From mboxrd@z Thu Jan 1 00:00:00 1970 From: Viktor Rosenfeld Subject: Re: [suggest] We should import latex template system Date: Fri, 14 Jun 2013 07:21:09 +0200 Message-ID: <20130614052109.GA1650@kenny.local> References: <87zjuwb3w7.fsf@news.tumashu-localhost.org> <20130612064643.GA73033@kenny.local> <20130614000904.6eeb6324@aga-netbook> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:39721) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UnMRp-0003Bt-JM for emacs-orgmode@gnu.org; Fri, 14 Jun 2013 01:21:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1UnMRo-0007Se-Gq for emacs-orgmode@gnu.org; Fri, 14 Jun 2013 01:21:17 -0400 Received: from mail-ee0-x235.google.com ([2a00:1450:4013:c00::235]:48045) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1UnMRo-0007SR-7N for emacs-orgmode@gnu.org; Fri, 14 Jun 2013 01:21:16 -0400 Received: by mail-ee0-f53.google.com with SMTP id c41so84740eek.40 for ; Thu, 13 Jun 2013 22:21:14 -0700 (PDT) Content-Disposition: inline In-Reply-To: <20130614000904.6eeb6324@aga-netbook> 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: Marcin Borkowski Cc: emacs-orgmode@gnu.org Hi Marcin, Marcin Borkowski wrote: > Dnia 2013-06-12, o godz. 08:46:43 > Viktor Rosenfeld napisaƂ(a): > > > I would also like to have a template mechanism for my LaTeX exports. > > However, I think the way to do it in LaTeX is to write custom *.sty > > files which can then be included using #+LATEX_HEADER: > > \usepackage{...} for individual exports or more generally using > > org-latex-packages-alist. > > > > I've been wanting to learn how to do it but I did not find the time > > yet. (Any pointers to good tutorials would be appreciated.) > > It's easier than you might think. > > http://www.ctan.org/pkg/clsguide > http://tex.stackexchange.com/questions/2416/reference-guide-to-begin-writing-a-class-and-or-a-package Thanks for these links! Cheers, Viktor