summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/exsheets/exsheets_en.tex
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/latex/exsheets/exsheets_en.tex')
-rw-r--r--Master/texmf-dist/doc/latex/exsheets/exsheets_en.tex33
1 files changed, 25 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/latex/exsheets/exsheets_en.tex b/Master/texmf-dist/doc/latex/exsheets/exsheets_en.tex
index 5c88bad6151..9907caee71a 100644
--- a/Master/texmf-dist/doc/latex/exsheets/exsheets_en.tex
+++ b/Master/texmf-dist/doc/latex/exsheets/exsheets_en.tex
@@ -13,7 +13,7 @@
% Web: http://www.mychemistry.eu/forums/forum/exsheets/
% E-Mail: contact@mychemistry.eu
% --------------------------------------------------------------------------
-% Copyright 2011-2015 Clemens Niederberger
+% Copyright 2011-2016 Clemens Niederberger
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either version 1.3
@@ -30,7 +30,7 @@
% If you have any ideas, questions, suggestions or bugs to report, please
% feel free to contact me.
% --------------------------------------------------------------------------
-\documentclass[load-preamble+,scrartcl={DIV10}]{cnltx-doc}
+\documentclass[load-preamble+]{cnltx-doc}
\usepackage{exsheets}
@@ -68,6 +68,7 @@
correct,
CurrentQuestionID,
DebugExSheets,
+ DeclareExSheetsHeadingContainer,
DeclareQuestionClass,DeclareQuestionProperty,
examspace,
exlabel,
@@ -479,8 +480,20 @@ in a full \TeX~Live or \hologo{MiKTeX} installation.
The option \option{no-skip-below} is introduced which disables the insertion
of vertical space after the question and solution environments.
-\end{description}
+\item[Version 0.20]
+ New command \cs{DeclareExSheetsHeadingContainer}.
+
+\item[Version 0.21] Changes:
+ \begin{itemize}
+ \item \cs{includequestions} issues an error if it can't find the file to
+ include.
+ \item question properties are now also accessable when the corresponding
+ question isn't printed.
+ \item The variables \verbcode+\l_exsheets_counter_qu_int+ and \\
+ \verbcode+\g_exsheets_question_identification_prop+ are now public.
+ \end{itemize}
+\end{description}
\section{Thanks}
I need to thank the many users who gave me feedback so far! For one thing
@@ -1066,8 +1079,8 @@ current counter format. The following option determines wether the saved
counter format or the currently active one is used when \cs{printsolutions} is
called:
\begin{options}
- \keybool{use-saved-counter-format}\Default{false}
- \sinceversion{0.17}When set to true the counter format of solutions
+ \keybool{use-saved-counter-format}\Default{true}
+ \changedversion{0.21}When set to true the counter format of solutions
printed by \cs{printsolutions}\label{option:use-saved-counter-format} are
independent from the setting of \option{counter-format}. The saved format
is used instead.
@@ -1190,14 +1203,18 @@ Now comes the best part: you can also print selected solutions! Every
question has an \acs{id}. To see which \acs{id} a question has you can call
the following command:
\begin{commands}
- \command{DebugExSheets}[\Marg{\choices{true,false}}]
- Enable or disable visual \ExSheets' debugging.
+ % \command{DebugExSheets}[\Marg{\choices{true,false}}]
+ % Enable or disable visual \ExSheets' debugging.
\expandable\command{CurrentQuestionID}
\sinceversion{0.4a}Expands to the current question \acs{id}.
\end{commands}
+\begin{options}
+ \keybool{debug}
+ Enable or disable visual \ExSheets' debugging.
+\end{options}
Let's create some more questions and take a look what this command does:
\begin{example}
- \DebugExSheets{true}
+ \SetupExSheets{debug=true}
\begin{question}[ID=nice!]
A question with a nice \acs{id}!
\end{question}