{paralist} is a package extending the functionality of the built-in list environments and adding new list environments.
18
votes
2answers
2k views
What are the differences between using paralist vs. enumitem
I am looking for advice on which of these packages to use? Under what circumstances would paralist be preferred over enumitem?
0
votes
3answers
235 views
trivlist list environment \item command
My document class uses paralist and redefines \begin{enumerate}[(a)][abc] etc... environments to issue \label for each \item, given a second option (e.g., \abc{a}) that becomes a 1-parameter macro ...
8
votes
1answer
344 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)" ...
3
votes
1answer
111 views
Undesired \parindent in front of first label when using asparaenum environment
When using the asparaenum environment from paralist, sometimes the \parindent in front of the first item is undesirable. For example, if one uses the asparaenum environment directly after starting the ...
4
votes
1answer
169 views
Why when I add package paralist into my beamer presentation, enumerate stops working?
I try to simple use beamer with enumerate and compactenum from paralist. But when I add paralist package in document, enumerate just stops working.
\documentclass{beamer}
\usepackage{paralist}
...
5
votes
1answer
399 views
enumitem itemize environment shifts text into margin, or overlaps other text
I am in the process of transitioning from using the older {paralist} package to the {enumitem} package and this question on Suggestions for transitioning from paralist to enumitem package suggested to ...
2
votes
1answer
111 views
expandable optional parameter to enumerate environment
The MWE below, by using paralist package, is supposed to allow \begin{enumerate}[...] where ... is flexible in "some way" (inherits from enumerates above).
\documentclass[a4paper,10pt]{report}
...
4
votes
2answers
258 views
Paralist environment
I'm using paralist environment in this form:
\begin{compactenum}[(a)]
\item Results with no change in the statement (except the
replacement of $[a,\infty]$ for $[a,b]$):
\begin{compactitem}
\item ...
2
votes
2answers
338 views
inparaenum in figure captions
Is there a reason why I find it hard to put inline lists in figure captions?
I've defined this:
\newcommand{\inlinelist}[1]{\begin{inparaenum}[(a)] #1 \end{inparaenum}}
But I can't see anything ...
8
votes
2answers
328 views
Enumerate labels in text circles
I am trying to get enumerations with the list labels surrounded by text circles for which I am using the following code:
\usepackage{tikz}
\newcommand*\mycirc[1]{%
...
0
votes
1answer
744 views
Compactitem in tabular produces extra vertical space after environment
If I use compactitem in a tabular(x), there is a vertical space before and after the listing environment. How can I remove that space?
\documentclass[11pt, a4paper]{scrartcl}
...
11
votes
3answers
8k views
How to make enumerate items align at left margin?
I would like to have my lists to have no indent for the top level, i.e. having the same left margin as the surrounding paragraph, with just enough space for the widest label to fit:
Paragraph text
...
3
votes
2answers
1k views
Change the color of numberings in inline itemization
\begin{inparaenum}[1)]
\item number one item
\item number two item
\item number three item
\end{inparaenum}
Is it possible to change the color of the number, When I use ...
6
votes
1answer
730 views
Suggestions for transitioning from paralist to enumitem package
Based on the suggestions on What are the differences between using paralist vs. enumitem, I am transitioning from using paralist to enumitem and have encountered a few issues.
There are a few places ...
4
votes
3answers
999 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
...
2
votes
1answer
113 views
Colorization and kerning problem with inline lists
The problem is as follows: I need to set an inline list with colored lowercase letters surrounded by black brackets. This is not so hard to achieve, but the problem is that kerning is lost in the ...