From 7d87b9bed420925e771c90f27c7a25db352b8161 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 28 Oct 2017 22:35:47 +0000 Subject: hagenberg-thesis (28oct17) git-svn-id: svn://tug.org/texlive/trunk@45629 c570f23f-e606-0410-a88d-b1316a301751 --- .../tex/latex/hagenberg-thesis/hgbmath.sty | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 Master/texmf-dist/tex/latex/hagenberg-thesis/hgbmath.sty (limited to 'Master/texmf-dist/tex/latex/hagenberg-thesis/hgbmath.sty') 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 -- cgit v1.2.3