diff options
Diffstat (limited to 'library')
| -rw-r--r-- | library/lexicon.csv | 6 | ||||
| -rw-r--r-- | library/test-lexicon.tex | 3 |
2 files changed, 9 insertions, 0 deletions
diff --git a/library/lexicon.csv b/library/lexicon.csv new file mode 100644 index 0000000..b9f8a09 --- /dev/null +++ b/library/lexicon.csv @@ -0,0 +1,6 @@ +reals,const,\reals +rplus,infix,\rplus +rminus,infix,\rminus +rmul,infix,\rmul +rfrac,infix,\rfrac +rless,rel,\rless 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} |
