add testfile

This commit is contained in:
Maximilian Keßler 2022-01-30 18:08:25 +01:00
parent f4e1f01f39
commit 275bc70bfb

View File

@ -0,0 +1,27 @@
\documentclass{article}
\usepackage{mkessler-hypersetup}
\usepackage{mkessler-categories}
\usepackage{mkessler-math}
\makeindex[name = categories]
\begin{document}
\DeclareSimpleCategory[description = Vector spaces and linear maps]{mVect}
\DeclareSimpleCategory[description = Rings and homomorphisms]{mRing}
\DeclareCategory[
formula = \Delta,
ordered = Delta,
description = simplicial sets
]{Simplicial}
\DeclareSimpleCategory[description = monoide]{Mon}
$\Ring\Ring\Mon\Simplicial$
\newpage
$\Ring\Vect$
\MakeCategoryIndex
\end{document}