ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: Csikos Bela <bcsikos425@freemail.hu>
To: mailing list for ConTeXt users <ntg-context@ntg.nl>
Subject: Re: setupheads separator and stopper
Date: Fri, 24 Apr 2015 11:19:24 +0200 (CEST)	[thread overview]
Message-ID: <freemail.20150424111924.48367.1@fmxmldata05.freemail.hu> (raw)
In-Reply-To: <2F3E0656-7B6E-4AAB-A486-5320961EB69D@gmail.com>

Wolfgang Schuster  írta:
>
>> Am 23.04.2015 um 16:34 schrieb Csikos Bela:
>> 
>> Hello list members:
>> 
>> contextgarden wiki site http://wiki.contextgarden.net/Command/setupheads says
>> that the \setupheads command "has been reported non-working for some people".
>> 
>> For me the alternative=inmargin/normal options work, but the separator= and
>> stopper= options have no effect. I would like my chapter, section etc numbers to
>> have a dot after them, eg 1. 1.1. etc. How could I achieve this? Just in curiousity,
>> how can I change the separator?
>
>\setuphead
>  [sectionstarter=(,
>   sectionstopper=)]
>
>%\setupreferencestructureprefix[default][prefixstarter={\symbol[none]},prefixstopper={\symbol[none]}]
>
>\starttext
>
>\chapter[sec:chapter]{Chapter}
>
>\section[sec:section]{Section}
>
>\subsection[sec:subsection]{Subsection}
>
>Reference to chapter \in[sec:chapter] and section \in[sec:section].
>
>\stoptext

Thank you. This works for me. 

Just two questions:

1. The "section" part of the words sectionstarter and sectionstopper above is just
a general term for any heading type and does not correspond to the heading type.
Is this correct? (That is, there are no chapterstarter=, subsectionstarter= etc. options).

2. The command you commented, \setupreferencestructureprefix, what does it supposed to do? It did not do anything for me, eg:
\setupreferencestructureprefix[default][prefixstarter={\symbol[diamond]},prefixstopper={\symbol[none]}]


Based on the above I used this code tho achieve the required look:

%%%
\setuphead[sectionstopper=.]

\starttext

\chapter{Chapter}

\section{Section}

\subsection{Subsection}

\stoptext
%%%

I found that \setupheads[sectionstopper=.] (plural) has the same effect.
I guess \setupheads is the general setup for all types of headings, and
\setupheads[<heading-type>][options] for the given <heading-type>.
But if in the latter command I don't specify <heading-type> it will apply
to all heading-types. Is this correct? 

By experimenting further I also found that:

\setuphead[section][] will apply to section, subsection and subsubsection but
not to chapter. 

\setuphead[chapter][] will apply to chapter only, and not to any ...section.

Thank you,

bcsikos


___________________________________________________________________________________
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
___________________________________________________________________________________

  reply	other threads:[~2015-04-24  9:19 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-04-23 14:34 Csikos Bela
2015-04-23 23:01 ` Wolfgang Schuster
2015-04-24  9:19   ` Csikos Bela [this message]
2015-04-24  9:46     ` Wolfgang Schuster
2015-04-24 12:07       ` Csikos Bela
2015-04-24 12:25         ` Wolfgang Schuster
2015-04-24 12:56           ` Csikos Bela

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=freemail.20150424111924.48367.1@fmxmldata05.freemail.hu \
    --to=bcsikos425@freemail.hu \
    --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).