-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.tex
107 lines (96 loc) · 2.71 KB
/
main.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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
\documentclass[a4paper,12pt]{book}
\usepackage{parskip}
\usepackage[utf8]{inputenc}
\usepackage[sfdefault]{atkinson}
\usepackage[]{xcolor}
\definecolor{E}{RGB}{128, 32, 0}
\definecolor{O}{RGB}{0, 0, 255}
\definecolor{M}{RGB}{0, 128, 0}
\usepackage[super]{nth}
\usepackage{fancyhdr}
\renewcommand{\chaptername}{Section}
\usepackage[titletoc]{appendix}
\usepackage{hyperref}
\hypersetup{colorlinks=true, linkcolor=blue, filecolor=magenta, urlcolor=cyan,}
\urlstyle{same}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage{amssymb}
\usepackage[version=4]{mhchem}
\usepackage{stmaryrd}
\usepackage{graphicx}
\usepackage{wrapfig}
\usepackage{floatrow}
\usepackage{longtable}
\usepackage[raggedright]{titlesec}
\floatsetup{heightadjust=object}
\usepackage[export]{adjustbox}
\usepackage{array}
\newcolumntype{L}[1]{>{\raggedright\let\newline\\\arraybackslash\hspace{0pt}}m{#1}}
\newcolumntype{C}[1]{>{\centering\let\newline\\\arraybackslash\hspace{0pt}}m{#1}}
\graphicspath{ {./images/} }
\hyphenation{Environment Operation Metasystem}
\usepackage{titling}
\newcommand{\subtitle}[1]{%
\posttitle{%
\par\end{center}
\begin{center}\Large#1\end{center}
}%
}
\newcommand{\subsubtitle}[1]{%
\preauthor{%
\begin{center}
\large #1 \vskip0.5em
\begin{tabular}[t]{c}
}%
}
\pretitle{%
\begin{center}
\Huge
}
\posttitle{
\begin{figure}
\centering
\includegraphics[width=0.5\linewidth]{images/vsm_4t_160x187}
\end{figure}
\end{center}v
}
\begin{document}
\raggedbottom
\author{Jon Walker}
\title{The VSM Guide}
%\subtitle{How to design a healthy business: The use of the Viable System Model in the diagnosis and design of organisational structures in co-operatives and other social economy enterprises}
\subsubtitle{An introduction to the\\
{\Large \textbf{Viable System Model}}\\
as a diagnostic \& design tool\\
for co-operatives \& federations}
\date{Version 3.2 (2020)}
\frontmatter
\maketitle
\include{./chapters/copyright}
\tableofcontents
\include{./chapters/intro}
\include{./chapters/preface}
\mainmatter
\setcounter{chapter}{-1}
\include{./chapters/s0}
\include{./chapters/s1}
\include{./chapters/s2}
\include{./chapters/s3}
\include{./chapters/s3_1}
\include{./chapters/s4}
\include{./chapters/s5}
\include{./chapters/s6}
\include{./chapters/s7}
\include{./chapters/s8}
\include{./chapters/s9}
\include{./chapters/s10}
\include{./chapters/bib}
\include{./chapters/links}
\begin{appendices}
\renewcommand{\thechapter}{\arabic{chapter}}
\setcounter{chapter}{0}
\include{./chapters/a1}
\include{./chapters/a2}...
\end{appendices}
\end{document}