mikhailklassen / research-diary-project

Use TeX/LaTeX to keep a research diary on your UNIX/Linux system, with useful tools and scripts to simplify the process.
34 stars 22 forks source link

`create_anthology` misses packages and new commnands defined before `\begin{document}` #5

Open diego898 opened 9 years ago

diego898 commented 9 years ago

Hello,

I am using the create_anthology script directly since I'm having trouble with make on windows. Sometimes I might define a new command in a specific entry or use a specific package. I do all of this before my \begin{document} command. However, create_anthology only grabs whats between the \begin{document} and \end{document} tags, and does not grab any custom new commands or additional packages? One could define all additional new commands after the \begin{document} command, and that would indeed fix that problem, but what about additional packages? They cant be included after the \begin{document} command.

Update: In order for things to work correctly, I have to: