From mboxrd@z Thu Jan 1 00:00:00 1970 From: Scott Randby Subject: LaTeX special characters 8.3.1 Date: Sat, 08 Aug 2015 14:19:48 -0400 Message-ID: <55C64844.6040406@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:33951) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZO8ip-0000T3-64 for emacs-orgmode@gnu.org; Sat, 08 Aug 2015 14:19:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZO8ik-0001EH-8N for emacs-orgmode@gnu.org; Sat, 08 Aug 2015 14:19:55 -0400 Received: from mail-io0-x22a.google.com ([2607:f8b0:4001:c06::22a]:34678) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZO8ik-0001ED-3Q for emacs-orgmode@gnu.org; Sat, 08 Aug 2015 14:19:50 -0400 Received: by iodb91 with SMTP id b91so78183124iod.1 for ; Sat, 08 Aug 2015 11:19:49 -0700 (PDT) Received: from [192.168.1.109] (cpe-184-56-99-2.neo.res.rr.com. [184.56.99.2]) by smtp.gmail.com with ESMTPSA id x3sm2225095igl.2.2015.08.08.11.19.49 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 08 Aug 2015 11:19:49 -0700 (PDT) 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-org list Until 8.3.1, I needed to use \% in an org document in order to get the % symbol displayed when exporting to LaTeX. I just discovered that \% messes up the exported document, and that using % only works. I've also experimented with \$ and $ and found the same behavior. I've looked through the 8.3.1 changes document, but I can't find reference to this change. Since I use special characters frequently, I need more information about this change. Where can I find it? Scott Randby