[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH] org-cite: prevent ' from being an active char in LaTeX export
From: |
Timothy |
Subject: |
[PATCH] org-cite: prevent ' from being an active char in LaTeX export |
Date: |
Mon, 23 Aug 2021 18:27:59 +0800 |
User-agent: |
mu4e 1.6.1; emacs 28.0.50 |
Hi All,
This is a band-aid over the issue raised in
<https://lists.gnu.org/archive/html/emacs-orgmode/2021-08/msg00342.html>.
I’ve come across an issue with the `hanging’ package we’re currently
using for
LaTeX exports — it also affects punctuation, and makes `,.’“`?!:;’ active
characters throughout the entire document. That means a LaTeX snippet
like:
f’(x) Will now fail to compile ☹. See…
By just adding the [notquote] option, ’ is no longer an active char, and so
f’(x) no longer breaks documents. Long-term, I still think that getting rid of
all this active char stuff would be a good idea, by switching out hanging for
use of `\parshape' if possible.
All the best,
Timothy
0001-oc-csl-Prevent-from-being-a-LaTeX-active-char.patch
Description: Text Data
- [PATCH] org-cite: prevent ' from being an active char in LaTeX export,
Timothy <=