summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/answers/answers.dtx
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/answers/answers.dtx')
-rw-r--r--Master/texmf-dist/source/latex/answers/answers.dtx13
1 files changed, 4 insertions, 9 deletions
diff --git a/Master/texmf-dist/source/latex/answers/answers.dtx b/Master/texmf-dist/source/latex/answers/answers.dtx
index a3a3e27fb00..9d5e9d9e30e 100644
--- a/Master/texmf-dist/source/latex/answers/answers.dtx
+++ b/Master/texmf-dist/source/latex/answers/answers.dtx
@@ -1,11 +1,4 @@
% \iffalse meta-comment
-% \begin{macrocode}
-%<*answers>
-\def\fileversion{2.13}
-\def\filedate{11 Oct 2010 00:00:00 BST}
-\def\filename{answers.dtx}
-%</answers>
-% \end{macrocode}
%
% Originally developed by Mike Piff
% Copyright (C) 1990,1994-1996 by Mike Piff
@@ -48,6 +41,8 @@
% \changes{2.12}{2009/09/16}{New maintainer}
% \changes{2.13}{2010/10/11}{Make hyperlinks to solutions work correctly}
% \changes{2.14}{2014/08/08}{Use a protected write for creating output files}
+% \changes{2.15}{2014/08/14}{Fix bug in last update}
+% \changes{2.16}{2014/08/24}{Fix bug in last update}
%
%
% \title{Production of solution sheets in \LaTeXe}
@@ -379,7 +374,7 @@
% Announce the package name and its version:
% \begin{macrocode}
\ProvidesPackage{answers}
- [2014/08/08 v2.14 Production of solution sheets in LaTeX2e]
+ [2014/08/24 v2.16 Production of solution sheets in LaTeX2e]
% \end{macrocode}
%
% \section{Options}
@@ -472,7 +467,7 @@
{%
\let\protect\string
\Ifanswerfiles{%
- \protected@iwrite\@nameuse{#1@file}{#2}%
+ \protected@iwrite{\@nameuse{#1@file}}{}{#2}%
}{}%
}%
}{}%