Text FormattingMulticolumn

Information and discussion about LaTeX's general text formatting features (e.g. bold, italic, enumerations, ...)
Post Reply
ghostanime2001
Posts: 402
Joined: Fri May 20, 2011 9:41 am

Multicolumn

Post by ghostanime2001 »

How can I make two columns in an \begin{enumerate} and \begin{aligned} environment? Also, how can you manually set where the next columns should start in a two column environment?

Recommended reading 2024:

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

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

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Multicolumn

Post by localghost »

These are two different things. For multi-columned lists there is the multicol package. The »aligned« environment from amsmath allows to align equations in two or more columns. Details about that in the package manual or in the excellent »Math mode« document. More specific help only possible with a true minimal example.


Thorsten
Post Reply