diff options
author | Karl Berry <karl@freefriends.org> | 2013-02-18 23:54:20 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-02-18 23:54:20 +0000 |
commit | cdbdc383307e5585391076143f1a790aeacc220f (patch) | |
tree | a3e871fe7b71b22ebd83570d7886bae823bbefae /Master/texmf-dist/doc/latex/exsheets | |
parent | 1f1d4332f1e59e5e4f7c988ad31b1a11a92b1ffe (diff) |
exsheets (18feb13)
git-svn-id: svn://tug.org/texlive/trunk@29155 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/exsheets')
-rw-r--r-- | Master/texmf-dist/doc/latex/exsheets/README | 2 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/exsheets/exsheets_en.pdf | bin | 669830 -> 673470 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/exsheets/exsheets_en.tex | 31 |
3 files changed, 22 insertions, 11 deletions
diff --git a/Master/texmf-dist/doc/latex/exsheets/README b/Master/texmf-dist/doc/latex/exsheets/README index fcb6240ceae..a493117fefd 100644 --- a/Master/texmf-dist/doc/latex/exsheets/README +++ b/Master/texmf-dist/doc/latex/exsheets/README @@ -1,5 +1,5 @@ -------------------------------------------------------------------------- -EXSHEETS v0.7a - 2013/01/21 +EXSHEETS v0.7b - 2013/02/17 bundled packages: the EXSHEETS package diff --git a/Master/texmf-dist/doc/latex/exsheets/exsheets_en.pdf b/Master/texmf-dist/doc/latex/exsheets/exsheets_en.pdf Binary files differindex 3e953bde7ac..469aa546192 100644 --- a/Master/texmf-dist/doc/latex/exsheets/exsheets_en.pdf +++ b/Master/texmf-dist/doc/latex/exsheets/exsheets_en.pdf 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} |