ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* (no subject)
@ 2021-03-20 22:43 Adam Reviczky
  2021-03-20 22:45 ` Formula numbering including all prefix segments Adam Reviczky
  0 siblings, 1 reply; 4+ messages in thread
From: Adam Reviczky @ 2021-03-20 22:43 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

Hi,

Is there a way to have formula numbers showing all prefix segments?
When I use prefixsegments, I get the desired numbering in the placelist but
not in the formula number itself.

For example:
\starttext
\setupcaption[figure][way=bytext,prefixsegments=1:*]
\setupformulas[way=bytext,prefixsegments=1:*]
\startsection[title=Section]
\startsubsection[title=SubSection]
\startplacefigure[list=cow] \externalfigure[cow] \stopplacefigure
\startplaceformula[reference=eq1] \startformula c^2 = a^2 + b^2
\stopformula \stopplaceformula
\stopsubsection
\stopsection
\placelistoffigures[criterium=all]
\placelist[formula][criterium=all]
\stoptext

The figure has number 1.1.1 and is in the list as 1.1.1, the formula has
number 1.1 but is listed as 1.1.1.
I would like to have the formula numbered 1.1.1 as well (as referenced in
the placelist), so with section and subsection numbering.

Adam

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

[-- Attachment #2: Type: text/plain, Size: 493 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Formula numbering including all prefix segments
  2021-03-20 22:43 (no subject) Adam Reviczky
@ 2021-03-20 22:45 ` Adam Reviczky
  2021-03-21 12:55   ` Hans Hagen
  0 siblings, 1 reply; 4+ messages in thread
From: Adam Reviczky @ 2021-03-20 22:45 UTC (permalink / raw)
  To: mailing list for ConTeXt users


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

Hi,

Is there a way to have formula numbers showing all prefix segments?
When I use prefixsegments, I get the desired numbering in the placelist but
not in the formula number itself.

For example:
\starttext
\setupcaption[figure][way=bytext,prefixsegments=1:*]
\setupformulas[way=bytext,prefixsegments=1:*]
\startsection[title=Section]
\startsubsection[title=SubSection]
\startplacefigure[list=cow] \externalfigure[cow] \stopplacefigure
\startplaceformula[reference=eq1] \startformula c^2 = a^2 + b^2
\stopformula \stopplaceformula
\stopsubsection
\stopsection
\placelistoffigures[criterium=all]
\placelist[formula][criterium=all]
\stoptext

The figure has number 1.1.1 and is in the list as 1.1.1, the formula has
number 1.1 but is listed as 1.1.1.
I would like to have the formula numbered 1.1.1 as well (as referenced in
the placelist), so with section and subsection numbering.

Adam

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

[-- Attachment #2: Type: text/plain, Size: 493 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Formula numbering including all prefix segments
  2021-03-20 22:45 ` Formula numbering including all prefix segments Adam Reviczky
@ 2021-03-21 12:55   ` Hans Hagen
  2021-03-21 13:41     ` Adam Reviczky
  0 siblings, 1 reply; 4+ messages in thread
From: Hans Hagen @ 2021-03-21 12:55 UTC (permalink / raw)
  To: mailing list for ConTeXt users, Adam Reviczky

On 3/20/2021 11:45 PM, Adam Reviczky wrote:
> Hi,
> 
> Is there a way to have formula numbers showing all prefix segments?
> When I use prefixsegments, I get the desired numbering in the placelist 
> but not in the formula number itself.
> 
> For example:
> \starttext
> \setupcaption[figure][way=bytext,prefixsegments=1:*]
> \setupformulas[way=bytext,prefixsegments=1:*]
> \startsection[title=Section]
> \startsubsection[title=SubSection]
> \startplacefigure[list=cow] \externalfigure[cow] \stopplacefigure
> \startplaceformula[reference=eq1] \startformula c^2 = a^2 + b^2 
> \stopformula \stopplaceformula
> \stopsubsection
> \stopsection
> \placelistoffigures[criterium=all]
> \placelist[formula][criterium=all]
> \stoptext
> 
> The figure has number 1.1.1 and is in the list as 1.1.1, the formula has 
> number 1.1 but is listed as 1.1.1.
> I would like to have the formula numbered 1.1.1 as well (as referenced 
> in the placelist), so with section and subsection numbering.
you need to add: prefixset=all (default is limited to 3, see strc-def)

