Hello, Sharon Kimble <boudic...@skimble.plus.com> 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: boudic...@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