summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-grmaxwidth.html
diff options
context:
space:
mode:
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.html4
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&gt;\linewidth
+ \ifdim\Gin@nat@width&#62;\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 &ldquo;variable&rdquo; width which has the properties you want.
+This defines a &#8220;variable&#8221; 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: