ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Alan Stone <software.list.1es9s@gmail.com>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: paragraph question
Date: Fri, 6 Mar 2009 10:42:50 +0100	[thread overview]
Message-ID: <326847810903060142i55cf33a3y198519e9e2fa666b@mail.gmail.com> (raw)
In-Reply-To: <49B01B7B.7030807@wxs.nl>

Another idea...

How do you make this line counter work ?

\newcount\parnumber
\newcount\linenumber
\def\myCounters{%
   \EveryPar{%
      \advance\parnumber by 1
      (P\the\parnumber)
      \EveryLine{%
%         (L\the\prevgraf)}}
      \advance\linenumber by 1
      (L\the\linenumber)}
      \linenumber=0\relax}
   \parnumber=0\relax}

\setuphead[chapter][page=,after={\myCounters}]

\starttext

\chapter{Chapter 0}

Only one line.

\dorecurse{2}{\chapter{Chapter #1}\input knuth}

\stoptext


Alan
___________________________________________________________________________________
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://tex.aanhet.net
archive  : https://foundry.supelec.fr/projects/contextrev/
wiki     : http://contextgarden.net
___________________________________________________________________________________


  reply	other threads:[~2009-03-06  9:42 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-03 11:49 Alan Stone
2009-03-04 16:02 ` Alan Stone
2009-03-04 16:32   ` Hans Hagen
2009-03-04 16:33   ` Hans Hagen
2009-03-04 17:40     ` Alan Stone
2009-03-04 22:38   ` Marcin Borkowski
2009-03-04 23:15     ` Wolfgang Schuster
2009-03-05  8:05     ` Hans Hagen
2009-03-05 12:45       ` Alan Stone
2009-03-05 12:55         ` Hans Hagen
2009-03-05 13:25           ` Alan Stone
2009-03-05 13:44             ` Wolfgang Schuster
2009-03-05 14:05               ` Marcin Borkowski
2009-03-05 14:14                 ` Wolfgang Schuster
2009-03-05 15:22                   ` Marcin Borkowski
2009-03-05 14:08               ` Alan Stone
2009-03-05 14:17                 ` Wolfgang Schuster
2009-03-05 16:09                 ` Hans Hagen
2009-03-05 16:21                   ` Alan Stone
2009-03-05 18:35                     ` Hans Hagen
2009-03-06  9:42                       ` Alan Stone [this message]
2009-03-06 14:05                         ` Hans Hagen
2009-03-06 14:25                           ` Alan Stone

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=326847810903060142i55cf33a3y198519e9e2fa666b@mail.gmail.com \
    --to=software.list.1es9s@gmail.com \
    --cc=ntg-context@ntg.nl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).