diff options
Diffstat (limited to 'test/examples/coord.tex')
| -rw-r--r-- | test/examples/coord.tex | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/examples/coord.tex b/test/examples/coord.tex index 9987506..32d3fa1 100644 --- a/test/examples/coord.tex +++ b/test/examples/coord.tex @@ -30,11 +30,17 @@ \begin{proposition}\label{noun_verb} $x = y$ iff $x$ is a bar equal to $y$. \end{proposition} +\begin{proof} + Follows by \cref{bar}. +\end{proof} \begin{proposition}\label{adjs} $x$ is foo and baz. \end{proposition} +\begin{proof} + Follows by \cref{foo,baz}. +\end{proof} \begin{proposition}\label{are_nouns} Let $x, y$ be foo bars. |
