From: Don Armstrong Date: Sun, 11 Dec 2016 21:33:36 +0000 (-0800) Subject: fix font config and use acro X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;ds=inline;h=618f8b0b752e72f86c2e2b06bbfb3944bb9f3f1e;p=lib.git fix font config and use acro --- diff --git a/templates/latex_shell.Rnw b/templates/latex_shell.Rnw index 4602317..29a55fd 100644 --- a/templates/latex_shell.Rnw +++ b/templates/latex_shell.Rnw @@ -3,6 +3,9 @@ \setmainfont{FreeSerif} \setsansfont{FreeSans} \setmonofont{FreeMono} +\setmathrm{FreeSerif} +\setmathsf{FreeSans} +\setmathtt{FreeSerif} \usepackage[letterpaper,left=1in,right=1in,top=1in,bottom=1in,headheight=14pt]{geometry} \usepackage{url} \usepackage{fancyhdr} @@ -14,9 +17,7 @@ \usepackage{float} \usepackage{multirow} \usepackage{setspace} -\usepackage{txfonts} -%\usepackage{fancyref} -\usepackage{acronym} +\usepackage{acro} \usepackage{array} \usepackage{dcolumn} \usepackage{adjustbox}