From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: Nested smart quotes Date: Thu, 05 Oct 2017 20:46:26 +0200 Message-ID: <877ew9juv1.fsf@nicolasgoaziou.fr> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:47536) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e0BAG-0008WR-5l for emacs-orgmode@gnu.org; Thu, 05 Oct 2017 14:46:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e0BAF-0000z0-BE for emacs-orgmode@gnu.org; Thu, 05 Oct 2017 14:46:32 -0400 Received: from relay3-d.mail.gandi.net ([2001:4b98:c:538::195]:53767) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1e0BAE-0000vF-UD for emacs-orgmode@gnu.org; Thu, 05 Oct 2017 14:46:31 -0400 In-Reply-To: (Martin Alsinet's message of "Thu, 05 Oct 2017 16:27:45 +0000") 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" To: Martin Alsinet Cc: emacs-orgmode@gnu.org Hello, Martin Alsinet writes: > Maybe the problem will be clearer with an example: > > #+TITLE: Smart quotes example > #+OPTIONS: toc:nil ':t > > #+LANGUAGE: en > #+LATEX_CLASS: book > > She said to me: "Rick screamed, 'let's go together'" > > This gets exported to TeX as: > > She said to me: ``Rick screamed, `let's go together''' This looks correct to me. For example, with french quotes, I get She said to me: \og Rick screamed, \og let's go together\fg{}\fg{} which looks fine. Maybe LaTeX cannot handle this properly. Regards, -- Nicolas Goaziou