Hi,

the example below leads to:

I Foo
A Bar
subsection A

What I need is:

I Foo
A Bar
subsection I.A

How to convince \in… to include the section element?


%%%%%%%%%%%%%%%%%%%%%

\definestructureconversionset [myset]
  [
    Romannumerals,
    Romannumerals,
    Romannumerals,
    Character,
  ]
  [numbers]
\setuphead [sectionconversionset=myset]
\setuphead
  [subsection]
  [sectionsegments=subsection]

\starttext
  \startsection [title=Foo]

    \startsubsection [title=Bar, reference=bar]
    \stopsubsection

    \in{subsection}[bar]

  \stopsection
\stoptext

%%%%%%%%%%%%%%%%%%%%%

Regards
Marco


___________________________________________________________________________________
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 via email to