From c5acaec3b5c0d0bac4ac23ae2cf72336140b7d96 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 13 Apr 2015 09:00:55 -0700 Subject: LaTeX template: include grffile together with graphicx. This properly handles filenames containing spaces and dots. Closes #2074. --- tests/writer.latex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/writer.latex b/tests/writer.latex index f7123be98..94e8f779e 100644 --- a/tests/writer.latex +++ b/tests/writer.latex @@ -25,7 +25,7 @@ }{} \usepackage{fancyvrb} \VerbatimFootnotes -\usepackage{graphicx} +\usepackage{graphicx,grffile} \makeatletter \def\maxwidth{\ifdim\Gin@nat@width>\linewidth\linewidth\else\Gin@nat@width\fi} \def\maxheight{\ifdim\Gin@nat@height>\textheight\textheight\else\Gin@nat@height\fi} -- cgit v1.2.3