From mboxrd@z Thu Jan 1 00:00:00 1970 From: Feng Shu Subject: Re: [suggest] We should import latex template system Date: Wed, 12 Jun 2013 21:29:22 +0800 Message-ID: <87mwqvbgp9.fsf@news.tumashu-localhost.org> References: <87zjuwb3w7.fsf@news.tumashu-localhost.org> <20130612064643.GA73033@kenny.local> <87vc5jbrnu.fsf@news.tumashu-localhost.org> <87d2rro60l.fsf@gmail.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41088) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uml8a-00025f-OC for emacs-orgmode@gnu.org; Wed, 12 Jun 2013 09:30:57 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Uml8Z-0006Y1-Ew for emacs-orgmode@gnu.org; Wed, 12 Jun 2013 09:30:56 -0400 Received: from mail-pa0-x22f.google.com ([2607:f8b0:400e:c03::22f]:42935) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Uml8Y-0006XU-Vx for emacs-orgmode@gnu.org; Wed, 12 Jun 2013 09:30:55 -0400 Received: by mail-pa0-f47.google.com with SMTP id kl14so3343705pab.6 for ; Wed, 12 Jun 2013 06:30:53 -0700 (PDT) In-Reply-To: <87d2rro60l.fsf@gmail.com> (Nicolas Goaziou's message of "Wed, 12 Jun 2013 14:41:46 +0200") 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: Nicolas Goaziou Cc: emacs-orgmode@gnu.org Nicolas Goaziou writes: > Hello, > > Feng Shu writes: > >> I don't know other language users, for Chinese latex user, the first >> thing of write a document may change the document class, for example, >> change "article" to "ctexart". If I want use org-mode ,I should add all >> the "class" common used to the "org-latex-classes", It will be a >> nightmare. >> >> In org-latex-class, "article" and "ctexart" elements are very similar, the >> only different may be their class names. >> >> I want such result: >> >> 1. I don't need customize 'org-latex-classes > > I don't see why customizing `org-latex-classes' _once_ would be > a nightmare. If all the CJKV org-mode users need customize this virable _once_ , It's a nightmare for org-mode, for all the CJKV org-mode users need to know how to customize this virable! If we add all the "class" common used in the world, `org-latex-classes will be very very long! > > > Regards, --