thesis: fix overfull hboxes

This commit is contained in:
steveej 2016-08-30 16:20:37 +02:00
parent e9c340c418
commit 2677aaa89e

View file

@ -1,12 +1,17 @@
\documentclass[11pt,a4paper]{report} \documentclass[11pt,a4paper]{report}
\usepackage{a4}
\usepackage[utf8]{inputenc} \usepackage[utf8]{inputenc}
\usepackage{titlesec,blindtext, color} % titleformat \usepackage{titlesec,blindtext, color} % titleformat
\usepackage{fancyhdr} \usepackage{fancyhdr}
\usepackage{geometry} \usepackage{geometry}
\geometry{a4paper, top=25mm, left=30mm, right=35mm, bottom=35mm, headsep=10mm, footskip=12mm}
\usepackage{multirow,tabularx,tabu} \usepackage{multirow,tabularx,tabu}
\usepackage[numberedsection,toc,numberline,nopostdot]{glossaries} \usepackage[numberedsection,toc,numberline,nopostdot]{glossaries}
\makenoidxglossaries
\newcommand{\topic}{A Declarative And Reproducible Approach To Application Deployment Via Container Images} \newcommand{\topic}{A Declarative And Reproducible Approach To Application Deployment Via Container Images}
@ -32,8 +37,6 @@
\author{authorOne} \author{authorOne}
\geometry{a4paper, top=25mm, left=30mm, right=40mm, bottom=35mm, headsep=10mm, footskip=12mm}
\fancypagestyle{plain}{% \fancypagestyle{plain}{%
\fancyhead[L]{\small \authorOneInit} \fancyhead[L]{\small \authorOneInit}
\fancyhead[R]{} \fancyhead[R]{}
@ -57,8 +60,6 @@
{\normalfont\normalsize\bfseries}} {\normalfont\normalsize\bfseries}}
\makeatother \makeatother
\makenoidxglossaries
\newglossaryentry{Linux}{ \newglossaryentry{Linux}{
name = Linux, name = Linux,
description = { description = {
@ -67,7 +68,6 @@
}, },
plural=Linuces plural=Linuces
} }
\newglossaryentry{computer}{ \newglossaryentry{computer}{
name = Computer, name = Computer,
description = { description = {
@ -76,14 +76,12 @@
output in a useful format output in a useful format
} }
} }
\newglossaryentry{apc}{ \newglossaryentry{apc}{
name=Application Program Container, name=Application Program Container,
description={ description={
The broad term for the technology used to build, package, distribute and run an application program in isolation from the underlying and co-existing systems, wherein the level or technique of isolation can be different depending on the \gls{apcr} The broad term for the technology used to build, package, distribute and run an application program in isolation from the underlying and co-existing systems, wherein the level or technique of isolation can be different depending on the \gls{apcr}
} }
} }
\newglossaryentry{apci}{ \newglossaryentry{apci}{
name=Application Program Container Image, name=Application Program Container Image,
description={ description={
@ -105,6 +103,8 @@
} }
} }
\overfullrule=2cm
\begin{document} \begin{document}
\pagenumbering{roman} \pagenumbering{roman}