GeneralCross referencing multiple equations

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
Jerry2
Posts: 6
Joined: Sun Jul 22, 2007 12:11 am

Cross referencing multiple equations

Post by Jerry2 »

I am trying to reference more than one equation. I am using "Use Equations \ref{eq:1,eq:2,eq:3}" where eq:1, eq:2, eq:3 are the equation names. I would like to see [1-3] or [1,2,3]. I realize I could write Equation \ref{eq:1} to Equation \ref{eq:3}, but that's not my preference. Thanks.

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

gmedina
Posts: 2313
Joined: Wed Jul 11, 2007 11:45 pm

Cross referencing multiple equations

Post by gmedina »

Try the cleveref package.
1,1,2,3,5,8,13,21,34,55,89,144,233,...
Post Reply