From mboxrd@z Thu Jan 1 00:00:00 1970 From: Suvayu Ali Subject: Re: [PATCH] ox-latex: Add scrartcl LaTeX class Date: Tue, 22 Sep 2015 00:37:00 +0200 Message-ID: <20150921223700.GB6415@chitra.no-ip.org> References: <87zj0fd07u.fsf@nicolasgoaziou.fr> <87wpvj8n17.fsf@gmx.us> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:42790) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ze9hs-0007FQ-BP for emacs-orgmode@gnu.org; Mon, 21 Sep 2015 18:37:09 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Ze9ho-00022I-9O for emacs-orgmode@gnu.org; Mon, 21 Sep 2015 18:37:08 -0400 Received: from mail-wi0-x230.google.com ([2a00:1450:400c:c05::230]:37230) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Ze9hn-00021j-SG for emacs-orgmode@gnu.org; Mon, 21 Sep 2015 18:37:04 -0400 Received: by wicfx3 with SMTP id fx3so132008825wic.0 for ; Mon, 21 Sep 2015 15:37:03 -0700 (PDT) Received: from chitra.no-ip.org (5072840E.static.ziggozakelijk.nl. [80.114.132.14]) by smtp.gmail.com with ESMTPSA id mc18sm86392wic.23.2015.09.21.15.37.02 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Mon, 21 Sep 2015 15:37:02 -0700 (PDT) Content-Disposition: inline In-Reply-To: <87wpvj8n17.fsf@gmx.us> 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: emacs-orgmode@gnu.org On Mon, Sep 21, 2015 at 11:45:08PM +0200, Rasmus wrote: > Nicolas Goaziou writes: > > > Sebastian Boehm writes: > > > >> I would like to propose adding the KOMA-script scrartcl class to the > >> list of supported ox-latex classes. scrartcl is one of the most > >> popular "article" alternatives out there and it would be great to be > >> able to pass org files using scrartcl to other Org mode users without > >> having to explain ox-latex custom settings. > >> > >> The attached patch changes ox-latex.el to include scrartcl in > >> org-latex-classes. > > > > Thank you. But can't users needing a non-default class customize their > > own `org-latex-classes? Or is there an entitling reason to offer it out > > of the box? > > It's absolutely a much more pleasant experience than article, at least if > you agree with the KOMA-guys' margin opinion (e.g. top:bottom margin is > fixed at 1:2). [I've been using the KOMA-bundle for years and years]. > > The patch is also subjective, e.g. it does not feature \minisec[.]{.}. > > ox-koma-article.el would be awesome but until then, there's no point in > adding it. I use scrartcl, but I think this should be left up to the end user. ox-koma-article.el would be great though :). -- Suvayu Open source is the future. It sets us free.