chiark / gitweb /
el/dot-emacs.el: Remove `fontenc' from the `strayman' preamble.
authorMark Wooding <mdw@distorted.org.uk>
Wed, 22 Nov 2017 18:55:02 +0000 (18:55 +0000)
committerMark Wooding <mdw@distorted.org.uk>
Wed, 22 Nov 2017 18:55:02 +0000 (18:55 +0000)
It's part of Org mode's default list anyway.

el/dot-emacs.el

index 75f3dae8ab0f87646626f3094ba0f923690fa577..6930bda23ca2b9a8a25ac8816e49e089f7c405f5 100644 (file)
@@ -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}")