summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-breakbox.html
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-breakbox.html')
-rw-r--r--Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-breakbox.html10
1 files changed, 5 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-breakbox.html b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-breakbox.html
index 2da33de2c39..e449f47c780 100644
--- a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-breakbox.html
+++ b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-breakbox.html
@@ -2,9 +2,9 @@
<title>UK TeX FAQ -- question label breakbox</title>
</head><body>
<h3>Breaking boxes of text</h3>
-<p/>(La)TeX boxes may not be broken, in ordinary usage: once you&rsquo;ve
+<p/>(La)TeX boxes may not be broken, in ordinary usage: once you&#8217;ve
typeset something into a box, it will stay there, and the box will jut
-out beyond the side or the bottom of the page if it doesn&rsquo;t fit in the
+out beyond the side or the bottom of the page if it doesn&#8217;t fit in the
typeset area.
<p/>If you want a substantial portion of your text to be framed (or
coloured), the restriction starts to seem a real imposition.
@@ -12,14 +12,14 @@ Fortunately, there are ways around the problem.
<p/>The <i>framed</i> package provides <code>framed</code> and
<code>shaded</code> environments; both put their content into
something which looks like a framed (or coloured) box, but which
-breaks as necessary at page end. The environments &ldquo;lose&rdquo; footnotes,
+breaks as necessary at page end. The environments &#8220;lose&#8221; footnotes,
marginpars and head-line entries, and will not work with
<i>multicol</i> or other column-balancing macros. The
<i>memoir</i> class includes the functionality of the
<i>framed</i> package.
<p/>The <i>boites</i> package provides a <code>breakbox</code>
environment; examples of its use may be found in the distribution, and
-the package&rsquo;s <i>README</i> file contains terse documentation. The
+the package&#8217;s <i>README</i> file contains terse documentation. The
environments may be nested, and may appear inside
<code>multicols</code> environments; however, floats, footnotes and
marginpars will be lost.
@@ -35,7 +35,7 @@ current LaTeX.
<dl>
<dt><tt><i>backgrnd.tex</i></tt><dd><a href="http://www.tex.ac.uk/tex-archive/macros/generic/misc/backgrnd.tex">macros/generic/misc/backgrnd.tex</a>
<dt><tt><i>boites.sty</i></tt><dd><a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/boites.zip">macros/latex/contrib/boites</a> (or <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/boites/">browse the directory</a>)
-<dt><tt><i>framed.sty</i></tt><dd><a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/misc/framed.sty">macros/latex/contrib/misc/framed.sty</a>
+<dt><tt><i>framed.sty</i></tt><dd><a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/framed.zip">macros/latex/contrib/framed</a> (or <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/framed/">browse the directory</a>)
<dt><tt><i>memoir.cls</i></tt><dd><a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/memoir.zip">macros/latex/contrib/memoir</a> (or <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/memoir/">browse the directory</a>)
<dt><tt><i>shade.tex</i></tt><dd><a href="http://www.tex.ac.uk/tex-archive/macros/generic/shade.zip">macros/generic/shade</a> (or <a href="http://www.tex.ac.uk/tex-archive/macros/generic/shade/">browse the directory</a>)
</dl>