2010-01-19 18:52:35 +01:00
|
|
|
% Copyright (c) 2004-2010 Marc Fonvieille
|
2004-01-24 22:19:48 +01:00
|
|
|
% All rights reserved.
|
|
|
|
%
|
|
|
|
% Redistribution and use in source and binary forms, with or without
|
|
|
|
% modification, are permitted provided that the following conditions
|
|
|
|
% are met:
|
|
|
|
% 1. Redistributions of source code must retain the above copyright
|
|
|
|
% notice, this list of conditions and the following disclaimer.
|
|
|
|
% 2. Redistributions in binary form must reproduce the above copyright
|
|
|
|
% notice, this list of conditions and the following disclaimer in the
|
|
|
|
% documentation and/or other materials provided with the distribution.
|
|
|
|
%
|
|
|
|
% THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
|
|
|
|
% ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
|
|
% IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
|
|
% ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
|
|
|
|
% FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
|
|
% DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
|
|
|
% OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
|
|
% HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
|
|
% LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
|
|
|
% OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
|
|
|
% SUCH DAMAGE.
|
|
|
|
%
|
|
|
|
% $FreeBSD$
|
|
|
|
%
|
|
|
|
% FreeBSD Flyer
|
|
|
|
% Use make FORMAT (with FORMAT: pdf, ps or dvi) to build the flyer.
|
2006-05-13 12:50:51 +02:00
|
|
|
% Two layouts are available: one using Beastie the other one using the
|
|
|
|
% FreeBSD Logo. The layout selection is done below via the value of
|
|
|
|
% the \logo variable. By default the Beastie layout is enabled.
|
2004-01-24 22:19:48 +01:00
|
|
|
%
|
|
|
|
\documentclass[11pt]{article}
|
|
|
|
\usepackage[T1]{fontenc}
|
|
|
|
\usepackage[latin1]{inputenc}
|
|
|
|
% Use the right language
|
|
|
|
\usepackage[english]{babel}
|
2012-10-07 22:33:33 +02:00
|
|
|
\usepackage{mathptmx}
|
2004-01-24 22:19:48 +01:00
|
|
|
\usepackage{graphicx}
|
|
|
|
\usepackage{fancybox}
|
|
|
|
\usepackage{url}
|
|
|
|
% Use the right papersize, do not forget to change also the Makefile
|
|
|
|
\usepackage[verbose,a4paper,noheadfoot,margin=1cm]{geometry}
|
2006-05-13 12:50:51 +02:00
|
|
|
|
|
|
|
\usepackage{ifthen}
|
|
|
|
% Use of the Logo (set the \logo variable below to true) or Beastie
|
|
|
|
% (\logo variable set to false).
|
|
|
|
\newcommand{\logo}{false}
|
|
|
|
|
2004-01-24 22:19:48 +01:00
|
|
|
% Colors settings
|
|
|
|
\usepackage{color}
|
2006-05-13 12:50:51 +02:00
|
|
|
\ifthenelse{\equal{\logo}{true}}{
|
|
|
|
\definecolor{bkgrdtitle}{rgb}{.69,0,0}
|
|
|
|
\definecolor{redtitle}{rgb}{.65,.16,.22}
|
|
|
|
\definecolor{ovalboxcolor}{rgb}{.69,0,0}
|
|
|
|
}
|
|
|
|
{
|
2004-01-24 22:19:48 +01:00
|
|
|
\definecolor{bkgrdtitle}{rgb}{1,.84,.22}
|
|
|
|
\definecolor{redtitle}{rgb}{.65,.16,.22}
|
|
|
|
\definecolor{ovalboxcolor}{rgb}{.65,.16,.22}
|
2006-05-13 12:50:51 +02:00
|
|
|
}
|
2004-01-24 22:19:48 +01:00
|
|
|
|
|
|
|
% Some macros
|
2006-05-13 12:50:51 +02:00
|
|
|
\ifthenelse{\equal{\logo}{true}}{
|
|
|
|
\newcommand{\titledframe}[3]{%
|
|
|
|
\boxput*(0,1){\colorbox{bkgrdtitle}{\color{white} \large{\textbf{\textsf{#1}}}}} {\setlength {\fboxsep}{12pt} \color{ovalboxcolor}\Ovalbox {\color{black}\begin{minipage}{#3}#2\end{minipage}}}
|
|
|
|
}}
|
|
|
|
{
|
2004-01-24 22:19:48 +01:00
|
|
|
\newcommand{\titledframe}[3]{%
|
|
|
|
\boxput*(0,1){\colorbox{bkgrdtitle}{\color{black} \large{\textbf{\textsf{#1}}}}} {\setlength {\fboxsep}{12pt} \color{ovalboxcolor}\Ovalbox {\color{black}\begin{minipage}{#3}#2\end{minipage}}}
|
2006-05-13 12:50:51 +02:00
|
|
|
}}
|
2004-01-24 22:19:48 +01:00
|
|
|
|
|
|
|
\newcommand{\reg}{$^{\mbox{\tiny \textregistered}}$}
|
|
|
|
\newcommand{\tm}{$^{\mbox{\tiny TM}}$}
|
|
|
|
|
|
|
|
\newenvironment{itemizeflyer}%
|
|
|
|
{ \begin{list}%
|
|
|
|
{\textendash}%
|
|
|
|
{ \setlength{\leftmargin}{5pt}%
|
|
|
|
\setlength{\itemsep}{0pt}%
|
|
|
|
\setlength{\parskip}{0pt}%
|
|
|
|
\setlength{\parsep}{0pt}}}
|
|
|
|
{ \end{list}}
|
|
|
|
|
|
|
|
\pagestyle{empty}
|
|
|
|
|
|
|
|
\begin{document}
|
|
|
|
|
|
|
|
\begin{center}
|
2006-05-13 12:50:51 +02:00
|
|
|
\ifthenelse{\equal{\logo}{true}}{
|
|
|
|
\includegraphics[scale=0.5]{logo-full.eps}
|
|
|
|
\vspace{1mm}
|
|
|
|
}
|
|
|
|
{
|
2004-01-24 22:19:48 +01:00
|
|
|
\fontsize{40}{36}\selectfont
|
2006-05-13 12:50:51 +02:00
|
|
|
{\color{redtitle} \textrm{\textbf{FreeBSD}}}\medskip}
|
2004-01-24 22:19:48 +01:00
|
|
|
\end{center}
|
|
|
|
%\vspace{2mm}
|
|
|
|
|
|
|
|
% Main part
|
|
|
|
\begin{center}
|
2006-05-13 12:50:51 +02:00
|
|
|
\ifthenelse{\equal{\logo}{true}}{
|
|
|
|
\newcommand{\size}{17.3cm}
|
|
|
|
}
|
|
|
|
{\newcommand{\size}{12.7cm}}
|
|
|
|
|
2004-01-24 22:19:48 +01:00
|
|
|
\titledframe{What is FreeBSD?}{
|
2005-02-12 02:41:18 +01:00
|
|
|
FreeBSD is an advanced operating system for x86 compatible (including
|
|
|
|
Pentium\reg and Athlon\tm), amd64 compatible (including Opteron\tm,
|
2007-01-14 12:12:45 +01:00
|
|
|
Athlon\tm 64, and EM64T), UltraSPARC\reg, IA-64 (Intel\reg Itanium\reg
|
|
|
|
Processor Family), PC-98 and ARM architectures.
|
2004-01-24 22:19:48 +01:00
|
|
|
|
|
|
|
FreeBSD is derived from BSD, the version of UNIX\reg
|
|
|
|
developed at the University of California, Berkeley.
|
2006-05-13 12:50:51 +02:00
|
|
|
}{\size}
|
|
|
|
\ifthenelse{\equal{\logo}{false}}{
|
2004-01-24 22:19:48 +01:00
|
|
|
\begin{minipage}{4cm}
|
|
|
|
\includegraphics[scale=0.3]{../../share/images/flyer/beastie.eps}
|
|
|
|
\end{minipage}
|
2006-05-13 12:50:51 +02:00
|
|
|
}
|
2004-01-24 22:19:48 +01:00
|
|
|
|
2006-05-13 12:50:51 +02:00
|
|
|
\ifthenelse{\equal{\logo}{true}}{
|
|
|
|
\vspace{5mm}}{\vspace{3mm}}
|
2004-01-24 22:19:48 +01:00
|
|
|
|
|
|
|
\titledframe{Cutting edge features}{
|
|
|
|
FreeBSD offers advanced networking, performance, security and
|
|
|
|
compatibility features which are still missing in other
|
|
|
|
operating systems, even some of the best commercial ones.
|
|
|
|
}{5cm}
|
|
|
|
\titledframe{\textsf{\textbf{Powerful Internet solutions}}}{
|
|
|
|
FreeBSD includes what many consider the reference implementation for
|
|
|
|
TCP/IP software, the 4.4BSD TCP/IP protocol stack, thereby making it
|
|
|
|
ideal for network applications and the Internet.
|
|
|
|
FreeBSD makes an ideal Internet or Intranet server. It provides robust
|
|
|
|
network services under the heaviest loads and uses memory efficiently
|
|
|
|
to maintain good response times for thousands of simultaneous user
|
|
|
|
processes.
|
2006-05-13 12:50:51 +02:00
|
|
|
}{11.12cm}
|
2004-01-24 22:19:48 +01:00
|
|
|
|
|
|
|
\vspace{5mm}
|
|
|
|
|
|
|
|
\titledframe{Run a huge number of applications!}{
|
2012-10-07 22:33:25 +02:00
|
|
|
FreeBSD comes with over 23000 third party software packages
|
2004-01-24 22:19:48 +01:00
|
|
|
ready to be installed including: Apache, Samba, MySQL\reg,
|
2006-05-13 12:50:51 +02:00
|
|
|
OpenOffice.org, KDE, GNOME, MPlayer, etc.
|
|
|
|
\medskip
|
2004-01-24 22:19:48 +01:00
|
|
|
|
|
|
|
FreeBSD provides the ports system which fetches sources
|
2012-10-07 22:33:31 +02:00
|
|
|
from the Internet and compiles binaries, including
|
2004-01-24 22:19:48 +01:00
|
|
|
building and installing any dependencies. All these operations are
|
2012-10-07 22:33:31 +02:00
|
|
|
done in a transparent way for the user. Compiled binaries
|
|
|
|
are also available.
|
2006-05-13 12:50:51 +02:00
|
|
|
\medskip
|
2004-01-24 22:19:48 +01:00
|
|
|
|
|
|
|
Most of GNU/Linux binaries run under FreeBSD, for example:
|
|
|
|
Acrobat Reader\reg, Oracle\reg, SAP/R3\reg, Mathematica\reg, Quake3,
|
|
|
|
etc., without any noticeable speed degradation.
|
|
|
|
}{17.3cm}
|
|
|
|
|
|
|
|
\vspace{5mm}
|
|
|
|
|
|
|
|
\titledframe{FreeBSD is easy to install}{
|
|
|
|
FreeBSD can be installed from a variety of media including CD-ROM,
|
2012-10-07 22:33:28 +02:00
|
|
|
DVD-ROM, USB stick,
|
|
|
|
or even
|
2004-01-24 22:19:48 +01:00
|
|
|
directly using anonymous FTP or NFS.
|
|
|
|
}{17.3cm}
|
|
|
|
|
|
|
|
\vspace{5mm}
|
|
|
|
|
|
|
|
\titledframe{FreeBSD is free}{
|
|
|
|
FreeBSD is available free of charge and comes with full source code.
|
|
|
|
The majority of the source code of the FreeBSD system is
|
2004-01-30 21:54:20 +01:00
|
|
|
available under the standard BSD license. In contrast to the GPL
|
|
|
|
license used by the Linux kernel, the BSD license allows distribution
|
2004-01-24 22:19:48 +01:00
|
|
|
of derived work without accompanying source code. This lets companies
|
|
|
|
use the FreeBSD code as the base of a proprietary product, often
|
|
|
|
leading to parts of what they do being released back to the community.
|
|
|
|
}{17.3cm}
|
|
|
|
|
|
|
|
\vspace{5mm}
|
|
|
|
|
|
|
|
\titledframe{Can handle nearly any task}{
|
|
|
|
FreeBSD is well-suited for a great number of desktop, server, embedded
|
|
|
|
or appliance applications.
|
|
|
|
Today, FreeBSD is not just a server operating system but
|
|
|
|
aims itself also at end users, particularly newcomers from Windows\reg
|
|
|
|
and GNU/Linux.
|
|
|
|
}{17.3cm}
|
|
|
|
|
|
|
|
\vspace{5mm}
|
|
|
|
|
|
|
|
\titledframe{Contacts}{
|
|
|
|
\begin{itemizeflyer}
|
|
|
|
\item Web site: \url{http://www.FreeBSD.org/}
|
|
|
|
\item FreeBSD Handbook: \url{http://www.FreeBSD.org/doc/handbook/}
|
|
|
|
\end {itemizeflyer}
|
|
|
|
}{17.3cm}
|
|
|
|
\end{center}
|
|
|
|
%
|
|
|
|
% Copyrights
|
|
|
|
\begin{center}
|
2010-01-19 18:52:35 +01:00
|
|
|
\tiny \copyright 2004-2010 The FreeBSD Project\\
|
2006-05-13 12:50:51 +02:00
|
|
|
\ifthenelse{\equal{\logo}{true}}{
|
|
|
|
FreeBSD and the FreeBSD Logo are registered trademarks of the FreeBSD
|
|
|
|
Foundation.\\}
|
|
|
|
{FreeBSD is a registered trademark of the FreeBSD Foundation.\\}
|
2004-01-24 22:19:48 +01:00
|
|
|
All other company and product names may be trademarks of their
|
|
|
|
respective companies.\\
|
2006-05-13 12:50:51 +02:00
|
|
|
\ifthenelse{\equal{\logo}{false}}{
|
2004-01-24 22:19:48 +01:00
|
|
|
BSD Daemon, \copyright 1988 by Marshall Kirk McKusick. All Rights
|
2006-05-13 12:50:51 +02:00
|
|
|
Reserved.}{}
|
2004-01-24 22:19:48 +01:00
|
|
|
\end{center}
|
|
|
|
|
|
|
|
\end{document}
|