summaryrefslogtreecommitdiff
path: root/test/examples
diff options
context:
space:
mode:
Diffstat (limited to 'test/examples')
-rw-r--r--test/examples/abbr.tex2
-rw-r--r--test/examples/relparam.tex8
2 files changed, 9 insertions, 1 deletions
diff --git a/test/examples/abbr.tex b/test/examples/abbr.tex
index c4790bb..c81cd59 100644
--- a/test/examples/abbr.tex
+++ b/test/examples/abbr.tex
@@ -13,7 +13,7 @@
\end{abbreviation}
\begin{proposition}\label{dummy_abbr_test_noun}
- $x$ is a function.
+ For all $x$ we have $x$ is a function.
\end{proposition}
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}