summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/hagenberg-thesis/latex/hgbmath.sty
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/hagenberg-thesis/latex/hgbmath.sty
Initial commit
Diffstat (limited to 'macros/latex/contrib/hagenberg-thesis/latex/hgbmath.sty')
-rw-r--r--macros/latex/contrib/hagenberg-thesis/latex/hgbmath.sty20
1 files changed, 20 insertions, 0 deletions
diff --git a/macros/latex/contrib/hagenberg-thesis/latex/hgbmath.sty b/macros/latex/contrib/hagenberg-thesis/latex/hgbmath.sty
new file mode 100644
index 0000000000..068eb2c553
--- /dev/null
+++ b/macros/latex/contrib/hagenberg-thesis/latex/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}[2019/05/11]
+
+\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