Skip to content

Commit

Permalink
Fix namespace conflict caused by report.cls (#35)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
skilkis authored Feb 18, 2021
1 parent bcb95e2 commit e2c633b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions main.tex
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
\documentclass[11pt,a4paper,reqno,fancyheader]{tudelft-light/report}
\documentclass[11pt,a4paper,reqno,fancyheader]{tudelft-light/tud-report}

\title[TU Delft Light]{TU Delft Light}
\subtitle{An Easy to Use \LaTeX\ Template}
Expand Down Expand Up @@ -49,7 +49,7 @@
\pagenumbering{arabic}

%Chapters:
\import{examples/}{latex_elements}
\include{examples/latex_elements}
%ADD CHAPTERS HERE

%References:
Expand All @@ -64,7 +64,7 @@

%Appendices:
\begin{appendices}
\import{examples/}{listing}
\include{examples/listing}
\end{appendices}
\endgroup
\end{document}
2 changes: 1 addition & 1 deletion tudelft-light

0 comments on commit e2c633b

Please sign in to comment.