Skip to content

How to reverse the numbering of the publication list? #468

Closed Answered by wehs7661
wehs7661 asked this question in Q&A
Discussion options

You must be logged in to vote

I later tried the following in the cls file, which enables reverse numbering:

% An envrionment that is the same as cvenumerate but reverse the numbering
\usepackage{etaremune}
\newenvironment{cvenumerate_reverse}{%
  \vspace{-4.0mm}
  \begin{justify}
  \begin{etaremune}[leftmargin=3.5ex]
    \setlength{\itemsep}{0.5em}  % original 0em (spacing between items)
    \setlength{\parskip}{0pt}
    \renewcommand{\labelitemi}{\bullet}
}{%
  \end{etaremune}
  \end{justify}
  \vspace{-2.0mm}
}

Options like nosep and noitemsept do not seem to work in the bracket following \begin{etaremune} but I don't need them in my case, so this snippet solved my problem.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by wehs7661
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant