[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: org-latex-preview and latex export blocks
From: |
Timothy |
Subject: |
Re: org-latex-preview and latex export blocks |
Date: |
Sun, 03 Oct 2021 04:25:15 +0800 |
User-agent: |
mu4e 1.6.5; emacs 28.0.50 |
Tom Gillespie <tgbugs@gmail.com> writes:
> But surely #+begin_export latex works with org-latex-preview? If not then
> that would be a feature request to org-latex-preview yes?
It might be possible, but I don’t think you can generally expect #+begin_export
latex blocks to be either previewable in isolation, or something one would want
to preview.
This separation is also useful for packages like org-fragtog, which auto-toggles
equations[1] previews on cursor entry/exit.
Basically, LaTeX export blocks and maths are (in my view) two different things,
even if both use LaTeX syntax.
All the best,
Timothy
Footnotes
─────────
[1] `\( ... \) =, =\[ ... \]', and `\begin{*math} ... \end{*math}' bits
- Org syntax: \[ \] as block element instead of inline object, (continued)
- Org syntax: \[ \] as block element instead of inline object, Max Nikulin, 2021/10/02
- Re: [PATCH] Don't fill displayed equations, Stefan Nobis, 2021/10/02
- Re: [PATCH] Don't fill displayed equations, Eric S Fraga, 2021/10/02
- Re: [PATCH] Don't fill displayed equations, Timothy, 2021/10/02
- Re: [PATCH] Don't fill displayed equations, Eric S Fraga, 2021/10/02
- Re: [PATCH] Don't fill displayed equations, Max Nikulin, 2021/10/02
- Re: [PATCH] Don't fill displayed equations, Tom Gillespie, 2021/10/02
- Re: [PATCH] Don't fill displayed equations, Timothy, 2021/10/02
- Re: [PATCH] Don't fill displayed equations, Tom Gillespie, 2021/10/02
- Re: org-latex-preview and latex export blocks,
Timothy <=
- Re: [PATCH] Don't fill displayed equations, Max Nikulin, 2021/10/03
- Re: [PATCH] Don't fill displayed equations, Stefan Nobis, 2021/10/03
- Re: [PATCH] Don't fill displayed equations, Max Nikulin, 2021/10/03
- Re: [PATCH] Don't fill displayed equations, Tom Gillespie, 2021/10/04
- Re: [PATCH] Don't fill displayed equations, Max Nikulin, 2021/10/04
- Re: [PATCH] Don't fill displayed equations, Ihor Radchenko, 2021/10/03
Re: [PATCH] Don't fill displayed equations, Timothy, 2021/10/01