"Mark A. Lilly"
the file uc_text has \section and \par and some text, that's all. i want to narrow all the \par's but not the \section. i am trying to
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \def\MyHead#1#2% {\vbox {\localheadsetup \begstrut % use one \strut here! \hbox {\hskip-\leftskip \ifheadnumbercontent{#1}\kern\numberheaddistance\fi #2\hskip\linkermargeafstand}}} \showframe \starttext \setuphead[section][command=\MyHead] \section{some quick fox jump over very lazy dogs} \input tufte \dorecurse{5}{% \startnarrower \section{some quick fox jump over very lazy dogs} \input tufte } \dorecurse{5}{\stopnarrower} \stoptext %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Patrick