Difference between revisions of "Template:EquationRef"

From blackwiki
Jump to navigation Jump to search
imported>Silly rabbit
(doc)
imported>Silly rabbit
(mentioned {{NumBlk}})
Line 3: Line 3:
 
:{{EquationRef|Eq. 1}} <math>x^2+x+1=0</math>
 
:{{EquationRef|Eq. 1}} <math>x^2+x+1=0</math>
 
Is typeset by <nowiki>:{{EquationRef|Eq. 1}} <math>x^2+x+1=0</math></nowiki>.  Here the identifier "Eq. 1" is a label which can be later referred to with the following call to {{tl|EquationNote}}: <nowiki>{{EquationNote|Eq. 1}}</nowiki>.  This produces a link {{EquationNote|Eq. 1}} to equation Eq. 1.
 
Is typeset by <nowiki>:{{EquationRef|Eq. 1}} <math>x^2+x+1=0</math></nowiki>.  Here the identifier "Eq. 1" is a label which can be later referred to with the following call to {{tl|EquationNote}}: <nowiki>{{EquationNote|Eq. 1}}</nowiki>.  This produces a link {{EquationNote|Eq. 1}} to equation Eq. 1.
 +
 +
This template can be used together with {{tl|NumBlk}} to produce nicely formatted numbered equations.  For instance, <nowiki>{{NumBlk|:|<math>x^2+x+1=0</math>|{{EquationRef|2}}}}</nowiki> gives
 +
 +
{{NumBlk|:|<math>x^2+x+1=0</math>|{{EquationRef|2}}}}
 +
 +
which may then be referred to by <nowiki>{{EquationNote|2}}</nowiki>.
 
</noinclude>
 
</noinclude>

Revision as of 13:14, 17 July 2008

The pair of templates {{EquationRef}} and {{EquationNote}} is used for labeling equations in text. The following equation:

[1] <math>x^2+x+1=0</math>

Is typeset by :{{EquationRef|Eq. 1}} <math>x^2+x+1=0</math>. Here the identifier "Eq. 1" is a label which can be later referred to with the following call to {{EquationNote}}: {{EquationNote|Eq. 1}}. This produces a link Eq. 1 to equation Eq. 1.

This template can be used together with {{NumBlk}} to produce nicely formatted numbered equations. For instance, {{NumBlk|:|<math>x^2+x+1=0</math>|{{EquationRef|2}}}} gives

Template:NumBlk

which may then be referred to by {{EquationNote|2}}.