Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Ellipsis
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
===TeX=== In the [[TeX]] typesetting system, the following types of ellipsis are available: {| class="wikitable" ! Name !! Glyph !! TeX markup |- | Lower ellipsis | style="text-align:center; vertical-align:bottom;"| <math>\ldots</math> | <code>\ldots</code> |- | Centred ellipsis | style="text-align:center;"| <math>\cdots</math> | <code>\cdots</code> |- | Diagonal ellipsis | style="text-align:center;"| <math>\ddots</math> | <code>\ddots</code> |- | Vertical ellipsis | style="text-align:center;"| <math>\vdots</math> | <code>\vdots</code> |} In [[LaTeX]], the reverse orientation of <code>\ddots</code> can be achieved with <code>\reflectbox</code> provided by the <code>graphicx</code> package: <code>\reflectbox{\ddots}</code> yields [[File:Iddots black.svg|18px]]. With the <code>amsmath</code> package from [[AMS-Latex|AMS-LaTeX]], more specific ellipses are provided for math mode.<ref>[https://web.archive.org/web/20180619212427/ftp://ftp.ams.org/pub/tex/doc/amsmath/amsldoc.pdf ''User's Guide for the <code>amsmath</code> Package'']. American Mathematical Society, 1999, p. 12.</ref> {| class="wikitable" |- ! Markup !! Usage || Example || Output |- | <code>\dotsc</code> || dots with commas || <code>1, 2, \dotsc , 9</code> || <math>1, 2, \dotsc , 9</math> |- | <code>\dotsb</code> || dots with binary operators/relations || <code>1 + 2 + \dotsb + 9</code> || <math>1 + 2 + \dotsb + 9</math> |- | <code>\dotsm</code> || dots with multiplication || <code>A_1 A_2 \dotsm A_9</code> || <math>A_1 A_2 \dotsm A_9</math> |- | <code>\dotsi</code> || dots with integrals || <syntaxhighlight lang="tex" inline>\int_{A_1}\int_{A_2}\dotsi\int_{A_9}</syntaxhighlight> || <math>\int_{A_1}\int_{A_2}\dotsi\int_{A_9}</math> |- | <code>\dotso</code> || other dots || <code>123 \dotso 9</code> || <math>123 \dotso 9</math> |}
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)