[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: The less ambiguous math delimiters in tables
From: |
Leo Butler |
Subject: |
Re: The less ambiguous math delimiters in tables |
Date: |
Fri, 27 Dec 2024 17:17:25 +0000 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
On Wed, Dec 25 2024, Rudolf Adamkovič <rudolf@adamkovic.org> wrote:
> Ihor Radchenko <yantar92@posteo.net> writes:
>
>> It is a syntax limitation.
>> Org parser is outer-inner - the table row is parsed first.
>> So, | are unconditionally used as table delimiters, *before* verbatim
>> LaTeX markup is recognized.
>
> How is that not a parser bug?
>
> I thought that, with the noisy \(...\) delimiters,
>
> the parser finally has enough information
>
> to not screw up.
>
> P.S. It is impossible to write, e.g. \|, which is vector length (norm).
Rudy,
Since you are using Org -> LaTeX, I suggest using something like the
following:
| \([x]\) |
Depending on the flavour of LaTeX you use, you can use a package to
typeset the left/right square brackets as |, e.g.
\newunicodechar{[}{|}
\newunicodechar{]}{|}
Leo
- Re: The less ambiguous math delimiters in tables, (continued)
- Re: The less ambiguous math delimiters in tables, Rudolf Adamkovič, 2024/12/25
- Re: The less ambiguous math delimiters in tables, Ihor Radchenko, 2024/12/25
- Re: The less ambiguous math delimiters in tables, Rudolf Adamkovič, 2024/12/25
- Re: The less ambiguous math delimiters in tables, Ihor Radchenko, 2024/12/26
- Re: The less ambiguous math delimiters in tables, Rudolf Adamkovič, 2024/12/26
- Re: The less ambiguous math delimiters in tables, Ihor Radchenko, 2024/12/26
- Re: The less ambiguous math delimiters in tables, Rudolf Adamkovič, 2024/12/27
- Re: The less ambiguous math delimiters in tables, Ihor Radchenko, 2024/12/27
- Re: The less ambiguous math delimiters in tables, Rudolf Adamkovič, 2024/12/30
- Re: The less ambiguous math delimiters in tables, Ihor Radchenko, 2024/12/31
- Re: The less ambiguous math delimiters in tables,
Leo Butler <=
- Re: The less ambiguous math delimiters in tables, Max Nikulin, 2024/12/28
- Re: The less ambiguous math delimiters in tables, Rudolf Adamkovič, 2024/12/30
- Re: The less ambiguous math delimiters in tables, Ihor Radchenko, 2024/12/31
- Re: The less ambiguous math delimiters in tables, Rudolf Adamkovič, 2024/12/31
- Re: The less ambiguous math delimiters in tables, Ihor Radchenko, 2024/12/31
- Re: The less ambiguous math delimiters in tables, Rudolf Adamkovič, 2024/12/31
- Re: The less ambiguous math delimiters in tables, Ihor Radchenko, 2024/12/31
Re: The less ambiguous math delimiters in tables, Rudolf Adamkovič, 2024/12/24