You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The error generated by TeXLive 2020 is as follows as per GitHub Actions:
/opt/texlive/texdir/texmf-dist/tex/latex/fontspec/fontspec-xetex.sty:479: LaTeX
Error: The font size command\normalsize is not defined:
there is probably something wrong with the class file.
See the LaTeX manual or LaTeX Companion for explanation.
Type H <return>for immediate help.
...
Upon inspection this is caused by tudelft-light/report.cls calling LoadClass on report.cls which leads to a namespace conflict. Furthermore, as a result, the \normalsize macro is never loaded from the LaTeX standard library report class file.
The text was updated successfully, but these errors were encountered:
This commit addresses Issue [#34] by prepending `tud-` to all template
packages and class files. As a result, the namespace conflict which
led to failing compilations on TeXLive 2020 is fixed.
[#34]: skilkis/tudelft-light#34
This commit Closes#34 by prepending tud- to all template
packages and class files. As a result, the namespace conflict which
led to failing compilations on TeXLive 2020 is fixed.
In addition, this commit Closes#31 by adding an optional value
argument to \nomunit. The solution is to add an optional argument to the
\nomunit macro to pass this value onto \SI as opposed to the \si
environment. This fix is included in Commit [9628f4e4].
[9628f4e4]: skilkis/tudelft-light-template@9628f4e4
This commit Closes#34 by prepending tud- to all template
packages and class files. As a result, the namespace conflict which
led to failing compilations on TeXLive 2020 is fixed.
In addition, this commit Closes#31 by adding an optional value
argument to \nomunit. The solution is to add an optional argument to the
\nomunit macro to pass this value onto \SI as opposed to the \si
environment. This fix is included in Commit [9628f4e4].
[9628f4e4]: skilkis/tudelft-light-template@9628f4e4
The error generated by TeXLive 2020 is as follows as per GitHub Actions:
Upon inspection this is caused by
tudelft-light/report.cls
callingLoadClass
onreport.cls
which leads to a namespace conflict. Furthermore, as a result, the\normalsize
macro is never loaded from the LaTeX standard libraryreport
class file.The text was updated successfully, but these errors were encountered: