Blame Manuals/Latex/Identity/Themes/Distro/Anaconda/Header/manual.tex

39a1ed
\documentclass[12pt]{article}
39a1ed
\usepackage{longtable}
39a1ed
\usepackage[pdftex]{graphicx}
39a1ed
\usepackage{hyperref}
39a1ed
\hypersetup{pdfauthor={Alain Reguera Delgado},%
39a1ed
            pdftitle={Anaconda Header Visual Style},%
39a1ed
            pdfsubject={CentOS Corporate Visual Identity}%
39a1ed
            }
39a1ed
39a1ed
% Tell LaTeX how to hyphenate a word. Don't hyphenate the following
39a1ed
% words:
39a1ed
\hyphenation{CentOS CENTOSARTWORK}
39a1ed
39a1ed
\title{Anaconda Header Visual Style}
39a1ed
\author{Alain Reguera Delgado}
39a1ed
39a1ed
\begin{document}
39a1ed
39a1ed
\maketitle
39a1ed
39a1ed
\begin{abstract} 
39a1ed
39a1ed
This article describes the visual style of Anaconda Header. Anaconda
39a1ed
is the name of the install program used by CentOS.  It is python-based
39a1ed
with some custom modules written in C. The anaconda installer works on
39a1ed
a wide variety of Linux-based computing architectures (ia32, Itanium,
39a1ed
Alpha, S/390, PowerPC), and is designed to make it easy to add
39a1ed
platforms.
39a1ed
39a1ed
Copyright (C) 2010 The CentOS Project. Permission is granted to copy,
39a1ed
distribute and/or modify this document under the terms of the GNU Free
39a1ed
Documentation License, Version 1.2 or any later version published by
39a1ed
the Free Software Foundation; with no Invariant Sections, no
39a1ed
Front-Cover Texts, and no Back-Cover Texts. A copy of the license is
39a1ed
included in the section entitled ``GNU Free Documentation License''.  
39a1ed
39a1ed
\end{abstract}
39a1ed
39a1ed
\tableofcontents
39a1ed
39a1ed
\input{sections/introduction.tex}
39a1ed
\input{../../../../../installation.tex}
39a1ed
\input{../../../../../configuration.tex}
39a1ed
\input{sections/framework.tex}
39a1ed
\input{sections/rebranding.tex}
39a1ed
39a1ed
\input{../../../../../Licenses/GFDL.tex}
39a1ed
39a1ed
\end{document}