diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/answers')
-rw-r--r-- | Master/texmf-dist/tex/latex/answers/answers.sty | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/answers/answers.sty b/Master/texmf-dist/tex/latex/answers/answers.sty index ab9ed30d53a..fcb9a85da4b 100644 --- a/Master/texmf-dist/tex/latex/answers/answers.sty +++ b/Master/texmf-dist/tex/latex/answers/answers.sty @@ -21,12 +21,9 @@ %% This work is "maintained" (as per LPPL maintenance status) by %% Joseph Wright. %% -\def\fileversion{2.13} -\def\filedate{11 Oct 2010 00:00:00 BST} -\def\filename{answers.dtx} \NeedsTeXFormat{LaTeX2e} \ProvidesPackage{answers} - [2014/08/08 v2.14 Production of solution sheets in LaTeX2e] + [2014/08/24 v2.16 Production of solution sheets in LaTeX2e] \newif\ifanswerfiles \answerfilestrue \DeclareOption{nosolutionfiles}{\answerfilesfalse \typeout{No answer files being produced}}% @@ -73,7 +70,7 @@ {% \let\protect\string \Ifanswerfiles{% - \protected@iwrite\@nameuse{#1@file}{#2}% + \protected@iwrite{\@nameuse{#1@file}}{}{#2}% }{}% }% }{}% |