svn commit: lorikeet r126 - in trunk/samba4-ad-thesis: .

abartlet at samba.org abartlet at samba.org
Mon Nov 8 23:56:41 GMT 2004


Author: abartlet
Date: 2004-11-08 23:56:40 +0000 (Mon, 08 Nov 2004)
New Revision: 126

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=lorikeet&rev=126

Log:
Add latex wrappers for a GPL'ed version of the thesis output, which
does not rely on the anuthesis style.

Andrew Bartlett

Added:
   trunk/samba4-ad-thesis/frontmatter-gpl.tex
   trunk/samba4-ad-thesis/thesis-gpl.tex


Changeset:
Copied: trunk/samba4-ad-thesis/frontmatter-gpl.tex (from rev 120, trunk/samba4-ad-thesis/frontmatter.tex)
===================================================================
--- trunk/samba4-ad-thesis/frontmatter.tex	2004-11-07 05:07:14 UTC (rev 120)
+++ trunk/samba4-ad-thesis/frontmatter-gpl.tex	2004-11-08 23:56:40 UTC (rev 126)
@@ -0,0 +1,45 @@
+%%
+%% Template frontmatter.tex (Copyright etc.)
+%%
+
+\vspace*{14cm}
+\begin{center}
+  \makeatletter
+  \copyright\ Andrew Barteltt 2004.  
+  \makeatother
+\end{center}
+
+    This program is free software; you can redistribute it and/or modify
+    it under the terms of the GNU General Public License as published by
+    the Free Software Foundation; either version 2 of the License, or
+    (at your option) any later version.
+
+    This program is distributed in the hope that it will be useful,
+    but WITHOUT ANY WARRANTY; without even the implied warranty of
+    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+    GNU General Public License for more details.
+
+    You should have received a copy of the GNU General Public License
+    along with this program; if not, write to the Free Software
+    Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+
+\noindent
+
+\newpage
+
+\vspace*{7cm}
+\begin{center}
+  Except where otherwise indicated, this thesis is my own original
+  work.
+\end{center}
+
+\vspace*{4cm}
+
+\hspace{8cm}\makeatletter\@author\makeatother\par
+\hspace{8cm}\today
+
+
+%%% Local Variables: 
+%%% mode: latex
+%%% TeX-master: "thesis"
+%%% End: 

Copied: trunk/samba4-ad-thesis/thesis-gpl.tex (from rev 123, trunk/samba4-ad-thesis/thesis.tex)
===================================================================
--- trunk/samba4-ad-thesis/thesis.tex	2004-11-07 06:03:03 UTC (rev 123)
+++ trunk/samba4-ad-thesis/thesis-gpl.tex	2004-11-08 23:56:40 UTC (rev 126)
@@ -0,0 +1,112 @@
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%% Preamble
+\documentclass[11pt,a4paper,oneside,english]{book}
+\usepackage{palatino}
+\usepackage[T1]{fontenc}
+\setcounter{secnumdepth}{3}
+\setcounter{tocdepth}{3}
+\usepackage{amsmath}
+\usepackage{graphicx}
+\usepackage{amssymb}
+\usepackage[numbers]{natbib}
+
+\makeatletter
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Textclass specific LaTeX commands.
+ \newcommand{\lyxaddress}[1]{
+   \par {\raggedright #1 
+   \vspace{1.4em}
+   \noindent\par}
+ }
+ \newenvironment{lyxlist}[1]
+   {\begin{list}{}
+     {\settowidth{\labelwidth}{#1}
+      \setlength{\leftmargin}{\labelwidth}
+      \addtolength{\leftmargin}{\labelsep}
+      \renewcommand{\makelabel}[1]{##1\hfil}}}
+   {\end{list}}
+ \newenvironment{lyxcode}
+   {\begin{list}{}{
+     \setlength{\rightmargin}{\leftmargin}
+     \setlength{\listparindent}{0pt}% needed for AMS classes
+     \raggedright
+     \setlength{\itemsep}{0pt}
+     \setlength{\parsep}{0pt}
+     \normalfont\ttfamily}%
+    \item[]}
+   {\end{list}}
+
+\usepackage{babel}
+\makeatother
+\begin{document}
+
+\renewcommand{\thepage}{\roman{page}}
+
+
+\title{Samba 4 - Active Directory}
+
+
+\author{Andrew Bartlett\\abartlet at samba.org}
+
+\date{\today}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%% Title page
+
+\maketitle
+
+
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%% Here begin the preliminaries
+\input frontmatter-gpl
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%% Dedication (optional)
+\cleardoublepage
+\pagestyle{empty}
+\input dedication
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%% Acknowledgements (optional!)
+\cleardoublepage
+\pagestyle{empty}
+\input ack
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%% Abstract
+\cleardoublepage
+\pagestyle{headings}
+\input abstract
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%% Table of contents
+\cleardoublepage
+\pagestyle{headings}
+\markboth{Contents}{Contents}
+\tableofcontents
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%% Here begins the main text
+\mainmatter
+
+%% Chapters (including appendix)
+\input chapters.tex
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% Here begins the end matter
+
+
+\backmatter
+
+\bibliographystyle{plainnat}
+\clearpage\addcontentsline{toc}{chapter}{\bibname}\bibliography{thesis,rfc}
+
+\end{document}
+
+%%% Local Variables: 
+%%% mode: latex
+%%% TeX-master: "thesis"
+%%% End: 
+
+
+



More information about the samba-cvs mailing list