diff options
| author | adelon <22380201+adelon@users.noreply.github.com> | 2024-02-10 02:22:14 +0100 |
|---|---|---|
| committer | adelon <22380201+adelon@users.noreply.github.com> | 2024-02-10 02:22:14 +0100 |
| commit | 442d732696ad431b84f6e5c72b6ee785be4fd968 (patch) | |
| tree | b476f395e7e91d67bacb6758bc84914b8711593f /test/examples/coord.tex | |
Initial commit
Diffstat (limited to 'test/examples/coord.tex')
| -rw-r--r-- | test/examples/coord.tex | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/test/examples/coord.tex b/test/examples/coord.tex new file mode 100644 index 0000000..6dc8d5a --- /dev/null +++ b/test/examples/coord.tex @@ -0,0 +1,37 @@ +\begin{definition}\label{bar} + $x$ is a bar iff $x = x$. +\end{definition} + +\begin{definition}\label{foo} + $x$ is foo iff $x = x$. +\end{definition} + +\begin{definition}\label{baz} + $x$ is baz iff $x = x$. +\end{definition} + +\begin{proposition}\label{nouns} + Let $x, y$ be bars. + Then $x = x$. +\end{proposition} + +\begin{proposition}\label{adj_nouns} + Let $x, y$ be foo bars. + Then $x = x$. +\end{proposition} + + +\begin{proposition}\label{nouns_suchthat} + Let $x, y$ be bars such that $x$ is foo and $y$ is baz. + Then $x = x$. +\end{proposition} + + +\begin{proposition}\label{noun_verb} + $x = y$ iff $x$ is a bar equal to $y$. +\end{proposition} + + +\begin{proposition}\label{adjs} + $x$ is foo and baz. +\end{proposition} |
