From dabfd646aec0c4a5ebcacb52e62e5b3130544e0b Mon Sep 17 00:00:00 2001 From: Carsten Dominik Date: Tue, 31 Aug 2010 08:31:14 +0200 Subject: [PATCH] LaTeX export: remove the t1enc package * lisp/org.el (org-export-latex-default-packages-alist): Remove the t1enc package - this is already covered by fontenc. --- lisp/org.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lisp/org.el b/lisp/org.el index 5d16b6044..81dd59e53 100644 --- a/lisp/org.el +++ b/lisp/org.el @@ -3176,7 +3176,6 @@ will be appended." ("" "float" nil) ("" "wrapfig" nil) ("" "soul" t) - ("" "t1enc" t) ("" "textcomp" t) ("" "marvosym" t) ("" "wasysym" t) @@ -3191,7 +3190,7 @@ with another package you are using. The packages in this list are needed by one part or another of Org-mode to function properly. -- inputenc, fontenc, t1enc: for basic font and character selection +- inputenc, fontenc: for basic font and character selection - textcomp, marvosymb, wasysym, latexsym, amssym: for various symbols used for interpreting the entities in `org-entities'. You can skip some of these packages if you don't use any of the symbols in it.