* [PATCH] Don't use a4wide in latex
@ 2012-04-16 15:46 Bastian Blank
2012-04-16 16:22 ` Ian Campbell
0 siblings, 1 reply; 3+ messages in thread
From: Bastian Blank @ 2012-04-16 15:46 UTC (permalink / raw)
To: xen-devel
[-- Attachment #1: Type: text/plain, Size: 175 bytes --]
a4wide is not longer shipped in texlive. Just don't use it.
Bastian
--
Men will always be men -- no matter where they are.
-- Harry Mudd, "Mudd's Women", stardate 1329.8
[-- Attachment #2: diff --]
[-- Type: text/plain, Size: 260 bytes --]
diff --git a/docs/xen-api/xenapi.tex b/docs/xen-api/xenapi.tex
--- a/docs/xen-api/xenapi.tex
+++ b/docs/xen-api/xenapi.tex
@@ -13,7 +13,6 @@
\documentclass{report}
-\usepackage{a4wide}
\usepackage{graphics}
\usepackage{longtable}
\usepackage{fancyhdr}
[-- Attachment #3: Type: text/plain, Size: 126 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel
^ permalink raw reply [flat|nested] 3+ messages in thread* Re: [PATCH] Don't use a4wide in latex
2012-04-16 15:46 [PATCH] Don't use a4wide in latex Bastian Blank
@ 2012-04-16 16:22 ` Ian Campbell
2012-04-25 10:23 ` Bastian Blank
0 siblings, 1 reply; 3+ messages in thread
From: Ian Campbell @ 2012-04-16 16:22 UTC (permalink / raw)
To: Bastian Blank; +Cc: xen-devel@lists.xensource.com
On Mon, 2012-04-16 at 16:46 +0100, Bastian Blank wrote:
> a4wide is not longer shipped in texlive. Just don't use it.
Needs a signed off by (I guess, although the change is about as trivial
as is possible).
Acked-by: Ian Campbell <ian.campbell@citrix.com>
Do we also want/need:
8<----------------------------------------------
docs: use "a4" not "a4wide" paper type for doxygen
a4wide is no longer shipped in texlive.
Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
diff -r a20c43492fbf docs/Doxyfile
--- a/docs/Doxyfile Mon Apr 16 15:41:43 2012 +0100
+++ b/docs/Doxyfile Mon Apr 16 17:21: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.
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-04-25 10:23 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-04-16 15:46 [PATCH] Don't use a4wide in latex Bastian Blank
2012-04-16 16:22 ` Ian Campbell
2012-04-25 10:23 ` Bastian Blank
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).