diff options
| author | Simon-Kor <52245124+Simon-Kor@users.noreply.github.com> | 2024-04-30 12:26:55 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-04-30 12:26:55 +0200 |
| commit | 937c05e9386dde23432f229e5bc32a1530b26477 (patch) | |
| tree | 5d29b3b826513313376b6b175dc97420377f64d4 /test/examples | |
| parent | cfd5061ced34f061e84ecca2a266f8f4cd01ce36 (diff) | |
| parent | ec26071e4c57ca86a5df92bbef228fb73467450d (diff) | |
Merge branch 'adelon:main' into main
Diffstat (limited to 'test/examples')
| -rw-r--r-- | test/examples/signature.tex | 19 |
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} |
