[NTG-context] Numbering subformulas
Procházka Lukáš Ing. - Pontex s. r. o.
LPr at pontex.cz
Thu Aug 6 17:41:30 CEST 2015
Hello Otared,
thanks for the hint. However, I'm still not able to tune the numbering setup fully.
Now I have (with resulting numbers | desired number):
----
\setuphead[part,chapter][placehead=yes,page=no]
\setupformulas
[prefix=yes,
%prefix=no,
%prefixsegments=chapter:section,
prefixsegments=part,
way=bysection,
%way=bytext,
%location=right,
]
\def\fakeformula{a^2 + b^2 = c^2}
\starttext
\part{P1}
\chapter{Cha1}
\section{A}
\placeformula\startformula\fakeformula\stopformula % 1.1 | 1.1 be "part 1, formula #1 in the part"
\section{B}
\placeformula\startformula\fakeformula\stopformula % 1.1 | 1.2 be "part 1, formula #2 in the part"
\subsection{Ba}
\placeformula\startformula\fakeformula\stopformula % 1.2 | 1.3 be "part 1, formula #3 in the part"
\chapter{Cha2}
\section{A}
\placeformula\startformula\fakeformula\stopformula % 1.1 | 1.4 be "part 1, formula #4 in the part"
\part{P2}
\chapter{Cha1}
\section{A}
\placeformula\startformula\fakeformula\stopformula % 2.1 | 2.1 be "part 2, formula #1 in the part"
\stoptext
----
So the problem here is that EVERY SECTION resets the formula counter, whilst I would need only \part to reset the counter, something like "[way=bypart]".
I played somehow with \setupformulas keys but without the wanted output...
Is there a way?
Best regards,
Lukas
On Thu, 06 Aug 2015 16:38:35 +0200, Otared Kavian <otared at gmail.com> wrote:
> Hi Lukás,
>
> You configure the way the equations are numbered by sayng (for example)
>
> \setupformulas[prefix=yes, prefixsegments=chapter:section, way=bysection, location=right]
--
Ing. Lukáš Procházka | mailto:LPr at pontex.cz
Pontex s. r. o. | mailto:pontex at pontex.cz | http://www.pontex.cz
Bezová 1658
147 14 Praha 4
Tel: +420 241 096 751
Fax: +420 244 461 038
-------------- next part --------------
A non-text attachment was scrubbed...
Name: SubForm4.mkiv
Type: application/octet-stream
Size: 782 bytes
Desc: not available
URL: <http://www.ntg.nl/pipermail/ntg-context/attachments/20150806/a61c30d6/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: SubForm4.pdf
Type: application/pdf
Size: 10616 bytes
Desc: not available
URL: <http://www.ntg.nl/pipermail/ntg-context/attachments/20150806/a61c30d6/attachment.pdf>
More information about the ntg-context
mailing list