-
I'm wondering if there is a way to reverse the numbering of the publication list such that it is descending rather than ascending. The code that I'm currently using is as follows:
Thanks in advance! |
Beta Was this translation helpful? Give feedback.
Answered by
wehs7661
Mar 26, 2023
Replies: 1 comment
-
I later tried the following in the
Options like |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
wehs7661
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I later tried the following in the
cls
file, which enables reverse numbering:Options like
nosep
andnoitemsept
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.