-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathSummary.tex
89 lines (75 loc) · 2.02 KB
/
Summary.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
%%
% The Undercover Economist - Book & Chapter Summary, for the English course "Selling Technology".
%
% (C) 2017 by Marcel Stocker, University of Applied Sciences Rapperswil, Switzerland
%%
\documentclass[a4paper,12pt,parskip]{scrreprt}
%% Load packages
%% ========
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{lmodern}
\usepackage[english]{babel}
\usepackage[]{setspace}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{geometry}
\usepackage{graphicx}
\usepackage{hyperref}
\usepackage[german=quotes]{csquotes}
\onehalfspacing
\geometry{papersize={210mm,297mm},total={160mm,240mm},top=31mm,bindingoffset=15mm}
%% Own variables
%% ========
\newcommand{\documentauthors}{Marcel Stocker}
\newcommand{\documenttitel}{The Undercover Economist, by Tim Harford}
\newcommand{\documentsubtitel}{Book \& Chapter Summary}
%% PDF meta informations
%% ========
\hypersetup{
pdfauthor={Marcel Stocker},
pdftitle={The Undercover Economist, by Tim Harford},
pdfsubject={Book and Chapter Summary},
pdfkeywords={English, BEC, HSR},
pdfproducer={LaTeX},
pdfcreator={pdfLaTeX}
}
\begin{document}
\author{
Stocker, Marcel
}
\begin{titlepage}
\centering
\includegraphics[width=0.5\textwidth]{images/HSR_Logo_CMYK.jpg}\par\vspace{1cm}
{\scshape\LARGE University of Applied Sciences Rapperswil \par}
\vspace{1cm}
{\scshape\Large \documenttitel \par}
\vspace{0.5cm}
{\huge\bfseries \line(1,0){400} \\ \documentsubtitel \\ \line(1,0){400} \par}
\vspace{2cm}
{\Large\itshape \documentauthors \par}
\vfill
% Bottom of the page
{\large \today\par}
\end{titlepage}
\tableofcontents
%% All content of this work
\chapter{Introduction \& Chapter One}
\input{chapters/0-1}
\chapter{Chapter Two}
\input{chapters/2}
\chapter{Chapter Three}
\input{chapters/3}
\chapter{Chapter Four}
\input{chapters/4}
\chapter{Chapter Five}
\input{chapters/5}
\chapter{Chapter Six \& Seven}
\input{chapters/6-7}
\chapter{Chapter Eight}
\input{chapters/8}
\chapter{Chapter Nine}
\input{chapters/9}
\chapter{Chapter Ten}
\input{chapters/10}
\end{document}