This minimal I ran with «ConTeXt ver: 2021.06.04 17:28 MKI» and got two PDF files: One «test.pdf» as expected and one called «test-pdf-keep.pdf». What's the reason behind this double feature? Steffen
Am 05.06.2021 um 10:14 schrieb Wolfgang Schuster
: denis.maier@ub.unibe.ch schrieb am 05.06.2021 um 08:16:
\startsection[title={A very \\ long title},list={A very long title}]
Be careful with spaces before and after \\. In the table of contents \\ is converted to a space and in the worst case you get three spaces instead of one.
\starttext
\placecontent
\section{First section \\ with a line break}
\section{Second section\\ with a line break}
\section{Third section \\with a line break}
\section{Fourth section\\with a line break}
\stoptext
Wolfgang ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki!
maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://context.aanhet.net archive : https://bitbucket.org/phg/context-mirror/commits/ wiki : http://contextgarden.net ___________________________________________________________________________________