Changes

Jump to navigation Jump to search
1,241 bytes added ,  20:06, 10 May 2006
no edit summary
-- 23:46, 15 Aug 2005 (CEST) Prinse Wang
==List of Formulas==
 
You can have a list of the formulas contained in a document by using <cmd>placenamedformula</cmd> instead of <cmd>placeformula</cmd>. Only the formulas written with <cmd>placenamedformula</cmd> are not put in the list, so that you can control precisely the content of the list.
 
<cmd>placenamedformula</cmd> takes as first parameter the name of the formula put in the list. The other <cmd>placeformula</cmd> features are still available. The list can be formatted like any other list.
 
Example:
<texcode>
\subsubject{List of Formulas}
\placelist[formula][criterium=text,alternative=c]
\subsubject{Formulas}
\placenamedformula[one]{First listed Formula}
\startformula a = 1 \stopformula \endgraf
 
\placeformula
\startformula a = 2 \stopformula \endgraf
 
\placenamedformula{Second listed Formula}{b}
\startformula a = 3 \stopformula \endgraf
</texcode>
 
Gives:
<context>
\subsubject{List of Formulas}
\placelist[formula][criterium=text,alternative=c]
\subsubject{Formulas}
\placenamedformula[one]{First listed Formula}
\startformula a = 1 \stopformula \endgraf
 
\placeformula
\startformula a = 2 \stopformula \endgraf
 
\placenamedformula{Second listed Formula}{b}
\startformula a = 3 \stopformula \endgraf
</context>
== Other Methods ==
Anonymous user

Navigation menu