Talk:Subscript and superscript
![]() | Typography Stub‑class Mid‑importance | |||||||||
|
Merge with Superior Letter
Typography websites[1] and dictionaries[2] both indicate that superscript and superior letter are perfect synonyms, and these two articles have a lot of overlap. Since superscript is the more common appellation, I suggest to merge superior letter into this article. We would certainly replace the existing article with a redirect. Citynoise (talk) 13:29, 9 February 2008 (UTC)
- I desagree. Al least in Spanish (I am from Spain), superscripts and superior letters are two distinct uses of this tipographic style. Superior letters (known in Spanish as "voladitas", "little flying" letters as the Superior letters article states) are always used for abbreviations, and are always underlined (where possible). Superscripts are used in Spanish to put inline calls and notes (like the famous wikipedia's [citation needed]), math powers, chemical isotopes and valences, etc, and never are underlined. So I vote to keep the separate articles. -Ricardo Cancho Niemietz (talk) 15:35, 12 February 2008 (UTC)
- I think a merge makes sense. Include the info about Spanish voladitas as part of the subscript and superscript article. Randall Bart Talk 20:06, 25 June 2008 (UTC)
- I also disagree. The current status with cross-linking to these related, but distinct, topics is appropriate. It is clear from the articles that these are not "perfect synonyms", whatever some individual sources may say. —DIV (128.250.247.158 (talk) 08:18, 20 February 2009 (UTC))
- Disagree. These topics are actually distinct, and few English speakers would look for Superior letter when they are thinking about a superscript or a subscript. --DThomsen8 (talk) 18:48, 26 October 2009 (UTC)
Other Script Positions
This is a well written article, but is mention given to the other placements (eg overscript, underscript; also pre-subscript, pre-superscript as per text of patent 5182709) elsewhere? I couldn't find articles for the other positions, much less a meta-article discussing (or at least mentioning) all of the positions...
Examples include Mathematical notation, which commonly uses overscript and underscript (perhaps all six), and Furigana, which appears to be an instance of overscript given yokogaki (horiztonal text).
--Eibwen 19:44, 6 November 2007 (UTC)
TeX code
Isn't there a way to get superscripts in TeX without going into a maths/equation environment? Like for "1st", for example, or "Mrs". Perhaps as Superior letter? —DIV (128.250.80.15 (talk) 09:19, 30 January 2008 (UTC))
- No. Yes. Sort of.
- Superscripts as such can only be produced by TeX in math mode. You can use
M$^{\rm rs}$
, or, if you have to cope with spaces in the superscript,M$^{\hbox{\scriptsize foo bar}}$
. There is a LaTeX macro called \textsuperscript which you can use likeM\textsuperscript{rs}
, but it actually expands to something equivalent to the \hbox \scriptsize code above (along with a lot of garbage), so it also uses math mode even if it's not apparent on the surface (and it's not really easier to type).
- If you really want to avoid math mode, you can try some box shuffling, such as
M\raise.8ex\hbox{\scriptsize rs}
. This solution however relies on empirical font-dependent constants (like the 0.8ex above), which makes it rather inelegant.
- Ordinal superscripts are bad style anyway, so the best way to write "1st" in TeX is
1st
. -- EJ (talk) 10:54, 30 January 2008 (UTC)
HTML superscripts placed "too high"
Note that superscripts are usually placed too high for many typographic purposes.
The HTML section makes the vague and unsupported claim that superscripts in HTML are placed too high. —Preceding unsigned comment added by Einstein9073 (talk • contribs) 18:45, 19 April 2010 (UTC)
- This looks fishy, indeed.—Emil J. 09:33, 20 April 2010 (UTC)
Merge with Unicode subscripts and superscripts
There is already more extensive information about the layout of super- and subscripts in Unicode within the present article. It seems likely to me that a user will search here before searching for a specific Unicode-related version of the article. (It took me a few days to accidentally happen upon this article, where it is revealed that there is in fact no superscript q in Unicode!) babbage (talk) 23:11, 5 October 2010 (UTC)