diff options
author | Karl Berry <karl@freefriends.org> | 2013-12-08 22:01:25 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2013-12-08 22:01:25 +0000 |
commit | 8a0e29b0e58b2bc46dd9227f4d3e6c009414306c (patch) | |
tree | 40ffbbd012bc89a8ddfa2080910cdcf0bd84db2a /Master/texmf-dist/doc/latex | |
parent | d43ee48953990b7021d39c2b086fa43d079fdd3b (diff) |
exsheets (8dec13)
git-svn-id: svn://tug.org/texlive/trunk@32363 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex')
-rw-r--r-- | Master/texmf-dist/doc/latex/exsheets/README | 4 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/exsheets/exsheets_en.pdf | bin | 666983 -> 666585 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/exsheets/exsheets_en.tex | 19 |
3 files changed, 17 insertions, 6 deletions
diff --git a/Master/texmf-dist/doc/latex/exsheets/README b/Master/texmf-dist/doc/latex/exsheets/README index 5ceae383aaa..9fa12aa74ae 100644 --- a/Master/texmf-dist/doc/latex/exsheets/README +++ b/Master/texmf-dist/doc/latex/exsheets/README @@ -1,7 +1,7 @@ -------------------------------------------------------------------------- -EXSHEETS 2013/12/03 +EXSHEETS 2013/12/08 bundled packages: -the EXSHEETS package v0.12 +the EXSHEETS package v0.12a Yet another package for the creation of exercise sheets the EXSHEETS-LISTINGS package v0.2 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 624c25da908..4baefccbf38 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 f8fa3f14b60..09d853ff8a3 100644 --- a/Master/texmf-dist/doc/latex/exsheets/exsheets_en.tex +++ b/Master/texmf-dist/doc/latex/exsheets/exsheets_en.tex @@ -396,10 +396,20 @@ proposes a solution for the problem of using verbatim material in \ExSheets' \env{question} and \env{solution} environments. It is presented in part~\ref{part:listings}. +Question now can get subtitles that are printed if the heading instance +supports it, see section~\ref{sec:subtitles-questions}. + \subsection{Version 0.11} The commands \cs{GetQuestionClass} and \cs{PrintQuestionClassTF} have been added. They're explained in section~\ref{sec:retr-class-value}. +\subsection{Version 0.12} +The \option{auto-label} is now more flexible to allow the use together with +packages \pkg{cleveref}. + +Question properties can now be retrieved before the question is printed (by +writing the properties to the \code{aux} file). + \section{Thanks} I need to thank the many users who gave me feedback so far! For one thing this shows me that \ExSheets\ is useful to people. It also led to many @@ -470,7 +480,7 @@ The package \ExSheets\ has some options, namely the following ones: \keyval{headings-format}{code}\Default{\cs*{normalsize}\cs*{bfseries}} This code is placed immediately before the headings of the questions and solutions. - \keyval{subtitle-format}{code}\Default{\cs*{normalsize}\cs*{bfseries}\cs*{itshape}} + \keyval{subtitle-format}{code}\Default{\cs*{normalsize}\cs*{itshape}} This code is placed immediately before the subtitle of the questions and solutions. It only has an effect with a title instance that uses the subtitle coffin, see section~\ref{sec:exsheets-headings}. @@ -637,7 +647,7 @@ for example useful when you want to print a sample solution for an exam. With \keyis{use}{false} it is fully discarded which means it is not accessible through an \acs{id} and a possible solution will not be saved. -\subsection{Subtitles to Questions} +\subsection{Subtitles to Questions}\label{sec:subtitles-questions} The \option{subtitle} option mentioned in section~\ref{sec:opti-ques-envir} can be used to add a subtitle to a question. However, unless you choose a suitable heading (see section~\ref{sec:exsheets-headings}) it won't be @@ -887,7 +897,7 @@ each. You have two possibilities to display and count them: \keybool{separate-bonus}\Module{points}\Default{false} This option determines whether points and bonus points each get their own unit when they appear together (in the margin or with \cs{totalpoints}). - \keyval{pre-bonus}{tokens}\Module{points}\Default{(+} + \keyval{pre-bonus}{tokens}\Module{points}\Default{\cs*{space}(+} Code to be inserted before the bonus points when they follow normal points. \keyval{post-bonus}{tokens}\Module{points}\Default{)} @@ -1713,6 +1723,7 @@ template interface: number-format : tokenlist = , number-pre-code : tokenlist = , number-post-code : tokenlist = , + subtitle-format : tokenlist = , subtitle-pre-code : tokenlist = , subtitle-post-code : tokenlist = , points-format : tokenlist = , @@ -2216,7 +2227,7 @@ Text before title-format = \large\scshape\color{exsheetsred} , number-format = \large\bfseries\color{exsheetsblue} , points-format = \itshape , - join = { number[r,B] title[l,B] (.333em,0pt) } , + join = { number[r,B]title[l,B](.333em,0pt) } , attach = { main[hc,vc]number[hc,vc](0pt,0pt) ; |