I tried to use this template to prepare a proposal but I gut the following error message:
line 112:! Undefined control sequence.\resetHeadWidth ->\fancy@setoffs \resetHeadWidth
https://github.com/ferencek/H2020-MSCA-IF-20XY
Thanks for your help!
I tried to use this template to prepare a proposal but I gut the following error message:
line 112:! Undefined control sequence.\resetHeadWidth ->\fancy@setoffs \resetHeadWidth
https://github.com/ferencek/H2020-MSCA-IF-20XY
Thanks for your help!
Following your link, it leads to a template which says in a comment that it copies code from this answer. It used an undocumented internal macro from the fancyhdr package.
Checking back, the answer has been edited to say that \fancy@setoffs has a new name. So, a command by that name is no longer defined, and you get this error. Check the link again for an updated version.
And, regulars, please be careful about posting answers that rely on undocumented features.