correct ms to microsec in cern muon graph
[light-and-matter.git] / shaddap.sty
blob6f52046bda404a71645b46e664efcfc496bd7227
1 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
2 %--------- silencing unhelpful messages ---------
3 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
4 \RequirePackage{silence}
5 \hfuzz=999pt % reduce overfull hbox errors
6 \hbadness=10000 % reduce underfull hbox errors
7 % silence package:
8 \WarningFilter{Fancyhdr}{\headheight is too small}
9 \WarningFilter{textpos}{environment textblock}
10 %---------- get rid of warnings from pdftex about inkscape pdfs -----------------
11 % http://tex.stackexchange.com/questions/183149/cant-silence-a-pdftex-pdf-inclusion-multiple-pdfs-with-page-group-error
12 % http://tex.stackexchange.com/questions/198586/conditional-based-on-the-version-of-pdflatex
13 \begingroup\expandafter\expandafter\expandafter\endgroup
14 \expandafter\ifx\csname pdfsuppresswarningpagegroup\endcsname\relax
15 \else
16 \pdfsuppresswarningpagegroup=1\relax
17 \fi
18 %---------- get rid of messages about every included graphic -----------------
19 % http://tex.stackexchange.com/questions/124634/can-i-silence-pdfpages-output
20 \makeatletter
21 \let\GPT@error\@gobble
22 \let\GPT@warn\@gobble
23 \let\Gin@log\@gobble
24 \let\GPT@info\@gobble
25 \def\@providesfile#1[#2]{%
26 \@addtofilelist{ #2}%
27 \endgroup}
28 \makeatother
29 %------------------------------------------------