emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: New try at multi-lingual export to latex/pdf using pdflatex and babe


From: Ihor Radchenko
Subject: Re: New try at multi-lingual export to latex/pdf using pdflatex and babel
Date: Wed, 24 Jan 2024 16:25:04 +0000

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.

-- 
Ihor Radchenko // yantar92,
Org mode contributor,
Learn more about Org mode at <https://orgmode.org/>.
Support Org development at <https://liberapay.com/org-mode>,
or support my work at <https://liberapay.com/yantar92>



reply via email to

[Prev in Thread] Current Thread [Next in Thread]