The paragraph enumeration is useful for only for particular section and restart the number. can this be modified to use for the whole book consisting of different chapters and sections? It should not number the chapter and sections as paragraph thanks __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
piskala upendran wrote:
The paragraph enumeration is useful for only for
You mean that hack with \startParagraphs I posted a week or so ago on this list? When you change the definition of \Paragraphnumber to \def\Paragraphnumber% {\doglobal\increment\Paracount \Paracount.~} Then you can do: \startParagraphs .... \stopParagraphs \section{...} \startParagraphs .... \stopParagraphs Hope this helps, Taco
Taco Hoekwater said this at Tue, 26 Apr 2005 12:42:05 +0200:
piskala upendran wrote:
The paragraph enumeration is useful for only for
You mean that hack with \startParagraphs I posted a week or so ago on this list?
I'm seeing this thread, and think about \setupparagraphnumbering. It doesn't have the configuration options that allow the numbers to be set in the text, but it strikes me as a good departure. You don't have to turn it off for headings, either: \starttext \showframe \setupcolors[state=start] \setupparagraphnumbering[state=start,style=italic,distance=0pt] %\startlinenumbering \section{bloo} \input knuth \section{blah} \input knuth \par \setupparagraphnumbering[state=stop] \input tufte \par \setupparagraphnumbering[state=start,color=red] \dorecurse{4}{\input tufte \par} \stoptext -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Adam T. Lindsay, Computing Dept. atl@comp.lancs.ac.uk Lancaster University, InfoLab21 +44(0)1524/510.514 Lancaster, LA1 4WA, UK Fax:+44(0)1524/510.492 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
participants (3)
-
Adam Lindsay
-
piskala upendran
-
Taco Hoekwater