diff options
author | Karl Berry <karl@freefriends.org> | 2017-02-10 23:30:33 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2017-02-10 23:30:33 +0000 |
commit | 10e97945f3c4d2cea1d52090ee5f038652e2b9d2 (patch) | |
tree | 7b730e0eba802f002515b2bc2d9f8e33177d6fb2 /Master/texmf-dist/doc/latex/exsheets/exsheets_en.tex | |
parent | 620e60fa729c88381f2978962ce99afd516c5bf0 (diff) |
exsheets (9feb17)
git-svn-id: svn://tug.org/texlive/trunk@43188 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/exsheets/exsheets_en.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/exsheets/exsheets_en.tex | 45 |
1 files changed, 26 insertions, 19 deletions
diff --git a/Master/texmf-dist/doc/latex/exsheets/exsheets_en.tex b/Master/texmf-dist/doc/latex/exsheets/exsheets_en.tex index 2f52f587d72..d79c5de0630 100644 --- a/Master/texmf-dist/doc/latex/exsheets/exsheets_en.tex +++ b/Master/texmf-dist/doc/latex/exsheets/exsheets_en.tex @@ -1,8 +1,8 @@ +% !arara: pdflatex +% !arara: biber % arara: pdflatex -% arara: biber % arara: pdflatex % arara: pdflatex -% !arara: pdflatex % -------------------------------------------------------------------------- % the EXSHEETS package % @@ -13,7 +13,7 @@ % Web: http://www.mychemistry.eu/forums/forum/exsheets/ % E-Mail: contact@mychemistry.eu % -------------------------------------------------------------------------- -% Copyright 2011-2016 Clemens Niederberger +% Copyright 2011-2017 Clemens Niederberger % % This work may be distributed and/or modified under the % conditions of the LaTeX Project Public License, either version 1.3 @@ -283,7 +283,7 @@ in section~\ref{sec:additional_info}. Then there is --~at least in Germany~-- the habit of having lists of exercises aligned in columns but counting from the left to the right instead from up to down. That's why the \pkg{tasks} package was developed as part of \ExSheets{} -and was ditrsibuted as part of the bundle\changedversion{0.15}. Now it is a +and was distributed as part of the bundle\changedversion{0.15}. Now it is a package of its own but is loaded by \ExSheets{} automatically with the necessary setup to make them work together nicely. @@ -543,7 +543,7 @@ The third type aren't options at all, actually. However, thanks to the great the objects used by \ExSheets. This is explained in a little more detail in part~\ref{part:style} on page~\pageref{part:style}\,ff. This third type, however, brings in a possible instability: the \pkg{xtemplate} package is in -an experimental and developping state. This means that the sytax of the +an experimental and developing state. This means that the sytax of the package may and possibly will change sometime in the future. I cannot foresee what any consequences of that will be for \ExSheets. @@ -625,7 +625,7 @@ Questions are written inside the \env{question} environment: \begin{environments} \environment{question}[\oarg{options}\marg{points}] The main environment: creates a new exercise/question. Both arguments are - optionial! + optional! \end{environments} \begin{example} \begin{question} @@ -1306,8 +1306,8 @@ Ideally one could assign more than one topic to a question but this is \ExplSyntaxOff \subsection{Own Dividing Concepts} -\noindent\sinceversion{0.8}Actually both classes and topics are introduced -into \ExSheets\ internally this way: +Actually\sinceversion{0.8} both classes and topics are introduced into +\ExSheets\ internally this way: \begin{sourcecode} \DeclareQuestionClass{class}{classes} \DeclareQuestionClass{topic}{topics} @@ -1772,9 +1772,8 @@ following options: The command should take one mandatory argument. \end{options} - \section{Own Question/Solution Pairs} -\noindent\changedversion{0.9}\ExSheets\ provides the possibility to create new +\ExSheets\changedversion{0.9} provides the possibility to create new environments that behave like the \env{question} and \env{solution} environments. This would allow, for example, to define a \env*{question*}/\env*{solution*} environment pair for bonus questions. The @@ -1816,9 +1815,9 @@ standard \env{question} and \env{solution} environments. \section{Filling in the Blanks} \subsection{Cloze} -\noindent\changedversion{0.4}Both in exercise sheets and in exams it is -sometimes desirable to be able to create \blank{blanks} that have to be filled -in. Or maybe some more lines: \blank[width=5\linewidth]{} +Both\changedversion{0.4} in exercise sheets and in exams it is sometimes +desirable to be able to create \blank{blanks} that have to be filled in. Or +maybe some more lines: \blank[width=5\linewidth]{} \begin{commands} \command{blank}[\sarg\oarg{options}\marg{text to be filled in}] @@ -1844,6 +1843,14 @@ The options are these: \keyval{linespread}{num}\Module{blank}\Default{1} Set the linespread for the blank lines. This only has an effect if \cs{blank} is used at the begin of a paragraph. + \keyval{line-increment}{dim}\Module{blank}\Default{1pt} + \sinceversion{0.21h}When the blank line ist built it is built in multiples + of this value. If the value is too large you may end up with uneven + lines. If the value is too small you may end up with a non-ending + compilation. + \keyval{line-minimum-length}{dim}\Module{blank}\Default{2em} + \sinceversion{0.21h}The minimal length a line must have before it is built + step by step. \end{options} \begin{example} \begin{question} @@ -1863,12 +1870,12 @@ A number of empty lines are easily created by setting the width option: \end{example} \subsection{Vertical Space for answers} -\noindent\sinceversion{0.3}When you're creating an exam you might want to add -some vertical space where the students can write down their answers. While -you can always use \cs*{vspace} this is not always handy when the space left -on the page is less than you want. In this case it would be nice if a) there -would be no warning and b) the rest of the space would be added at the top of -the next page. This is what the following command is for: +When\sinceversion{0.3} you're creating an exam you might want to add some +vertical space where the students can write down their answers. While you can +always use \cs*{vspace} this is not always handy when the space left on the +page is less than you want. In this case it would be nice if a) there would +be no warning and b) the rest of the space would be added at the top of the +next page. This is what the following command is for: \begin{commands} \command{examspace}[\sarg\marg{dim}] Add space as specified in \meta{dim}. If the space available on the |