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}
\usepackage{a4}
\usepackage[utf8]{inputenc}
\usepackage{titlesec,blindtext, color} % titleformat
\usepackage{fancyhdr}
\usepackage{geometry}
\geometry{a4paper, top=25mm, left=30mm, right=35mm, bottom=35mm, headsep=10mm, footskip=12mm}
\usepackage{multirow,tabularx,tabu}
\usepackage[numberedsection,toc,numberline,nopostdot]{glossaries}
\makenoidxglossaries
\newcommand{\topic}{A Declarative And Reproducible Approach To Application Deployment Via Container Images}
@ -32,8 +37,6 @@
\author{authorOne}
\geometry{a4paper, top=25mm, left=30mm, right=40mm, bottom=35mm, headsep=10mm, footskip=12mm}
\fancypagestyle{plain}{%
\fancyhead[L]{\small \authorOneInit}
\fancyhead[R]{}
@ -57,8 +60,6 @@
{\normalfont\normalsize\bfseries}}
\makeatother
\makenoidxglossaries
\newglossaryentry{Linux}{
name = Linux,
description = {
@ -67,7 +68,6 @@
},
plural=Linuces
}
\newglossaryentry{computer}{
name = Computer,
description = {
@ -76,14 +76,12 @@
output in a useful format
}
}
\newglossaryentry{apc}{
name=Application Program Container,
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}
}
}
\newglossaryentry{apci}{
name=Application Program Container Image,
description={
@ -105,6 +103,8 @@
}
}
\overfullrule=2cm
\begin{document}
\pagenumbering{roman}