This site is supported by donations to The OEIS Foundation.
Template:Overline
[⧼Purge⧽ Template:Overline]
- Note: not to be confused with {{overbar}} ({{ob}}), which produces a bar [at either x-height or cap height, as appropriate] over the specified single Latin or Greek character, which corresponds to the
\bar{ }
LaTeX command.
The {{overline}} ({{ol}}) OEIS Wiki utility template produces an overline [always at cap height] over the specified text, and corresponds to the \overline{ }
LaTeX command.
{{overline}} vs {{overbar}}
{{ol|x}} {{ol|X}}
yields x X
{{ob|x}} {{ob|X}}
yields x̅ X̅
Examples
{{math|''{{ol|complex}}{{sp}}{{ol|case}}{{sp}}{{ol|{{Gr|alpha}}{{Gr|lambda}}{{Gr|varphi}}{{Gr|alpha}}}}''|&}}
yields the text style HTML+CSS
-
complex case αλφα
{{math|''{{ol|complex|tex}}{{sp|tex}}{{ol|case|tex}}{{sp|tex}}{{ol|{{Gr|alpha|tex}}{{Gr|lambda|tex}}{{Gr|varphi|tex}}{{Gr|alpha|tex}}|tex}}''|$}}
yields the text style LaTeX
Combined with the {{underline}} ({{ul}}) template:
{{math|''{{ul|{{ol|complex}}}}{{sp}}{{ol|{{ul|case}}}}{{sp}}{{ul|{{ol|{{Gr|alpha}}{{Gr|lambda}}{{Gr|varphi}}{{Gr|alpha}}}}}}''|&}}
yields the text style HTML+CSS
-
complex case αλφα
{{math|''{{ul|{{ol|complex|tex}}|tex}}{{sp|tex}}{{ol|{{ul|case|tex}}|tex}}{{sp|tex}}{{ul|{{ol|{{Gr|alpha|tex}}{{Gr|lambda|tex}}{{Gr|varphi|tex}}{{Gr|alpha|tex}}|tex}}|tex}}''|$}}
yields the text style LaTeX