donau

Donation authority for GNU Taler (experimental)
Log | Files | Refs | Submodules | README | LICENSE

commit 35fa5ad2955117cf397b72215bbe21a429507e2d
parent 9dac080edee865de64bd6ff1e7aa1cbdf91e1d8b
Author: Casaburi Johannes <johannes.casaburi@students.bfh.ch>
Date:   Tue,  7 May 2024 14:18:53 +0200

thesis adjust style

Diffstat:
Mdoc/thesis/settings/settings.tex | 20+++++++++++++-------
Mdoc/thesis/thesis.pdf | 0
Mdoc/thesis/thesis.tex | 3++-
3 files changed, 15 insertions(+), 8 deletions(-)

diff --git a/doc/thesis/settings/settings.tex b/doc/thesis/settings/settings.tex @@ -14,11 +14,17 @@ \usepackage{url} \usepackage{sectsty} \usepackage{etoolbox} -\usepackage{tikz} +\usepackage{tikz} +\usepackage{parskip} % Abstract \patchcmd{\abstract}{\null\vfil}{}{}{} +% Margins +\topmargin=-0.2in +\oddsidemargin=0.4in +\textwidth=5.5in + % Graphics and images \graphicspath{{./images/}} @@ -50,16 +56,16 @@ otherkeywords={*,...}, %numbers=left, numbersep=5pt, - numberstyle=\tiny\color{commentsColor}, - rulecolor=\color{black}, + numberstyle=\tiny\color{commentsColor}, + rulecolor=\color{black}, showspaces=false, showstringspaces=false, - showtabs=false, - stepnumber=1, + showtabs=false, + stepnumber=1, stringstyle=\color{stringColor}, - tabsize=2, + tabsize=2, title=\lstname, - columns=fixed + columns=fixed } % Bibliography diff --git a/doc/thesis/thesis.pdf b/doc/thesis/thesis.pdf Binary files differ. diff --git a/doc/thesis/thesis.tex b/doc/thesis/thesis.tex @@ -1,4 +1,5 @@ -\documentclass[11pt,a4paper]{report} +\documentclass[11pt,a4paper,parskip=full]{report} + \include{settings/settings}