Changes

Jump to navigation Jump to search
144 bytes added ,  21:17, 16 December 2012
no edit summary
=Bug: Formula numbering - subnumbers and list of formulas=
''All following example have following frame:
<texcode>
==List of formulasWhat works== ==formula== Expected formular number: (1)
<texcode>
\placelistplacenamedformula[formulaone][criterium{Der einfache Test}\startformulac^2 =all,alternative=c]a^2 + b^2.\stopformula
</texcode>
The list of formulas seems to be totally out of order. Strange numbering and missing names. Result: (1) -> '''Works'''
==align - formular [+]==
Expected formular numbers: (1) and (2) <texcode>\placeformula\startformula\startalign[n=3, align={right,middle,left}]\NC PM \xrightarrow \NC R_{PM} \NC \xrightarrow PM \NR[+]\NC R_{PM} \NC = \NC \{ A, B, C, D, E\} \NR[+]\stopalign\stopformula</texcode> Result: (1) and (2) -> '''Works''' ==eqalignno - formula==
Taken from wiki and removed the subformulanumber. Expected formular numbernumbers: (1), (2), (3) and (4):
<texcode>
\placenamedformula[one]{Der einfache Test}placeformula
\startformula
\eqalignno{ c^2 &= a^2 + b^2. &\formulanumber \cr c &= \left(a^2 + b^2\right)^{\vfrac{1}{2}} &\formulanumber\cr a^2 + b^2 &= c^2 &\formulanumber \cr d^2 &= e^2 &\formulanumber \cr}
\stopformula
</texcode>
Result: (1), (2), (3) and (4) -> '''Works'''  ==What does not work==  ==List of formulas== <texcode>\placelist[formula][criterium=all,alternative=c]</texcode> The list of formulas seems to be totally out of order. Strange numbering and missing names. Needs more investigation once some of the named formulas constructions are fixed.
Result: nothing and nothing -> '''Does not work.'''
 
 
Expected formular numbers: (1) and (2)
 
<texcode>
\placeformula
\startformula
\startalign[n=3, align={right,middle,left}]
\NC PM \xrightarrow \NC R_{PM} \NC \xrightarrow PM \NR[+]
\NC R_{PM} \NC = \NC \{ A, B, C, D, E\} \NR[+]
\stopalign
\stopformula
</texcode>
 
Result: (1) and (2) -> '''Works'''
Result: (1) and (2) -> '''Does not work.'''
 
 
==eqalignno - formula==
 
Taken from wiki and removed the subformulanumber. Expected formular numbers: (1), (2), (3) and (4):
 
<texcode>
\placeformula
\startformula
\eqalignno{
c^2 &= a^2 + b^2 &\formulanumber \cr
c &= \left(a^2 + b^2\right)^{\vfrac{1}{2}} &\formulanumber\cr
a^2 + b^2 &= c^2 &\formulanumber \cr
d^2 &= e^2 &\formulanumber \cr}
\stopformula
</texcode>
 
Result: (1), (2), (3) and (4) -> '''Works'''
98

edits

Navigation menu