Pablo Rodriguez via ntg-context schrieb am 09.02.2024 um 20:07:
On 2/8/24 22:37, Otared Kavian wrote:
Hi Ursula,
I think you mean the so-called end of the proof sign, or QED (Quod Erat Demonstrandum). You can use this:
\definesymbol[QED][\mathematics{\square}] \def\qed{\wordright{\symbol[QED]}} \starttext This is the end of our proof. \qed \stoptext
In principle it is included in ConTeXt, but it seems that in the latest version I have (2024.01.23), the command \qed is broken.
Hi Otared,
\qed seems to have been disabled (line 988 in strc-con.mklx).
The \qed command works only in a description or enumeration environment. \definedescription [qedtest] [closesymbol=\symbol{qed}] \starttext \startqedtest \samplefile{lorem}\qed \stopqedtest \stoptext Wolfgang