From ca8b226c162e150161e2e4da98fb46b595a5854c Mon Sep 17 00:00:00 2001 From: "Br. Samuel Springuel" Date: Tue, 16 Aug 2016 16:32:33 -0400 Subject: [PATCH] Reorder package loading 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 #1199 is resolved), but I've also reported the bug to the appropriate people. --- tex/gregoriotex.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tex/gregoriotex.tex b/tex/gregoriotex.tex index d84a756b6..bf2cc9abc 100644 --- a/tex/gregoriotex.tex +++ b/tex/gregoriotex.tex @@ -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}%