0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-09-22 13:10:42 +00:00

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.
This commit is contained in:
Carsten Dominik 2010-08-31 08:31:14 +02:00
parent 2cf6136523
commit dabfd646ae

View file

@ -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.