We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 20c00c6 commit f14cf4bCopy full SHA for f14cf4b
1 file changed
packages/theorems.sty
@@ -31,7 +31,7 @@
31
\setlist[thmenum, 3]
32
{
33
label=(\arabic*),
34
- ref=\thecounters_theorem~(\alph{thmenumi})(\alph{thmenumii})(\roman*)
+ ref=\thecounters_theorem~(\alph{thmenumi})(\roman{thmenumii})(\arabic*)
35
}
36
37
\declaretheorem[numberlike=counters_theorem, style=plain]
@@ -93,8 +93,9 @@
93
94
\addtotheorempostheadhook [#1]
95
96
- \crefalias {thmenumi} {#1}
97
- \crefalias {thmenumii} {#1}
+ \crefalias {thmenumi} {#1}
+ \crefalias {thmenumii} {#1}
98
+ \crefalias {thmenumiii} {#1}
99
100
101
0 commit comments