-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstrategy-of-technology.tex
44 lines (38 loc) · 1.16 KB
/
strategy-of-technology.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
\documentclass[a4paper,12pt]{book}
\usepackage{adjustbox} % needed to center table element. see chapter 6, chart 17
\usepackage[english]{babel}
\usepackage{enumitem}
\usepackage{graphicx}
%\usepackage{hyperref}
\usepackage[framemethod=TikZ]{mdframed}
\usepackage[stable]{footmisc} % needed to place footnote in \section
\usepackage{color}
\usepackage{rotating}
\usepackage{tabularray}
\usepackage{xcolor}
\graphicspath{ {./images/} }
\mdfsetup{frametitlealignment=\center}
\definecolor{ApricotWhite}{rgb}{1,1,0.925}
\title{The Strategy of Technology \\
\large Winning the Decisive War}
\author{Stefan T. Possony, Ph.D, Jerry E. Pournelle, Ph.D,\\and
Francis X. Kane, Ph.D. (Col., USAF Ret.)}
% omit date
\date{\vspace{-5ex}}
\date{}
\begin{document}
\frontmatter
\maketitle
\tableofcontents
\include{chapters/preface}
\mainmatter
\include{chapters/chapter-1}
\include{chapters/chapter-2}
\include{chapters/chapter-3}
\include{chapters/chapter-4}
\include{chapters/chapter-5}
\include{chapters/chapter-6}
\include{chapters/chapter-7}
\include{chapters/chapter-8}
\include{chapters/chapter-9}
\end{document}