Skip to content

Commit

Permalink
Reorder package loading
Browse files Browse the repository at this point in the history
There's a bug that causes documents to fail in TeXLive 2016 when graphix is loaded before color.  It is easily avoided by loading color first (the change I make here so that gregorio-project#1199 is resolved), but I've also reported the bug to the appropriate people.
  • Loading branch information
rpspringuel committed Aug 16, 2016
1 parent 3861f2b commit ca8b226
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tex/gregoriotex.tex
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
\input luatexbase.sty%
\input luamplib.sty%
\input luaotfload.sty%
\input graphicx.tex % for \resizebox
\input xstring.sty%
\input color.sty%
\input color.tex%
\input graphicx.tex % for \resizebox

\def\gre@error#1{\begingroup%
\def\MessageBreak{^^J}%
Expand Down

0 comments on commit ca8b226

Please sign in to comment.