-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathnotes-on-structured-programming.tex
More file actions
72 lines (62 loc) · 1.47 KB
/
notes-on-structured-programming.tex
File metadata and controls
72 lines (62 loc) · 1.47 KB
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
\documentclass[12pt]{report}
\usepackage[paper=a4paper, left=0.5in, right=0.5in]{geometry}
\usepackage{fancyhdr}
\setcounter{secnumdepth}{0}
\usepackage{indentfirst}
\usepackage{setspace}
\setlength{\parskip}{12pt}
%\pagestyle{fancy}
\fancyhf{}
\renewcommand{\headrulewidth}{0pt}
\rhead{EWD249 - \thepage}
%\rfoot{Page \hspace{1pt} of }
\begin{document}
\pagenumbering{gobble}
\begin{center}
\textbf{
\footnotesize
\begin{tabular}{ l l }
\underline{TECHNISCHE HOGESCHOOL EINDHOVEN} &
\underline{TECHNOLOGICAL UNIVERSITY EINDHOVEN} \\
\underline{NEDERLEND} & \underline{THE NETHERLANDS} \\
\underline{ONDERAFDELING DER WISKUNDE} &
\underline{DEPARTMENT OF MATHEMATICS}
\end{tabular}
\normalsize
}
\\
\vspace*{\fill}
\textbf{
NOTES ON STRUCTURED PROGRAMMING \\
by \\
Prof. Dr. Edsger W. Dijkstra} \\
\vspace*{\fill}
T.H.-Report 70-WSK-03 \\
Second edition April 1970
\end{center}
\newpage
\begin{center}
\vspace*{\fill}
\textbf{
NOTES ON STRUCTURED PROGRAMMING \\
by \\
Prof. Dr. Edsger W. Dijkstra} \\
\vspace*{\fill}
August 1969
\end{center}
\newpage
\tableofcontents
\newpage
\onehalfspacing
\pagenumbering{arabic}
\setcounter{page}{0}
\pagestyle{fancy}
\section{To my reader.}
\input{chapters/0-To_My_Reader}
\newpage
\section{On our inability to do much.}
\input{chapters/1-On_Our_Inability_to_Do_Much}
\newpage
\section{On the reliability of mechanisms.}
\input{chapters/2-On_The_Reliability_of_Mechanisms.tex}
\end{document}