diff --git a/lib/LaTeXML/Engine/Base_ParameterTypes.pool.ltxml b/lib/LaTeXML/Engine/Base_ParameterTypes.pool.ltxml index 377fa443b..0dc49c8b9 100644 --- a/lib/LaTeXML/Engine/Base_ParameterTypes.pool.ltxml +++ b/lib/LaTeXML/Engine/Base_ParameterTypes.pool.ltxml @@ -63,13 +63,13 @@ DefParameterType('Optional', sub { # This is a peculiar type of argument of the form # = { -# however, does get expanded while searching for the initial { -# which IS required in contrast to a general argument; ie a single token is not correct. +# [Note: expands, ignoring spaces and \relax, until opening { ] DefParameterType('GeneralText', sub { my ($gullet) = @_; $gullet->skipFiller; return $gullet->readBalanced(0, 0, 1); }); +# This is like GeneralText, but it Partially expands the argument (not \protected, nor \the) DefParameterType('XGeneralText', sub { my ($gullet) = @_; $gullet->skipFiller;