ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
From: "Géry Ogam" <maggyero@gmail.com>
To: ntg-context@ntg.nl
Subject: Re: Numberconversion problem in caption prefixes
Date: Thu, 21 Nov 2013 21:01:07 +0100	[thread overview]
Message-ID: <CAJ2CwZ0V_tugRhCk8=DkYnSTbaX1Oz2WnRSgS132N8Trzke24w@mail.gmail.com> (raw)


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

Thank you Wolfgang, it does what I want.

However, I realised after trying the following code inside environments
(frontmatter, bodymatter, backmatter and appendices) that the default
behaviour is WRONG because the conversions of prefixes are not always
automatic.

For instance, in the appendix environment, by default chapter numbers are
Characters and every prefix representing a chapter number is also a
Character (section prefixes, caption prefixes and so on). Now if you decide
to switch chapter numbers to Romannumerals, you will get something totally
inconsistent if you don’t do many conversions manually:


*\startsectionblockenvironment[appendix]*
*    \defineconversionset[romannumeralsconversionset][][R]*
*    \setuphead[chapter][sectionconversionset=romannumeralsconversionset]*
*\stopsectionblockenvironment*

*\starttext*

*\startappendices*
*\chapter{Cool}*
*\placefigure{A cow}{\externalfigure[cow]}*
*\chapter{Cat}*
*\section{Mouse}*
*\section{Dog}*
*\placefigure{A cow}{\externalfigure[cow]}*

*\stopappendices*

*\stoptext*


which gives:


*I Cool*
*[figure] Figure I.I Cow     % <-- Here the prefix conversion from 'A' to
'I' works.*

*II Cat*
*B.1 Mouse                     % <-- Here the prefix conversion from 'B' to
'II' does NOT work.*
*B.2 Dog                         % <-- Here the prefix conversion from 'B'
to 'II' does NOT work.*
*[figure] Figure B.II Cow   % <-- Here the prefix conversion from 'B' to
'II' does NOT work (because of the presence of the 2 sections B.1 and B.2
where the prefix conversion already did not work I think, so here is the
BUG).*


Extra: is it normal that caption NUMBERS (not prefixes) are converted to
Romannumerals by default INSIDE the appendix environment (outside they are
usual numbers)? ('Figure I.I Cow' and 'Figure B.II Cow' instead of 'Figure
A.1 Cow' and 'Figure B.2 Cow'.)

[-- Attachment #1.2: Type: text/html, Size: 2627 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
___________________________________________________________________________________

             reply	other threads:[~2013-11-21 20:01 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-11-21 20:01 Géry Ogam [this message]
2013-11-22  5:56 ` Wolfgang Schuster
  -- strict thread matches above, loose matches on Subject: below --
2013-11-23 15:56 Géry Ogam
2013-11-12  1:14 Géry Ogam
2013-11-21 15:25 ` Géry Ogam
2013-11-21 15:33 ` Wolfgang Schuster

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='CAJ2CwZ0V_tugRhCk8=DkYnSTbaX1Oz2WnRSgS132N8Trzke24w@mail.gmail.com' \
    --to=maggyero@gmail.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).