From: Lawrence Mitchell <wence@gmx.li>
To: emacs-orgmode@gnu.org
Subject: Re: Questions on LaTeX Exporter
Date: Mon, 07 Mar 2011 14:00:16 +0000 [thread overview]
Message-ID: <m31v2jf2tr.fsf@e4300lm.epcc.ed.ac.uk> (raw)
In-Reply-To: 87ei6lpa06.fsf@gmail.com
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 <wence@gmx.li>
next prev parent reply other threads:[~2011-03-07 14:00 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-03-05 20:50 Questions on LaTeX Exporter Rasmus
2011-03-05 23:25 ` Thomas S. Dye
2011-03-06 13:21 ` Rasmus
2011-03-06 22:39 ` Thomas S. Dye
2011-03-07 9:46 ` Lawrence Mitchell
2011-03-07 11:11 ` Rasmus Pank Roulund
2011-03-07 11:50 ` Eric S Fraga
2011-03-07 12:10 ` Rasmus Pank Roulund
2011-03-07 12:30 ` suvayu ali
2011-03-07 12:49 ` Rasmus Pank Roulund
2011-03-07 13:01 ` Suvayu Ali
2011-03-07 16:30 ` Thomas S. Dye
2011-03-07 9:25 ` Eric S Fraga
2011-03-07 14:00 ` Lawrence Mitchell [this message]
2011-03-07 16:18 ` Thomas S. Dye
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.orgmode.org/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=m31v2jf2tr.fsf@e4300lm.epcc.ed.ac.uk \
--to=wence@gmx.li \
--cc=emacs-orgmode@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs/org-mode.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).