% Principal (pdf)latex script to generate Linux brochure.

% Copyright 1997-2002 Victoria Linux Users Group (http://www.vlug.org/)
% Copyright 2003 Alan W. Irwin (irwin@beluga.phys.uvic.ca)

% This file is part of the Linux Brochure Project (LBP) package.

%	LBP is free software; you can redistribute it and/or modify
%	it under the terms of the GNU General Public License version 2 
%	as published by the Free Software Foundation.
	            
%	LBP 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 LBP; if not, write to the Free Software
%	Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 
%	02111-1307  USA

\documentclass[PAPERTYPEpaper]{leaflet_PAPERTYPE}
%Check if we are compiling under latex or pdflatex
\ifx\pdftexversion\undefined
\usepackage[dvips]{graphicx}
\else
\usepackage[pdftex]{graphicx}
\fi
\usepackage{rotating}
\input{debian/preamble}
\usepackage[COUNTRYCODE]{babel}
\begin{document}

\input{debian/layout}
\input{debian/COUNTRYCODE}

\begin{center}
\includegraphics[width=5.5cm]{openlogo-nd}\\
\includegraphics[width=5.5cm]{debian}\\
\end{center}

\begin{center}
{\Huge \DebianName}\\
\vspace{3mm}
{\LARGE \Universal}
\end{center}

\WhatIsDebian
\\

\newpage
\begin{description}\itemsep0cm
\Descriptionsymbol\FreedomCaption] \Freedom
\Descriptionsymbol\CommunityCaption] \Community
\Descriptionsymbol\ContinuityCaption] \Continuity
\Descriptionsymbol\StabilityCaption] \Stability
\Descriptionsymbol\PortabilityCaption] \Portability
\end{description}

\newpage
\begin{center}
\colorbox{debianred}{\textcolor{white}{\bf\Large \IncludedCaption}}
\end{center}

\vspace*{\Separation}

\Included
\begin{itemize}\itemsep0cm
\Itemizesymbol\Utilities
\Itemizesymbol\Networking
\Itemizesymbol\Programming
\Itemizesymbol\Windowsystem
\Itemizesymbol\Documents
\Itemizesymbol\Graphics
\Itemizesymbol\Office
\Itemizesymbol\Databases
\end{itemize}

%\newpage
\begin{center}
\colorbox{debianred}{\textcolor{white}{\bf\Large \KnowMoreCaption}}
\end{center}

\vspace*{\Separation}

\KnowMore

\Install

%\newpage
\begin{center}
\colorbox{debianred}{\textcolor{white}{\bf\Large \SocialContractCaption}}
\end{center}

\vspace*{\Separation}

\SocialContract

%\newpage
\begin{center}
\colorbox{debianred}{\textcolor{white}{\bf\Large \DFSGCaption}}
\end{center}

\vspace*{\Separation}

\DFSG

\end{document}
