add testfile
This commit is contained in:
parent
f4e1f01f39
commit
275bc70bfb
1 changed files with 27 additions and 0 deletions
27
tests/math/categories/test.tex
Normal file
27
tests/math/categories/test.tex
Normal 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}
|
Loading…
Reference in a new issue