diff options
author | Karl Berry <karl@freefriends.org> | 2014-08-24 21:18:36 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2014-08-24 21:18:36 +0000 |
commit | a90a70397dcc0fe65403afb486646af6f48d5669 (patch) | |
tree | 1adc1876695e9e36bc7af0af9fb18e9984451834 /Master/texmf-dist/tex/latex/answers | |
parent | 60e96d59f7849fe4c061ab43f718cdc9db6da3ff (diff) |
answers (24aug14)
git-svn-id: svn://tug.org/texlive/trunk@35032 c570f23f-e606-0410-a88d-b1316a301751
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}% }{}% }% }{}% |