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 <n.goaz...@gmail.com> writes: > Hello, > > Marius Hofert <marius.hof...@math.ethz.ch> 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,