\AtBeginDocument{%
\Opensolutionfile{FILE}
}
\AtEndDocument{%
\Closesolutionfile{FILE}
}
One can write to this file by using the following command:
\Writetofile{FILE}{text}
For example one could include the file at the end of the document by using:
\IfFileExists{FILE.tex}{\input{FILE.tex}}{}
Keine Kommentare:
Kommentar veröffentlichen