summaryrefslogtreecommitdiff
path: root/test/examples/relparam.tex
diff options
context:
space:
mode:
authoradelon <22380201+adelon@users.noreply.github.com>2025-08-14 02:49:20 +0200
committeradelon <22380201+adelon@users.noreply.github.com>2025-08-14 02:49:20 +0200
commit833d81f2b010ecaafac935d21a3f15f80cce1e25 (patch)
tree14ae967692ca92a7c0a16866723438b26747589e /test/examples/relparam.tex
parent0a59ce43beaf13ec25a4483aaf7b8a66d9e4907e (diff)
Improve scanning
Fixes scanning of relation symbols and adds a few error cases for function symbols.
Diffstat (limited to 'test/examples/relparam.tex')
-rw-r--r--test/examples/relparam.tex8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/examples/relparam.tex b/test/examples/relparam.tex
new file mode 100644
index 0000000..958df48
--- /dev/null
+++ b/test/examples/relparam.tex
@@ -0,0 +1,8 @@
+% Dummy abbreviation to test relation symbols with parameters.
+\begin{abbreviation}\label{equalparam}
+ $x\EQUAL{y} z$ iff $x = z$.
+\end{abbreviation}
+
+\begin{proposition}\label{dummy_abbr_test_noun}
+ For all $x$ we have $x\EQUAL{y}x$.
+ \end{proposition}