emacs-orgmode
[Top][All Lists]
Advanced

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

Re: [Orgmode] quotation marks in LaTeX (again)


From: Carsten Dominik
Subject: Re: [Orgmode] quotation marks in LaTeX (again)
Date: Tue, 5 Oct 2010 09:42:00 +0200


On Oct 4, 2010, at 10:00 PM, Don March wrote:

There's been some talk about quotation marks when exporting to LaTeX,
but I've noticed some issues in addition (I think) to those mentioned
by others.

    "'a quote' inside a quote"
is exported to LaTeX as
    ``'a quote' inside a quote''
but should be
    ``\,`a quote' inside a quote''

Similarly,
    "a quote that ends with 'a quote'"
is exported as
    ``a quote that ends with `a quote'''
but should be
    ``a quote that ends with `a quote'\,''

Implementing the \enquote solution proposed by Sven Bretfeld

Could you please point me to that earlier discussion?  I cannot
find it right now.

THanks!

- Carsten

would a
fix for this, but that would probably have to be optional.  So I was
working on a regexp fix for this, but then I realized that there's a
host of cases where the beginning quote isn't recognized as beginning
because there isn't whitespace in front of it, such as when a quote
starts a parenthetical ("like this").  Maybe the solution is to use
the list of "allowed chars in pre" from
org-emphasis-regexp-components?

Don

_______________________________________________
Emacs-orgmode mailing list
Please use `Reply All' to send replies to the list.
address@hidden
http://lists.gnu.org/mailman/listinfo/emacs-orgmode




reply via email to

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