Instead of enumerate giving
1. Content 1
2. Content 2
3. Content 3
I want
Ans 1. Content 1
Ans 2. Content 2
Ans 3. Content 3
What is the cleanest way to achieve this?
Second I want completely arbitrary, text in my bullets such as
Ans 2b. Content 1
Ans 3q. Content 2
Ans 12c. Content 3
How can this be achieved?
TY!
Text Formatting ⇒ Customise bullet points
Customise bullet points
OS info: Win XP | Debian 6.0 | Ubuntu 10.04
Latex editor of choice: TexWorks (for dual view feature)
Latex editor of choice: TexWorks (for dual view feature)
NEW: TikZ book now 40% off at Amazon.com for a short time.

Customise bullet points
For the first one (and actually the second one too) I suggest you to take a look at the enumitem package.
The second one can also be done with
The second one can also be done with
Code: Select all
\begin{itemize}
\item[Ans 2b.] Content 1
\item[Ans 3q.] Content 2
\item[Ans 12c.] Content 3
\end{itemize}
howtoTeX.com - Your LaTeX resource site (Tips, Tricks, Templates and more!)
Follow howtoTeX on twitter
Follow howtoTeX on twitter