Difference between revisions of "Template:Theorem"
(Created page with "<div class="math_theorem" style="margin: 1em 2em; padding: 0.5em 1em 0.4em; border: 1px solid #aaa; text-align: left; {{{style|}}}"><!-- -->{{#if: {{{math_statement|{{{1|}}}}}...") |
|||
| (21 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| − | <div class=" | + | <div class="theorem" style="margin: 1.5em 0em 1.5em 0em; padding: 0; text-align: left; font-style: italic; {{{style|}}}"> |
| − | + | {{#if: {{{statement|{{{1|}}}}}} | |
| − | | < | + | | <span class="theorem-name" style="font-style:normal; font-size: 1.25em; color: #555; font-variant: small-caps;">{{#if: {{{name|{{{2|}}}}}} |
| − | + | | {{{name|{{{1}}}}}} | |
| − | + | | Theorem | |
| − | + | }}</span> | |
| − | + | {{#if:{{{note|}}}| <span class="theorem-note" style="font-style:normal;">({{{note}}})</span>|}}{{#if:{{{label|}}}|{{anchor|{{{label}}}}}}} | |
| − | + | <div>{{{statement|{{{2|{{{1}}}}}}}}}</div> | |
| − | + | }}</div> | |
| − | |||
| − | }} | ||
| − | |||
| − | |||
| − | </div | ||