summaryrefslogtreecommitdiff
path: root/2005/flow-accounting-ols2005/OLS2005/Frontmatter.tex
diff options
context:
space:
mode:
Diffstat (limited to '2005/flow-accounting-ols2005/OLS2005/Frontmatter.tex')
-rw-r--r--2005/flow-accounting-ols2005/OLS2005/Frontmatter.tex109
1 files changed, 109 insertions, 0 deletions
diff --git a/2005/flow-accounting-ols2005/OLS2005/Frontmatter.tex b/2005/flow-accounting-ols2005/OLS2005/Frontmatter.tex
new file mode 100644
index 0000000..d6dd777
--- /dev/null
+++ b/2005/flow-accounting-ols2005/OLS2005/Frontmatter.tex
@@ -0,0 +1,109 @@
+\documentclass[twoside,12pt]{book}
+% Page size settings must match those in ols.cls.
+\usepackage[paper=letterpaper,textheight=9in,textwidth=6.5in,%
+ heightrounded,twoside]{geometry}
+% Ditto font settings.
+\usepackage[OT1,T1]{fontenc}
+%\usepackage[T1]{fontenc}
+\usepackage{mathptmx}
+% \usepackage[scaled=.92]{helvet}
+% \usepackage{courier}
+% \usepackage{times}
+\pagestyle{empty}
+
+% This must be written with \def so that the Makefile can find it.
+% It is not used in this file.
+\def\ProcName{2005 Linux Symposium}
+
+\begin{document}
+\frontmatter
+
+% Title page
+
+\title{Proceedings of the\\
+Linux Symposium}
+\author{\vspace{4in}}
+\date{July 20nd--23th, 2005\\
+ Ottawa, Ontario\\
+ Canada}
+\maketitle
+\thispagestyle{empty}
+\cleardoublepage
+
+% Table of contents. This does _not_ use the standard LaTeX table of
+% contents mechanism; it's generated by Texmf/make-toc and uses a list
+% environment.
+
+\section*{Contents}
+\begin{raggedright}
+\begin{list}{}{%
+ \setlength{\rightmargin}{0pt}
+ \setlength{\labelwidth}{0pt}
+ \setlength{\labelsep}{0pt}
+ \setlength{\topsep}{0pt}
+ \setlength{\partopsep}{0pt}
+ \setlength{\itemsep}{24pt plus6pt minus6pt}
+ \setlength{\leftmargin}{2em}
+ \setlength{\itemindent}{-\leftmargin}
+ \setlength{\listparindent}{0pt}}
+
+\input ProcToc
+
+\end{list}
+\end{raggedright}
+
+\cleardoublepage
+
+% Credits page
+
+\vspace{2cm}
+
+\textbf{{\Large Conference Organizers}}
+
+\vspace{5mm}
+\begin{large}
+\begin{raggedright}
+\hspace*{0.5in}Andrew J.\ Hutton, \textit{Steamballoon, Inc.}\\
+\hspace*{0.5in}Stephanie Donovan, \textit{Linux Symposium}\\
+\hspace*{0.5in}C.\ Craig Ross, \textit{Linux Symposium}
+\end{raggedright}
+\end{large}
+
+\vspace{1cm}
+\textbf{{\Large Review Committee}}
+
+\vspace{5mm}
+\begin{large}
+\begin{raggedright}
+\hspace*{0.5in}Gerrit Huizenga, \textit{IBM}\\
+\hspace*{0.5in}Matthew Wilcox, \textit{HP}\\
+\hspace*{0.5in}Dirk Hohndel, \textit{Intel}\\
+\hspace*{0.5in}Val Henson, \textit{Sun Microsystems}\\
+\hspace*{0.5in}Jamal Hadi Salimi, \textit{Znyx}\\
+\hspace*{0.5in}Matt Domsch, \textit{Dell}\\
+\hspace*{0.5in}Andrew Hutton, \textit{Steamballoon, Inc.}
+\end{raggedright}
+\end{large}
+
+\vspace{1cm}
+
+\textbf{{\Large Proceedings Formatting Team}}
+
+\vspace{5mm}
+\begin{large}
+\begin{raggedright}
+\hspace*{0.5in}John W.\ Lockhart, \textit{Red Hat, Inc.}\\
+\end{raggedright}
+\end{large}
+
+\vspace{3.0in}
+
+\vspace*{\fill}
+
+\begin{center}
+Authors retain copyright to all submitted papers, but have granted
+unlimited redistribution rights to all as a condition of submission.
+\end{center}
+\cleardoublepage
+
+\end{document}
personal git repositories of Harald Welte. Your mileage may vary