summaryrefslogtreecommitdiff
path: root/test/examples/signature.tex
diff options
context:
space:
mode:
authorSimon-Kor <52245124+Simon-Kor@users.noreply.github.com>2024-05-07 18:08:34 +0200
committerGitHub <noreply@github.com>2024-05-07 18:08:34 +0200
commitfcaffbf3cb44e804fe6df25b32f09d33e1afbabb (patch)
treecf00f0039e78882353706553100398b24fd32f39 /test/examples/signature.tex
parent08019dcdaf3b13bb8ce554dfd5377690bb508c6d (diff)
parentb2f9f7900ccb4a569ed23e9ecf327564dbba2b7d (diff)
Merge branch 'adelon:main' into main
Diffstat (limited to 'test/examples/signature.tex')
-rw-r--r--test/examples/signature.tex19
1 files changed, 0 insertions, 19 deletions
diff --git a/test/examples/signature.tex b/test/examples/signature.tex
deleted file mode 100644
index 4d794a9..0000000
--- a/test/examples/signature.tex
+++ /dev/null
@@ -1,19 +0,0 @@
-\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}