Tagged Questions
3
votes
1answer
310 views
Numbering for a theorem and enumerated list within that theorem
I have the following amsthm environment defined
\newtheorem{cslist}{Comparative Static Hypothesis}
In instances of cslist, I would like to have an enumerated list like this.
...
13
votes
1answer
688 views
Centre roman numbers in enumerate environment
I have an enumerated list that uses roman numbers.
\documentclass{article}
\usepackage{enumitem}
\begin{document}
\begin{enumerate}[label=\roman*]
\item first entry
\item second entry
...