gmx <freds...@gmx.fr> writes:

> Hello,
> I've been using Org-mode for several months now, with pleasure.
> However, I would like the .tex files use some packages (babel,
> french...), a particular koma-script class (scrartcl), etc., which
> allow me to release a. pdf file with French typographical standards.
>
> How to do this?

For language support, you could do something like

(setq org-latex-packages-alist
        '(("AUTO" "babel" nil ("pdflatex"))
          ("AUTO" "polyglossia" nil ("xelatex" "lualatex"))))

And use the "#+language: fr" keyword to set the document to French.

Rasmus

-- 
Hooray!


Reply via email to