summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/hagenberg-thesis/hgbmath.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-10-28 22:35:47 +0000
committerKarl Berry <karl@freefriends.org>2017-10-28 22:35:47 +0000
commit7d87b9bed420925e771c90f27c7a25db352b8161 (patch)
treee4d63375390114ffc20d5fc610f3d32881fdbc1d /Master/texmf-dist/tex/latex/hagenberg-thesis/hgbmath.sty
parent273e485888671e409de40cffd23ad2153549915d (diff)
hagenberg-thesis (28oct17)
git-svn-id: svn://tug.org/texlive/trunk@45629 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/hagenberg-thesis/hgbmath.sty')
-rw-r--r--Master/texmf-dist/tex/latex/hagenberg-thesis/hgbmath.sty20
1 files changed, 20 insertions, 0 deletions
diff --git a/Master/texmf-dist/tex/latex/hagenberg-thesis/hgbmath.sty b/Master/texmf-dist/tex/latex/hagenberg-thesis/hgbmath.sty
new file mode 100644
index 00000000000..c73aa717231
--- /dev/null
+++ b/Master/texmf-dist/tex/latex/hagenberg-thesis/hgbmath.sty
@@ -0,0 +1,20 @@
+%% hgbmath.sty
+%% This file is part of the Hagenberg Thesis package for creating bachelors's and masters's theses
+%% Author: Wilhelm Burger (wilhelm.burger@fh-hagenberg.at)
+%% GitHub: https://github.com/Digital-Media/HagenbergThesis
+%% File encoding: ASCII
+
+\NeedsTeXFormat{LaTeX2e}
+\ProvidesPackage{hgbmath}[2017/10/28]
+
+\RequirePackage{amsmath,amsfonts,amssymb,amsbsy}
+\RequirePackage{subdepth} % for positioning of sub and super scripts
+\RequirePackage{exscale} % correct scaling of math mode output in every environment
+
+% Commands for real, complex, etc. numbers (AMS Blackboard)
+\newcommand{\R}{\ensuremath{\mathbb{R}}}
+\newcommand{\Z}{\ensuremath{\mathbb{Z}}}
+\newcommand{\N}{\ensuremath{\mathbb{N}}}
+%\newcommand{\C}{\mathbb{C}} % utf8-change (problem with T1 encoding)
+\newcommand{\Cpx}{\ensuremath{\mathbb{C}}} % utf8-change
+\newcommand{\Q}{\ensuremath{\mathbb{Q}}} \ No newline at end of file