diff options
Diffstat (limited to 'Master/texmf-doc/doc/english/FAQ-en/html/FAQ-findwidth.html')
-rw-r--r-- | Master/texmf-doc/doc/english/FAQ-en/html/FAQ-findwidth.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-findwidth.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-findwidth.html index 1bd07c02c6d..c6cfdeef124 100644 --- a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-findwidth.html +++ b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-findwidth.html @@ -9,7 +9,7 @@ \setbox0=\hbox{hi} \stringwidth=\wd0 </pre> -</blockquote> +</blockquote><p> Note that if the quantity in the <code>\</code><code>hbox</code> is a phrase, the actual measurement only approximates the width that the phrase will occupy in running text, since the inter-word glue can be adjusted in paragraph @@ -20,8 +20,8 @@ mode. \newlength{\gnat} \settowidth{\gnat}{\textbf{small}} </pre> -</blockquote> -This sets the value of the length command <code>\gnat</code> to the width of "small" +</blockquote><p> +This sets the value of the length command <code>\gnat</code> to the width of “small” in bold-face text. <p><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=findwidth">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=findwidth</a> </body> |