WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-changelog

[Xen-changelog] [xen-unstable] xen-api: Add TOC and hyperlink cross refe

To: xen-changelog@xxxxxxxxxxxxxxxxxxx
Subject: [Xen-changelog] [xen-unstable] xen-api: Add TOC and hyperlink cross reference to xen-api document
From: Xen patchbot-unstable <patchbot-unstable@xxxxxxxxxxxxxxxxxxx>
Date: Mon, 11 Feb 2008 11:00:12 -0800
Delivery-date: Mon, 11 Feb 2008 11:00:20 -0800
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-changelog-request@lists.xensource.com?subject=help>
List-id: BK change log <xen-changelog.lists.xensource.com>
List-post: <mailto:xen-changelog@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-changelog>, <mailto:xen-changelog-request@lists.xensource.com?subject=unsubscribe>
Reply-to: xen-devel@xxxxxxxxxxxxxxxxxxx
Sender: xen-changelog-bounces@xxxxxxxxxxxxxxxxxxx
# HG changeset patch
# User Keir Fraser <keir.fraser@xxxxxxxxxx>
# Date 1202741450 0
# Node ID e3b7f1793f0c110c2adb61b494adbdf55b9196fe
# Parent  7e189fc27f4ffd0bfcb1727dbbf3b06a1a515705
xen-api: Add TOC and hyperlink cross reference to xen-api document
Signed-off-by: Stefan Berger <stefanb@xxxxxxxxxx>
---
 docs/xen-api/revision-history.tex  |    7 +++++++
 docs/xen-api/xenapi-coversheet.tex |    2 +-
 docs/xen-api/xenapi.tex            |    5 +++++
 3 files changed, 13 insertions(+), 1 deletion(-)

diff -r 7e189fc27f4f -r e3b7f1793f0c docs/xen-api/revision-history.tex
--- a/docs/xen-api/revision-history.tex Mon Feb 11 14:47:19 2008 +0000
+++ b/docs/xen-api/revision-history.tex Mon Feb 11 14:50:50 2008 +0000
@@ -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 -r 7e189fc27f4f -r e3b7f1793f0c docs/xen-api/xenapi-coversheet.tex
--- a/docs/xen-api/xenapi-coversheet.tex        Mon Feb 11 14:47:19 2008 +0000
+++ b/docs/xen-api/xenapi-coversheet.tex        Mon Feb 11 14:50:50 2008 +0000
@@ -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 -r 7e189fc27f4f -r e3b7f1793f0c docs/xen-api/xenapi.tex
--- a/docs/xen-api/xenapi.tex   Mon Feb 11 14:47:19 2008 +0000
+++ b/docs/xen-api/xenapi.tex   Mon Feb 11 14:50:50 2008 +0000
@@ -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}

_______________________________________________
Xen-changelog mailing list
Xen-changelog@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-changelog

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-changelog] [xen-unstable] xen-api: Add TOC and hyperlink cross reference to xen-api document, Xen patchbot-unstable <=