latexrun
latexrun copied to clipboard
warning with siunitx
MWE:
\documentclass{article}
\usepackage{siunitx}
\begin{document}
hello world
\end{document}
Output:
$ latexrun foo.tex
/usr/local/texlive/2016/texmf-dist/tex/latex/siunitx/siunitx.sty: warning: extra `}' in log; file names may be wrong
/usr/local/texlive/2016/texmf-dist/tex/latex/siunitx/siunitx.sty: warning: extra `}' in log; file names may be wrong
/usr/local/texlive/2016/texmf-dist/tex/latex/siunitx/siunitx.sty: warning: extra `}' in log; file names may be wrong
By the way it is not clear how to change warning filters; e.g. -Wno-all or -Wno-siunitx have no effect.