ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Hans Hagen <pragma@wxs.nl>
Subject: Re: Again: "hanging" for a lot of paragraphs?
Date: Thu, 19 Feb 2004 18:10:28 +0100	[thread overview]
Message-ID: <6.0.1.1.2.20040219173011.02f97ec0@server-1> (raw)
In-Reply-To: <a06002001bc59819000f2@[62.134.74.20]>

At 21:55 18/02/2004, you wrote:
>Hi friends,
>
>there are for sure more sophisticated and more urgent problems,
>but my question to me is really a big problem.
>
>Isn't there anybody that knows a command or a work-around that could help?

Hm, for some time there is a secret feature in cont-new.tex which i still 
have to finish:

\starttext

\start
   \setupparagraphintro[reset,first][\hangafter-2 \hangindent2em FIRST]
   \input ward \blank \input ward \blank
   \input ward \blank \input ward \blank
\stop

\page

\start
   \setupparagraphintro[reset,next][\hangafter-2 \hangindent2em NEXT]
   \input ward \blank \input ward \blank
   \input ward \blank \input ward \blank
\stop

\page

\start
   \setupparagraphintro[reset,each][\hangafter-2 \hangindent2em EACH]
   \input ward \blank \input ward \blank
   \input ward \blank \input ward \blank
\stop

\stoptext

The next option only works when you have the following patch in 
cont-new.tex (Search for original):

\def\dosetupparagraphintro[#1][#2]%
   {\processallactionsinset
      [#1]
      [   \v!reset=>\global\chardef\everyparagraphintro\zerocount
                    \global\everyfirstparagraphintro\emptytoks
                    \global\everynextparagraphintro \emptytoks,
         \v!eerste=>\global\chardef\everyparagraphintro\plusone
                    \doglobal\appendtoks#2\to\everyfirstparagraphintro,
       \v!volgende=>\ifcase\everyparagraphintro\global\chardef\everyparagraphintro\plusone\fi
                    \doglobal\appendtoks#2\to\everynextparagraphintro,
            \v!elk=>\ifcase\everyparagraphintro\global\chardef\everyparagraphintro\plustwo\fi
                    \doglobal\appendtoks#2\to\everyfirstparagraphintro
                    \doglobal\appendtoks#2\to\everynextparagraphintro]}

  parent reply	other threads:[~2004-02-19 17:10 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-02-18 20:55 Steffen Wolfrum
2004-02-18 21:19 ` Patrick Gundlach
2004-02-19 17:10 ` Hans Hagen [this message]
2004-02-18 21:53 Steffen Wolfrum
2004-02-20  9:45 Steffen Wolfrum
2004-02-20 12:27 Steffen Wolfrum

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=6.0.1.1.2.20040219173011.02f97ec0@server-1 \
    --to=pragma@wxs.nl \
    --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).