% prevents linebreaks in \startlines ... \stoplines
4 Apr
2010
4 Apr
'10
9:08 p.m.
Hi, Here is an interesting example \starttext \startlines one % two % three % \stoplines \stoptext This gives no linebreaks! Can this be prevented? I doubt it since TeX never sees the \n. In which case, we should call it a feature :-) Aditya
4 Apr
4 Apr
9:26 p.m.
New subject: % prevents linebreaks in \startlines ... \stoplines
Am 04.04.10 21:08, schrieb Aditya Mahajan:
Hi,
Here is an interesting example
\starttext \startlines one % two % three % \stoplines \stoptext
This gives no linebreaks! Can this be prevented? I doubt it since TeX never sees the \n. In which case, we should call it a feature :-) \bgroup\obeylines \gdef\?#1^^M{\par}% \egroup
\starttext \startlines one two \? comment three % four \? another comment five % six seven eight \stoplines \stoptext Wolfgang
5360
Age (days ago)
5360
Last active (days ago)
1 comments
2 participants
participants (2)
-
Aditya Mahajan
-
Wolfgang Schuster