-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix namespace conflict caused by report.cls (#35)
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
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule tudelft-light
updated
7 files
+9 −9 | tud-cover.sty | |
+2 −2 | tud-macros.sty | |
+4 −4 | tud-packages.sty | |
+35 −16 | tud-report.cls | |
+4 −4 | tud-setup.sty | |
+3 −3 | tud-style.sty | |
+10 −10 | tud-title.sty |