summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Master/texmf-dist/doc/latex/exsheets/README8
-rw-r--r--Master/texmf-dist/doc/latex/exsheets/exsheets_en.pdfbin677932 -> 683256 bytes
-rw-r--r--Master/texmf-dist/doc/latex/exsheets/exsheets_en.tex88
-rw-r--r--Master/texmf-dist/tex/latex/exsheets/exsheets-listings.sty2
-rw-r--r--Master/texmf-dist/tex/latex/exsheets/exsheets.sty132
-rw-r--r--Master/texmf-dist/tex/latex/exsheets/exsheets_headings.cfg2
-rw-r--r--Master/texmf-dist/tex/latex/exsheets/exsheets_headings.def2
7 files changed, 148 insertions, 86 deletions
diff --git a/Master/texmf-dist/doc/latex/exsheets/README b/Master/texmf-dist/doc/latex/exsheets/README
index 40dd109879c..00ebce19e10 100644
--- a/Master/texmf-dist/doc/latex/exsheets/README
+++ b/Master/texmf-dist/doc/latex/exsheets/README
@@ -1,9 +1,9 @@
--------------------------------------------------------------------------
-EXSHEETS 2014/10/14
+EXSHEETS 2015/02/09
bundled packages:
-the EXSHEETS package v0.17
+the EXSHEETS package v0.18
Yet another package for the creation of exercise sheets
-the EXSHEETS-LISTINGS package v0.17
+the EXSHEETS-LISTINGS package v0.18
Using listings in exsheets
--------------------------------------------------------------------------
@@ -11,7 +11,7 @@ Clemens Niederberger
Web: https://bitbucket.org/cgnieder/exsheets/
E-Mail: contact@mychemistry.eu
--------------------------------------------------------------------------
-Copyright 2011-2014 Clemens Niederberger
+Copyright 2011-2015 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 1be4dfe0ada..8dcb6b2f494 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 4780f0d809f..2a9be5269cb 100644
--- a/Master/texmf-dist/doc/latex/exsheets/exsheets_en.tex
+++ b/Master/texmf-dist/doc/latex/exsheets/exsheets_en.tex
@@ -1,7 +1,7 @@
% arara: pdflatex
-% !arara: biber
+% arara: biber
+% arara: pdflatex
% arara: pdflatex
-% !arara: pdflatex
% !arara: pdflatex
% --------------------------------------------------------------------------
% the EXSHEETS package
@@ -13,7 +13,7 @@
% Web: https://bitbucket.org/cgnieder/exsheets/
% E-Mail: contact@mychemistry.eu
% --------------------------------------------------------------------------
-% Copyright 2011-2014 Clemens Niederberger
+% Copyright 2011-2015 Clemens Niederberger
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either version 1.3
@@ -116,10 +116,10 @@
bigstar,bottomrule,
citetitle,cs,color,
DeclareInstance,DeclareTemplateInterface,
- endspacing,
+ endmdframed,endspacing,
keyis,
leftthumbsup,
- midrule,
+ mdframed,midrule,
rightarrow,rlap,
s,sample,setlength,
spacing,square,
@@ -180,7 +180,7 @@
\addbibresource{biblatex-examples.bib}
\addbibresource{\jobname.bib}
-\begin{filecontents}{\jobname.bib}
+\begin{filecontents*}{\jobname.bib}
@online{tex.sx:131546,
title = {Fixing lstlisting inside \ExSheets\ \code{question} and
\code{solution} environments} ,
@@ -197,7 +197,7 @@
date = {2013-09-18} ,
urldate = {2013-09-22}
}
-\end{filecontents}
+\end{filecontents*}
% ----------------------------------------------------------------------------
% example definitions that have to be done in the preamble:
@@ -467,6 +467,16 @@ in a full \TeX~Live or \hologo{MiKTeX} installation.
is described in section~\ref{sec:solutions} on
page~\pageref{option:use-saved-counter-format}.
\end{itemize}
+
+\item[Version 0.18]
+ The package now provides the correct Danish translations, thanks to Jonas
+ Nyrup.
+
+ The macro \cs{exsheetsprintsolution} is introduced, see
+ page~\pageref{exsheetsprintsolution} for a little bit of an explanation.
+
+ The option \option{no-skip-below} is introduced which disables the insertion
+ of vertical space after the question and solution environments.
\end{description}
@@ -483,7 +493,12 @@ first type are the classic package options which are used when you load
\begin{sourcecode}
\usepackage[<options>]{exsheets}
\end{sourcecode}
-These options are described in section~\ref{sec:options}.
+All general options can be used this way and most of them are described in
+section~\ref{sec:options}. All of those options also can be set via the setup
+command:
+\begin{commands}
+ \command{SetupExSheets}[\oarg{module}\marg{options}]
+\end{commands}
The second type are options that belong to a specific environment or command.
These options are either used directly with the environment/command
@@ -492,10 +507,10 @@ These options are either used directly with the environment/command
...
\end{env}
\end{sourcecode}
-or can be set with the setup command:
-\begin{commands}
- \command{SetupExSheets}[\oarg{module}\marg{options}]
-\end{commands}
+or can also be set with the setup command. In the first case they only act
+upon the environment or command where they're used. In the second case they
+are set for all following uses of the corresponding environment or command.
+
The options of the second type all belong to \module*{modules}. Let's say you
want to specify some options of the \env{question} environment. You can then
say the following:
@@ -516,7 +531,7 @@ an experimental and developping 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.
-\section{Package Options}\label{sec:options}
+\section{General Options}\label{sec:options}
The package \ExSheets\ has some options, namely the following ones:
\begin{options}
%% counter-format
@@ -544,14 +559,14 @@ The package \ExSheets\ has some options, namely the following ones:
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}.
- % %% load-headings
- % \keybool{load-headings}\Default{false}
- % Loads additional styles for the headings. More on this is described in
- % section~\ref{sec:exsheets-headings}.
- % %% load-tasks
- % \keybool{load-tasks}\Default{false}
- % Loads additional styles for the \env{tasks} environment. See
- % the \href{tasks_en.pdf}{documentation of the \Tasks\ package}.
+ % skip-below
+ \keyval{skip-below}{dim}\Default{.5\cs*{baselineskip}}
+ \sinceversion{0.18}Sets the vertical space that is inserted after the
+ question and solution environments.
+ % no-skip-below
+ \keybool{no-skip-below}\Default{false}
+ \sinceversion{0.18}Disables the insertion of vertical space after the
+ question and solution environments.
%% totoc
\keybool{totoc}\Default{false}
This option adds the questions and solutions with their names and numbers
@@ -669,6 +684,12 @@ The \env{question} environment takes one or more of the following options:
Adds a subtitle \meta{subtitle} for the question that is used by headings
instances that make use of the subtitle coffin, see
section~\ref{sec:exsheets-headings}.
+ \keyval{skip-below}{dim}\Module{question}\Default{.5\cs*{baselineskip}}
+ \sinceversion{0.18}Sets the vertical space that is inserted after the
+ question environment.
+ \keybool{no-skip-below}\Module{question}\Default{false}
+ \sinceversion{0.18}Disables the insertion of vertical space after the
+ question environment.
\keybool{print}\Module{question}\Default{true}
Prints or hides the question.
\keyval{ID}{id}\Module{question}\Default
@@ -789,6 +810,12 @@ The \env{solutions} environment also has options, namely these:
Sets a custom name.
\keybool{print}\Module{solution}\Default{false}
Prints or hides the solution.
+ \keyval{skip-below}{dim}\Module{solution}\Default{.5\cs*{baselineskip}}
+ \sinceversion{0.18}Sets the vertical space that is inserted after the
+ solution environment.
+ \keybool{no-skip-below}\Module{solution}\Default{false}
+ \sinceversion{0.18}Disables the insertion of vertical space after the
+ solution environment.
\keyval{pre-hook}{code}\Module{solution}\Default
\sinceversion{0.16}Adds \meta{code} directly before the solution title.
\keyval{post-hook}{code}\Module{solution}\Default
@@ -1829,6 +1856,25 @@ What this package doesn't provide is changing the background of questions or
framing them. But this is easily possible using the \pkg{mdframed} package
and its \cs*{surroundwithmdframed} command.
+\ExSheets{} also provides the options \option{pre-hook}, \option{post-hook},
+\option{pre-body-hook} and \option{post-body-hook} to both the question and
+the solution environment. With them it is rather straightforward to add a
+\pkg{mdframed} frame for instance:
+\begin{sourcecode}
+ \SetupExSheets{
+ solution/pre-hook = \mdframed ,
+ solution/post-hook = \endmdframed
+ }
+\end{sourcecode}
+
+Last\sinceversion{0.18} but not least there is the macro
+\cs{exsheetsprintsolution}\marg{heading}\marg{body}\label{exsheetsprintsolution}
+which may be redefined to suit your needs. The default definition is
+equivalent to
+\begin{sourcecode}
+ \newcommand\exsheetsprintsolution[2]{#1#2}
+\end{sourcecode}
+
\subsection{The \code{exsheets-headings} Object}\label{sec:exsheets-headings}
\ExSheets\ defines the object \code{exsheets-headings} and one template for it,
the `default' template. The package also defines two instances of this
diff --git a/Master/texmf-dist/tex/latex/exsheets/exsheets-listings.sty b/Master/texmf-dist/tex/latex/exsheets/exsheets-listings.sty
index 8ae6f4ffdc5..279178c075c 100644
--- a/Master/texmf-dist/tex/latex/exsheets/exsheets-listings.sty
+++ b/Master/texmf-dist/tex/latex/exsheets/exsheets-listings.sty
@@ -8,7 +8,7 @@
% Web: https://bitbucket.org/cgnieder/exsheets/
% E-Mail: contact@mychemistry.eu
% ----------------------------------------------------------------------------
-% Copyright 2011-2014 Clemens Niederberger
+% Copyright 2011-2015 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/tex/latex/exsheets/exsheets.sty b/Master/texmf-dist/tex/latex/exsheets/exsheets.sty
index 563a4d10dfd..758f981d217 100644
--- a/Master/texmf-dist/tex/latex/exsheets/exsheets.sty
+++ b/Master/texmf-dist/tex/latex/exsheets/exsheets.sty
@@ -8,7 +8,7 @@
% Web: https://bitbucket.org/cgnieder/exsheets/
% E-Mail: contact@mychemistry.eu
% ----------------------------------------------------------------------------
-% Copyright 2011-2014 Clemens Niederberger
+% Copyright 2011-2015 Clemens Niederberger
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either version 1.3
@@ -25,8 +25,8 @@
% If you have any ideas, questions, suggestions or bugs to report, please
% feel free to contact me.
% ----------------------------------------------------------------------------
-\def\exsheets@date{2014/10/14}
-\def\exsheets@version{0.17}
+\def\exsheets@date{2015/02/09}
+\def\exsheets@version{0.18}
\RequirePackage { expl3 , xparse }
\ProvidesExplPackage
@@ -219,6 +219,8 @@
\bool_new:N \l__exsheets_questions_totoc_bool
\bool_new:N \l__exsheets_solutions_totoc_bool
\bool_new:N \l__exsheets_auto_label_bool
+\bool_new:N \l__exsheets_no_skip_after_bool
+\bool_new:N \l__exsheets_use_saved_pattern_bool
\tl_new:N \l__exsheets_heading_instance_tl
\tl_set:Nn \l__exsheets_heading_instance_tl { block }
@@ -229,9 +231,16 @@
\tl_new:N \l_exsheets_heading_subtitle_user_format_tl
\tl_set:Nn \l_exsheets_heading_subtitle_user_format_tl { \normalsize\itshape }
\tl_new:N \l__exsheets_questions_toclevel_tl
-\tl_set:Nn \l__exsheets_questions_toclevel_tl { subsection }
+\tl_set:Nn \l__exsheets_questions_toclevel_tl {subsection}
\tl_new:N \l__exsheets_solutions_toclevel_tl
-\tl_set:Nn \l__exsheets_solutions_toclevel_tl { subsection }
+\tl_set:Nn \l__exsheets_solutions_toclevel_tl {subsection}
+\tl_new:N \l__exsheets_new_chapter_hook_tl
+\tl_new:N \l__exsheets_new_section_hook_tl
+
+\dim_new:N \l__exsheets_questions_skip_below_dim
+\dim_set:Nn \l__exsheets_questions_skip_below_dim { .5\baselineskip }
+\dim_new:N \l__exsheets_solutions_skip_below_dim
+\dim_set:Nn \l__exsheets_solutions_skip_below_dim { .5\baselineskip }
\keys_define:nn {exsheets}
{
@@ -268,7 +277,26 @@
\tl_set:Nn \l__exsheets_solutions_toclevel_tl {#1} ,
questions-toc-level .tl_set:N = \l__exsheets_questions_toclevel_tl ,
solutions-toc-level .tl_set:N = \l__exsheets_solutions_toclevel_tl ,
- auto-label .bool_set:N = \l__exsheets_auto_label_bool
+ skip-below .code:n =
+ \dim_set:Nn \l__exsheets_questions_skip_below_dim {#1}
+ \dim_set:Nn \l__exsheets_solutions_skip_below_dim {#1} ,
+ no-skip-below .bool_set:N = \l__exsheets_no_skip_after_bool ,
+ auto-label .bool_set:N = \l__exsheets_auto_label_bool ,
+ label-format .code:n =
+ \cs_set:Npn \exsheets_label_format:n ##1 {#1}
+ \exsheets_update_referencing_commands: ,
+ label-cmd .code:n =
+ \cs_set:Npn \__exsheets_label:n {#1}
+ \exsheets_update_referencing_commands: ,
+ ref-cmd .code:n =
+ \cs_set:Npn \__exsheets_ref:n {#1}
+ \exsheets_update_referencing_commands: ,
+ page-ref-cmd .code:n =
+ \cs_set:Npn \__exsheets_pageref:n {#1}
+ \exsheets_update_referencing_commands: ,
+ chapter-hook .tl_set:N = \l__exsheets_new_chapter_hook_tl ,
+ section-hook .tl_set:N = \l__exsheets_new_section_hook_tl ,
+ use-saved-counter-format .bool_set:N = \l__exsheets_use_saved_pattern_bool
}
\keys_set:nn {exsheets} { counter-format = qu. }
@@ -794,7 +822,7 @@
}
% ----------------------------------------------------------------------------
-% Aufgaben und L�sungen
+% Aufgaben und Lösungen
\bool_new:N \g__exsheets_questions_use_bool
\bool_gset_true:N \g__exsheets_questions_use_bool
\bool_new:N \l__exsheets_questions_use_bool
@@ -806,21 +834,9 @@
\bool_new:N \l__exsheets_solutions_use_bool
\bool_set_true:N \l__exsheets_solutions_use_bool
-\dim_new:N \l__exsheets_questions_skip_below_dim
-\dim_set:Nn \l__exsheets_questions_skip_below_dim { .5\baselineskip }
-\dim_new:N \l__exsheets_solutions_skip_below_dim
-\dim_set:Nn \l__exsheets_solutions_skip_below_dim { .5\baselineskip }
-
\cs_new_nopar:Npn \exsheets_glue:N #1
{ \cleaders \vbox:n {} \skip_vertical:N #1 }
-\keys_define:nn {exsheets}
- {
- skip-below .code:n =
- \dim_set:Nn \l__exsheets_questions_skip_below_dim {#1}
- \dim_set:Nn \l__exsheets_solutions_skip_below_dim {#1}
- }
-
% Einteilung in Klassen, Themen und andere Gruppierungen:
\prop_new:N \l__exsheets_class_prop
\tl_new:N \g__exsheets_use_current_question_tl
@@ -989,8 +1005,13 @@
\cs_new:Npn \exsheets_h_or_vspace:N #1
{
- \cs_if_eq:NNTF \exsheets_par: \scan_stop:
- { \c_space_tl }% the `runin' case
+ \bool_if:nTF
+ {
+ \l__exsheets_heading_runin_bool ||
+ \l__exsheets_heading_inline_bool ||
+ \l__exsheets_no_skip_after_bool
+ }
+ { } % { \c_space_tl }
{
\exsheets_par:
\dim_compare:nNnT { \parskip } = { 0pt }
@@ -1040,15 +1061,15 @@
}
}
-\cs_new:Npn \__exsheets_save_and_print_question_body:n #1
+\cs_new_protected:Npn \__exsheets_save_and_print_question_body:n #1
{
- \tl_use:N \l__exsheets_questions_pre_body_hook_tl
\group_begin:
\bool_if:NF \l__exsheets_save_question_body_to_aux_bool
{ \@fileswfalse }
\exsheets_set_question_properties:n { question-body = {#1} }
\group_end:
- #1
+ \tl_use:N \l__exsheets_questions_pre_body_hook_tl
+ { #1 }
\tl_use:N \l__exsheets_questions_post_body_hook_tl
\exsheets_h_or_vspace:N \l__exsheets_questions_skip_below_dim
}
@@ -1147,22 +1168,6 @@
}
\cs_generate_variant:Nn \exsheets_set_ref_properties:n { V }
-\keys_define:nn {exsheets}
- {
- label-format .code:n =
- \cs_set:Npn \exsheets_label_format:n ##1 {#1}
- \exsheets_update_referencing_commands: ,
- label-cmd .code:n =
- \cs_set:Npn \__exsheets_label:n {#1}
- \exsheets_update_referencing_commands: ,
- ref-cmd .code:n =
- \cs_set:Npn \__exsheets_ref:n {#1}
- \exsheets_update_referencing_commands: ,
- page-ref-cmd .code:n =
- \cs_set:Npn \__exsheets_pageref:n {#1}
- \exsheets_update_referencing_commands:
- }
-
\exsheets_update_referencing_commands:
\cs_new_protected:Npn \__exsheets_determine_question_usage:
@@ -1531,6 +1536,7 @@
\bool_set_false:N \l__exsheets_questions_use_bool ,
use .default:n = true ,
skip-below .dim_set:N = \l__exsheets_questions_skip_below_dim ,
+ no-skip-below .bool_set:N = \l__exsheets_no_skip_after_bool ,
pre-hook .tl_set:N = \l__exsheets_questions_pre_hook_tl ,
post-hook .tl_set:N = \l__exsheets_questions_post_hook_tl ,
pre-body-hook .tl_set:N = \l__exsheets_questions_pre_body_hook_tl ,
@@ -2217,8 +2223,6 @@
\group_end:
}
-\bool_new:N \l__exsheets_use_saved_pattern_bool
-
\int_new:N \l__exsheets_counter_ch_int
\int_new:N \l__exsheets_current_ch_int
\int_new:N \l__exsheets_counter_sec_int
@@ -2235,10 +2239,7 @@
exsheets_print_solutions / all .code:n =
{ \exsheets_print_solutions_all: } ,
exsheets_print_solutions / byID .code:n =
- { \exsheets_print_solutions_byID:n {#1} } ,
- chapter-hook .tl_set:N = \l__exsheets_new_chapter_hook_tl ,
- section-hook .tl_set:N = \l__exsheets_new_section_hook_tl ,
- use-saved-counter-format .bool_set:N = \l__exsheets_use_saved_pattern_bool
+ { \exsheets_print_solutions_byID:n {#1} }
}
\cs_new_protected:Npn \__exsheets_get_sectioning_numbers:
@@ -2571,16 +2572,26 @@
% #4: body
\cs_new_protected:Npn \__exsheets_print_solution:nnnn #1#2#3#4
{
- \tl_use:N \l__exsheets_solutions_pre_hook_tl
- \exsheets_solutions_print_name:nnn {#1} {#2} {#3}
- \tl_use:N \l__exsheets_solutions_pre_body_hook_tl
- \use:n {#4}
- \tl_use:N \l__exsheets_solutions_post_body_hook_tl
- \tl_use:N \l__exsheets_solutions_post_hook_tl
- \exsheets_h_or_vspace:N \l__exsheets_solutions_skip_below_dim
+ \exsheetsprintsolution
+ {
+ \tl_use:N \l__exsheets_solutions_pre_hook_tl
+ \exsheets_solutions_print_name:nnn {#1} {#2} {#3}
+ }
+ {
+ \tl_use:N \l__exsheets_solutions_pre_body_hook_tl
+ #4
+ \tl_use:N \l__exsheets_solutions_post_body_hook_tl
+ \tl_use:N \l__exsheets_solutions_post_hook_tl
+ \exsheets_h_or_vspace:N \l__exsheets_solutions_skip_below_dim
+ }
}
\cs_generate_variant:Nn \__exsheets_print_solution:nnnn { VVV, VVVV }
+% a user command to be redefined as needed; must have two mandatory arguments!
+% #1: heading
+% #2: body
+\cs_new:Npn \exsheetsprintsolution #1#2 { #1#2 }
+
\cs_new:Npn \PrintSolutionsTF
{ \bool_if:NTF \l__exsheets_solutions_print_bool }
\cs_new:Npn \PrintSolutionsT
@@ -2616,6 +2627,7 @@
name .tl_set:N = \l__exsheets_solutions_name_tl ,
sorted .bool_set:N = \l__exsheets_print_byID_sorted_bool ,
skip-below .dim_set:N = \l__exsheets_solutions_skip_below_dim ,
+ no-skip-below .bool_set:N = \l__exsheets_no_skip_after_bool ,
pre-body-hook .tl_set:N = \l__exsheets_solutions_pre_body_hook_tl ,
post-body-hook .tl_set:N = \l__exsheets_solutions_post_body_hook_tl ,
pre-hook .tl_set:N = \l__exsheets_solutions_pre_hook_tl ,
@@ -2866,7 +2878,7 @@
\DeclareTranslation { Turkish } { exsheets-exercise-name } { Egzersiz }
\DeclareTranslation { Croatian } { exsheets-exercise-name } { Primjer }
\DeclareTranslation { Hungarian } { exsheets-exercise-name } { Gyakorol }
-\DeclareTranslation { Danish } { exsheets-exercise-name } { \O{}velse }
+\DeclareTranslation { Danish } { exsheets-exercise-name } { Opgave }
\DeclareTranslation { Norsk } { exsheets-exercise-name } { Oppgave }
\DeclareTranslation { Portuges } { exsheets-exercise-name } { Exerc\'\i cio }
% translation for the question
@@ -2898,7 +2910,7 @@
\DeclareTranslation { Turkish } { exsheets-solution-name } { \c C\"oz\"um }
\DeclareTranslation { Croatian } { exsheets-solution-name } { Rje\v{s}enje }
\DeclareTranslation { Hungarian } { exsheets-solution-name } { Megold\'{a}s }
-\DeclareTranslation { Danish } { exsheets-solution-name } { Opl\o{}sning }
+\DeclareTranslation { Danish } { exsheets-solution-name } { L\o{}sning }
\DeclareTranslation { Norsk } { exsheets-solution-name } { L\o{}sning }
\DeclareTranslation { Portuges } { exsheets-solution-name } { Solu\c c\~ao }
% the actual translating
@@ -3152,13 +3164,17 @@ HISTORY:
- fix issue #23
- use only one version number for the whole bundle
2014/10/14 v0.17 - new option `use-saved-counter-format'
+2015/02/09 v0.18 - added correct Danish translations - thanks to Jonas
+ Nyrup
+ - introduce \exsheetsprintsolution, see
+ http://tex.stackexchange.com/q/227078/ for motivation
+ - change test in \exsheets_h_or_vspace:N to something
+ more reliable and meaningful
+ - new option `no-skip-below'
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
% TODO:
- add a `tags' concept => major task
-- add user interface that removes \par and vertical skip after
- question/solution environments.
- (equal to \cs_set_eq:NN \exsheets_par: \scan_stop: )
- points/decimal-marker, points/frac (?), points/format (?,im interface)
- points: swedish style
- \examspace inside {tasks} => possible? (\pagegoal-\pagetotal) gives wrong
diff --git a/Master/texmf-dist/tex/latex/exsheets/exsheets_headings.cfg b/Master/texmf-dist/tex/latex/exsheets/exsheets_headings.cfg
index 058ac8f46e7..7bc458d333f 100644
--- a/Master/texmf-dist/tex/latex/exsheets/exsheets_headings.cfg
+++ b/Master/texmf-dist/tex/latex/exsheets/exsheets_headings.cfg
@@ -8,7 +8,7 @@
% Web: https://bitbucket.org/cgnieder/exsheets/
% E-Mail: contact@mychemistry.eu
% --------------------------------------------------------------------------
-% Copyright 2011-2013 Clemens Niederberger
+% Copyright 2011-2015 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/tex/latex/exsheets/exsheets_headings.def b/Master/texmf-dist/tex/latex/exsheets/exsheets_headings.def
index 0604adb28dd..b78f0b70daa 100644
--- a/Master/texmf-dist/tex/latex/exsheets/exsheets_headings.def
+++ b/Master/texmf-dist/tex/latex/exsheets/exsheets_headings.def
@@ -8,7 +8,7 @@
% Web: https://bitbucket.org/cgnieder/exsheets/
% E-Mail: contact@mychemistry.eu
% --------------------------------------------------------------------------
-% Copyright 2011-2013 Clemens Niederberger
+% Copyright 2011-2015 Clemens Niederberger
%
% This work may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either version 1.3