Skip to content
Snippets Groups Projects
Commit 745f91c8 authored by Felix Hilsky's avatar Felix Hilsky
Browse files

use silence for avoiding reoccuring warnings

better solution would be to avoid / in usepackage:
https://tex.stackexchange.com/questions/31925/install-package-in-subfolder/31950#31950
but I didn't find how to set the env variable TEXINPUTS in .latexmkrc
parent 7c14ded1
No related branches found
No related tags found
No related merge requests found
......@@ -8,6 +8,12 @@
% \RedeclareSectionCommand
% [beforeskip=-1.5ex plus -.1ex minus -.1ex,
% afterskip=.5ex plus .1ex minus .1ex]{subsection}
% cannot happen in packages since it has to work during package loading:
% (and it is really not a fault of the packages but the calling)
\usepackage{silence} % Package that lets ignore warnings and errors for using packages in subdirectories
\WarningFilter{latex}{You have requested package `.maindir/tex/header/}
\usepackage[tikz]{.maindir/tex/header/stdmath} % , scriptLetters
\setmainfont{Latin Modern Roman}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment