From 87f9d0fd49ca6965ebb9d978a87ab078ee66a4b6 Mon Sep 17 00:00:00 2001 From: Michael Grinberg <michael.grinberg@iosb.fraunhofer.de> Date: Thu, 28 Mar 2019 21:03:10 +0100 Subject: [PATCH] =?UTF-8?q?Zusatzbefehle=20f=C3=BCr=20Abk=C3=BCrzungen=20f?= =?UTF-8?q?=C3=BCr=20\uU=20etc.,=20alphabetisch=20sortiert.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- content/0X-ExampleContents/Randnotizen.tex | 2 +- preambel/Newcommands.tex | 61 ++++++++++++++-------- 2 files changed, 40 insertions(+), 23 deletions(-) diff --git a/content/0X-ExampleContents/Randnotizen.tex b/content/0X-ExampleContents/Randnotizen.tex index 6728fde..5acad3d 100644 --- a/content/0X-ExampleContents/Randnotizen.tex +++ b/content/0X-ExampleContents/Randnotizen.tex @@ -13,7 +13,7 @@ oder durch eine Kurzzusammenfassung jedes einzelnen Textabschnitts den roten Faden zu verdeutlichen. Da die Vorgaben des \glsgen{ac:KSP} für den Seitenlayout einen sehr kleinen Randbereich vorsehen, der zudem nicht bedruckt werden darf, werden keine Randnotizen in der endgültigen Druckversion des Manuskriptes akzeptiert. -Um ggf. vorhandene Randnotizen auszublenden, +Um \ggf vorhandene Randnotizen auszublenden, muss man in der Datei \printfilepath{preambel/AlleSchalter.tex} den Wert des Schalters \printkeyword{showMarginNotes} auf \printkeyword{false} setzen. diff --git a/preambel/Newcommands.tex b/preambel/Newcommands.tex index 223374e..4348a87 100644 --- a/preambel/Newcommands.tex +++ b/preambel/Newcommands.tex @@ -1,27 +1,44 @@ % -- new commands by MiG--- -\newcommand{\ie}{i.e.,\ } -\newcommand{\eg}{e.g.,\ } -\newcommand{\dhe}{d.\,h.\ } -\newcommand{\Dhe}{D.\,h.\ } -\newcommand{\eV}{e.\,V.\ } -\newcommand{\zB}{z.\,B.\ } -\newcommand{\zb}{z.\,B.\ } -\newcommand{\oae}{o.\,ä.\ } -\newcommand{\uU}{u.\,U.\ } -\newcommand{\ua}{u.\,a.\ } -\newcommand{\ia}{i.\,a.\ } -\newcommand{\og}{o.\,g.\ } -\newcommand{\bzw}{bzw.\ } -\newcommand{\usw}{usw.\ } -\newcommand{\vgl}{vgl.\ } -\newcommand{\etc}{etc.\ } -\newcommand{\evtl}{evtl.\ } -\newcommand{\ca}{ca.\ } -\newcommand{\sog}{sog.\ } -\newcommand{\teilw}{teilw.\ } -\newcommand{\insbes}{insbes.\ } -\newcommand{\bspw}{bspw.\ } +\newcommand{\ie}{i.e.,\xspace} +\newcommand{\Ie}{I.e.,\xspace} +\newcommand{\eg}{e.g.,\xspace} +\newcommand{\Eg}{E.g.,\xspace} + +\newcommand{\bspw}{bspw.\xspace} +\newcommand{\Bspw}{Bspw.\xspace} +\newcommand{\bzw}{bzw.\xspace} +\newcommand{\ca}{ca.\xspace} +\newcommand{\Ca}{Ca.\xspace} +\newcommand{\dhe}{d.\,h.\xspace} +\newcommand{\Dhe}{D.\,h.\xspace} +\newcommand{\etc}{etc.\xspace} +\newcommand{\eV}{e.\,V.\xspace} +\newcommand{\evtl}{evtl.\xspace} +\newcommand{\Evtl}{Evtl.\xspace} +\newcommand{\ggf}{ggf.\xspace} +\newcommand{\ia}{i.\,a.\xspace} +\newcommand{\iA}{i.\,A.\xspace} +\newcommand{\IA}{I.\,A.\xspace} +\newcommand{\insbes}{insbes.\xspace} +\newcommand{\Insbes}{Insbes.\xspace} +\newcommand{\oae}{o.\,ä.\xspace} +\newcommand{\og}{o.\,g.\xspace} +\newcommand{\sog}{sog.\xspace} +\newcommand{\Sog}{Sog.\xspace} +\newcommand{\teilw}{teilw.\xspace} +\newcommand{\Teilw}{Teilw.\xspace} +\newcommand{\ua}{u.\,a.\xspace} +\newcommand{\Ua}{U.\,a.\xspace} +\newcommand{\usw}{usw.\xspace} +\newcommand{\uU}{u.\,U.\xspace} +\newcommand{\UU}{U.\,U.\xspace} +\newcommand{\vgl}{vgl.\xspace} +\newcommand{\Vgl}{Vgl.\xspace} +\newcommand{\zB}{z.\,B.\xspace} +\newcommand{\zb}{z.\,B.\xspace} +\newcommand{\ZB}{Z.\,B.\xspace} +\newcommand{\Zb}{Z.\,B.\xspace} %Macro for code inclusions -- GitLab