summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/exsheets
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-02-10 23:30:33 +0000
committerKarl Berry <karl@freefriends.org>2017-02-10 23:30:33 +0000
commit10e97945f3c4d2cea1d52090ee5f038652e2b9d2 (patch)
tree7b730e0eba802f002515b2bc2d9f8e33177d6fb2 /Master/texmf-dist/doc/latex/exsheets
parent620e60fa729c88381f2978962ce99afd516c5bf0 (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')
-rw-r--r--Master/texmf-dist/doc/latex/exsheets/README6
-rw-r--r--Master/texmf-dist/doc/latex/exsheets/exsheets_en.pdfbin666488 -> 665754 bytes
-rw-r--r--Master/texmf-dist/doc/latex/exsheets/exsheets_en.tex45
-rw-r--r--Master/texmf-dist/doc/latex/exsheets/grading-table.pdfbin26475 -> 26255 bytes
-rw-r--r--Master/texmf-dist/doc/latex/exsheets/grading-table.tex27
5 files changed, 56 insertions, 22 deletions
diff --git a/Master/texmf-dist/doc/latex/exsheets/README b/Master/texmf-dist/doc/latex/exsheets/README
index 39d0ecbec78..d6ca6030caf 100644
--- a/Master/texmf-dist/doc/latex/exsheets/README
+++ b/Master/texmf-dist/doc/latex/exsheets/README
@@ -1,5 +1,5 @@
--------------------------------------------------------------------------
-EXSHEETS 2016/09/07 v0.21e
+EXSHEETS 2017/02/08 v0.21i
bundled packages:
the EXSHEETS package
Yet another package for the creation of exercise sheets
@@ -8,10 +8,10 @@ the EXSHEETS-LISTINGS package
--------------------------------------------------------------------------
Clemens Niederberger
-Web: http://www.mychemistry.eu/forums/forum/exsheets/
+Web: https://bitbucket.org/cgnieder/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
diff --git a/Master/texmf-dist/doc/latex/exsheets/exsheets_en.pdf b/Master/texmf-dist/doc/latex/exsheets/exsheets_en.pdf
index 6fc39115038..56e3247c0d2 100644
--- a/Master/texmf-dist/doc/latex/exsheets/exsheets_en.pdf
+++ b/Master/texmf-dist/doc/latex/exsheets/exsheets_en.pdf
Binary files differ
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
diff --git a/Master/texmf-dist/doc/latex/exsheets/grading-table.pdf b/Master/texmf-dist/doc/latex/exsheets/grading-table.pdf
index 5854584c383..a845bcabb0b 100644
--- a/Master/texmf-dist/doc/latex/exsheets/grading-table.pdf
+++ b/Master/texmf-dist/doc/latex/exsheets/grading-table.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/exsheets/grading-table.tex b/Master/texmf-dist/doc/latex/exsheets/grading-table.tex
index e1b4f2d0b95..ef109bd164e 100644
--- a/Master/texmf-dist/doc/latex/exsheets/grading-table.tex
+++ b/Master/texmf-dist/doc/latex/exsheets/grading-table.tex
@@ -1,3 +1,30 @@
+% ----------------------------------------------------------------------------
+% the EXSHEETS package
+%
+% Yet another package for the creation of exercise sheets
+%
+% ----------------------------------------------------------------------------
+% Clemens Niederberger
+% Web: http://www.mychemistry.eu/forums/forum/exsheets
+% E-Mail: contact@mychemistry.eu
+% ----------------------------------------------------------------------------
+% 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
+% of this license or (at your option) any later version.
+% The latest version of this license is in
+% http://www.latex-project.org/lppl.txt
+% and version 1.3 or later is part of all distributions of LaTeX
+% version 2005/12/01 or later.
+%
+% This work has the LPPL maintenance status `maintained'.
+%
+% The Current Maintainer of this work is Clemens Niederberger.
+% ----------------------------------------------------------------------------
+% If you have any ideas, questions, suggestions or bugs to report, please
+% feel free to contact me.
+% ----------------------------------------------------------------------------
\documentclass{scrartcl}
\usepackage{exsheets}