Changes

Jump to navigation Jump to search
1,210 bytes added ,  00:53, 17 December 2012
no edit summary
* referencing on a subformula does not include automaticly a entry in the list of formulas
* simple, block and eqalignno
 
===Simple===
 
Expected formular number: (1) and list entry (1) -> "Der einfache Test"
 
<texcode>
\placeformula[reference={one},listlabel={Der einfache Test}]
\startformula
c^2 = a^2 + b^2.
\stopformula
</texcode>
 
Expected formular number: (1) and list entry (1) -> "Der einfache Test"
 
<texcode>
\placeformula[reference={one},listlabel={Der einfache Test}]
\startformula
c^2 = a^2 + b^2.
\stopformula
</texcode>
 
 
Expected formular number: (1.3) and list entry (1.3) -> "Der einfache Test"
 
<texcode>
\placeformula[sublevel={.3},reference={one},listlabel={Der einfache Test}]
\startformula
c^2 = a^2 + b^2.
\stopformula
</texcode>
===Block notation: NR===
No specific values -> [+] otherwise classic attribute/value [...]
Expected numbers: (1.a), nothing, (1.b), (2) and , (2.a), nothing and (3); with reference on (1) and (1.b); with list entries of (1) -> "System of stuff" and , (2.a) -> "Great piece" and (3) -> "Last part"
<texcode>
\placenamedformula[reference={eq:ax=b]},listlabel={System of stuff}]
\startformula \startalign
\NC a \NC \eq b \NR[sublevel={.a}]
\NC \NC \leq h \NR[listlabel={Great piece},sublevel={.a}]
\NC \NC \eq i \NR
\NC \NC \eq i \NR[listlabel={Last part}]
\stopalign \stopformula
\stopsubformulas
</texcode>
 
===eqalignno===
 
Expected formular numbers (1), (1a), (1.c) and (2); reference on (2); list entries (1.c) -> "Yea!" and (2) -> "Ups"
 
<texcode>
\placeformula
\startformula
\eqalignno{
c^2 &= a^2 + b^2 &\formulanumber \cr
c &= \left(a^2 + b^2\right)^{\vfrac{1}{2}} &\formulanumber[sublevel={a}]\cr
a^2 + b^2 &= c^2 &\formulanumber[sublevel={.c},listlabel={Yea!}] \cr
d^2 &= e^2 &\formulanumber[listlabel={Ups},reference={eq:ups}]\cr}
\stopformula
</texcode>
98

edits

Navigation menu