Difference between revisions of "Template:EquationRef"
Jump to navigation
Jump to search
imported>TedPavlic m (In an attempt to get rid of "({SPACE}2)" type labels generated by NumBlk+EquationRef, got rid of some spaces.) |
imported>TedPavlic m (More space removals.) |
||
| Line 1: | Line 1: | ||
| − | <includeonly><cite {{#ifeq:{{{noid}}}|noid||id="math_{{{1}}}"}}><span class="reference plainlinksneverexpand">'''{{ #if: {{{2| }}} | [[#equation_{{{1}}} |{{{2}}}]] | [[#equation_{{{1}}}|{{{1}}}]] }}'''</span></cite></includeonly><noinclude> | + | <includeonly><cite {{#ifeq:{{{noid}}}|noid||id="math_{{{1}}}"}}><span class="reference plainlinksneverexpand">'''{{ #if: {{{2| }}}|[[#equation_{{{1}}}|{{{2}}}]]|[[#equation_{{{1}}}|{{{1}}}]]}}'''</span></cite></includeonly><noinclude> |
The pair of templates {{tl|EquationRef}} and {{tl|EquationNote}} is used for labeling equations in text. The following equation: | The pair of templates {{tl|EquationRef}} and {{tl|EquationNote}} is used for labeling equations in text. The following equation: | ||
:{{EquationRef|Eq. 1}} <math>x^2+x+1=0</math> | :{{EquationRef|Eq. 1}} <math>x^2+x+1=0</math> | ||
Revision as of 14:13, 30 January 2009
The pair of templates {{EquationRef}} and {{EquationNote}} is used for labeling equations in text. The following equation:
- <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
which may then be referred to by {{EquationNote|2}}.