From 9e49dae81ff0373459c8e7aa99ac9f314e95825e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Krist=C3=B3f=20T=C3=B3th?= Date: Tue, 27 Nov 2018 18:35:59 +0100 Subject: [PATCH] Use more reasonable documentclass and margins for a thesis --- content/abstract.tex | 4 ++-- content/introduction.tex | 2 +- thesis.tex | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/content/abstract.tex b/content/abstract.tex index f0120d0..9fadc87 100644 --- a/content/abstract.tex +++ b/content/abstract.tex @@ -1,5 +1,5 @@ -\section*{Abstract} -\addcontentsline{toc}{section}{Abstract} +\chapter*{Abstract} +\addcontentsline{toc}{chapter}{Abstract} This paper discusses the design and development of a framework which can be used to create interactive tutorials running inside Docker containers, semi-automatically showcasing various diff --git a/content/introduction.tex b/content/introduction.tex index 65e12a0..288472f 100644 --- a/content/introduction.tex +++ b/content/introduction.tex @@ -1,4 +1,4 @@ -\section{Introduction} +\chapter{Introduction} As the world is being completely engulfed by software, the need for accessible, but high quality learning materials on software engineering and especially secure software diff --git a/thesis.tex b/thesis.tex index d6d18e8..871a48e 100644 --- a/thesis.tex +++ b/thesis.tex @@ -1,6 +1,6 @@ -\documentclass[12pt,a4paper]{article} +\documentclass[12pt,a4paper]{report} \usepackage{latexplate} -\usepackage[top=25mm,bottom=25mm,left=15mm,right=15mm]{geometry} +\usepackage[left=30mm,right=30mm,top=15mm,bottom=15mm]{geometry} \usepackage[magyar,english]{babel} \usepackage[defaultlines=10,all]{nowidow} \usepackage{advdate}