Math & ScienceSideways dots help

Information and discussion about LaTeX's math and science related features (e.g. formulas, graphs).
Post Reply
peaches2165
Posts: 25
Joined: Wed Oct 22, 2008 5:03 pm

Sideways dots help

Post by peaches2165 »

Hi,

I am working on an equation and need the symbol

.
.
.


How does one go about make that symbol. I am working in
\documentclass[12pt]{article}

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

peaches2165
Posts: 25
Joined: Wed Oct 22, 2008 5:03 pm

Sideways dots help

Post by peaches2165 »

I see my dots didn't come out right. I need three dots going on an angle towards the left.

Thanks,
Nancy
User avatar
Stefan Kottwitz
Site Admin
Posts: 10324
Joined: Mon Mar 10, 2008 9:44 pm

Sideways dots help

Post by Stefan Kottwitz »

Hi Nancy,

the mathdots package provides \iddots for this.

This is how you can do it yourself:

Code: Select all

\documentclass{article}
\newcommand*{\rddots}[1]{\cdot^{\cdot^{\cdot^{#1}}}}
\begin{document}
\[
    x^{x^{\rddots{x}}}
\]
\end{document}
Stefan
LaTeX.org admin
peaches20
Posts: 9
Joined: Thu Oct 25, 2012 4:28 pm

Sideways dots help

Post by peaches20 »

Thank you for this. Where do I post kudos?

Peaches
Post Reply