diff options
Diffstat (limited to 'library')
| -rw-r--r-- | library/lexicon.csv | 5 | ||||
| -rw-r--r-- | library/test-lexicon.tex | 3 |
2 files changed, 8 insertions, 0 deletions
diff --git a/library/lexicon.csv b/library/lexicon.csv new file mode 100644 index 0000000..735c862 --- /dev/null +++ b/library/lexicon.csv @@ -0,0 +1,5 @@ +reals,const,\reals +rplus,infix.\rplus +rmul,infix.\rmul +rless,rel,\rless +even,adj,even diff --git a/library/test-lexicon.tex b/library/test-lexicon.tex new file mode 100644 index 0000000..ced585e --- /dev/null +++ b/library/test-lexicon.tex @@ -0,0 +1,3 @@ +\begin{axiom}\label{ax1} + If $x$ is even, then $x$ is even. +\end{axiom} |
