emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] org-mode in French


From: Rasmus
Subject: Re: [O] org-mode in French
Date: Tue, 14 Nov 2017 08:57:11 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.90 (gnu/linux)

gmx <address@hidden> 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

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