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
|
# mode: subfig.sty
# dani/2006-02-18
# edited Matthew Bertucci 2022/05/03 for v1.3
#include:keyval
#include:caption
#keyvals:\usepackage/subfig#c
caption#true,false
config=%<file name%>
font=#scriptsize,footnotesize,small,normalsize,large,Large,normalfont,up,it,sl,sc,md,bf,rm,sf,tt,singlespacing,onehalfspacing,doublespacing,normalcolor,normal
labelfont=#scriptsize,footnotesize,small,normalsize,large,Large,normalfont,up,it,sl,sc,md,bf,rm,sf,tt,singlespacing,onehalfspacing,doublespacing,normalcolor,normal
textfont=#scriptsize,footnotesize,small,normalsize,large,Large,normalfont,up,it,sl,sc,md,bf,rm,sf,tt,singlespacing,onehalfspacing,doublespacing,normalcolor,normal
style=#default,ruled
singlelinecheck#true,false
format=#default,hang
indention=##L
hangindent=##L
width=##L
margin=##L
parskip=##L
justification=#justified,centering,centerlast,centerfirst,raggedright,raggedleft,Justified,Centering,RaggedRight,RaggedLeft
labelformat=#original,empty,simple,brace,parens
aboveskip=##L
belowskip=##L
labelsep=#none,colon,period,space,quad,newline,endash
position=#top,above,bottom,below,auto
#endkeyvals
# keys added to caption interface
#keyvals:\usepackage/subfig#c,\captionsetup#c,\captionsetup*#c,\DeclareCaptionStyle#c
lofdepth=%<integer%>
lotdepth=%<integer%>
listofformat=#empty,simple,parens,subsimple,subparens
subrefformat=#empty,simple,parens,subsimple,subparens
listofindent=##L
listofnumwidth=##L
farskip=##L
captionskip=##L
topadjust=##L
nearskip=##L
#endkeyvals
#ifOption:justification=Justified
#include:ragged2e
#endif
#ifOption:justification=Centering
#include:ragged2e
#endif
#ifOption:justification=RaggedRight
#include:ragged2e
#endif
#ifOption:justification=RaggedLeft
#include:ragged2e
#endif
# subfigure compatibility
#ifOption:config=altsf
\subfigure{body%text}
\subfigure[subcaption%text]{body%text}
\subfigure[listentry%text][subcaption%text]{body%text}
\subtable{body%text}
\subtable[subcaption%text]{body%text}
\subtable[listentry%text][subcaption%text]{body%text}
\Subref{label}#r
#endif
\newsubfloat{float name}
\newsubfloat[kv-list]{float name}
\DeclareCaptionListOfFormat{keyword}{code}
\DeclareSubrefFormat{keyword}{code}
\subfloat{body%text}
\subfloat[subcaption%text]{body%text}
\subfloat[listentry%text][subcaption%text]{body%text}
\subref{label}#r
\subref*{label}#r
\listsubcaptions
\thesubfigure#*
\thesubtable#*
\subfigurename#*
\subtablename#*
\theKVtest#S
\ifhyperrefloaded#S
\hyperrefloadedtrue#S
\hyperrefloadedfalse#S
\ifmaincaptiontop#S
\maincaptiontoptrue#S
\maincaptiontopfalse#S
|