diff options
-rw-r--r-- | main.tex | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -276,7 +276,7 @@ \ExplSyntaxOn \NewDocumentCommand \squid_matchpart:nn {m m m} - { \IfBooleanT{#1}{\quad} \tuple{#2}. \IfBooleanTF{#1}{&}{\nobreakspace} {#3} + { \IfBooleanT{#1}{\quad} {#2}. \IfBooleanTF{#1}{&}{\nobreakspace} {#3} } \NewDocumentCommand \squid_contmatch:n {m m > {\SplitArgument{1}{.}} m} { \squid_matchpart:nn {#1} #3 \squid_checkmatch {#1} {#2} {#2} |