\starttext
     \setupcounter[formula][way=bytext]
     \setupcaption[figure][way=bytext,prefixsegments=1:*]
     \setupformulas[way=bytext,prefixsegments=1:*,prefixset=all]

     \startchapter[title=Chapter]
         \dorecurse{4}{
             \startsection[title=Section]
                 \startsubsection[title=SubSection]
                     \startplacefigure[list=cow] \externalfigure[cow] 
\stopplacefigure
                     \startplaceformula[reference=eq1] \startformula c^2 
= a^2 + b^2 \stopformula \stopplaceformula
                 \stopsubsection
                 \startsubsection[title=SubSection]
                     \startplacefigure[list=cow] \externalfigure[cow] 
\stopplacefigure
                     \startplaceformula[reference=eq1] \startformula c^2 
= a^2 + b^2 \stopformula \stopplaceformula
                 \stopsubsection
             \stopsection
         }
     \stopchapter

     \placelistoffigures[criterium=all]
     \placelist[formula][criterium=all]
\stoptext
-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
        tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-----------------------------------------------------------------
___________________________________________________________________________________
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: Formula numbering including all prefix segments
  2021-03-21 12:55   ` Hans Hagen
@ 2021-03-21 13:41     ` Adam Reviczky
  0 siblings, 0 replies; 4+ messages in thread
From: Adam Reviczky @ 2021-03-21 13:41 UTC (permalink / raw)
  To: Hans Hagen; +Cc: mailing list for ConTeXt users


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

Hi Hans,

That does it indeed, thank you!

Together with prefixconversion I mainly wanted to use this for formulas in
the appendix with the added prefix.

I'll add it to the wiki, as it is a very helpful information.

Adam

On Sun, Mar 21, 2021 at 12:55 PM Hans Hagen <j.hagen@xs4all.nl> wrote:

> On 3/20/2021 11:45 PM, Adam Reviczky wrote:
> > Hi,
> >
> > Is there a way to have formula numbers showing all prefix segments?
> > When I use prefixsegments, I get the desired numbering in the placelist
> > but not in the formula number itself.
> >
> > For example:
> > \starttext
> > \setupcaption[figure][way=bytext,prefixsegments=1:*]
> > \setupformulas[way=bytext,prefixsegments=1:*]
> > \startsection[title=Section]
> > \startsubsection[title=SubSection]
> > \startplacefigure[list=cow] \externalfigure[cow] \stopplacefigure
> > \startplaceformula[reference=eq1] \startformula c^2 = a^2 + b^2
> > \stopformula \stopplaceformula
> > \stopsubsection
> > \stopsection
> > \placelistoffigures[criterium=all]
> > \placelist[formula][criterium=all]
> > \stoptext
> >
> > The figure has number 1.1.1 and is in the list as 1.1.1, the formula has
> > number 1.1 but is listed as 1.1.1.
> > I would like to have the formula numbered 1.1.1 as well (as referenced
> > in the placelist), so with section and subsection numbering.
> you need to add: prefixset=all (default is limited to 3, see strc-def)
>
> \starttext
>      \setupcounter[formula][way=bytext]
>      \setupcaption[figure][way=bytext,prefixsegments=1:*]
>      \setupformulas[way=bytext,prefixsegments=1:*,prefixset=all]
>
>      \startchapter[title=Chapter]
>          \dorecurse{4}{
>              \startsection[title=Section]
>                  \startsubsection[title=SubSection]
>                      \startplacefigure[list=cow] \externalfigure[cow]
> \stopplacefigure
>                      \startplaceformula[reference=eq1] \startformula c^2
> = a^2 + b^2 \stopformula \stopplaceformula
>                  \stopsubsection
>                  \startsubsection[title=SubSection]
>                      \startplacefigure[list=cow] \externalfigure[cow]
> \stopplacefigure
>                      \startplaceformula[reference=eq1] \startformula c^2
> = a^2 + b^2 \stopformula \stopplaceformula
>                  \stopsubsection
>              \stopsection
>          }
>      \stopchapter
>
>      \placelistoffigures[criterium=all]
>      \placelist[formula][criterium=all]
> \stoptext
> -----------------------------------------------------------------
>                                            Hans Hagen | PRAGMA ADE
>                Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
>         tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
> -----------------------------------------------------------------
>

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

[-- Attachment #2: Type: text/plain, Size: 493 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : http://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-03-21 13:41 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-20 22:43 (no subject) Adam Reviczky
2021-03-20 22:45 ` Formula numbering including all prefix segments Adam Reviczky
2021-03-21 12:55   ` Hans Hagen
2021-03-21 13:41     ` Adam Reviczky

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).