I am trying to use the template for a thesis found at
http://www.latextemplates.com/template/ ... ral-thesis . The package worked fine for me on overleaf, but the project got to big to manage there. I downloaded the zip file to open it on TexStudio and it compiled fine until I updated the Tex packages in Tex Live (I am using MacTex but the same happened with MikTex after updating in Windows). After the update, when I compile the project, I get the following error:
Code: Select all
Missing \endcsname inserted.
<to be read again>
\tex_let:D
l.164 \cleardoublepage
The control sequence marked <to be read again> should
not appear between \csname and \endcsname.
This error appears every time commands like \cleardoublepage, \chapter, \begin{abstract}, \tableofcontents and others are called.
The log file is included as an attachment as well as the template from latextemplates.
Thank you for your help.