-
Notifications
You must be signed in to change notification settings - Fork 0
/
origin.tex
59 lines (53 loc) · 1.21 KB
/
origin.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
\documentclass[a5paper]{book}
\usepackage[a5paper]{geometry}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{hyperref}
\usepackage[swedish]{babel}
\usepackage{titlesec}
\usepackage{color}
\usepackage{graphicx}
\usepackage[labelsep=endash]{caption}
\hypersetup{
colorlinks,
citecolor=black,
filecolor=black,
linkcolor=black,
urlcolor=black
}
\newcommand{\HRule}{\rule{0.2\linewidth}{0.2mm}}
\titleformat{\chapter}[display]{\normalfont\Large\filcenter\sffamily}{\LARGE\MakeUppercase{\chaptertitlename} \thechapter}{1pc}{\titlerule\vspace{1pc}\Large}
\titleformat{\section}{\normalsize\bfseries}{}{0em}{}
\addto\captionsswedish{\renewcommand{\figurename}{Plansch}}
\definecolor{darkblue}{rgb}{0,0,0.3}
\title{Om arternas uppkomst}
\author{Charles Darwin}
\date{1859}
\hyphenation{hvar-andra}
\begin{document}
\input{framsida}
\pagecolor{white}
\pagestyle{empty}
\input{darwinbild}
\pagestyle{empty}
\input{titelsida}
\tableofcontents
\input{historia}
\input{inledning}
\input{kap1}
\input{kap2}
\input{kap3}
\input{kap4}
\input{kap5}
\input{kap6}
\input{kap7}
\input{kap8}
\input{kap9}
\input{kap10}
\input{kap11}
\input{kap12}
\input{kap13}
\input{kap14}
\appendix
\input{copyright}
\end{document}