1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90
|
# crefthe package
# Matthew Bertucci 2022/07/02 for release 2022/06/30
#include:cleveref
#include:regexpatch
#keyvals:\usepackage/crefthe#c
overwrite#true,false
# options passed to cleveref
poorman
sort
compress
sort&compress
nosort
capitalise
capitalize
nameinlink
noabbrev
english
german
ngerman
dutch
french
spanish
italian
russian
ukrainian
norsk
danish
esperanto
swedish
brazilian
catalan
#endkeyvals
\crefthe{labellist}#r
\crefthe[prep]{labellist}#r
\crefthe*{labellist}#r
\crefthe*[prep]{labellist}#r
\crefthe-{labellist}#*r
\crefthe-[prep]{labellist}#*r
\crefthe+{labellist}#*r
\crefthe+[prep]{labellist}#*r
\Crefthe{labellist}#r
\Crefthe[prep]{labellist}#r
\Crefthe*{labellist}#r
\Crefthe*[prep]{labellist}#r
\Crefthe-{labellist}#*r
\Crefthe-[prep]{labellist}#*r
\Crefthe+{labellist}#*r
\Crefthe+[prep]{labellist}#*r
\crefthemark{text}
\crefthename{type}{singular}{plural}
\crefthename{type}[prep1]{singular}[prep2]{plural}
\Crefthename{type}{singular}{plural}
\Crefthename{type}[prep1]{singular}[prep2]{plural}
\crefthepatchname{counters}
#ifOption:overwrite
\cref[prep]{labellist}#r
\cref*[prep]{labellist}#r
\cref-{labellist}#*r
\cref-[prep]{labellist}#*r
\cref+{labellist}#*r
\cref+[prep]{labellist}#*r
\Cref[prep]{labellist}#r
\Cref*[prep]{labellist}#r
\Cref-{labellist}#*r
\Cref-[prep]{labellist}#*r
\Cref+{labellist}#*r
\Cref+[prep]{labellist}#*r
\crefname{type}[prep1]{singular}[prep2]{plural}
\Crefname{type}[prep1]{singular}[prep2]{plural}
#endif
#ifOption:overwrite=true
\cref[prep]{labellist}#r
\cref*[prep]{labellist}#r
\cref-{labellist}#*r
\cref-[prep]{labellist}#*r
\cref+{labellist}#*r
\cref+[prep]{labellist}#*r
\Cref[prep]{labellist}#r
\Cref*[prep]{labellist}#r
\Cref-{labellist}#*r
\Cref-[prep]{labellist}#*r
\Cref+{labellist}#*r
\Cref+[prep]{labellist}#*r
\crefname{type}[prep1]{singular}[prep2]{plural}
\Crefname{type}[prep1]{singular}[prep2]{plural}
#endif
|