summaryrefslogtreecommitdiff
path: root/main.tex
diff options
context:
space:
mode:
authorChloe Brown <chloe.brown.00@outlook.com>2025-04-23 17:03:44 +0100
committerChloe Brown <chloe.brown.00@outlook.com>2025-04-23 17:06:26 +0100
commit23949db67d9cd42f74fccc89e4ac77acaea286ac (patch)
tree8f8b58a00e290e05606f0eeef8145e32bf9b0e2b /main.tex
parent4459595f44adb15a1e88e63ee7e97e574fbb3a79 (diff)
Remove tuple from match cases.
Diffstat (limited to 'main.tex')
-rw-r--r--main.tex2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.tex b/main.tex
index 0e0c6ff..4fedbac 100644
--- a/main.tex
+++ b/main.tex
@@ -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}