Optional
processOptional
renderOptional
alignWhether to align the environment contents based on &
and \\
delimiters
(like a matrix or tabular environment).
Optional
inWhether the body of the environment should be treated as math mode
Optional
namedA list of names to be given to each argument when processing. This list should
be the same length as the number of arguments. null
can appear any number of times
for "un-named" arguments.
This allows a consistent reference to macro arguments even if the macro signatures are redefined between packages.
Optional
pgfkeysWhether the arguments should be treated as pgfkeys-type arguments.
Optional
tikzWhether the body is tikz-environment like (e.g., a tikzpicture
or scope
, etc.)
Optional
signature?: stringThe environment signature as an xparse argument specification string.
Generated using TypeDoc
Function to process the body of an environment. The return value of
processContent
is treated as the new body.