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 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156
|
# caption.cwl
# Edson 2010
# Matthew Bertucci updated 2022/05/24 for v3.6b
#include:caption3
#include:ltcaption
# note that most package options defined in caption3, listed in caption3.cwl
#keyvals:\captionsetup#c,\captionsetup*#c,\usepackage/caption#c,\DeclareCaptionStyle#c
list-entry=#default,list-entry,entry
hypcap#true,false
hypcapspace=##L
type=%<float type%>
type*=%<float type%>
subtype=%<float type%>
subtype*=%<float type%>
#endkeyvals
#keyvals:\usepackage/caption#c
compatibility#true,false
config=%<file name%>
#endkeyvals
#ifOption:font=onehalfspacing
#include:setspace
#endif
#ifOption:labelfont=onehalfspacing
#include:setspace
#endif
#ifOption:textfont=onehalfspacing
#include:setspace
#endif
#ifOption:font+=onehalfspacing
#include:setspace
#endif
#ifOption:labelfont+=onehalfspacing
#include:setspace
#endif
#ifOption:textfont+=onehalfspacing
#include:setspace
#endif
#ifOption:font=doublespacing
#include:setspace
#endif
#ifOption:labelfont=doublespacing
#include:setspace
#endif
#ifOption:textfont=doublespacing
#include:setspace
#endif
#ifOption:font+=doublespacing
#include:setspace
#endif
#ifOption:labelfont+=doublespacing
#include:setspace
#endif
#ifOption:textfont+=doublespacing
#include:setspace
#endif
#ifOption:font=sansmath
#include:sansmath
#endif
#ifOption:labelfont=sansmath
#include:sansmath
#endif
#ifOption:textfont=sansmath
#include:sansmath
#endif
#ifOption:font+=sansmath
#include:sansmath
#endif
#ifOption:labelfont+=sansmath
#include:sansmath
#endif
#ifOption:textfont+=sansmath
#include:sansmath
#endif
#ifOption:justification=RaggedRight
#include:ragged2e
#endif
#ifOption:justification=RaggedLeft
#include:ragged2e
#endif
#ifOption:justification=Justified
#include:ragged2e
#endif
#ifOption:justification=Centering
#include:ragged2e
#endif
#ifOption:justification=RaggedRight
#include:ragged2e
#endif
#ifOption:justification=RaggedLeft
#include:ragged2e
#endif
\caption[list entry%text]{heading%text}
\caption{heading%text}
\caption*{heading%text}
\captionof{float type}[list entry%text]{heading%text}
\captionof{float type}{heading%text}
\captionof*{float type}{heading%text}
\captionlistentry[float type]{list entry%text}
\captionlistentry{list entry%text}
\ContinuedFloat
\ContinuedFloat*
\theContinuedFloat#*
\piccaptiontype{float type}#*
\begin{captionblock}{width}
\begin{captionblock}[position]{width}
\begin{captionblock}[position][height]{width}
\begin{captionblock}[position][height][inner-pos]{width}
\end{captionblock}
\begin{captiongroup}#*
\end{captiongroup}#*
\begin{captiongroup*}#*
\end{captiongroup*}#*
\captionbox*{heading%text}[width][inner-pos]{content%text}
\captionbox*{heading%text}[width]{content%text}
\captionbox*{heading%text}{content%text}
\captionbox[list entry]{heading%text}[width][inner-pos]{content%text}
\captionbox[list entry]{heading%text}[width]{content%text}
\captionbox[list entry]{heading%text}{content%text}
\captionbox{heading%text}[width][inner-pos]{content%text}
\captionbox{heading%text}[width]{content%text}
\captionbox{heading%text}{content%text}
\captiontext*[number]{text}
\captiontext*{text}
\captiontext[number]{text}
\captiontext{text}
\flushsubcaptionlistentries#*
\nextfloat
\nextfloat*
\phantomcaption
\setcaptionsubtype*
\setcaptionsubtype{float type}
\setcaptiontype*
\setcaptiontype{float type}
# only available if longtable package loaded
\begin{longtable*}#S
\end{longtable*}#S
# deprecated
\continuedfloat#S
\thecontinuedfloat#S
|