[X] I use org-mode and export documents to pdf using latex[] I use org-mode and
export presentations to pdf using latex[] My LaTeX compiler is pdflatex[X] My
LaTeX compiler is lualatex[X] My LaTeX compiler is xelatex[] I use babel to
control my fonts [] \usepackage[AUTO]{babel} in LATEX_HEADER is all I need []
I add other languages to \usepackage[AUTO]{babel} in LATEX_HEADER [] I need to
add \babelprovide commands [] I add more LaTeX code to be able to export
correctly[X] I use polyglossia [X] \usepackage[AUTO]{polyglossia} in
LATEX_HEADER is all I need [X] I need to add more languages to
\usepackage[AUTO]{polyglossia} inLATEX_HEADER [X] I add more LaTeX code to be
able to export correctly
I've used xelatex primarily but recently started experimenting with lualatex.
For 95% of the documents I export \usepackage[AUTO]{polyglossia} is fine, but
occasions arise where I need to add languages.
The additional latex code is all regular preamble configuration, primarily
package additions.
LRA