Blame Manuals/Sources/Repository/LaTeX/repository.tex

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