diff options
author | Karl Berry <karl@freefriends.org> | 2012-04-09 17:06:36 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2012-04-09 17:06:36 +0000 |
commit | d07c8d47209341d677012804bf39382e7201943f (patch) | |
tree | 0ed21174f68333bd643c464ab609546510e938fb /Master/texmf-dist/doc/latex/bgteubner/math.tex | |
parent | b2d9bdf22108173c04fbf491122cb81daa8750af (diff) |
bgteubner (8apr12)
git-svn-id: svn://tug.org/texlive/trunk@25892 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/latex/bgteubner/math.tex')
-rw-r--r-- | Master/texmf-dist/doc/latex/bgteubner/math.tex | 37 |
1 files changed, 37 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/bgteubner/math.tex b/Master/texmf-dist/doc/latex/bgteubner/math.tex new file mode 100644 index 00000000000..0990daea963 --- /dev/null +++ b/Master/texmf-dist/doc/latex/bgteubner/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} |