hoelzer / dfg

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

Compiling error in untouched file #2

Closed Weiver23 closed 4 years ago

Weiver23 commented 4 years ago

I'm having this error while compiling with TexMaker. image Any idea? Thanks and best regards!

hoelzer commented 4 years ago

Hi, thanks for reporting this! I will look into it asap.

hoelzer commented 4 years ago

Okay. Interestingly, it is working fine on my mac but I have the same error on a Linux-based system. What system are you using?

On my mac I am running TeX Live 2016 and on Linux Tex Live 2019

hoelzer commented 4 years ago

Okay, it seems that the issue was caused by the \usepackage{titlesec} package. I removed the package and one command I used

\titlespacing*{\paragraph}{0pt}{-0.2\baselineskip}{0.2\baselineskip}

and for me, it compiles now also under Linux.

Can you please clone the git again or do a

git pull

to update to the newest version in the master branch and test again. Thanks!

Weiver23 commented 4 years ago

Hi there, thanks for the fast reply. I work with a Windows 10 system using Texmaker. It now compiles flawlessly! Thanks for your work and keep it up!