[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Weird in-line trivial EQN issue with 1.22.4 - bad font number
From: |
Tadziu Hoffmann |
Subject: |
Re: Weird in-line trivial EQN issue with 1.22.4 - bad font number |
Date: |
Mon, 7 Aug 2023 15:17:36 +0200 |
User-agent: |
Mutt/1.11.4 (2019-03-13) |
It's an issue with eqn material inside a macro definition.
To avoid expanding eqn-generated escapes at macro definition
time, bracket the macro definition with ".ec #" (or some other
unused character) and ".ec" (to restore backslash as the escape
character after the macro definition). This way, backslashes
are retained in the macro and escapes are only evaluated at
macro expansion time.