From 3f42023b42777b6c9373b77979f0b9bffe98013d Mon Sep 17 00:00:00 2001 From: Fredrik Bagge Carlson Date: Mon, 30 Oct 2017 09:40:31 +0100 Subject: [PATCH] Replace usepackage graphics with graphicx I had issues with the chunk option `out_width` unless I replaced the use of the old `graphics` package with the newer `graphicx` See https://tex.stackexchange.com/questions/23075/packages-graphics-vs-graphicx for additional info --- templates/julia_tex.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/julia_tex.tpl b/templates/julia_tex.tpl index 63426e8..52fc7a3 100644 --- a/templates/julia_tex.tpl +++ b/templates/julia_tex.tpl @@ -3,7 +3,7 @@ \usepackage[a4paper,text={16.5cm,25.2cm},centering]{geometry} \usepackage{lmodern} \usepackage{amssymb,amsmath} -\usepackage{graphics} +\usepackage{graphicx} \usepackage{microtype} \usepackage{hyperref} \setlength{\parindent}{0pt}