hoelzer / dfg

A LaTeX template for a basic DFG (Deutsche Forschungsgemeinschaft, German Research Foundation) grant proposal.
GNU General Public License v3.0
73 stars 45 forks source link

finalcompile boolean setting should precede Header input #16

Closed valavanisalex closed 3 years ago

valavanisalex commented 3 years ago

https://github.com/hoelzer/dfg/blob/f9af0eb47a95fb74fe262c10eec60ec4040f22be/dfg.tex#L17

The Header.tex file uses the finalcompile boolean to determine whether todo notes & section labels are shown... but the value of the variable is only set in dfg.tex after the Header.tex has been input. As such, setting the variable in dfg.tex has no effect on the compiled document.

To fix:

dl1chb commented 3 years ago

Thanks für the comment! Fix is on the way ;)

hoelzer commented 3 years ago

Should be solved now via #18