Skip to content

Commit 7455131

Browse files
committed
[quiet] is not supported in some graphicx versions
1 parent 22344a0 commit 7455131

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

graphicscache.dtx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -514,15 +514,15 @@
514514
\filemodcmp{\graphicscache@fname}{\graphicscache@output}{% input is newer/output does not exist
515515
\graphicscache@native
516516
}{% otherwise, use the generated file!
517-
\graphicscache@includegraphics[quiet]{\graphicscache@output}%
517+
\graphicscache@includegraphics{\graphicscache@output}%
518518
}%
519519
\else
520520
% \end{macrocode}
521521
% Here, we just look if the output file exists. If not, fall back to
522522
% original includegraphics.
523523
% \begin{macrocode}
524524
\IfFileExists{\graphicscache@output}{%
525-
\graphicscache@includegraphics[quiet]{\graphicscache@output}%
525+
\graphicscache@includegraphics{\graphicscache@output}%
526526
}{%
527527
\PackageWarning{graphicscache}{Could not find cache file \graphicscache@output, for \graphicscache@fname, falling back to native...}{}%
528528
\graphicscache@native

0 commit comments

Comments
 (0)