Ian Campbell
2012-Apr-25 09:24 UTC
[PATCH] docs: use "a4" not "a4wide" paper type for doxygen and latex
# HG changeset patch # User Ian Campbell <ian.campbell@citrix.com> # 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@citrix.com> --- 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}