Difference between revisions of "Template:Theorem"
| (12 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
| − | <div class="theorem" style="margin: .5em 0em .5em 0em; padding: 0; text-align: left; font-style:italic; {{{style|}}}"> | + | <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-variant:small-caps;">{{#if: {{{name|{{{2|}}}}}} | + | | <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> | ||