From mboxrd@z Thu Jan 1 00:00:00 1970 From: Viktor Rosenfeld Subject: Re: How to escape spaces after full stops? Date: Sun, 24 Jun 2012 11:17:20 +0200 Message-ID: <20120624091720.GA1801@kenny.fritz.box> References: <87hau1n90d.fsf@math.ethz.ch> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([208.118.235.92]:39806) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Siiwj-0007k8-2y for emacs-orgmode@gnu.org; Sun, 24 Jun 2012 05:17:30 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Siiwh-0006td-E5 for emacs-orgmode@gnu.org; Sun, 24 Jun 2012 05:17:28 -0400 Received: from mail-bk0-f41.google.com ([209.85.214.41]:44568) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Siiwh-0006tY-41 for emacs-orgmode@gnu.org; Sun, 24 Jun 2012 05:17:27 -0400 Received: by bkcjm19 with SMTP id jm19so2901451bkc.0 for ; Sun, 24 Jun 2012 02:17:24 -0700 (PDT) Content-Disposition: inline In-Reply-To: <87hau1n90d.fsf@math.ethz.ch> 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-orgmode@gnu.org Hi, I typically use a non-breaking space in this case with C-x 8 . This also prevents a linebreak at this position. For this to work I have to add the following line in the LaTeX preamble: \DeclareUnicodeCharacter{00A0}{~} Cheers, Viktor Marius Hofert wrote: > Dear org-mode experts, > > 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? > > Cheers, > > Marius >