diff options
Diffstat (limited to 'Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-grmaxwidth.html')
-rw-r--r-- | Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-grmaxwidth.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-grmaxwidth.html b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-grmaxwidth.html index 06edd868751..5655b2293f2 100644 --- a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-grmaxwidth.html +++ b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-grmaxwidth.html @@ -12,7 +12,7 @@ of course needs a little LaTeX internals programming): <pre> \makeatletter \def\maxwidth{% - \ifdim\Gin@nat@width>\linewidth + \ifdim\Gin@nat@width>\linewidth \linewidth \else \Gin@nat@width @@ -21,7 +21,7 @@ of course needs a little LaTeX internals programming): \makeatother </pre> </blockquote><p> -This defines a “variable” width which has the properties you want. +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: |