emacs-orgmode
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [O] How to escape spaces after full stops?


From: Marius Hofert
Subject: Re: [O] How to escape spaces after full stops?
Date: Sun, 24 Jun 2012 13:37:32 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux)

Dear Nicolas, many thanks for pointing this out.
\nbsp{} leads to ~, which is correct in this case. Is there also a way to get
"\"? [there is a slight but sometimes important difference].

Cheers,

Marius

Nicolas Goaziou <address@hidden> writes:

> Hello,
>
> Marius Hofert <address@hidden> 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,



reply via email to

[Prev in Thread] Current Thread [Next in Thread]