diff options
Diffstat (limited to 'report2/template.latex')
-rw-r--r-- | report2/template.latex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/report2/template.latex b/report2/template.latex index 4520e03..49b4963 100644 --- a/report2/template.latex +++ b/report2/template.latex @@ -126,6 +126,7 @@ $if(tables)$ % Fix footnotes in tables (requires footnote package) \IfFileExists{footnote.sty}{\usepackage{footnote}\makesavenoteenv{long table}}{} $endif$ +\usepackage{graphicx} $if(graphics)$ \usepackage{graphicx,grffile} \makeatletter |