From e0c6872cf40896c7be36b11dcc744620f10adf1d Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Mon, 2 Sep 2019 13:46:59 +0900 Subject: Initial commit --- .../latex/contrib/hagenberg-thesis/latex/hgbmath.sty | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 macros/latex/contrib/hagenberg-thesis/latex/hgbmath.sty (limited to 'macros/latex/contrib/hagenberg-thesis/latex/hgbmath.sty') 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 -- cgit v1.2.3