-
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
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
- Loading branch information
Showing
7 changed files
with
44 additions
and
45 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
% Refer to: https://www.overleaf.com/learn/latex/Writing_your_own_package | ||
|
||
\NeedsTeXFormat{LaTeX2e} | ||
\ProvidesPackage{tudelft-light/macros} | ||
\ProvidesPackage{tudelft-light/tud-macros} | ||
|
||
%\\\\\\\\\\\ Command for XDSM Files \\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\ | ||
|
||
\newcommand{\zero}[1]{{#1}^{\left(0\right)}} | ||
|
||
%\\\\\\\\\\\ Simplification for Bibliography Creation \\\\\\\\\\\\\\\\\\\\\\\\\ | ||
|
||
% \renewcommand{\printbibliography}{} | ||
% \renewcommand{\printbibliography}{} |
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
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
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
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
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