8 Mar
2024
8 Mar
'24
6:36 p.m.
Am 08.03.24 um 17:56 schrieb Otared Kavian:
Hi Ursula,
The reason for which you did not get the expected result is that you have « } » missing in your file, that is the closing brace after your italic command « {\it » at the end of your document. Moreover you did not have a \stoptext in your file, and a math command « \m » was not written correctly. Talking of math, I personnaly prefer to enclose in-line math between dollar signs $, that is writing « $\exists x \in H$ » instead of « \m{\exists x \in H} ».
Well, better stay with the modern ConTeXt approach of \m{}. Also, you can use mtxrun --script check yourfile.tex to look for missing braces, stops etc. Hraban