Text FormattingAligning the identifier of numerous problems.

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
Int865
Posts: 1
Joined: Fri May 10, 2019 8:28 am

Aligning the identifier of numerous problems.

Post by Int865 »

So I have about 9 problems written out horizontally in a page, however, the part that identifies them ( (1), (2), etc.) are not aligned. So far the closest to this I can do is 2 columns by 2 rows of problems, but when I start to add more columns/rows then the alignment goes away. I'd like for the equations to be aligned too, but honestly I'll settle with aligning just the numbers that identify them.

Also, when it comes to the \begin{align*} environment when am I supposed to use the & key? What exactly does that do?

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

Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Aligning the identifier of numerous problems.

Post by Johannes_B »

Welcome to the forum.

I am sorry to say, that just from reading your code, i have no idea what your input, nor your output is looking like.
Can you add a small but compilable example that reproduces for us, what you see?
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
User avatar
Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

Aligning the identifier of numerous problems.

Post by Stefan Kottwitz »

Welcome to the forum!

The & marks the relation symbol where the alignment should be.

Stefan
LaTeX.org admin
Post Reply