aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorIan Campbell <ian.campbell@citrix.com>2012-04-25 13:55:26 +0100
committerIan Campbell <ian.campbell@citrix.com>2012-04-25 13:55:26 +0100
commitdd9f31cc4e4914bc5aefd2d0fe19361dbf3c532c (patch)
tree9c705db8a22a1600eb3eb13bcd7658faa4d1e2ad /docs
parenta6c6766868fa6d78c902caaa9154b9f44c4a7f02 (diff)
downloadxen-dd9f31cc4e4914bc5aefd2d0fe19361dbf3c532c.tar.gz
xen-dd9f31cc4e4914bc5aefd2d0fe19361dbf3c532c.tar.bz2
xen-dd9f31cc4e4914bc5aefd2d0fe19361dbf3c532c.zip
docs: use "a4" not "a4wide" paper type for doxygen and latex
a4wide is no longer shipped in texlive. Reported by Bastian Blank Signed-off-by: Ian Campbell <ian.campbell@citrix.com> Committed-by: Keir Fraser <keir@xen.org>
Diffstat (limited to 'docs')
-rw-r--r--docs/Doxyfile2
-rw-r--r--docs/xen-api/xenapi.tex2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/Doxyfile b/docs/Doxyfile
index 21b06aa07f..8ac445146f 100644
--- a/docs/Doxyfile
+++ b/docs/Doxyfile
@@ -747,7 +747,7 @@ COMPACT_LATEX = NO
# by the printer. Possible values are: a4, a4wide, letter, legal and
# executive. If left blank a4wide will be used.
-PAPER_TYPE = a4wide
+PAPER_TYPE = a4
# The EXTRA_PACKAGES tag can be to specify one or more names of LaTeX
# packages that should be included in the LaTeX output.
diff --git a/docs/xen-api/xenapi.tex b/docs/xen-api/xenapi.tex
index 68e68fae61..b59b706772 100644
--- a/docs/xen-api/xenapi.tex
+++ b/docs/xen-api/xenapi.tex
@@ -13,7 +13,7 @@
\documentclass{report}
-\usepackage{a4wide}
+\usepackage{a4}
\usepackage{graphics}
\usepackage{longtable}
\usepackage{fancyhdr}