From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Hendy Subject: Re: ox-latex Date: Fri, 4 Dec 2015 08:36:31 -0600 Message-ID: References: <56600A26.1070908@kohl-fuechsle.de> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:44961) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a4rTN-0002zk-1H for emacs-orgmode@gnu.org; Fri, 04 Dec 2015 09:36:34 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1a4rTL-00083p-PH for emacs-orgmode@gnu.org; Fri, 04 Dec 2015 09:36:32 -0500 Received: from mail-ob0-x22f.google.com ([2607:f8b0:4003:c01::22f]:34517) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1a4rTL-00083N-Kc for emacs-orgmode@gnu.org; Fri, 04 Dec 2015 09:36:31 -0500 Received: by oba1 with SMTP id 1so32084704oba.1 for ; Fri, 04 Dec 2015 06:36:31 -0800 (PST) In-Reply-To: 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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: "Thomas S. Dye" Cc: Org Mode , Raimund On Thu, Dec 3, 2015 at 10:36 AM, Thomas S. Dye wrote: > Aloha Raimund, > > Raimund writes: > >> Hi, >> >> I'm a bloody beginner on org-mode so I still am searching my way through >> the oceans of informations about getting along with org-mode. >> >> At the moment I am struggling with using latex-export and setting up (a) >> latex-class(es). >> >> I found some great instructions on worg: Latex Export vor org-mode < 8.0 >> >> and it says to make some changes in .emacs like: > > These instructions are for the old exporter. The new exporter made many > of the old instructions obsolete. > > I presume you're using Org mode 8? The instructions are for Org < 8... but why would those instructions mention ox-latex? I thought all the ox-* stuff came through only with 8.0? Or was the ox-* convention earlier than I realize? >> >>> (require 'ox-latex) >> >> If I do that and eval-buffer emacs it reads: >> >> >>> eval-buffer: Cannot open load file: ox-latex >> >> Now I don't know if it means ox-latex doesn't exist at all ... however, >> I thought to look out for ox-latex in the web to download and push it in >> my .emacs.d ... hmmm ... even though there are bunches of >> ox-whatsoever-files I failed to find ox-latex ... so I think I'm >> thinking wrong ... :-( >> >> Can anyone help me out here? > > The manual is a good starting place. > > There are a couple of LaTeX export templates here: > http://orgmode.org/worg/exporters/index.html > > There is one for annotated bibliographies and another for the Journal > PLOS One. They should give examples of how the LaTeX exporter can be > customized. > > hth, > Tom > > -- > Thomas S. Dye > http://www.tsdye.com >