From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Thomas S. Dye" Subject: A LaTeX class for Org-mode export Date: Tue, 14 Sep 2010 10:37:41 -1000 Message-ID: Mime-Version: 1.0 (Apple Message framework v936) Content-Type: multipart/mixed; boundary="===============0046897435==" Return-path: Received: from [140.186.70.92] (port=39418 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OvcGH-0000ey-Pk for emacs-orgmode@gnu.org; Tue, 14 Sep 2010 16:37:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OvcGB-0001CN-3P for emacs-orgmode@gnu.org; Tue, 14 Sep 2010 16:37:49 -0400 Received: from oproxy2-pub.bluehost.com ([67.222.39.60]:60974) by eggs.gnu.org with smtp (Exim 4.69) (envelope-from ) id 1OvcGA-0001C4-SF for emacs-orgmode@gnu.org; Tue, 14 Sep 2010 16:37:47 -0400 Received: from [72.253.144.27] (helo=potofo-ou.westell.com) by box472.bluehost.com with esmtpa (Exim 4.69) (envelope-from ) id 1OvcG7-000539-Cz for emacs-orgmode@gnu.org; Tue, 14 Sep 2010 14:37:44 -0600 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: emacs-orgmode Mailinglist --===============0046897435== Content-Type: multipart/alternative; boundary=Apple-Mail-26--900699984 --Apple-Mail-26--900699984 Content-Type: text/plain; charset=US-ASCII; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit 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 --Apple-Mail-26--900699984 Content-Type: text/html; charset=US-ASCII Content-Transfer-Encoding: quoted-printable 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 host= ed at GitHub:

All the = best,
Tom
= --Apple-Mail-26--900699984-- --===============0046897435== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ 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 --===============0046897435==--