aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorKeir Fraser <keir.fraser@citrix.com>2008-02-11 14:50:50 +0000
committerKeir Fraser <keir.fraser@citrix.com>2008-02-11 14:50:50 +0000
commitc35e8672fbd86aca2422aece979cc2eae8ed3cdd (patch)
tree713ede55bf0a8cb0d42b9566dcca0b5ebcf37a53 /docs
parent7a26ce5af33f4a32b456e51f59ab25b86b7eefc0 (diff)
downloadxen-c35e8672fbd86aca2422aece979cc2eae8ed3cdd.tar.gz
xen-c35e8672fbd86aca2422aece979cc2eae8ed3cdd.tar.bz2
xen-c35e8672fbd86aca2422aece979cc2eae8ed3cdd.zip
xen-api: Add TOC and hyperlink cross reference to xen-api document
Signed-off-by: Stefan Berger <stefanb@us.ibm.com>
Diffstat (limited to 'docs')
-rw-r--r--docs/xen-api/revision-history.tex7
-rw-r--r--docs/xen-api/xenapi-coversheet.tex2
-rw-r--r--docs/xen-api/xenapi.tex5
3 files changed, 13 insertions, 1 deletions
diff --git a/docs/xen-api/revision-history.tex b/docs/xen-api/revision-history.tex
index 70ac17390f..d282adb106 100644
--- a/docs/xen-api/revision-history.tex
+++ b/docs/xen-api/revision-history.tex
@@ -23,5 +23,12 @@
\end{flushleft}
\end{minipage}\\
\hline
+ 1.0.2 & 11th Feb. 08 & S. Berger &
+ \begin{minipage}[t]{7cm}
+ \begin{flushleft}
+ Added table of contents and hyperlink cross reference.
+ \end{flushleft}
+ \end{minipage}\\
+ \hline
\end{tabular}
\end{center} \ No newline at end of file
diff --git a/docs/xen-api/xenapi-coversheet.tex b/docs/xen-api/xenapi-coversheet.tex
index bf9371f073..c35190acfe 100644
--- a/docs/xen-api/xenapi-coversheet.tex
+++ b/docs/xen-api/xenapi-coversheet.tex
@@ -17,7 +17,7 @@
\newcommand{\coversheetlogo}{xen.eps}
%% Document date
-\newcommand{\datestring}{25th January 2008}
+\newcommand{\datestring}{11th February 2008}
\newcommand{\releasestatement}{Stable Release}
diff --git a/docs/xen-api/xenapi.tex b/docs/xen-api/xenapi.tex
index f71689e377..902d9b2daf 100644
--- a/docs/xen-api/xenapi.tex
+++ b/docs/xen-api/xenapi.tex
@@ -17,6 +17,7 @@
\usepackage{graphics}
\usepackage{longtable}
\usepackage{fancyhdr}
+\usepackage{hyperref}
\setlength\topskip{0cm}
\setlength\topmargin{0cm}
@@ -35,6 +36,10 @@
% The revision history
\include{revision-history}
+% Table of contents
+\tableofcontents
+
+
% ... and off we go!
\chapter{Introduction}