diff options
| author | adelon <22380201+adelon@users.noreply.github.com> | 2024-04-30 04:38:31 +0200 |
|---|---|---|
| committer | adelon <22380201+adelon@users.noreply.github.com> | 2024-04-30 04:38:31 +0200 |
| commit | ec26071e4c57ca86a5df92bbef228fb73467450d (patch) | |
| tree | 80bf889ef8f37fff27f791eb46b91028e82a0cb5 /test | |
| parent | 7a80b75aeaf7fd6e8828b843fa58664f11451833 (diff) | |
Sketch new signature syntax
Diffstat (limited to 'test')
| -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} |
