This site is supported by donations to The OEIS Foundation.
Template:Sup
[Purge Template:Sup]
The {{sup}} (superscript) OEIS Wiki formatting and function template is used to format text as a superscript.
Usage
[edit]- Text{{sup|superscript}} (relative size defaults to 0.75em, format defaults to htm)
- Text{{sup|superscript|relative size}} (format defaults to htm)
- Text{{sup|superscript|format}} (relative size defaults to 0.75em for htm or HTM)
- Text{{sup|superscript|relative size|format}}
where
- the first parameter (superscript) is the superscript text;
- the [optional] second parameter (relative size) is relative size in either em units (e.g. 0.75em), or percentage (e.g. 75%) which is automatically converted to em units (100% = 1em) (relative size defaults to 0.75em);
and the [optional] last parameter (format), is from
- htm or HTM: HTML+CSS (default);
- tex or TEX: LaTeX (relative size is ignored, since we’re using LaTeX default behavior).
Supersuperscripts
[edit]The code : text<sup>superscript</sup> yields
- textsuperscript
and the code : text<sup>superscript<sup>supersuperscript</sup></sup> yields
- textsuperscriptsupersuperscript
whereas the code : text{{sup|superscript{{sup|supersuperscript}}}} yields
- textsuperscriptsupersuperscript
and the code : text{{sup|superscript{{sup|supersuperscript|1em}}}} yields
- textsuperscriptsupersuperscript
Examples
[edit]Tests for the following templates:
- {{sub}} (subscript)
- {{sup}} (superscript)
- {{sub sup}} or {{subsup}} (subscript and superscript)
- {{sup sub}} or {{supsub}} (superscript and subscript)
: The On-Line Encyclopedia of Integer Sequences{{sup|®}} (OEIS{{sup|®}}) Wiki yields (at default 75% relative size, the ® is too small):
- The On-Line Encyclopedia of Integer Sequences® (OEIS®) Wiki
: The On-Line Encyclopedia of Integer Sequences{{sup|®|100%}} (OEIS{{sup|®|100%}}) Wiki yields (at 100% relative size, the ® is too big):
- The On-Line Encyclopedia of Integer Sequences® (OEIS®) Wiki
: The On-Line Encyclopedia of Integer Sequences{{sup|®|87.5%}} (OEIS{{sup|®|87.5%}}) Wiki yields (at 87.5% relative size, the ® seems to be just the right size):
- The On-Line Encyclopedia of Integer Sequences® (OEIS®) Wiki
: text{{sub|subscript}} yields
- textsubscript
: text{{sub|subscript|75%}} yields
- textsubscript
: text{{sub|subscript|100%}} yields
- textsubscript
: text{{sup|superscript}} yields
- textsuperscript
: text{{sup|superscript|75%}} yields
- textsuperscript
: text{{sup|superscript|100%}} yields
- textsuperscript
Subscript:
(...)
Superscript:
: before {{math|''f''{{sp|3}}{{sup|5}}{{sp|1}}(''x'') {{=}} ''f''{{sp|3}}({{sp|4}}''f''{{sp|3}}({{sp|4}}''f''{{sp|3}}({{sp|4}}''f''{{sp|3}}({{sp|4}}''f''{{sp|3}}(''x'')))))|&}} after yields the text style HTML+CSS
- before
afterf 5 (x) = f ( f ( f ( f ( f (x)))))
: before {{math|f^5 (x) {{=}} f(f(f(f(f(x)))))|$}} after yields the text style LaTeX
- before after
Subscript:
: before {{math|''a''{{sub|''n''}}|&}} after yields the text style HTML+CSS
- before
afteran
: before {{math|''a''{{sub|''n''|tex}}|$}} after yields the text style LaTeX
- before after
: {{math|''a''{{sub|''n''}}|&&}} yields the display style HTML+CSS
an
: {{math|''a''{{sub|''n''|tex}}|$$}} yields the display style LaTeX
Subscript, then superscript:
: before {{math|''a''{{sub|''n''}}{{sup|2}}|&}} after yields the text style HTML+CSS
- before
afteran2
: before {{math|''a''{{sub|''n''|tex}}{{sup|2|tex}}|$}} after yields the text style LaTeX
- before after
: {{math|''a''{{sub|''n''{{sup|2}}}}|&&}} yields the display style HTML+CSS
an2
: {{math|''a''{{sub|''n''{{sup|2|tex}}|tex}}|$$}} yields the display style LaTeX
Superscript, then subscript:
- Code snippet taken from: Riemann curvature tensor.
The code
{{indent}}{{math|{{Gr|Gamma}}{{sup|''{{Gr|rho}}''}}{{sub|''{{Gr|sigma}}''{{sp|1}}''{{Gr|nu}}''}}|&&}}
yields the display style HTML+CSS
| Γρσ ν |
while the code
{{indent}}{{math|{{Gr|Gamma|tex}}{{sup|''{{Gr|rho|tex}}''|tex}}{{sub|''{{Gr|sigma|tex}}'' ''{{Gr|nu|tex}}''|tex}}|$$}}
yields the display style LaTeX
while the code
{{indent}}{{math|{ \Gamma^{\rho} }_{\sigma \nu}|$$}}
yields the display style LaTeX
Subscript and superscript:
before : {{math|''a''{{subsup|''n''|2}}|&}} after yields the text style HTML+CSS
- before
aftera 2n
before : {{math|''a''{{subsup|''n''|2|tex}}|$}} after yields the text style LaTeX
- before after
: {{math|''a''{{subsup|''n''|2}}|&&}} yields the display style HTML+CSS
a 2n
: {{math|''a''{{subsup|''n''|2|tex}}|$$}} yields the display style LaTeX
Simple mathematical tests and examples
[edit]: before {{math|''x''{{sub|2}}|&}} after after yields the text style HTML+CSS
- before
afterx2
: before {{math|''x''{{sub|2|tex}}|$}} after yields the text style LaTeX
- before after
: {{math|''x''{{sub|2}}|&&}} yields the display style HTML+CSS
x2
: {{math|''x''{{sub|2|tex}}|$$}} yields the display style LaTeX
: before {{math|2{{^|2}}|&}} after yields the text style HTML+CSS
- before
after2 2
: before {{math|2{{^|2|tex}}|$}} after yields the text style LaTeX
- before after
: {{math|2{{^|2}}|&&}} yields the display style HTML+CSS
2 2
: {{math|2{{^|2|tex}}|$$}} yields the display style LaTeX
: before {{math|''x''{{^|2}}|&}} after yields the text style HTML+CSS
- before
afterx 2
: before {{math|''x''{{^|2|tex}}|$}} after yields the text style LaTeX
- before after
: {{math|''x''{{^|2}}|&&}} yields the display style HTML+CSS
x 2
: {{math|''x''{{^|2|tex}}|$$}} yields the display style LaTeX
More mathematical tests and examples
[edit]: before {{math|{{sqrt|''x''{{^|2}} + 1}}|&}} after yields the text style HTML+CSS
- before
after√ x 2 + 1
: before {{math|{{sqrt|''x''{{^|2|tex}} + 1|tex}}|$}} after yields the text style LaTeX
- before after
: {{math|{{sqrt|''x''{{^|2}} + 1}}|&&}} yields the display style HTML+CSS
- √ x 2 + 1
: {{math|{{sqrt|''x''{{^|2|tex}} + 1|tex}}|$$}} yields the display style LaTeX
: before {{math|{{root|''x''{{^|2}} + ''{{Gr|delta}}''{{^|2}}|3}}|&}} after yields the text style HTML+CSS
- before
after3√ x 2 + δ 2
: before {{math|{{root|''x''{{^|2|tex}} + ''{{Gr|delta|tex}}''{{^|2|tex}}|3|tex}}|$}} after yields the text style LaTeX
- before after
: {{math|{{root|''x''{{^|2}} + ''{{Gr|delta}}''{{^|2}}|3}}|&&}} yields the display style HTML+CSS
- 3√ x 2 + δ 2
: {{math|{{root|''x''{{^|2|tex}} + ''{{Gr|delta|tex}}''{{^|2|tex}}|3|tex}}|$$}} yields the display style LaTeX
: before {{math|{{sqrt|2{{^|2}} + 1}}|&}} after yields the text style HTML+CSS
- before
after√ 2 2 + 1
: before {{math|{{sqrt|2{{^|2|tex}} + 1|tex}}|$}} after yields the text style LaTeX
- before after
: {{math|{{sqrt|2{{^|2}} + 1}}|&&}} yields the display style HTML+CSS
- √ 2 2 + 1
: {{math|{{sqrt|2{{^|2|tex}} + 1|tex}}|$$}} yields the display style LaTeX
Nested {{sub}} and/or {{sup}}
[edit]: 2{{sub|2{{sub|2{{sub|2{{sub|2}}}}}}}} yields
- 22222
: 2{{sub|2{{sub|2{{sub|2{{sub|2|75%}}|75%}}|75%}}|75%}} yields
- 22222
: 2{{sub|2{{sub|2{{sub|2{{sub|2|100%}}|100%}}|100%}}|75%}} yields
- 22222
: 2{{sub|2{{sub|2{{sub|2{{sub|2|133%}}|75%}}|133%}}|75%}} yields
- 22222
: 2{{sub|2{{sub|2{{sub|2{{sub|2|100%}}|100%}}|100%}}|100%}} yields
- 22222
: a{{sub|b{{sub|c{{sub|d{{sub|e|100%}}|100%}}|100%}}|100%}} yields
- abcde
: a{{sub|b{{sub|c{{sub|d{{sub|e{{sup|4{{sup|3{{sup|2{{sup|1|100%}}|100%}}|100%}}|100%}}|100%}}|100%}}|100%}}|100%}} yields
- abcde4321
: 2{{sup|2{{sup|2{{sup|2{{sup|2}}}}}}}} yields
- 22222
: 2{{sup|2{{sup|2{{sup|2{{sup|2|75%}}|75%}}|75%}}|75%}} yields
- 22222
: 2{{sup|2{{sup|2{{sup|2{{sup|2|100%}}|100%}}|100%}}|75%}} yields
- 22222
: 2{{sup|2{{sup|2{{sup|2{{sup|2|133%}}|75%}}|133%}}|75%}} yields
- 22222
: 2{{sup|2{{sup|2{{sup|2{{sup|2|100%}}|100%}}|100%}}|100%}} yields
- 22222
: a{{sup|b{{sup|c{{sup|d{{sup|e|100%}}|100%}}|100%}}|100%}} yields
- abcde
: a{{sup|b{{sup|c{{sup|d{{sup|e{{sub|4{{sub|3{{sub|2{{sub|1|100%}}|100%}}|100%}}|100%}}|100%}}|100%}}|100%}}|100%}} yields
- abcde4321
Nested {{sub}} and/or {{sup}} and/or {{subsup}} and/or {{supsub}}
[edit]: x{{subsup|y{{supsub|b|a}}|z{{sub|c}}}} yields
- x zcy b a
: x{{subsup|y{{supsub|b|a|t&t}}|z{{sub|c|100%}}}} yields
- x zcy b a
: {{math|''x''{{subsup|''y''{{supsub|''b''|''a''|t&t}}|''z''{{sub|''c''|100%}}}}|&}} yields
-
x zcy b a
: {{math|''x''{{subsup|''y''{{supsub|''b''|''a''|tex}}|''z''{{sub|''c''|tex}}|tex}}|$}} yields
: x{{subsup|y{{supsub|b|a}}|z{{sup|d}}}} yields
- x zdy b a
: x{{subsup|y{{supsub|b|a|t&t}}|z{{sup|d|100%}}}} yields
- x zdy b a
: {{math|''x''{{subsup|''y''{{supsub|''b''|''a''|t&t}}|''z''{{sup|''d''|100%}}}}|&}} yields
-
x zdy b a
: {{math|''x''{{subsup|''y''{{supsub|''b''|''a''|tex}}|''z''{{sup|''d''|tex}}|tex}}|$}} yields
: x{{subsup|y{{supsub|b|a}}|z{{supsub|d|c}}}} yields
- x z d cy b a
: x{{subsup|y{{supsub|b|a|t&t}}|z{{supsub|d|c|t&t}}}} yields
- x z d cy b a
: {{math|''x''{{subsup|''y''{{supsub|''b''|''a''|t&t}}|''z''{{supsub|''d''|''c''|t&t}}}}|&}} yields
-
x z d cy b a
: {{math|''x''{{subsup|''y''{{supsub|''b''|''a''|tex}}|''z''{{supsub|''d''|''c''|tex}}|tex}}|$}} yields