ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Rik Kabel <context@rik.users.panix.com>
To: ntg-context@ntg.nl
Subject: Re: Some problems with a new style for the sections
Date: Sun, 04 May 2014 14:56:43 -0400	[thread overview]
Message-ID: <53668D6B.1020404@rik.users.panix.com> (raw)
In-Reply-To: <CACyK-er0TSE1FoRrFa6VxG1gSQnRPQVJ=11hKXcQ1ognNFh4bw@mail.gmail.com>


[-- Attachment #1.1: Type: text/plain, Size: 1573 bytes --]

On 2014-05-04 07:21, Fabrice Couvreur wrote:
> Hi,
> I encounter two problems:
> - Section numbers are not red ;
> - Calling the second section does not cause the creation of a new 
> paragraph.
> Regards,
> Fabrice
>
> \setupcolors[state=start]
> \def\MySectionCommand#1#2%
>   {\framed
>      [frame=off,
>       width=\textwidth,
>       align={right},
>       background=color,
>       backgroundcolor=lightgray]
>      {#1\quad#2}}
>
> \setuphead[section][command=\MySectionCommand,numbercolor=red]
>
> \setupbodyfont[palatino,12pt]
>
> \starttext
>
> \MySectionCommand{A.}{Définitions}
> \input knuth
> \MySectionCommand{1.}{Propriétés}
> \input knuth
>
I think you want ownnumber (in addition to the previously mentioned 
\section).

    \setupcolors[state=start]
    \define[2]\MySectionCommand
       {\framed
          [frame=off,
           width=\textwidth,
           align={right},
           background=color,
           backgroundcolor=lightgray]
          {#1.\quad#2}}

    \setuphead[section][command=\MySectionCommand,ownnumber=yes,numbercolor=red]

    \setupbodyfont[palatino,12pt]

    \starttext

    \placecontent

    \section{A}{Définitions}
    \input knuth

    \section{1}{Propriétés}
    \input knuth

    \section{2}{Propriétés}
    \input knuth

    \section{3}{Propriétés}
    \input knuth

    \section{B}{Définitions}
    \input knuth

    \section{1}{Propriétés}
    \input knuth

    \section{2}{Propriétés}
    \input knuth

    \stoptext



-- 
Rik Kabel

[-- Attachment #1.2: Type: text/html, Size: 3724 bytes --]

[-- Attachment #2: Type: text/plain, Size: 485 bytes --]

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

  parent reply	other threads:[~2014-05-04 18:56 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-05-04 11:21 Fabrice Couvreur
2014-05-04 17:17 ` Wolfgang Schuster
2014-05-04 17:37 ` Darksair
2014-05-04 18:56 ` Rik Kabel [this message]
2014-05-05  9:04   ` Fabrice

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=53668D6B.1020404@rik.users.panix.com \
    --to=context@rik.users.panix.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).