diff --git a/doc/math/unicodechar/.latexmkrc b/doc/math/unicodechar/.latexmkrc new file mode 100644 index 0000000..4c81cd6 --- /dev/null +++ b/doc/math/unicodechar/.latexmkrc @@ -0,0 +1,4 @@ +$makeindex = "makeindex -s gind.ist %O -o %D %S"; +$clean_ext .= ' glo'; +$clean_ext .= ' hd'; +$clean_ext .= ' ins'; diff --git a/doc/math/unicodechar/Makefile b/doc/math/unicodechar/Makefile new file mode 100644 index 0000000..e174370 --- /dev/null +++ b/doc/math/unicodechar/Makefile @@ -0,0 +1,8 @@ +doc: + latexmk + +full: + latexmk -gg + +clean: + latexmk -C diff --git a/doc/math/unicodechar/mathfont.tex b/doc/math/unicodechar/mathfont.tex new file mode 100644 index 0000000..35660a9 --- /dev/null +++ b/doc/math/unicodechar/mathfont.tex @@ -0,0 +1,48 @@ +\documentclass[full]{l3doc} + +\usepackage{mkessler-unicodechar} + +\title{The \pkg{mkessler-unicodechar} package} +\author{Maximilian Ke\ss ler} + +\begin{document} + +\maketitle + +\begin{abstract} + This is just a quick wrapper around the \pkg{unicodechar} package + that defines the Unicode symbols for greek letters to be available + in \LaTeX directly. +\end{abstract} + +\section{Provided symbols} +We just provide the greek (lowercase) alphabet: + +\[ + α + β + γ + δ + ε + ζ + η + θ + ι + κ + λ + μ + ν + ξ + ο + π + ρ + σ + τ + υ + φ + χ + ψ + ω +\] + +\end{document}