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
|
# fancylabel package
# Matthew Bertucci 1/8/2021 for v1.1
#include:xkeyval
#include:xifthen
#include:suffix
#keyvals:\usepackage/fancylabel#c
families={%<list of families%>}
IgnoreFamilies#true,false
numbering=#continuous,ondemand,referenced
level=#sub,same
sort#true,false
compress#true,false
CompressLink=%<separator%>
CompressTwo#true,false
ListLastSublabelOnly#true,false
ListSeparator=%<separator%>
ListLastLabelSeparator=%<separator%>
ListLastRefSeparator=%<separator%>
DisableFamilyCheck#true,false
#endkeyvals
\fancylabel{marker%labeldef}#l
\fancylabel[family]{marker%labeldef}#l
\fancylabel*{marker%labeldef}#l
\fancylabel*[family]{marker%labeldef}#l
\fancysublabel{marker%labeldef}{submarker}#l
\fancysublabel[family]{marker%labeldef}{submarker}#l
\fancysublabel*{marker%labeldef}{submarker}#l
\fancysublabel*[family]{marker%labeldef}{submarker}#l
\fancyref{marker%ref}#r
\fancyref[family]{marker%ref}#r
\fancyref*{marker%ref}#r
\fancyref*[family]{marker%ref}#r
\fancysubref{marker%ref}{submarker}#r
\fancysubref[family]{marker%ref}{submarker}#r
\fancysubref-{marker%ref}{submarker}#r
\fancysubref-[family]{marker%ref}{submarker}#r
\fancysubref*{marker%ref}{submarker}#r
\fancysubref*[family]{marker%ref}{submarker}#r
\fancylabelformatdefault#*
\fancysublabelformatdefault#*
\fancyonlysublabelformatdefault#*
\fancylabelNewLabelEvent#*
\fancylabelShowLabelEvent#*
\fancylabelShowRefEvent#*
\thefancylabel#*
\thefancysublabel#*
# not documented
\fancylabelResetCounter{arg}#S
\fancylabelthisformat#S
|