document unicodechar package
This commit is contained in:
parent
105314726a
commit
0be5a5503d
3 changed files with 60 additions and 0 deletions
4
doc/math/unicodechar/.latexmkrc
Normal file
4
doc/math/unicodechar/.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/math/unicodechar/Makefile
Normal file
8
doc/math/unicodechar/Makefile
Normal file
|
@ -0,0 +1,8 @@
|
|||
doc:
|
||||
latexmk
|
||||
|
||||
full:
|
||||
latexmk -gg
|
||||
|
||||
clean:
|
||||
latexmk -C
|
48
doc/math/unicodechar/mathfont.tex
Normal file
48
doc/math/unicodechar/mathfont.tex
Normal file
|
@ -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}
|
Loading…
Reference in a new issue