From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: org-mode to latex, again! Date: Tue, 31 Mar 2015 12:34:38 +0200 Message-ID: <874mp1zc8x.fsf@nicolasgoaziou.fr> References: <87ego5a2e3.fsf@skimble.plus.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:52564) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YctU6-0003cK-Cd for emacs-orgmode@gnu.org; Tue, 31 Mar 2015 06:33:27 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YctU2-0006bc-3v for emacs-orgmode@gnu.org; Tue, 31 Mar 2015 06:33:26 -0400 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:45932) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YctU1-0006bS-Ut for emacs-orgmode@gnu.org; Tue, 31 Mar 2015 06:33:22 -0400 In-Reply-To: <87ego5a2e3.fsf@skimble.plus.com> (Sharon Kimble's message of "Tue, 31 Mar 2015 11:26:44 +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-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Sharon Kimble Cc: org-mode Hello, Sharon Kimble writes: > I am attempting again to write a latex document with org-mode. The > org-mode part is no problem, but the latex part is awkward. This is > the first few line of my org-mode document - > > > #+TITLE: The history of custard pies. > #+AUTHOR: Sharon Kimble > #+EMAIL: boudiccas@skimble.plus.com > #+DATE: 01-04-2015 > #+LATEX: \usepackage{~/texmf/tex/latex/commonstuff/mysty} > # #+Latex_Class: mysty > #+DESCRIPTION: > #+KEYWORDS: > #+LANGUAGE: en > > * Blargh > > > The latex file "mysty" is actually "mysty.sty" and contains all the > latex files that I want to use, but it doesn't appear to be loading, > and I can't see why? My idea of having *all* the latex packages in > one file is so that I hope to be able to have it in its own > directory and then symlink it to each projects main org-mode file so > that I would have a known working setup, right from the start! LATEX_CLASS matches an entry in `org-latex-classes', not a .sty file. Regards, -- Nicolas Goaziou