summaryrefslogtreecommitdiff
path: root/test/examples
diff options
context:
space:
mode:
Diffstat (limited to 'test/examples')
-rw-r--r--test/examples/signature.tex19
1 files changed, 19 insertions, 0 deletions
diff --git a/test/examples/signature.tex b/test/examples/signature.tex
new file mode 100644
index 0000000..4d794a9
--- /dev/null
+++ b/test/examples/signature.tex
@@ -0,0 +1,19 @@
+\begin{signature}\label{triangle}
+ $x$ can be a number.
+\end{signature}
+
+\begin{signature}\label{even}
+ $x$ can be even.
+\end{signature}
+
+\begin{signature}\label{div}
+ $x$ can divide $y$.
+\end{signature}
+
+\begin{signature}\label{square}
+ The square of $x$ is a number.
+\end{signature}
+
+\begin{signature}\label{nless}
+ $x \nless y$ is a proposition.
+\end{signature}