diff options
author | Mickaël Rémond <mickael.remond@process-one.net> | 2006-09-22 09:09:28 +0000 |
---|---|---|
committer | Mickaël Rémond <mickael.remond@process-one.net> | 2006-09-22 09:09:28 +0000 |
commit | b7fc7fdada4019da3527b8870e300c88239e0600 (patch) | |
tree | 42c8c8a159b4e969a702d67723ec4771bf5a1e25 /doc/features.tex | |
parent | * doc/guide.tex: Minor fix on index generation. (diff) |
* doc/guide.tex: Large improvements for ejabberd 1.1.2 (thanks to Sander
Devrieze)
* doc/version.tex: Likewise.
* doc/features.tex: Likewise.
* doc/Makefile: Likewise.
* doc/dev.tex: Likewise.
SVN Revision: 617
Diffstat (limited to '')
-rw-r--r-- | doc/features.tex | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/doc/features.tex b/doc/features.tex index d64b0fafb..f5579cf42 100644 --- a/doc/features.tex +++ b/doc/features.tex @@ -9,7 +9,7 @@ Feature\ Sheet,pdfauthor=Sander\ Devrieze,pdfsubject=ejabberd,pdfkeywords=ejabberd]{hyperref} \usepackage{verbatim} -\usepackage{xcolor} +\usepackage{color} %% Index % Remove the index anchors from the HTML version to save size and bandwith. @@ -49,11 +49,14 @@ % Options \newcommand{\marking}[1]{\textbf{\begin{large}\textcolor{ejblue}{#1}\end{large}}} % Marking enabled \newcommand{\quoting}[2][yozhik]{\begin{quotation}\textcolor{#1}{\textit{#2}}\end{quotation}} % Quotes enabled -\newcommand{\new}{\begin{latexonly}\marginpar{\textcolor{red}{\textsc{new}}}\end{latexonly}} % Highlight new features -\newcommand{\improved}{\begin{latexonly}\marginpar{\textcolor{orange}{\textsc{improved}}}\end{latexonly}} % Highlight improved features -\newcommand{\moreinfo}[1]{} % Hide details +\newcommand{\new}{\marginpar{\textcolor{red}{\textsc{new}}}} % Highlight new features +\newcommand{\improved}{\marginpar{\textcolor{orange}{\textsc{improved}}}} % Highlight improved features \setcounter{secnumdepth}{-1} % Disable section numbering +%% To by-pass errors in the HTML version. +\newstyle{SPAN}{width:20\%; float:right; text-align:left; margin-left:auto;} +\definecolor{orange} {cmyk}{0.000,0.333,1.000,0.000} + %% Footnotes \begin{latexonly} \global\parskip=9pt plus 3pt minus 1pt @@ -67,7 +70,7 @@ %% Fancy header \fancyhf{} \pagestyle{fancy} -\rhead{\textcolor{ejblue}{The expandable Jabber daemon.}} +\rhead{\textcolor{ejblue}{The Expandable Jabber Daemon.}} \renewcommand{\headrule}{{\color{ejblue}% \hrule width\headwidth height\headrulewidth \vskip-\headrulewidth}} \lhead{\setlength{\unitlength}{-6mm} @@ -85,7 +88,7 @@ \begin{document} -\label{sec:titlepage} +\label{titlepage} \begin{titlepage} \maketitle{} @@ -107,9 +110,8 @@ % the same identifier". \begin{latexonly} \setcounter{page}{2} -\end{latexonly} - \pagecolor{ejgreenwhite} +\end{latexonly} % Input introduction.tex \input{introduction} |