summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/hagenberg-thesis/hgbmath.sty
blob: 051e9c56d93b0965410a58e88b3c3a246e34c154 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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}[2020/10/29]%%AUTO

\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}}}