From e1ae82eda0813ce22a17ca2cfc1d4c8bd61e3600 Mon Sep 17 00:00:00 2001 From: Markus Scheller <scheller_m@live.de> Date: Sat, 17 Feb 2018 21:25:27 +0100 Subject: [PATCH] =?UTF-8?q?Umrbr=C3=BCche=20in=20URLs=20werden=20sinnvoll?= =?UTF-8?q?=20unterst=C3=BCtzt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit close protokollsystem/proto3#125 --- templates/protocol.tex | 4 +++- templates/protokoll2.cls | 8 ++++---- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/templates/protocol.tex b/templates/protocol.tex index 206a751..bc289ba 100644 --- a/templates/protocol.tex +++ b/templates/protocol.tex @@ -5,7 +5,9 @@ \usepackage{pdfpages} \usepackage{eurosym} %\usepackage[utf8]{inputenc} -\usepackage[pdfborder={0 0 0}]{hyperref} +\usepackage[hyphens]{url} +\usepackage[pdfborder={0 0 0},breaklinks=true]{hyperref} +\def\UrlBreaks{\do\/\do-\do\&\do.\do,\do;\do\_\do?\do\#} %\usepackage{ngerman} % \usepackage[left]{lineno} %\usepackage{footnote} diff --git a/templates/protokoll2.cls b/templates/protokoll2.cls index b181f14..9acc5a8 100644 --- a/templates/protokoll2.cls +++ b/templates/protokoll2.cls @@ -1,7 +1,7 @@ % protokoll.cls -- version 0.1 -- last changed: see mtime of the file ;) % % -% Author: Sebastian G�nther <samson@asta.rwth-aachen.de> +% Author: Sebastian Günther <samson@asta.rwth-aachen.de> % zuerst mal LaTeX's formalzeug \NeedsTeXFormat{LaTeX2e} @@ -126,7 +126,7 @@ \renewcommand{\thesubsection}{TOP~\arabic{section}~(\alph{subsection})} \newcommand{\TOP}[1]{\section{#1}} \newcommand{\unterTOP}[1]{\subsection{#1}} -% F�rs Inhaltsverzeichnisanpassen +% Fürs Inhaltsverzeichnisanpassen \renewcommand{\l@section}{\@dottedtocline{1}{1.5em}{4em}} \renewcommand{\l@subsection}{\@dottedtocline{2}{5.5em}{5.2em}} \renewcommand{\contentsname}{Tagesordnung} @@ -166,7 +166,7 @@ }% {\end{list}} -% Abk�rzungen +% Abkürzungen \newenvironment{Abk}{% \begin{list}{}{% Abkürzungen: @@ -183,7 +183,7 @@ }% {\end{list}} -% Unterschriften f�r eine und zwei Personen +% Unterschriften für eine und zwei Personen \newcommand{\Unterschrift}[2]{ \vspace*{1.4cm} \begin{center} -- GitLab