]> xenbits.xensource.com Git - xen.git/commitdiff
docs: use "a4" not "a4wide" paper type for doxygen and latex
authorIan Campbell <ian.campbell@citrix.com>
Wed, 25 Apr 2012 12:55:26 +0000 (13:55 +0100)
committerIan Campbell <ian.campbell@citrix.com>
Wed, 25 Apr 2012 12:55:26 +0000 (13:55 +0100)
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>
docs/Doxyfile
docs/xen-api/xenapi.tex

index 21b06aa07fcc75de8b05483ed4ed6ff28d2af2ca..8ac445146f1ee781926ebdeabf5d67ec3c0d9f1d 100644 (file)
@@ -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.
index 68e68fae61d2d4de021fa900af6528340bdc50a1..b59b706772c1999cb5cce4a1ade3d2c1f59eaa03 100644 (file)
@@ -13,7 +13,7 @@
 
 \documentclass{report}
 
-\usepackage{a4wide}
+\usepackage{a4}
 \usepackage{graphics}
 \usepackage{longtable}
 \usepackage{fancyhdr}