Some checks are pending
CI / Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }} (x64, ubuntu-latest, 1.10) (push) Waiting to run
CI / Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }} (x64, ubuntu-latest, 1.6) (push) Waiting to run
CI / Julia ${{ matrix.version }} - ${{ matrix.os }} - ${{ matrix.arch }} - ${{ github.event_name }} (x64, ubuntu-latest, pre) (push) Waiting to run
51 lines
1.8 KiB
TeX
51 lines
1.8 KiB
TeX
%% hgbabbrev.sty
|
|
%% This file is part of the Hagenberg Thesis package for creating bachelors's and masters's theses
|
|
%% Author: Wilhelm Burger (wilbur@ieee.org)
|
|
%% GitHub: https://github.com/Digital-Media/HagenbergThesis
|
|
%% File encoding: ASCII
|
|
|
|
\ProvidesPackage{hgbabbrev}[2023/11/06]%%AUTO
|
|
|
|
\newcommand{\latex}{La\-TeX\xspace} % no ornamental LaTeX anymore
|
|
\newcommand{\tex}{TeX\xspace} % no ornamental LaTeX anymore
|
|
\newcommand{\bs}{\textbackslash} % backslash character
|
|
\newcommand{\obnh}{\hskip 0pt } %optional break without hyphen: e.g. PlugIn{\obnh}Filter
|
|
%\newcommand{\optbreaknh}{\hskip 0pt } %obsolete, replaced by above
|
|
|
|
% Miscellaneous abbreviations (in dependance on Jochen Kuepper, jkthesis):
|
|
\RequirePackage{xspace}
|
|
|
|
%% German abbreviations:
|
|
|
|
\newcommand{\bzgl}{bzgl.\@\xspace}
|
|
\newcommand{\bzw}{bzw.\@\xspace}
|
|
\newcommand{\ca}{ca.\@\xspace}
|
|
\newcommand{\dah}{d.\thinspace{}h.\@\xspace}
|
|
\newcommand{\Dah}{D.\thinspace{}h.\@\xspace}
|
|
\newcommand{\ds}{d.\thinspace{}sind\@\xspace}
|
|
\newcommand{\etc}{etc.\@\xspace}
|
|
\newcommand{\evtl}{evtl.\@\xspace}
|
|
\newcommand{\ia}{i.\thinspace{}Allg.\@\xspace}
|
|
\newcommand{\sa}{s.\ auch\@\xspace}
|
|
\newcommand{\so}{s.\ oben\xspace}
|
|
\newcommand{\su}{s.\ unten\@\xspace}
|
|
|
|
\newcommand{\ua}{u.\thinspace{}a.\@\xspace}
|
|
\newcommand{\Ua}{U.\thinspace{}a.\@\xspace}
|
|
\newcommand{\uae}{u.\thinspace{}\"A.\@\xspace}
|
|
\newcommand{\usw}{usw.\@\xspace}
|
|
\newcommand{\uva}{u.\thinspace{}v.\thinspace{}a.\@\xspace}
|
|
\newcommand{\uvm}{u.\thinspace{}v.\thinspace{}m.\@\xspace}
|
|
\newcommand{\va}{vor allem\@\xspace}
|
|
\newcommand{\vgl}{vgl.\@\xspace}
|
|
\newcommand{\zB}{z.\thinspace{}B.\@\xspace}
|
|
\newcommand{\ZB}{Zum Beispiel\xspace}
|
|
|
|
%% English abbreviations:
|
|
|
|
\newcommand{\ie}{i.e.\@\xspace}
|
|
\newcommand{\eg}{e.g.\@\xspace}
|
|
\newcommand{\Eg}{E.g.\@\xspace}
|
|
%\newcommand{\etc}{etc.\@\xspace}
|
|
\newcommand{\wrt}{w.r.t.\@\xspace}
|