diff options
Diffstat (limited to 'Master/texmf-doc/doc/english/FAQ-en/html/FAQ-grmaxwidth.html')
-rw-r--r-- | Master/texmf-doc/doc/english/FAQ-en/html/FAQ-grmaxwidth.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-grmaxwidth.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-grmaxwidth.html index 271700e262f..06edd868751 100644 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-grmaxwidth.html +++ b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-grmaxwidth.html @@ -2,11 +2,11 @@ <title>UK TeX FAQ -- question label grmaxwidth</title> </head><body> <h3>Limit the width of imported graphics</h3> -<p>Suppose you have graphics which may or may not be able to fit within +<p/>Suppose you have graphics which may or may not be able to fit within the width of the page; if they will fit, you want to set them at their natural size, but otherwise you want to scale the whole picture so that it fits within the page width. -<p>You do this by delving into the innards of the graphics package (which +<p/>You do this by delving into the innards of the graphics package (which of course needs a little LaTeX internals programming): <blockquote> <pre> @@ -24,11 +24,11 @@ of course needs a little LaTeX internals programming): This defines a “variable” width which has the properties you want. Replace <code>\</code><code>linewidth</code> if you have a different constraint on the width of the graphic. -<p>Use the command as follows: +<p/>Use the command as follows: <blockquote> <pre> \includegraphics[width=\maxwidth]{figure} </pre> </blockquote><p> -<p><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=grmaxwidth">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=grmaxwidth</a> +<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=grmaxwidth">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=grmaxwidth</a> </body> |