diff options
Diffstat (limited to 'content/preamble.tex')
-rw-r--r-- | content/preamble.tex | 12 |
1 files changed, 1 insertions, 11 deletions
diff --git a/content/preamble.tex b/content/preamble.tex index 3fe1f40..912945f 100644 --- a/content/preamble.tex +++ b/content/preamble.tex @@ -23,11 +23,6 @@ Quelltext: \href{https://collaborating.tuhh.de/cfo8486/mehr-als-77-tipps}{https: \setlength{\footnotemargin}{.6em} \setlength{\footnotesep}{.2cm} -% Umbrüche in URLs -\makeatletter -\g@addto@macro{\UrlBreaks}{\UrlOrds} -\makeatother - \raggedbottom % Set figure legends and captions to be smaller sized sans serif font @@ -50,11 +45,6 @@ Quelltext: \href{https://collaborating.tuhh.de/cfo8486/mehr-als-77-tipps}{https: \setlength{\footnotemargin}{1.1em} \setlength{\footnotesep}{.2cm} - -% Save original href command for cases where we *really* want a link. -\LetLtxMacro\ForceHref\href - - % ORCID id icon \usepackage{calc} \usepackage{tikz} @@ -81,7 +71,7 @@ Quelltext: \href{https://collaborating.tuhh.de/cfo8486/mehr-als-77-tipps}{https: \end{tikzpicture}% }}% } -\newcommand{\orcid}[1]{\ForceHref{https://orcid.org/#1}{\XeTeXLinkBox{\ORCIDid}}} +\newcommand{\orcid}[1]{\href{https://orcid.org/#1}{\XeTeXLinkBox{\ORCIDid}}} % Beginne mit der Kapitelzählung bei 0; sonst hätten wir kurz % vor Schluss noch alle Coverbilder ändern müssen... |