From mboxrd@z Thu Jan 1 00:00:00 1970 From: Nicolas Goaziou Subject: Re: How to escape spaces after full stops? Date: Sun, 24 Jun 2012 11:48:25 +0200 Message-ID: <87sjdlm45y.fsf@gmail.com> References: <87hau1n90d.fsf@math.ethz.ch> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([208.118.235.92]:39259) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SijTr-0002RC-PF for emacs-orgmode@gnu.org; Sun, 24 Jun 2012 05:51:45 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SijTp-0005Tv-CB for emacs-orgmode@gnu.org; Sun, 24 Jun 2012 05:51:43 -0400 Received: from mail-we0-f169.google.com ([74.125.82.169]:50860) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SijTp-0005TH-3R for emacs-orgmode@gnu.org; Sun, 24 Jun 2012 05:51:41 -0400 Received: by wefh52 with SMTP id h52so2680661wef.0 for ; Sun, 24 Jun 2012 02:51:39 -0700 (PDT) In-Reply-To: <87hau1n90d.fsf@math.ethz.ch> (Marius Hofert's message of "Sat, 23 Jun 2012 21:06:10 +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: Marius Hofert Cc: emacs-orgmode@gnu.org Hello, Marius Hofert writes: > If I create a .org file containing this line... > > ,----[ minimal_example.org ] > | This is just some text on p. 17. Some more text. > `---- > > ... and then export it to pdf via C-c C-e p, you can see from the output that > the space after "p." is too large. In a standard .tex file one would escape the > space via "p.\ 17". But this leads to a backslash in the .pdf (when > exported). How can this space be escaped? You can use Org entities, i.e.: This is just some text on p.\nbsp{}17. Some more text. Regards, -- Nicolas Goaziou