diff options
Diffstat (limited to 'Master/texmf-dist/doc/latex/exsheets/exsheets_en.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/exsheets/exsheets_en.tex | 31 |
1 files changed, 21 insertions, 10 deletions
diff --git a/Master/texmf-dist/doc/latex/exsheets/exsheets_en.tex b/Master/texmf-dist/doc/latex/exsheets/exsheets_en.tex index 34ea299cfee..e5e9ce18ae7 100644 --- a/Master/texmf-dist/doc/latex/exsheets/exsheets_en.tex +++ b/Master/texmf-dist/doc/latex/exsheets/exsheets_en.tex @@ -97,14 +97,15 @@ blank, bigstar, bottomrule, checkedchoicebox, choice, choicebox, citetitle, cmd, color, correct, DeclareInstance, DeclareTemplateInterface, DeclareQuestionProperty, - DebugExSheets, endspacing, examspace, ForEachQuestion, GetQuestionProperty, - grade, includequestions, iflastquestion, - midrule, NewQuSolPair, numberofquestions, points, - PrintIfIncludeActiveF, PrintIfIncludeActiveT, PrintIfIncludeActiveTF, + DebugExSheets, + endspacing, examspace, ForEachQuestion, GetQuestionProperty, grade, + includequestions, iflastquestion, lastvariant, midrule, NewQuSolPair, + numberofquestions, + points, PrintIfIncludeActiveF, PrintIfIncludeActiveT, PrintIfIncludeActiveTF, printsolutions, PrintSolutionsF, PrintSolutionsTF, PrintSolutionsT, - QuestionNumber, RenewQuSolPair, rightarrow, s, sample, setlength, - SetQuestionProperties, SetupExSheets, SetVariations, spacing, square, - sumpoints, + QuestionNumber, RenewQuSolPair, rightarrow, + s, sample, setlength, SetQuestionProperties, SetupExSheets, SetVariations, + spacing, square, sumpoints, tabcolsep, textcite, textcolor, toprule, totalpoints, variant, vary } @@ -456,7 +457,7 @@ margin next to the when the option is described. The third type aren't options at all, actually. However, thanks to the great \paket{xtemplate} package you are able to define your own instances of some of -the objects used be \ExSheets. This is explained in a little more detail in +the objects used by \ExSheets. This is explained in a little more detail in part~\ref{part:style} on page~\pageref{part:style}\,ff. \secidx*{Setup} @@ -689,9 +690,9 @@ of the respective counter. \code{1}: \cmd{arabic}, \code{a}: \cmd{alph}, \code{A \end{beispiel} Since the strings associated with the counters are replaced one has to hide them if they are actually wanted in the counter format. The easiest way would to -interrupt them by an empty group. +hide them in braces. \begin{beispiel} - \SetupExSheets{counter-format=s{}ection\,se~q{}uestion\,(qu[a])} + \SetupExSheets{counter-format={section}\,se~{question}\,(qu[a])} \begin{question} A question with a yet differently formatted number. \end{question} @@ -1075,16 +1076,26 @@ purpose \ExSheets provides the following commands: This command is the one actually used in the document. It has a number of required arguments equal to the number set with \cmd*{SetVariations}. All of its arguments are discarded except the one specified with \cmd*{variant}. + \Befehl{lastvariant}\newline% TODO: richtige version einfügen! + \sinceversion{0.7b}Each time \cmd{vary} is called it stores the value it + chose in \cmd{lastversion}. This might be convenient to use if one + otherwise would have to repeatedly write the same \cmd{vary}. \end{beschreibung} \begin{beispiel} \SetVariations{6}% \variant{6}\vary{A}{B}{C}{D}{E}{F} + (last variant: \lastvariant) \variant{1}\vary{A}{B}{C}{D}{E}{F} + (last variant: \lastvariant) \variant{5}\vary{A}{B}{C}{D}{E}{F} + (last variant: \lastvariant) \variant{2}\vary{A}{B}{C}{D}{E}{F} + (last variant: \lastvariant) \variant{4}\vary{A}{B}{C}{D}{E}{F} + (last variant: \lastvariant) \variant{3}\vary{A}{B}{C}{D}{E}{F} + (last variant: \lastvariant) \end{beispiel} \secidx*{Variations} |