From 4e1ac842c4c3b27b234bc56c0e5613551352d84a Mon Sep 17 00:00:00 2001 From: Abreto FU Date: Mon, 6 Jan 2020 21:32:42 +0800 Subject: [PATCH] Fix a bug with \includegraphics* http://macosx-tex.576846.n2.nabble.com/Problem-with-the-quot-starred-quot-includegraphics-td2130452.html --- presentation/beamerthemeuestcthesis.sty | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/presentation/beamerthemeuestcthesis.sty b/presentation/beamerthemeuestcthesis.sty index 3df7034..c5c01e4 100644 --- a/presentation/beamerthemeuestcthesis.sty +++ b/presentation/beamerthemeuestcthesis.sty @@ -800,7 +800,7 @@ \immediate\write18{ps2pdf logo.ps}% }{} \logo{% -\IfFileExists{logo.pdf}{\includegraphics*[height=1.8cm]{logo.pdf}}{UESTC}% +\IfFileExists{logo.pdf}{\includegraphics[height=1.8cm]{logo.pdf}}{UESTC}% }% \endinput %%