ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Taco Hoekwater <taco.hoekwater@wkap.nl>
Cc: ntg-context@ntg.nl
Subject: Re: formating paragraph question
Date: Thu, 28 Oct 1999 15:13:48 +0000 (GMT)	[thread overview]
Message-ID: <14360.26668.525553.770682@PC709.wkap.nl> (raw)
In-Reply-To: <41256818.004B197F.00@smtp02.seinf.abb.se>

>>>>> "grzegorz" == grzegorz sapijaszko <grzegorz.sapijaszko@pl.abb.com> writes:

    grzegorz> Hi,

    grzegorz> for formating a limerick I'm using the code:

    grzegorz> I was trying to define paragraph like:

    grzegorz> \defineparagraphs[limeryk]
    grzegorz> [n=1,before={\startnarrower\startlines},after={\stopnarrower\stoplines}]

You need to reverse \stopnarrower and \stoplines

\defineparagraphs[limeryk]
   [n=1,before={\startnarrower\startlines\mypars},after={\stoplines\stopnarrower}]

\newcount\mylines
\def\mypars
 {\mylines=0 
  \def\obeyedline{%
    \par 
    \ifcase\mylines \parindent 0em %1
        \or                        %2 
        \or \parindent 1.5em       %3
        \or                        %4
	    \or \parindent 0em         %5
        \or \vskip 1.5ex\parindent 2em %6
        \else                      % >6 
        \fi
    \advance\mylines1 }}%

    grzegorz> \setupparagraphs[limeryk]
    grzegorz> [style={\switchtobodyfont[ant,9pt]}]

    grzegorz> is there a way to format automatically these 5
    grzegorz> (optionally, with author name, 6) limerick lines, that
    grzegorz> is add (in macro) \hskip for 3-th and 4th line?

This is what \mypars does. Input becomes:

\startlimeryk
The Swiss kicked him out on his ass.
M. Papon will no longer pass
  For a free man. Long due,
  Will a sentence come through?
We hope so. It should be a gas.

  David Franks
\stoplimeryk

(with or without the empty lines and indentation)

Greetings, Taco

-- 
Taco Hoekwater                                 taco.hoekwater@wkap.nl
Kluwer Academic Publishers                            -- Pre Press --
Achterom 119, 3311 KB Dordrecht, The Netherlands  tel.  31-78-6392550
---------------------------------------------------------------------


  parent reply	other threads:[~1999-10-28 15:13 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
1999-10-28 13:37 grzegorz.sapijaszko
1999-10-28 14:02 ` Hans Hagen
1999-10-28 15:13 ` Taco Hoekwater [this message]
1999-10-28 14:39   ` Hans Hagen
1999-10-28 21:03 Grzegorz Sapijaszko

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=14360.26668.525553.770682@PC709.wkap.nl \
    --to=taco.hoekwater@wkap.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).