From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rasmus Subject: Re: org-mode in French Date: Tue, 14 Nov 2017 08:57:11 +0100 Message-ID: <87bmk5s36w.fsf@gmx.us> References: <8a728d2e-e304-da28-dbc7-33b69b71f01a@gmx.fr> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:60022) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eEW62-00085n-U3 for emacs-orgmode@gnu.org; Tue, 14 Nov 2017 02:57:27 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eEW5y-000055-8O for emacs-orgmode@gnu.org; Tue, 14 Nov 2017 02:57:27 -0500 Received: from [195.159.176.226] (port=48377 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1eEW5y-0008Vh-0y for emacs-orgmode@gnu.org; Tue, 14 Nov 2017 02:57:22 -0500 Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1eEW5m-0001MC-Vq for emacs-orgmode@gnu.org; Tue, 14 Nov 2017 08:57:10 +0100 List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: "Emacs-orgmode" To: emacs-orgmode@gnu.org gmx 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!