46 lines
802 B
TeX
46 lines
802 B
TeX
\documentclass[full]{l3doc}
|
|
|
|
\title{The \pkg{mkessler-math} package}
|
|
\author{Maximilian Ke\ss ler}
|
|
|
|
\begin{document}
|
|
|
|
\maketitle
|
|
|
|
\begin{documentation}
|
|
|
|
\begin{abstract}
|
|
A ready-to-use math package that just glues lots of other packages together.
|
|
\end{abstract}
|
|
|
|
\section{Usage}
|
|
\begin{verbatim}
|
|
\usepackage{mkessler-math}
|
|
\end{verbatim}
|
|
|
|
\section{Loaded packages}
|
|
|
|
We load the following:
|
|
|
|
\pkg{IEEEtrantools},
|
|
\pkg{algorithm2e},
|
|
\pkg{amsmath},
|
|
\pkg{amssymb},
|
|
\pkg{amsthm},
|
|
\pkg{esint},
|
|
\pkg{latexsym},
|
|
\pkg{mathabx},
|
|
\pkg{mathtools},
|
|
\pkg{mkessler-categories},
|
|
\pkg{mkessler-faktor},
|
|
\pkg{mkessler-mathalias},
|
|
\pkg{mkessler-mathfig},
|
|
\pkg{mkessler-mathfixes}
|
|
\pkg{mkessler-mathfont},
|
|
\pkg{mkessler-mathop},
|
|
\pkg{mkessler-mathsymb},
|
|
\pkg{mkessler-unicodechar},
|
|
|
|
\end{documentation}
|
|
|
|
\end{document}
|