Skip to content

Instantly share code, notes, and snippets.

@khaledmdiab
Created April 8, 2014 08:14
Show Gist options
  • Save khaledmdiab/10101230 to your computer and use it in GitHub Desktop.
Save khaledmdiab/10101230 to your computer and use it in GitHub Desktop.
write inline lists in latex
\usepackage{paralist} % for inline lists
\begin{inparaenum}[\itshape a\upshape)]
\item item 1
\item item 2
\end{inparaenum}.
% can use one of these options: \Alph, \alph, \Roman, \roman and \arabic.
% enumitem package can be used as well
% More info: http://en.wikibooks.org/wiki/LaTeX/List_Structures
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment