[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] Don't fill displayed equations
From: |
Tom Gillespie |
Subject: |
Re: [PATCH] Don't fill displayed equations |
Date: |
Sat, 2 Oct 2021 10:51:34 -0700 |
> do not see a reason for idiosyncrasy that markup intended to add LaTeX
> snippet that looks like exactly as LaTeX commands for this purpose and
> even actually preserved during export to LaTeX should have different
> semantics for Org parser.
The answer is that \[ \] can only occur inside paragraphs. The issues
here are exactly the same as the issues for inline footnotes. Org gives
us a bit more power, but not the full power because Org is Org, not
Latex. Making \[ \] available outside of a paragraph would be a massive
breaking change.
In Timothy's original example he is narrowly skirting the syntax to
allow that all to remain a single paragraph, but stick in a newline
anywhere and boom, no more paragraph, no more equation.
I guess one thing I'm missing/not understanding is when/why people
want to use \[ \] instead of full #+begin_export latex block?
Best,
Tom
- Re: [PATCH] Don't fill displayed equations, Stefan Nobis, 2021/10/01
- Re: [PATCH] Don't fill displayed equations, Nicolas Goaziou, 2021/10/01
- 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 <=
- 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, 2021/10/02
- 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