Math & Science\dots Line Alinement

Information and discussion about LaTeX's math and science related features (e.g. formulas, graphs).
Post Reply
tpa77l3
Posts: 19
Joined: Mon Feb 24, 2020 9:49 pm

\dots Line Alinement

Post by tpa77l3 »

Hi guys,

Quick question from a newbie, please.

Code: Select all

\begin{align*}
		1.85\dots &= (1.85\dots \times 60)\text{\,min}\\
			       &= 51.50\dots \text{\,min}\\
			       &\approx 52\text{\,min}
\end{align*}
Gives:
Screenshot 2020-02-26 at 05.49.52.png
Screenshot 2020-02-26 at 05.49.52.png (10.87 KiB) Viewed 6369 times
I've played around and found the \times is causing the \dots to appear vertically centred next to the second 1.85 on the first line. How do I get them to appear as on the second line, i.e. not vertically centred?

Thanks.

Recommended reading 2024:

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

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

Bartman
Posts: 369
Joined: Fri Jan 03, 2020 2:39 pm

\dots Line Alinement

Post by Bartman »

Use \ldots.

You should take siunitx for the units.
tpa77l3
Posts: 19
Joined: Mon Feb 24, 2020 9:49 pm

\dots Line Alinement

Post by tpa77l3 »

Nice! Thanks for pointing me in the direction of siunitx - so much to learn!
Post Reply