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:
parent
2cf6136523
commit
dabfd646ae
|
@ -3176,7 +3176,6 @@ will be appended."
|
||||||
("" "float" nil)
|
("" "float" nil)
|
||||||
("" "wrapfig" nil)
|
("" "wrapfig" nil)
|
||||||
("" "soul" t)
|
("" "soul" t)
|
||||||
("" "t1enc" t)
|
|
||||||
("" "textcomp" t)
|
("" "textcomp" t)
|
||||||
("" "marvosym" t)
|
("" "marvosym" t)
|
||||||
("" "wasysym" 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
|
The packages in this list are needed by one part or another of Org-mode
|
||||||
to function properly.
|
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
|
- textcomp, marvosymb, wasysym, latexsym, amssym: for various symbols used
|
||||||
for interpreting the entities in `org-entities'. You can skip some of these
|
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.
|
packages if you don't use any of the symbols in it.
|
||||||
|
|
Loading…
Reference in New Issue