From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Quotes for LaTeX export Date: Wed, 05 Feb 2014 14:37:09 +0100 Message-ID: <87k3d93cl6.fsf@gmail.com> References: <87eh3iftc7.fsf@gmx.us> <87a9e6v8ib.fsf@alphaville.bos.redhat.com> <87bnymngrg.fsf@bzg.ath.cx> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:37509) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1WB2et-00083d-Fz for emacs-orgmode@gnu.org; Wed, 05 Feb 2014 08:37:00 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1WB2em-0007GC-QZ for emacs-orgmode@gnu.org; Wed, 05 Feb 2014 08:36:54 -0500 In-Reply-To: (Laurens Van Houtven's message of "Wed, 5 Feb 2014 12:30:58 +0100") 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: Laurens Van Houtven <_@lvh.io> Cc: Bastien , Nick Dokos , emacs-orgmode@gnu.org Hello, Laurens Van Houtven <_@lvh.io> writes: > On Wed, Feb 5, 2014 at 8:46 AM, Bastien wrote: > >> Nick Dokos writes: >> >> > IIRC, there was support for csquotes in the old exporter[fn:1] but I >> guess >> > it went away when the new exporter came along. >> >> Yes, it'd be good to make it possible again to use >> \usepackage{csquotes} and \enquote{something}. > > > I guess it's obvious, but yes; I agree :) I'm still not convinced about the need to support this package out of the box. We already have a working solution for many languages, and more general that this LaTeX-centered command. It has limitations, but "csquotes" support would inherit them anyway since it would be built on top of smart quotes mechanism. If you want to csquotes, I suggest to: 1. Disable smart quotes. 2. Define a macro like: #+MACRO: q \enquote{$1} 3. Call the macro when you need it: {{{q(something)}}} Regards, -- Nicolas Goaziou