diff options
author | Chloe Brown <chloe.brown.00@outlook.com> | 2025-04-23 17:03:44 +0100 |
---|---|---|
committer | Chloe Brown <chloe.brown.00@outlook.com> | 2025-04-23 17:06:26 +0100 |
commit | 23949db67d9cd42f74fccc89e4ac77acaea286ac (patch) | |
tree | 8f8b58a00e290e05606f0eeef8145e32bf9b0e2b /main.tex | |
parent | 4459595f44adb15a1e88e63ee7e97e574fbb3a79 (diff) |
Remove tuple from match cases.
Diffstat (limited to 'main.tex')
-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} |