From: Mark Wooding Date: Wed, 22 Nov 2017 18:55:02 +0000 (+0000) Subject: el/dot-emacs.el: Remove `fontenc' from the `strayman' preamble. X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/profile/commitdiff_plain/02a961ceca4c4f94dec705a548ab95686d34629b el/dot-emacs.el: Remove `fontenc' from the `strayman' preamble. It's part of Org mode's default list anyway. --- diff --git a/el/dot-emacs.el b/el/dot-emacs.el index 75f3dae..6930bda 100644 --- a/el/dot-emacs.el +++ b/el/dot-emacs.el @@ -476,7 +476,6 @@ (eval-after-load "org-latex" "\\documentclass{strayman} \\usepackage[utf8]{inputenc} \\usepackage[palatino, helvetica, courier, maths=cmr]{mdwfonts} -\\usepackage[T1]{fontenc} \\usepackage{graphicx, tikz, mdwtab, mdwmath, crypto, longtable}" ("\\section{%s}" . "\\section*{%s}") ("\\subsection{%s}" . "\\subsection*{%s}")