Pedro Andres Aranda Gutierrez <paaguti@gmail.com> writes:
Attached is a _proof of concept_ for supporting AUTO in
\usepackage{fontenc}. Just an idea of how things could evolve.
This only uses a variable you can define as directory or file local to
control what is generated in the LaTeX file.
Could be expanded in the future to check #+language:
Thanks!
+(defcustom org-latex-fontenc "T1"
+ "The fontenc for the file. Customise to LGR,T1 when including
+Greek, etc."
+ :group 'org-export-latex
+ :type 'string
+ :safe #'stringp)
Is there a list of available values somewhere?
https://latexref.xyz/fontenc-package.html only lists OT1, OMS, OML, T1,
and TS1. However, many more are clearly available.