[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Xen-devel] [PATCH] docs: use "a4" not "a4wide" paper type for doxygen and latex



# HG changeset patch
# User Ian Campbell <ian.campbell@xxxxxxxxxx>
# Date 1335345862 -3600
# Node ID 057516cb84336da09fe3163aeeb9039cf4d20c26
# Parent  5d796144e8a276ea843c5ad5ec4ae678194d50f3
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@xxxxxxxxxx>
---

Bastian provided a patch for the latex part but no Signed-off-by, I have
trivially reimplemented that part of the fix from his description.

diff -r 5d796144e8a2 -r 057516cb8433 docs/Doxyfile
--- a/docs/Doxyfile     Wed Apr 25 10:17:10 2012 +0100
+++ b/docs/Doxyfile     Wed Apr 25 10:24:22 2012 +0100
@@ -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 -r 5d796144e8a2 -r 057516cb8433 docs/xen-api/xenapi.tex
--- a/docs/xen-api/xenapi.tex   Wed Apr 25 10:17:10 2012 +0100
+++ b/docs/xen-api/xenapi.tex   Wed Apr 25 10:24:22 2012 +0100
@@ -13,7 +13,7 @@
 
 \documentclass{report}
 
-\usepackage{a4wide}
+\usepackage{a4}
 \usepackage{graphics}
 \usepackage{longtable}
 \usepackage{fancyhdr}

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxx
http://lists.xen.org/xen-devel


 


Rackspace

Lists.xenproject.org is hosted with RackSpace, monitoring our
servers 24x7x365 and backed by RackSpace's Fanatical Support®.