ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "John R. Culleton" <john@wexfordpress.com>
Subject: Re: Setting up chapter.
Date: Tue, 12 Jul 2005 16:31:01 +0000	[thread overview]
Message-ID: <200507121631.02038.john@wexfordpress.com> (raw)
In-Reply-To: <42D3C264.1000106@logosrl.it>

On Tuesday 12 July 2005 01:15 pm, luigi.scarso wrote:
> John R. Culleton wrote:
> >On Monday 11 July 2005 09:34 pm, Stuart Jansen wrote:
> >>On Mon, 2005-07-11 at 17:12 +0000, John R. Culleton wrote:
> >>>I am trying to set up chapter heads a certain way and my code
> >>>keeps getting uglier. Here are the specs:
> >>>
> >>>1. Chapter number centered, with decorations on either side.
> >>>2. Chapter title centered below chapter number.
> >>>3. Additional decoration centered below chapter title.
> >>>4. Both number and text show up in TOC in normal Context manner.
> >>>
> >>>Can this be done easily using the normal chapter macro or should
> >>>I do it all from scratch? (If I roll my own I worry about getting
> >>>info to the TOC.)
> >>
> >>I am doing something like that now. Sorry the example isn't very pretty,
> >>had to rip out parts that were specific to the font I'm using, but
> >>should give you an idea of what you need to do.
> >>
> >>=====
> >
> >Your example was very helpful. Using it, and with some more
> >RTFM, I came up with this configuration:
> >
> >\setuphead[chapter][numbercommand=\numcommand,page=right,
> >header=none,textcommand=\texcommand,align=right]
> >
> >\def\numcommand#1{\hfil\webo m\hfil\tfd#1\hfil\webo m\hfil\break}
> >
> >\def\texcommand#1{\hfil #1 \hfil\crlf\deco}
> >
> >
> >My problem remains with the horizontal alignment of the chapter
> >text. I have tried left, right, normal, broad. All I want to do
> >is center it, per my specification 2 above.
> >
> >Webo is the webomints dingbat font.
>
> Maybe this can help you ?
>
> \def\Command#1#2{\ruledvbox{\hbox to \textwidth{\hfill #1 \hfill}\\%
> \hbox to \textwidth{\hfill #2 \hfill}\\%
> \hbox to \textwidth{\hfill deco! \hfill}}}
>
> \def\NCommand#1{\framed{#1}}% Insert here other stuff for decorate number
>
> \def\TCommand#1{\framed{#1}}% Insert here other stuff for decorate text
>
> \setuphead[chapter][command=\Command,numbercommand=\NCommand,textcommand=\T
>Command]
>
> Warning: \completecontent has a bizzarre look.
>
>
> luigi
>
> _______________________________________________
> ntg-context mailing list
> ntg-context@ntg.nl
> http://www.ntg.nl/mailman/listinfo/ntg-context

Some interesting approaches here, for sure. I am hanging on to
these posts. 

I chickened out and did a plain TeX macro. 

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\def\Chap#1 #2.{\page[yes]
\ifodd\count0\else\noheaderandfooterlines\page[yes]\fi
\noheaderandfooterlines
\line{\hfil\webo m\hfil\lower
4.5pt\hbox{\it\tfd#1}\hfil\webo m\hfil}\blank[big]
\line{\tfc\hfil#2\hfil}
\blank[big]
\writetolist[chapter]{\tf #1}{\tf #2}
\deco
}

\def\deco{\blank\noindent\hfil\webo 4\hfil\break\blank \rm}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
But when time permits I will play with the other approaches
mentioned. 


-- 
John Culleton
Books with answers to marketing and publishing questions:
http://wexfordpress.com/tex/shortlist.pdf

Book coaches, consultants and packagers:
http://wexfordpress.com/tex/packagers.pdf

  reply	other threads:[~2005-07-12 16:31 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2005-07-11 17:12 John R. Culleton
2005-07-11 21:34 ` Stuart Jansen
2005-07-12  8:32   ` John R. Culleton
2005-07-12 13:05     ` Otared Kavian
2005-07-12 13:15     ` luigi.scarso
2005-07-12 16:31       ` John R. Culleton [this message]
2005-07-13 17:37         ` John R. Culleton
2005-07-14  5:35           ` luigi.scarso

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=200507121631.02038.john@wexfordpress.com \
    --to=john@wexfordpress.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).