Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi line warning not shown in full #41

Open
lucc opened this issue Sep 29, 2016 · 0 comments
Open

Multi line warning not shown in full #41

lucc opened this issue Sep 29, 2016 · 0 comments

Comments

@lucc
Copy link

lucc commented Sep 29, 2016

I had a warning that was two lines long but only the first line was shown. Is that deliberate to not show long warnings (maybe for several lines?) or is this a "bug" that should be fixed?

As the moderncv class has a bug (xdanaux/moderncv#7) this can be reproduced with this tex file:

\documentclass{moderncv}
\moderncvstyle{classic}
\name{foo}{bar}
\begin{document}
foo
\end{document}

The warning if I run pdflatex mwe is

LaTeX Warning: You have requested package `moderncvbodyi',
               but the package provides `moderncvbodyi'.

but latexrun mwe produces this output:

/usr/share/texmf-dist/tex/latex/moderncv/moderncvheadi.sty: warning: You have requested package `moderncvheadi',

and I would prefer it to be

/usr/share/texmf-dist/tex/latex/moderncv/moderncvheadi.sty: warning: You have requested package `moderncvheadi', but the package provides `moderncvbodyi'.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant