nusthesis icon indicating copy to clipboard operation
nusthesis copied to clipboard

"Emergency stop" in `_global_settings.tex`

Open arnold117 opened this issue 8 months ago • 0 comments

In TexLive 2025 ran on Windows, I encountered "Emergency stop" in _global_settings.tex.

This is raised due to input before documentclass.

I suggest move the following snips to main.tex before \input{_global_settings.tex}.

\ifdefined\DoubleSided
  \documentclass[twoside,openright,a4paper]{nusthesis}
\else
  \documentclass[a4paper]{nusthesis}
\fi

arnold117 avatar May 02 '25 03:05 arnold117