This site is supported by donations to The OEIS Foundation.

Template:Overset

From OeisWiki
Jump to: navigation, search

The {{overset}} ({{over}}) OEIS Wiki formatting and function template is used to format text as an overscript.

Usage

{{over|overscript|base text}}

or

{{over|overscript|base text|relative size}}

or

{{over|overscript|base text|format}}

or

{{over|overscript|base text|format|relative size}}

where

  • the first parameter is the overscript;
  • the second parameter is the base text;
  • the [optional] third parameter (relative size) is the relative size of the overscript (default 75%, yields standard script size overscript) expressed either
  • as a percentage (e.g. 75%), or
  • in ex units (e.g. 1.5ex);

Note: the size parameter is currently ignored with TeX.

  • the [optional] last (third or fourth) parameter (format), case insensitive, is either
  • htm (default), or
  • tex.

Examples

The code

: before {{over|overscript|base text}} after

yields the text style HTML+CSS

before after

See also