From 4e74fa2c19e9e0522c14143a4c7637c0d9291cce Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Thu, 4 Oct 2018 21:43:24 +0000 Subject: exercisebank (4oct18) git-svn-id: svn://tug.org/texlive/trunk@48829 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/tex/latex/exercisebank/exercisebank.sty | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) (limited to 'Master/texmf-dist/tex/latex/exercisebank/exercisebank.sty') diff --git a/Master/texmf-dist/tex/latex/exercisebank/exercisebank.sty b/Master/texmf-dist/tex/latex/exercisebank/exercisebank.sty index fec5d392ed3..60cf10076d5 100644 --- a/Master/texmf-dist/tex/latex/exercisebank/exercisebank.sty +++ b/Master/texmf-dist/tex/latex/exercisebank/exercisebank.sty @@ -1,5 +1,5 @@ % Source (with comments) can be found at https://github.com/Strauman/exercisebank/ -%% The LaTeX package exercisebank - version v0.2.1 (2018/09/24) - build 95 +%% The LaTeX package exercisebank - version v0.2.2 (2018/10/04) - build 97 %% exercisebank.sty: Exercise bank %% ------------------------------------------------------------------------------------------- %% Copyright (c) 2018 by Andreas Storvik Strauman @@ -13,10 +13,10 @@ %% version 2008/05/04 or later. %% This work has the LPPL maintenance status `author-maintained'. %% This work consists of all files listed in README -\ProvidesPackage{exercisebank}[2018/09/24 v0.2.1 Creates a setup that gives freedom in making sets and exercises.] +\ProvidesPackage{exercisebank}[2018/10/04 v0.2.2 Creates a setup that gives freedom in making sets and exercises.] \xdef\exbank@quiet{1} -\def\exercisebankversion{v0.2.1 - Build 95} -\PackageWarningNoLine{exercisebank-v0.2.1}{This package is in the beta stage, and if something unexpected happens please, oh pretty please, report it to https://github.com/Strauman/exercisebank. Thank you!} +\def\exercisebankversion{v0.2.2 - Build 97} +\PackageWarningNoLine{exercisebank-v0.2.2}{This package is in the beta stage, and if something unexpected happens please, oh pretty please, report it to https://github.com/Strauman/exercisebank. Thank you!} \@ifundefined{ownLineNoSpacesGotIt}{\@latex@warning{Compilation wont work unless \string\end{problem} and \string\end{solution} are on their own lines and without any spaces. This warning can be removed by doing \string\def\string\ownLineNoSpacesGotIt{} before \@backslashchar usepackage{exercisebank}} }{} \gdef\setExercisesDir#1{\@latex@error{\string\setExercisesDir is deprecated. Use \string\exercisebanksetup{exercise directory=#1} instead}{}\stop\bye @@ -32,6 +32,7 @@ \usepackage{pgfpages} \usepackage{geometry} \usepackage{listofitems} +\ignoreemptyitems \usepackage{trimspaces} \usepackage{needspace} \edef\@isTrue{1} @@ -59,7 +60,7 @@ \fi% }% \fi} -\gdef\exb@warn{\PackageWarningNoLine{exercisebank-v0.2.1}} +\gdef\exb@warn{\PackageWarningNoLine{exercisebank-v0.2.2}} \gdef\exb@err#1{\PackageError{exercisebank}{#1}{}} \newif\ifexb@isInList \newcounter{exb@isin@dots} @@ -531,7 +532,7 @@ tag/.code={\pgfkeysalso{tags={#1}}}% } \ifexb@tagbuildmode \ifnum\pdfstrcmp{\DisplayProblem}{\T@}=\z@\relax% -\exb@intersection@any{\exb@currentTags}{\exb@tagList}{\global\exb@opthidesfalse}{\global\exb@opthidestrue}% +\exb@intersection@any{\exb@currentTags}{\exb@tagList}{\global\exb@opthidesfalse}{\global\exb@opthidestrue\xdef\DisplayProblem{0}}% \fi \fi } -- cgit v1.2.3