summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/bgteubner/doc/mathtime/math.tex
diff options
context:
space:
mode:
Diffstat (limited to 'macros/latex/contrib/bgteubner/doc/mathtime/math.tex')
-rw-r--r--macros/latex/contrib/bgteubner/doc/mathtime/math.tex37
1 files changed, 37 insertions, 0 deletions
diff --git a/macros/latex/contrib/bgteubner/doc/mathtime/math.tex b/macros/latex/contrib/bgteubner/doc/mathtime/math.tex
new file mode 100644
index 0000000000..0990daea96
--- /dev/null
+++ b/macros/latex/contrib/bgteubner/doc/mathtime/math.tex
@@ -0,0 +1,37 @@
+%
+% bgteubner class bundle
+%
+% math.tex
+% Copyright 2003--2005 Harald Harders
+%
+% This program may be distributed and/or modified under the
+% conditions of the LaTeX Project Public License, either version 1.3
+% of this license or (at your opinion) any later version.
+% The latest version of this license is in
+% http://www.latex-project.org/lppl.txt
+% and version 1.3 or later is part of all distributions of LaTeX
+% version 1999/12/01 or later.
+%
+% This program consists of all files listed in manifest.txt.
+\listfiles
+%\PassOptionsToClass{bgteubner}{titlepage}
+\documentclass[17x24,ngerman,ulinevec]{bgteubner}
+\usepackage[latin1]{inputenc}
+%\title{asdf}
+%\subtitle{\hhsubtitle}
+%\author{Harry}
+%\edition{2}
+\date{heute}
+\begin{document}
+%\maketitle
+\begin{align}
+ \sin^2\alpha + \cos^2\alpha &= 1
+\end{align}
+moin
+
+$\mathcal{ABCDEFGHabcdefgh}$
+
+$\alpha\beta\gamma\delta\epsilon\varepsilon$
+
+{\boldmath$\alpha\beta\gamma\delta\epsilon\varepsilon$}
+\end{document}