From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: About latex export Date: Mon, 8 Sep 2008 22:20:34 +0200 Message-ID: <4C0C70B0-53BC-482D-9FC7-A0CEC5E73E52@uva.nl> References: <8763p6mrwn.fsf@selenimh.orion.org> Mime-Version: 1.0 (Apple Message framework v926) Content-Type: text/plain; charset=WINDOWS-1252; format=flowed; delsp=yes Content-Transfer-Encoding: quoted-printable Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KcnE2-000118-4R for emacs-orgmode@gnu.org; Mon, 08 Sep 2008 16:20:42 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KcnDz-00010R-Eh for emacs-orgmode@gnu.org; Mon, 08 Sep 2008 16:20:41 -0400 Received: from [199.232.76.173] (port=44169 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KcnDz-00010O-74 for emacs-orgmode@gnu.org; Mon, 08 Sep 2008 16:20:39 -0400 Received: from ug-out-1314.google.com ([66.249.92.172]:41487) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1KcnDz-0002Ye-0n for emacs-orgmode@gnu.org; Mon, 08 Sep 2008 16:20:39 -0400 Received: by ug-out-1314.google.com with SMTP id k3so579440ugf.17 for ; Mon, 08 Sep 2008 13:20:37 -0700 (PDT) In-Reply-To: <8763p6mrwn.fsf@selenimh.orion.org> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Nicolas Goaziou Cc: emacs-orgmode@gnu.org Hi Nick, please see http://article.gmane.org/gmane.emacs.orgmode/7684/ On Sep 8, 2008, at 8:08 PM, Nicolas Goaziou wrote: > Hello, > > While fiddling with latex export, I wondered if there was a variable =20= > to > specify some more packages that should be added the code produced =97 =20= > i.e. > I'd like to add \usepackage[frenchb]{babel} everytime. > > I could somehow manage to write a function adding it after exporting =20= > the > code =97 maybe with the help of a hook =97 but I can't help thinking = it > would be messier. > > On another topic, it looks like the latex export process doesn't play > well with the "description" environment. In fact, > > - a :: first > - b :: second > > is rendered as > > \begin{itemize} > \item a :: first > \item b :: second > \end{itemize} > > Odd, isn't it ? Not odd, description lists have not yet been implemented in the LaTeX =20= exporter. - Carsten