Hi Don
Don March writes:
> Implementing the \enquote solution proposed by Sven Bretfeld 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
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 shoul
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''
Simila