[latex] enumerate list colliding with equation array

  • Context: LaTeX 
  • Thread starter Thread starter Ai52487963
  • Start date Start date
  • Tags Tags
    Array Latex List
Click For Summary
SUMMARY

The discussion addresses the issue of embedding an equation array within an enumerated list in LaTeX. Users reported encountering errors when attempting to include the align environment inside the enumerate environment. A recommended solution is to utilize centering tags for the equation to avoid clutter and maintain proper formatting. This approach effectively resolves the conflict between the two environments.

PREREQUISITES
  • Familiarity with LaTeX document structure
  • Understanding of the enumerate environment in LaTeX
  • Knowledge of the align environment for equations
  • Basic skills in formatting LaTeX documents
NEXT STEPS
  • Research how to use the center environment in LaTeX for better equation placement
  • Learn about the multline environment for multi-line equations in LaTeX
  • Explore LaTeX packages that enhance list and equation formatting, such as amsmath
  • Investigate troubleshooting common LaTeX errors related to environment conflicts
USEFUL FOR

This discussion is beneficial for LaTeX users, particularly those creating academic documents, technical writers, and anyone looking to improve the presentation of equations within lists.

Ai52487963
Messages
111
Reaction score
0
So I have a list like

\begin{enumerate}

\item asdfasdfasdf

\item asdfasdfasdf

\item \begin{align} equation here \end{align}

\end{enumerate}

I want to put an equation array to center and give some space around the equation, otherwise it looks all cluttered. I keep getting errors saying that the enumerate is being ended by the end of the equation array.

Is there a different way to put an equation array inside an enumerated one? Should I just use some centering tags for the equation instead?
 
Physics news on Phys.org
Works for me. I tested this in a LaTeX document and right here:

[tex] \begin{enumerate}<br /> \item asdfasdfasdf<br /> \item asdfasdfasdf<br /> \item \begin{align} E=mc^2 \end{align}<br /> \end{enumerate}[/tex]
 

Similar threads

  • · Replies 2 ·
Replies
2
Views
3K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 2 ·
Replies
2
Views
6K
  • · Replies 2 ·
Replies
2
Views
4K
  • · Replies 9 ·
Replies
9
Views
6K
  • · Replies 2 ·
Replies
2
Views
2K
  • · Replies 11 ·
Replies
11
Views
9K
  • · Replies 4 ·
Replies
4
Views
7K
  • · Replies 3 ·
Replies
3
Views
3K
Replies
4
Views
8K