ia64/xen-unstable
changeset 17034:e3b7f1793f0c
xen-api: Add TOC and hyperlink cross reference to xen-api document
Signed-off-by: Stefan Berger <stefanb@us.ibm.com>
Signed-off-by: Stefan Berger <stefanb@us.ibm.com>
author | Keir Fraser <keir.fraser@citrix.com> |
---|---|
date | Mon Feb 11 14:50:50 2008 +0000 (2008-02-11) |
parents | 7e189fc27f4f |
children | 7fd49c55c0b0 |
files | docs/xen-api/revision-history.tex docs/xen-api/xenapi-coversheet.tex docs/xen-api/xenapi.tex |
line diff
1.1 --- a/docs/xen-api/revision-history.tex Mon Feb 11 14:47:19 2008 +0000 1.2 +++ b/docs/xen-api/revision-history.tex Mon Feb 11 14:50:50 2008 +0000 1.3 @@ -23,5 +23,12 @@ 1.4 \end{flushleft} 1.5 \end{minipage}\\ 1.6 \hline 1.7 + 1.0.2 & 11th Feb. 08 & S. Berger & 1.8 + \begin{minipage}[t]{7cm} 1.9 + \begin{flushleft} 1.10 + Added table of contents and hyperlink cross reference. 1.11 + \end{flushleft} 1.12 + \end{minipage}\\ 1.13 + \hline 1.14 \end{tabular} 1.15 \end{center} 1.16 \ No newline at end of file
2.1 --- a/docs/xen-api/xenapi-coversheet.tex Mon Feb 11 14:47:19 2008 +0000 2.2 +++ b/docs/xen-api/xenapi-coversheet.tex Mon Feb 11 14:50:50 2008 +0000 2.3 @@ -17,7 +17,7 @@ 2.4 \newcommand{\coversheetlogo}{xen.eps} 2.5 2.6 %% Document date 2.7 -\newcommand{\datestring}{25th January 2008} 2.8 +\newcommand{\datestring}{11th February 2008} 2.9 2.10 \newcommand{\releasestatement}{Stable Release} 2.11
3.1 --- a/docs/xen-api/xenapi.tex Mon Feb 11 14:47:19 2008 +0000 3.2 +++ b/docs/xen-api/xenapi.tex Mon Feb 11 14:50:50 2008 +0000 3.3 @@ -17,6 +17,7 @@ 3.4 \usepackage{graphics} 3.5 \usepackage{longtable} 3.6 \usepackage{fancyhdr} 3.7 +\usepackage{hyperref} 3.8 3.9 \setlength\topskip{0cm} 3.10 \setlength\topmargin{0cm} 3.11 @@ -35,6 +36,10 @@ 3.12 % The revision history 3.13 \include{revision-history} 3.14 3.15 +% Table of contents 3.16 +\tableofcontents 3.17 + 3.18 + 3.19 % ... and off we go! 3.20 3.21 \chapter{Introduction}