Blame Manuals/Repository/repository-latex/repository.tex

52fa34
% ------------------------------------------------------------
52fa34
% $Id: repository.tex 6260 2010-08-15 02:36:26Z al $
52fa34
% ------------------------------------------------------------
52fa34
\documentclass[12pt]{book}
52fa34
\usepackage{fancyhdr}
52fa34
\renewcommand{\chaptermark}[1]{\markboth{#1}{}}
52fa34
\fancyhf{} % delete current setting for header and footer
52fa34
\fancyhead[RO,LE]{\bfseries\thepage}
52fa34
\fancyhead[LO]{\bfseries\leftmark}
52fa34
\fancyhead[RE]{\bfseries\leftmark}
52fa34
\renewcommand{\headrulewidth}{0.5pt}
52fa34
\renewcommand{\footrulewidth}{0pt}
52fa34
\addtolength{\headheight}{0.5pt} % make space for the rule
52fa34
\fancypagestyle{plain}{%
52fa34
   \fancyhead{} % get rid of headers on plain pages
52fa34
   \renewcommand{\headrulewidth}{0pt} % and the line
52fa34
   }
52fa34
\usepackage[pdftex]{graphicx}
52fa34
\usepackage{hyperref}
52fa34
\hypersetup{pdfauthor={Alain Reguera Delgado},%
52fa34
            pdftitle={The CentOS Project - Artwork Repository},%
52fa34
            pdfsubject={CentOS Corporate Visual Identity}%
52fa34
            }
52fa34
52fa34
\title{The CentOS Project - Artwork Repository}
52fa34
\author{Alain Reguera Delgado}
52fa34
52fa34
% Define words you don't want to split.
52fa34
\hyphenation{CentOS}
52fa34
52fa34
\begin{document}
52fa34
52fa34
\pagestyle{empty}
52fa34
52fa34
% Half title: The first page is a recto half title page with no folio.
52fa34
% The page is very simple and displays just the main title of the book
52fa34
% — no subtitle, author, or other information. One purported purpose
52fa34
% of this page is to protect the main title page.
52fa34
\begin{titlepage}
52fa34
\begin{flushright}
52fa34
\noindent\includegraphics[width=1\textwidth]{%
52fa34
    /home/centos/artwork/trunk/Identity/Models/Img/en/Promo/Stationery/motif-propagation.pdf}\\
52fa34
\vspace*{150pt}
52fa34
\Huge\textbf{The CentOS Project}
52fa34
\rule{\textwidth}{5pt}
52fa34
\large
52fa34
\textbf{Artwork Repository}\\
52fa34
\vspace*{150pt}
52fa34
\normalsize
52fa34
\today
52fa34
\end{flushright}
52fa34
\end{titlepage}
52fa34
52fa34
% Page title: The title page is recto and contains the full title of
52fa34
% the work, the names of the author(s) or editor(s), and often at the
52fa34
% bottom of the page the name of the publisher, together with the
52fa34
% publisher’s logo if it has one.
52fa34
\begin{titlepage}
52fa34
\begin{flushright}
52fa34
\noindent\includegraphics[width=1\textwidth]{%
52fa34
    /home/centos/artwork/trunk/Identity/Models/Img/en/Promo/Stationery/motif-propagation.pdf}\\
52fa34
\vspace*{150pt}
52fa34
\Huge\textbf{The CentOS Project}
52fa34
\rule{\textwidth}{5pt}
52fa34
\large
52fa34
\textbf{Artwork Repository}\\
52fa34
\vspace*{150pt}
52fa34
\normalsize
52fa34
Alain Reguera Delgado $<$alain.reguera@gmail.com$>$\\
52fa34
\end{flushright}
52fa34
\end{titlepage}
52fa34
52fa34
% Copyright: The copyright page is verso and contains the copyright
52fa34
% notice, the publishing/printing history, the country where printed,
52fa34
% ISBN and/or CIP information.  The page is usually typeset in a
52fa34
% smaller font than the normal text.
52fa34
52fa34
\noindent Copyright \copyright\ 2009, 2010 Alain Reguera Delgado. All\
52fa34
rights reserved.\\
52fa34
\\
52fa34
\noindent Permission is granted to copy, distribute and/or modify this
52fa34
document under the terms of the GNU Free Documentation License,
52fa34
Version 1.2 or any later version published by the Free Software
52fa34
Foundation; with no Invariant Sections, no Front-Cover Texts, and no
52fa34
Back-Cover Texts. A copy of the license is included in the section
52fa34
entitled ``\hyperlink{cha:Licenses:GFDL}{GNU Free Documentation
52fa34
License}''.  
52fa34
52fa34
\frontmatter
52fa34
\pagestyle{fancy}
52fa34
52fa34
% Listings:
52fa34
\tableofcontents
52fa34
\listoftables
52fa34
\listoffigures
52fa34
52fa34
% Reset fancyhdr marks.
52fa34
\renewcommand{\chaptermark}[1]{\markboth{#1}{}}
52fa34
52fa34
% Dedication:
52fa34
%\chapter*{Dedication}
52fa34
52fa34
% Forewords: There may be a foreword after the listings, with no blank
52fa34
% separator. A foreword is usually written by someone other than the
52fa34
% author, preferably an eminent person, and is signed by the writer.
52fa34
% The writer’s signature is often typeset in small caps after the end
52fa34
% of the piece.
52fa34
%\chapter{Forewords}
52fa34
52fa34
% Preface: A preface is normally written by the author, in which he
52fa34
% includes reasons why he wrote the work in the first place, and
52fa34
% perhaps to provide some more personal comments than would be
52fa34
% justified in the body. A preface starts on the page immediately
52fa34
% following a foreword, or the lists.
52fa34
%\chapter{Preface}
52fa34
52fa34
\mainmatter
52fa34
52fa34
% Reset fancyhdr marks.
52fa34
\renewcommand{\chaptermark}[1]{\markboth{%
52fa34
   \chaptername\ \thechapter.\ #1}{}}
52fa34
52fa34
\part{Concepts}
52fa34
52fa34
\chapter{The CentOS Project}
52fa34
   \hypertarget{cha:Concepts:CentOS}{}
52fa34
   \label{cha:Concepts:CentOS}
52fa34
   \input{Concepts/CentOS/introduction.tex}
52fa34
   \input{Concepts/CentOS/incorporation.tex}
52fa34
   \input{Concepts/CentOS/philosophy.tex}
52fa34
   \input{Concepts/CentOS/mission.tex}
52fa34
   \input{Concepts/CentOS/distribution.tex}
52fa34
   \input{Concepts/CentOS/community.tex}
52fa34
   \input{Concepts/CentOS/release.tex}
52fa34
52fa34
\chapter{Frameworks}
52fa34
   \hypertarget{cha:Concepts:frameworks}{}
52fa34
   \label{cha:Concepts:Frameworks}
52fa34
   \input{Concepts/Frameworks/introduction.tex}
52fa34
   \input{Concepts/Frameworks/templates.tex}
52fa34
   \input{Concepts/Frameworks/files.tex}
52fa34
   \input{Concepts/Frameworks/rendering.tex}
52fa34
52fa34
\chapter{Corporate Identity}
52fa34
   \hypertarget{cha:Concepts:Identity}{}
52fa34
   \label{cha:Concepts:Identity}
52fa34
   \input{Concepts/Identity/introduction.tex}
52fa34
   \input{Concepts/Identity/structure.tex}
52fa34
   \input{Concepts/Identity/brands.tex}
52fa34
   \input{Concepts/Identity/release.tex}
52fa34
   \input{Concepts/Identity/themes.tex}
52fa34
   \input{Concepts/Identity/icons.tex}
52fa34
   \input{Concepts/Identity/models.tex}
52fa34
   \input{Concepts/Identity/widgets.tex}
52fa34
52fa34
\chapter{Translations}
52fa34
   \hypertarget{cha:Concepts:Translations}{}
52fa34
   \label{cha:Concepts:Translations}
52fa34
   \input{Concepts/translations.tex}
52fa34
52fa34
\chapter{Manuals}
52fa34
   \hypertarget{cha:Concepts:Manuals}{}
52fa34
   \label{cha:Concepts:Manuals}
52fa34
   \input{Concepts/manuals.tex}
52fa34
52fa34
\chapter{Scripts}
52fa34
   \hypertarget{cha:Concepts:Scripts}{}
52fa34
   \label{cha:Concepts:Scripts}
52fa34
   \input{Concepts/scripts.tex}
52fa34
52fa34
\chapter{Rebranding}
52fa34
   \hypertarget{cha:Concepts:rebranding}{}
52fa34
   \label{cha:Concepts:rebranding}
52fa34
   \input{Concepts/rebranding.tex}
52fa34
52fa34
\part{Preparing Your Workstation}
52fa34
52fa34
\chapter{Installation}
52fa34
   \hypertarget{cha:Workstation:Installation}{}
52fa34
   \label{cha:Workstation:Installation}
52fa34
   \input{Workstation/installation.tex}
52fa34
52fa34
\chapter{Configuration}
52fa34
   \hypertarget{cha:Workstation:Configuration}{}
52fa34
   \label{cha:Workstation:Configuration}
52fa34
   \input{Workstation/configuration.tex}
52fa34
52fa34
\part{Distribution}
52fa34
   \hypertarget{par:Distribution}{}
52fa34
   \label{par:Distribution}
52fa34
52fa34
\chapter{Anaconda Prompt}
52fa34
   \hypertarget{cha:Distribution:Anaconda:Prompt}{}
52fa34
   \label{cha:Distribution:Anaconda:Prompt}
52fa34
   \input{Distribution/Anaconda/Prompt/chapter.tex}
52fa34
52fa34
\chapter{Anaconda Header}
52fa34
   \hypertarget{cha:Distribution:Anaconda:Header}{}
52fa34
   \label{cha:Distribution:Anaconda:Header}
52fa34
   \input{Distribution/Anaconda/Header/chapter.tex}
52fa34
52fa34
\chapter{Anaconda Splash}
52fa34
   \hypertarget{cha:Distribution:Anaconda:Splash}{}
52fa34
   \label{cha:Distribution:Anaconda:Splash}
52fa34
   \input{Distribution/Anaconda/Splash/chapter.tex}
52fa34
52fa34
\chapter{Anaconda Progress}
52fa34
   \hypertarget{cha:Distribution:Anaconda:Progress}{}
52fa34
   \label{cha:Distribution:Anaconda:Progress}
52fa34
   \input{Distribution/Anaconda/Progress/introduction.tex}
52fa34
   \input{Distribution/Anaconda/Progress/framework.tex}
52fa34
   \input{Distribution/Anaconda/Progress/rebranding.tex}
52fa34
52fa34
\chapter{Firstboot}
52fa34
   \hypertarget{cha:Distribution:Anaconda:Firstboot}{}
52fa34
   \label{cha:Distribution:Anaconda:Firstboot}
52fa34
   \input{Distribution/Anaconda/Firstboot/introduction.tex}
52fa34
   \input{Distribution/Anaconda/Firstboot/framework.tex}
52fa34
   \input{Distribution/Anaconda/Firstboot/rebranding.tex}
52fa34
52fa34
\chapter{GNOME Display Manager (GDM)}
52fa34
   \hypertarget{cha:Distribution:BootUp:GDM}{}
52fa34
   \label{cha:Distribution:BootUp:GDM}
52fa34
52fa34
\chapter{GRand Unified Bootloader (GRUB)}
52fa34
   \hypertarget{cha:Distribution:BootUp:GRUB}{}
52fa34
   \label{cha:Distribution:BootUp:GRUB}
52fa34
52fa34
\chapter{GNOME Splash}
52fa34
   \hypertarget{cha:Distribution:BootUp:GSplash}{}
52fa34
   \label{cha:Distribution:BootUp:GSplash}
52fa34
52fa34
\chapter{KDE Display Manager (KDM)}
52fa34
   \hypertarget{cha:Distribution:BootUp:KDM}{}
52fa34
   \label{cha:Distribution:BootUp:KDM}
52fa34
52fa34
\chapter{KDE Splash}
52fa34
   \hypertarget{cha:Distribution:BootUp:KSplash}{}
52fa34
   \label{cha:Distribution:BootUp:KSplash}
52fa34
52fa34
\chapter{Graphical Boot (RHGB)}
52fa34
   \hypertarget{cha:Distribution:BootUp:RHGB}{}
52fa34
   \label{cha:Distribution:BootUp:RHGB}
52fa34
52fa34
\chapter{Backgrounds}
52fa34
   \hypertarget{cha:Distribution:Backgrounds}{}
52fa34
   \label{cha:Distribution:Backgrounds}
52fa34
   \input{Distribution/Backgrounds/introduction.tex}
52fa34
   \input{Distribution/Backgrounds/framework.tex}
52fa34
   \input{Distribution/Backgrounds/rebranding.tex}
52fa34
52fa34
\chapter{Release Notes}
52fa34
   \hypertarget{cha:Distribution:ReleaseNotes}{}
52fa34
   \label{cha:Distribution:ReleaseNotes}
52fa34
52fa34
\part{Promotion}
52fa34
52fa34
\chapter{Cards}
52fa34
   \hypertarget{cha:Promotion:Cards}{}
52fa34
   \label{cha:Promotion:Cards}
52fa34
52fa34
\chapter{Clothes}
52fa34
   \hypertarget{cha:Promotion:Clothes}{}
52fa34
   \label{cha:Promotion:Clothes}
52fa34
52fa34
\chapter{Flags}
52fa34
   \hypertarget{cha:Promotion:Flags}{}
52fa34
   \label{cha:Promotion:Flags}
52fa34
52fa34
\chapter{Media}
52fa34
   \hypertarget{cha:Promotion:Media}{}
52fa34
   \label{cha:Promotion:Media}
52fa34
52fa34
\chapter{Posters}
52fa34
   \hypertarget{cha:Promotion:Posters}{}
52fa34
   \label{cha:Promotion:Posters}
52fa34
   
52fa34
\chapter{Releases}
52fa34
   \hypertarget{cha:Promotion:Releases}{}
52fa34
   \label{cha:Promotion:Releases}
52fa34
52fa34
\chapter{Stands}
52fa34
   \hypertarget{cha:Promotion:Stands}{}
52fa34
   \label{cha:Promotion:Stands}
52fa34
52fa34
\chapter{Stationery}
52fa34
   \hypertarget{cha:Promotion:Stationery}{}
52fa34
   \label{cha:Promotion:Stationery}
52fa34
52fa34
\chapter{Sticky}
52fa34
   \hypertarget{cha:Promotion:Sticky}{}
52fa34
   \label{cha:Promotion:Sticky}
52fa34
52fa34
\part{Licenses}
52fa34
\appendix
52fa34
\input{Licenses/centos-redistribution.tex}
52fa34
\input{Licenses/gfdl.tex}
52fa34
52fa34
\backmatter
52fa34
52fa34
% Bibliographies: BibTeX automates much of the job of typesetting
52fa34
% bibliographies, and makes bibliography entries reusable in many
52fa34
% different contexts.
52fa34
52fa34
% Indexing table: 
52fa34
52fa34
\end{document}