From mboxrd@z Thu Jan 1 00:00:00 1970 From: Carsten Dominik Subject: Re: A LaTeX class for Org-mode export Date: Sat, 16 Oct 2010 07:57:14 +0200 Message-ID: <382F36E0-825B-4EC0-A44A-CFEA708157D4@gmail.com> References: Mime-Version: 1.0 (Apple Message framework v936) Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit Return-path: Received: from [140.186.70.92] (port=34746 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P6zlf-0005yU-Qa for emacs-orgmode@gnu.org; Sat, 16 Oct 2010 01:57:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P6zle-0001W0-JJ for emacs-orgmode@gnu.org; Sat, 16 Oct 2010 01:57:19 -0400 Received: from mail-ew0-f41.google.com ([209.85.215.41]:61829) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P6zle-0001Vw-Eh for emacs-orgmode@gnu.org; Sat, 16 Oct 2010 01:57:18 -0400 Received: by ewy5 with SMTP id 5so1145762ewy.0 for ; Fri, 15 Oct 2010 22:57:17 -0700 (PDT) In-Reply-To: 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: "Thomas S. Dye" Cc: emacs-orgmode Mailinglist Hi Thomas, Dan just made me look again at this thread, which I had not yet studied closely. I think you have created something very useful indeed. I love the compact lists, and I am sure there is a lot more I would use. So I am wondering: What can Org do to support and integrate this class? I can think of a couple of things: - distribute it in contrib - advertise it in the manual - have it as one of the default classes in org-export-latex-classes But maybe you have other ideas? Cheers - Carsten On Sep 14, 2010, at 10:37 PM, Thomas S. Dye wrote: > Aloha all, > > I'd like to draw your attention to a LaTeX class that I put together > in response to posts here about configuring the output of the LaTeX > exporter. The class supports all of the Org-mode LaTeX default > packages. It supports the standard LaTeX article class and the KOMA- > script scrartcl class and provides several choices of fonts. In > addition, it includes facilities to apply microtypographic > adjustments to suitable fonts, set the line spacing of the document > to double space, set lists more compactly than the standard LaTeX > article.cls, and typeset source code listings, optionally with color. > > The documentation that should appear shortly in the Babel/Uses > section of Worg includes two examples that illustrate use of the > class. The first uses the standard LaTeX article class and Times, > Helvetica, and Courier fonts with a 12 point base size to typeset > the literate program on 8.5 x 11 in. paper, with colored source code > listings and microtypographic adjustments. > >> #+LaTeX_CLASS: org-article-subsubsection >> #+LaTeX_CLASS_OPTIONS: [article,letterpaper,times, >> 12pt,listings,color,microtype] > > The second uses the KOMA-script scrartcl class and Utopia, Bera, and > Inconsolata fonts with a 10 point base size to typeset the literate > program on 5.8 x 8.3 in. paper in landscape mode, also with colored > source code listings and microtypographic adjustments. In addition, > lists are set tighter than with the standard LaTeX article class. > >> #+LaTeX_CLASS: org-article-subsubsection >> #+LaTeX_CLASS_OPTIONS: [koma,a5paper,landscape,utopia, >> 10pt,listings,color,microtype,paralist] > > The project is hosted at GitHub: > http://github.com/tsdye/org-article > > All the best, > Tom > _______________________________________________ > Emacs-orgmode mailing list > Please use `Reply All' to send replies to the list. > Emacs-orgmode@gnu.org > http://lists.gnu.org/mailman/listinfo/emacs-orgmode