emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [O] Questions on LaTeX Exporter


From: Lawrence Mitchell
Subject: Re: [O] Questions on LaTeX Exporter
Date: Mon, 07 Mar 2011 14:00:16 +0000
User-agent: Gnus/5.110014 (No Gnus v0.14) Emacs/24.0.50 (gnu/linux)

Rasmus wrote:

> However, I have noticed at least one non-acceptable issue. When using
> using English, LaTeX (via Babel or just default) full-stops (≈double
> space) will be inserted after dots. However, with abbrevation one would
> use an ordinary space (i.e.\ an escaped space ("\ ") in LaTeX). Org does
> not seem to notice abbrivations—how could it?—and further "\ " is
> interpreted literaly. I need to have an escaped space.

(setq org-entities-user '(("space" "\\ " nil " " " " " " " ")))

then

this is some text, e.g.\space foo bar

=>

this is some text, e.g.\  foo bar

[...]

Lawrence
-- 
Lawrence Mitchell <address@hidden>




reply via email to

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