[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [O] How to escape spaces after full stops?
From: |
Viktor Rosenfeld |
Subject: |
Re: [O] How to escape spaces after full stops? |
Date: |
Sun, 24 Jun 2012 11:17:20 +0200 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
Hi,
I typically use a non-breaking space in this case with C-x 8 <space>.
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
>