diff --git a/.gitignore b/.gitignore index 7d161da..a5ade2d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ +SPLIT.at proposal.ctan.zip auto *.acn diff --git a/base/proposal.dtx b/base/proposal.dtx index ee39638..3e57f9e 100644 --- a/base/proposal.dtx +++ b/base/proposal.dtx @@ -940,7 +940,11 @@ % references. % \begin{macrocode} {\end{prop@proposal} -\pdata@def{prop}{page}{last}{\thepage}\ofpagefalse +\pdata@def{prop}{page}{last}{\thepage}\ofpagefalse% +\newwrite\@@SPLIT% +\immediate\openout\@@SPLIT=SPLIT.at% +\protected@write\@@SPLIT{}{\thepage}% +\closeout\@@SPLIT% \pdata@close} % % \end{macrocode} diff --git a/base/proposal.pdf b/base/proposal.pdf index a8a5ebc..849ce9d 100644 Binary files a/base/proposal.pdf and b/base/proposal.pdf differ diff --git a/base/proposal.sty b/base/proposal.sty index 40ce6a3..9a53a78 100644 --- a/base/proposal.sty +++ b/base/proposal.sty @@ -110,7 +110,11 @@ \setcounter{page}{0} \begin{prop@proposal}} {\end{prop@proposal} -\pdata@def{prop}{page}{last}{\thepage}\ofpagefalse +\pdata@def{prop}{page}{last}{\thepage}\ofpagefalse% +\newwrite\@@SPLIT% +\immediate\openout\@@SPLIT=SPLIT.at% +\protected@write\@@SPLIT{}{\thepage}% +\closeout\@@SPLIT% \pdata@close} \newcommand\site[1]{\hyperlink{site@#1@target}{\wa@ref3{institution}{#1}{acronym}}} \newcommand\sitename[1]{\hyperlink{site@#1@target}{\wa@ref3{institution}{#1}{name}}}