diff options
Diffstat (limited to 'Master/texmf-dist/tex/context/interface/mkiv/i-formula.xml')
-rw-r--r-- | Master/texmf-dist/tex/context/interface/mkiv/i-formula.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/context/interface/mkiv/i-formula.xml b/Master/texmf-dist/tex/context/interface/mkiv/i-formula.xml index 07127a6297c..72693fb6cc7 100644 --- a/Master/texmf-dist/tex/context/interface/mkiv/i-formula.xml +++ b/Master/texmf-dist/tex/context/interface/mkiv/i-formula.xml @@ -274,6 +274,7 @@ <cd:command name="placeformula" level="document" category="mathematics" file="strc-mat.mkiv"> <cd:arguments> <cd:resolve name="keyword-formulareference-list-optional"/> + <cd:resolve name="argument-text-optional"/> </cd:arguments> </cd:command> @@ -303,12 +304,14 @@ <cd:arguments> <cd:resolve name="keyword-formulareference-list-optional"/> <cd:resolve name="argument-text"/> + <cd:resolve name="argument-text-optional"/> </cd:arguments> </cd:command> <cd:command name="placesubformula" level="document" category="mathematics" file="strc-mat.mkiv"> <cd:arguments> <cd:resolve name="keyword-formulareference-list-optional"/> + <cd:resolve name="argument-text-optional"/> </cd:arguments> </cd:command> |