From 2677aaa89ef52178356df09f95ae0a4a1d3e866c Mon Sep 17 00:00:00 2001 From: Stefan Junker Date: Tue, 30 Aug 2016 16:20:37 +0200 Subject: [PATCH] thesis: fix overfull hboxes --- src/docs/thesis.tex | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/docs/thesis.tex b/src/docs/thesis.tex index 45c38b9..2b93a18 100644 --- a/src/docs/thesis.tex +++ b/src/docs/thesis.tex @@ -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}