Tagged Questions
8
votes
1answer
331 views
How to typeset the formatted counter in compactenum (paralist)?
I am using the compactenum environment from the paralist package, and would like to know how I can typeset the counter.
What I mean is
\begin{compactenum}[a)]
\item I would like to typeset "a)" ...
4
votes
3answers
984 views
paralist: how to format the counter
I use the following code to obtain a listed item
\documentclass{article}
\usepackage{paralist}
\begin{document}
\begin{inparaenum}[(a)]
\item first item,
\item second item,
\item last item
...