diff options
author | Karl Berry <karl@freefriends.org> | 2016-01-26 22:51:02 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-01-26 22:51:02 +0000 |
commit | a9c203f032c12d1f3a909386dbfec74d965e731b (patch) | |
tree | c5640066675b7afee89cf2b414fc6c369560606e /Master/texmf-dist/doc/latex/exsheets | |
parent | 992c7edb3ac4f3f73aa45f76568c98690b99b5a3 (diff) |
exsheets (26jan15)
git-svn-id: svn://tug.org/texlive/trunk@39484 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/exsheets')
-rw-r--r-- | Master/texmf-dist/doc/latex/exsheets/README | 6 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/exsheets/exsheets_en.pdf | bin | 684443 -> 685729 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/exsheets/exsheets_en.tex | 33 |
3 files changed, 28 insertions, 11 deletions
diff --git a/Master/texmf-dist/doc/latex/exsheets/README b/Master/texmf-dist/doc/latex/exsheets/README index 3953b46a0a7..4da71db995a 100644 --- a/Master/texmf-dist/doc/latex/exsheets/README +++ b/Master/texmf-dist/doc/latex/exsheets/README @@ -1,9 +1,9 @@ -------------------------------------------------------------------------- -EXSHEETS 2015/11/18 +EXSHEETS 2016/01/26 bundled packages: -the EXSHEETS package v0.20 +the EXSHEETS package v0.21 Yet another package for the creation of exercise sheets -the EXSHEETS-LISTINGS package v0.20 +the EXSHEETS-LISTINGS package v0.21-beta Using listings in exsheets -------------------------------------------------------------------------- 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 37ccf2c720c..cc0c2a129b3 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 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} |