Skip to content
Snippets Groups Projects
Commit 764353d7 authored by Luke Naylor's avatar Luke Naylor
Browse files

Remove preamble section for old grffile packages

parent 106c7dc8
No related branches found
No related tags found
No related merge requests found
...@@ -27,18 +27,6 @@ ...@@ -27,18 +27,6 @@
\usepackage{fancyvrb} % verbatim replacement that allows latex \usepackage{fancyvrb} % verbatim replacement that allows latex
\usepackage{grffile} % extends the file name processing of package graphics \usepackage{grffile} % extends the file name processing of package graphics
% to support a larger range % to support a larger range
\makeatletter % fix for old versions of grffile with XeLaTeX
\@ifpackagelater{grffile}{2019/11/01}
{
% Do nothing on new versions
}
{
\def\Gread@@xetex#1{%
\IfFileExists{"\Gin@base".bb}%
{\Gread@eps{\Gin@base.bb}}%
{\Gread@@xetex@aux#1}%
}
}
\makeatother \makeatother
\usepackage[Export]{adjustbox} % Used to constrain images to a maximum size \usepackage[Export]{adjustbox} % Used to constrain images to a maximum size
\adjustboxset{max size={0.9\linewidth}{0.9\paperheight}} \adjustboxset{max size={0.9\linewidth}{0.9\paperheight}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment