Am 13.10.2011 um 22:48 schrieb Wolfgang Schuster:

> 
> Am 13.10.2011 um 22:36 schrieb Marco:
> 
>> Does anyone have an idea?
>> 
>> What I  do at the moment  is that I manually  reference my
>> sections. But  I'm convinced, there's a  neat solution for
>> that.
> 
> \setupreferencestructureprefix[default][prefixsegments=2:*]
> 
> Wolfgang



If I run Marcos example (as seen below), it gives:

I Foo
A Bar
subsection A


But how do we get 
I Foo
A Bar
subsection I.A ??


Steffen
-------


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

\setupreferencestructureprefix[default][prefixsegments=1:*]


 \startsection [title=Foo]

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

   \in{subsection}[bar]

 \stopsection
 

___________________________________________________________________________________
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