-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaifdr_linux.tex
44 lines (30 loc) · 967 Bytes
/
aifdr_linux.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]{book}
\usepackage{graphicx}
%\usepackage{hyperref}
\usepackage{amsfonts}
\usepackage{url} % for URLs and DOIs
\newcommand{\doi}[1]{\url{http://dx.doi.org/#1}}
%----------title-------------%
\title{Linux system administration at Australia-Indonesia Facility for Disaster Reduction (AIFDR)}
%\titlerunning{AIFDR Linux system administratio}
%-------authors-----------
\author{O. Nielsen}
%\authorrunning{O. Nielsen}
% to be added when submitted to ocean dynamics
%\institute{AIFDR}
%================Start of Document================
\begin{document}
\maketitle
\begin{quotation}
This document documents system administration procedures for the Linux systems at the Australia-Indonesia Facility for Disaster Reduction, Jakarta.
\end{quotation}
\tableofcontents
\include{introduction}
\include{beowulf}
\include{web}
\include{subversion}
\include{trac}
\clearpage
%\bibliographystyle{plain}
%\bibliography{sysadm}
\end{document}