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 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218
|
# l3doc class
# Matthew Bertucci 2025/05/31 for v2025-05-26
#include:calc
#include:doc
#include:array
#include:alphalph
#include:amsmath
#include:amssymb
#include:booktabs
#include:color
#include:colortbl
#include:hologo
#include:enumitem
#include:pifont
#include:trace
#include:csquotes
#include:fancyvrb
#include:underscore
#include:verbatim
#include:fontenc
# loads T1 option of fontenc
#include:lmodern
#include:hypdoc
#keyvals:\documentclass/l3doc#c
full
onlydoc
check#true,false
checktest#true,false
kernel#true,false
stdmodule#true,false
lm-default#true,false
cs-break#true,false
cs-break-nohyphen
show-notes#true,false
hide-notes#true,false
base-date=%<date%>
# options passed to article class
a4paper
b5paper
letterpaper
legalpaper
executivepaper
landscape
10pt
11pt
12pt
oneside
twoside
draft
final
titlepage
notitlepage
onecolumn
twocolumn
leqno
fleqn
openbib
#endkeyvals
\pdfstringnewline#*
\eTeX
\IniTeX
\Lua
\LuaTeX
\pdfTeX
\XeTeX
\pTeX
\upTeX
\epTeX
\eupTeX
\ConTeXt
\cmd{macro%cmd}
\cmd[options%keyvals]{macro%cmd}
\cs{csname}
\cs[options%keyvals]{csname}
\tn{csname}
\tn[options%keyvals]{csname}
#keyvals:\cmd#c,\cs#c,\tn#c
index=%<name%>
no-index#true,false
module=%<module%>
replace#true,false
#endkeyvals
\Arg{arg}
\marg{arg}
\oarg{arg}
\parg{arg}
\file{file}
\env{envname}
\pkg{package}
\cls{class}
\EnableDocumentation
\EnableImplementation
\DisableDocumentation
\DisableImplementation
\begin{documentation}
\end{documentation}
\begin{implementation}
\end{implementation}
\begin{function}{function%cmd}
\begin{function}[type%keyvals]{function%cmd}
\end{function}
\begin{variable}{variable%cmd}
\begin{variable}[options%keyvals]{variable%cmd}
\end{variable}
\begin{macro}{macro1,macro2,...%cmd}
\begin{macro}[options%keyvals]{macro1,macro2,...%cmd}
\end{macro}
#keyvals:\begin{function}#c,\begin{variable}#c,\begin{macro}#c
EXP
rEXP
TF
pTF
noTF
added=%<date%>
updated=%<date%>
deprecated
no-user-doc
label=
verb
module=
#endkeyvals
#keyvals:\begin{variable}#c,\begin{macro}#c
int
#endkeyvals
\begin{syntax}
\end{syntax}
\begin{texnote}
\end{texnote}
\begin{arguments}
\end{arguments}
\CodedocExplain
\CodedocExplainEXP
\CodedocExplainREXP
\CodedocExplainTF
\testfile#*
\testfile*#*
\MacroLongFont#*
\TestFiles{list of files%file}
\UnitTested
\TestMissing{explanation%text}
\DescribeOption{option}
\DescribeOption[options]{option}#*
\begin{optionenv}{option}#*
\begin{optionenv}[options]{option}#*
\end{optionenv}#*
\PrintDescribeOption{option}#*
\PrintOptionName{option}#*
\manual#*
\dbend
\begin{danger}
\end{danger}
\begin{ddanger}
\end{ddanger}
\NB{tag%text}{comments%text}
\begin{NOTE}{tag%text}#V
\end{NOTE}
\begin{TemplateInterfaceDescription}{template type name}
\end{TemplateInterfaceDescription}
\begin{TemplateDescription}{template type name}{name}
\end{TemplateDescription}
\TemplateArgument{arg no}{meaning}
\TemplateSemantics
\TemplateKey{key name}{type}{description%text}{default value}
\begin{InstanceDescription}{template type name}{instance name}{template name}
\begin{InstanceDescription}[text for key colwidth]{template type name}{instance name}{template name}
\end{InstanceDescription}
\InstanceKey{key name}{value}
\InstanceSemantics
\DocInputAgain#*
\DocInclude{file}#i
\currentfile#*
\filesep#*
\docincludeaux#*
\filekey#*
# from T1 option of fontenc
\DH#n
\NG#n
\dj#n
\ng#n
\k{arg}#n
\guillemotleft#*n
\guillemotright#*n
\guilsinglleft#n
\guilsinglright#n
\quotedblbase#n
\quotesinglbase#n
\textquotedbl#n
\DJ#n
\th#n
\TH#n
\dh#n
\Hwithstroke#*n
\hwithstroke#*n
\textogonekcentered{arg}#*n
\guillemetleft#n
\guillemetright#n
|