document math package
This commit is contained in:
parent
8dd153995a
commit
ed99f9fe0b
3 changed files with 58 additions and 0 deletions
4
doc/wrappers/math/.latexmkrc
Normal file
4
doc/wrappers/math/.latexmkrc
Normal file
|
@ -0,0 +1,4 @@
|
|||
$makeindex = "makeindex -s gind.ist %O -o %D %S";
|
||||
$clean_ext .= ' glo';
|
||||
$clean_ext .= ' hd';
|
||||
$clean_ext .= ' ins';
|
8
doc/wrappers/math/Makefile
Normal file
8
doc/wrappers/math/Makefile
Normal file
|
@ -0,0 +1,8 @@
|
|||
doc:
|
||||
latexmk
|
||||
|
||||
full:
|
||||
latexmk -gg
|
||||
|
||||
clean:
|
||||
latexmk -C
|
46
doc/wrappers/math/math.tex
Normal file
46
doc/wrappers/math/math.tex
Normal file
|
@ -0,0 +1,46 @@
|
|||
\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}
|
Loading…
Reference in a new issue