Text Formattingmultienum | Change Labels

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

multienum | Change Labels

Post by ghostanime2001 »

How can I change the labels for multienumerate environment ?

Code: Select all

\documentclass[fleqn]{article}
\usepackage{amsmath}
\usepackage{multienum}
\usepackage{multicol}
\usepackage[shortlabels]{enumitem}
\usepackage{shortlst}
\usepackage[version=3]{mhchem}

\begin{document}
\begin{minipage}[t]{2.2in}
\begin{multienumerate}
\mitemxxx{\ce{^{56}_{27}\,Co}}{\ce{^{55}_{26}\,Fe}}{\text{none of these}} 
\mitemxxo{\ce{^{57}_{25}\,Mn}}{\ce{^{58}_{24}\,Cr}}
\end{multienumerate}
\end{minipage}
\end{document}
Last edited by ghostanime2001 on Fri Nov 11, 2011 8:42 pm, edited 1 time in total.

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

Re: multienum | Change Labels

Post by localghost »

To what? Cows? Apples? Trees?


Thorsten
ghostanime2001
Posts: 402
Joined: Fri May 20, 2011 9:41 am

Re: multienum | Change Labels

Post by ghostanime2001 »

:S not exactly lol. Changing labels to \alph
Post Reply