4 Aug
2015
4 Aug
'15
10:34 a.m.
Am Sun, 2 Aug 2015 05:36:29 -0600 schrieb Idris.Hamid@colostate.edu:
It's also curious that, for all its power, TeX has no straightforward way to recognize paragraph endings.
But tex *does* recognize paragraph endings. After all it does paragraph separation in a very reliable way and inserts a \par token. You could redefine \par to insert something: \def\par{end of line\endgraf} \starttext abc abc abc abc \par blblbl \stoptext But as \par is used in various places it could get rather difficult to fight against the side-effects. A dedicated "\stopparagraph" command is much easier to control. -- Ulrike Fischer http://www.troubleshooting-tex.de/