From 82ca914ebaed94e004790e34e37aca4a780d61b6 Mon Sep 17 00:00:00 2001 From: Aaron Kaiser Date: Mon, 15 May 2023 11:39:23 +0200 Subject: [PATCH] used xspace package --- thesis/Abschlussarbeit.tex | 1 + thesis/macros.tex | 26 +++++++++++++------------- 2 files changed, 14 insertions(+), 13 deletions(-) diff --git a/thesis/Abschlussarbeit.tex b/thesis/Abschlussarbeit.tex index af075d2..c135fb3 100644 --- a/thesis/Abschlussarbeit.tex +++ b/thesis/Abschlussarbeit.tex @@ -19,6 +19,7 @@ listof=totoc, \usepackage[urlcolor=blue,hidelinks]{hyperref} \usepackage[,hhmmss]{datetime} \usepackage{float} +\usepackage{xspace} \newtheorem{lemma}{Lemma}[section] \newtheorem{theorem}{Theorem}[section] diff --git a/thesis/macros.tex b/thesis/macros.tex index 13c1292..1d5efc4 100644 --- a/thesis/macros.tex +++ b/thesis/macros.tex @@ -1,6 +1,6 @@ % Games -\newcommand{\game}{\textbf{Game} } -\newcommand{\oracle}{\textbf{Oracle} } +\newcommand{\game}{\textbf{Game}\xspace} +\newcommand{\oracle}{\textbf{Oracle}\xspace} \newcommand{\inp}{\cdot} \newcommand{\field}[1]{\mathbb{Z}_{#1}} \newcommand{\secparamter}{\lambda} @@ -23,30 +23,30 @@ \newcommand{\pset}[1]{\mathbf{#1}} % Special Dlog -\newcommand{\sdlog}{\text{DLog'} } -\newcommand{\somdl}{\text{OMDL'} } +\newcommand{\sdlog}{\text{DLog'}\xspace} +\newcommand{\somdl}{\text{OMDL'}\xspace} % SIM algotithm -\newcommand{\simalg}{\textit{Sim} } +\newcommand{\simalg}{\textit{Sim}\xspace} % Intermediate Game -\newcommand{\igame}{\text{Game Z} } -\newcommand{\ioracle}{\textit{Chall} } +\newcommand{\igame}{\text{Game Z}\xspace} +\newcommand{\ioracle}{\textit{Chall}\xspace} % EdDSA procedures -\newcommand{\keygen}{\textit{KeyGen} } -\newcommand{\sign}{\textit{Sign} } -\newcommand{\verify}{\textit{Verify} } +\newcommand{\keygen}{\textit{KeyGen}\xspace} +\newcommand{\sign}{\textit{Sign}\xspace} +\newcommand{\verify}{\textit{Verify}\xspace} % Security Notions -\newcommand{\cma}{\text{SUF-CMA} } +\newcommand{\cma}{\text{SUF-CMA}\xspace} \newcommand{\adversary}[1]{\mathcal{#1}} \newcommand{\advantage}[2]{\text{Adv}_{#1}^{#2}} \newcommand{\prone}[1]{\Pr[#1 \Rightarrow 1]} % Oracle -\newcommand{\Osign}{\textit{Sign} } -\newcommand{\Odl}{\textif{DL} } +\newcommand{\Osign}{\textit{Sign}\xspace} +\newcommand{\Odl}{\textif{DL}\xspace} % Structrues \newcommand{\curve}{E} \ No newline at end of file