This site is supported by donations to The OEIS Foundation.
Template:Underline
[⧼Purge⧽ Template:Underline]
The {{underline}} ({{ul}}) OEIS Wiki utility template produces an underline [always at baseline height] under the specified text, and corresponds to the \underline{ }
LaTeX command.
The tags <u> ... </u>
could be used but it is deprecated.
Examples
: {{math|''{{ul|complex}}{{sp}}{{ul|case}}{{sp}}{{ul|{{Gr|alpha}}{{Gr|lambda}}{{Gr|varphi}}{{Gr|alpha}}}}''|&}}
yields the text style HTML+CSS
-
complex case αλφα
: {{math|''{{ul|complex|tex}}{{sp|tex}}{{ul|case|tex}}{{sp|tex}}{{ul|{{Gr|alpha|tex}}{{Gr|lambda|tex}}{{Gr|varphi|tex}}{{Gr|alpha|tex}}|tex}}''|$}}
yields the text style LaTeX
Combined with the {{overline}} ({{ol}}) 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