30 Apr
2020
30 Apr
'20
9:26 p.m.
Brilliant! Thank you!
On 30 Apr 2020, at 22:54, Wolfgang Schuster
wrote: Gerben Wierda schrieb am 30.04.2020 um 22:47:
In normal TeX, when I type Aap\\\\Aap I get something like Aap Aap But inside a \framed[align=]{} the empty line disappears. How do I get it back? Minimal example: \starttext Testing\\\\Testing \page \framed[align=flushleft]{Testing\\\\Testing} \stoptext
Use \blank
Wolfgang