diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-08-29 21:58:15 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-08-29 21:58:53 +0200 |
commit | 29f66ddd7b0ef2da6356071da216b5dc92597301 (patch) | |
tree | 1de4d4c2f18001e3f0f346727af6557db122da37 | |
parent | 54461ce7ebce234829786f5420aa780d54f135aa (diff) | |
download | patches-29f66ddd7b0ef2da6356071da216b5dc92597301.tar patches-29f66ddd7b0ef2da6356071da216b5dc92597301.tar.gz |
doc: Fix the image size in PDF/PS/DVI output.
* doc/guix.texi (Bootstrapping): Specify an image width for the TeX
output. Before that, the image would be much wider than the US Letter
page width.
-rw-r--r-- | doc/guix.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi index ca2871bc53..6da3366dec 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -1768,7 +1768,7 @@ re-create them if needed (more on that later.) @c As of Emacs 24.3, Info-mode displays the image, but since it's a @c large image, it's hard to scroll. Oh well. -@image{images/bootstrap-graph,,,Dependency graph of the early bootstrap derivations} +@image{images/bootstrap-graph,6in,,Dependency graph of the early bootstrap derivations} The figure above shows the very beginning of the dependency graph of the distribution, corresponding to the package definitions of the @code{(gnu |