diff options
Diffstat (limited to 'Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-inclplain.html')
-rw-r--r-- | Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-inclplain.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-inclplain.html b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-inclplain.html index edf5f310b5c..3b30d81e60f 100644 --- a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-inclplain.html +++ b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-inclplain.html @@ -3,12 +3,12 @@ </head><body> <h3>Including Plain TeX files in LaTeX</h3> <p/>LaTeX, though originally <a href="FAQ-LaTeXandPlain.html">based on Plain TeX</a>, does not -contain all of Plain TeX’s commands. Worse, some Plain TeX +contain all of Plain TeX’s commands. Worse, some Plain TeX command names appear in LaTeX, with different semantics. As a result, special measures need to be taken to allow general Plain TeX documents (or parts of documents) to be typeset within LaTeX. <p/>The truly reliable way is to translate the Plain TeX commands, to -produce an equivalent of the original’s semantics. However, this is +produce an equivalent of the original’s semantics. However, this is not practical in many circumstances, and for those occasions, the <i>plain</i> package will often come to your aid. The package defines a <code>plain</code> environment, in which a Plain TeX @@ -22,10 +22,10 @@ document may be processed: </blockquote><p> The package is known to fail, for example, with documents that use AMSTeX; no doubt it would also fail if asked to load Eplain. -All these things can be overcome (although it’s not often easy), but +All these things can be overcome (although it’s not often easy), but the environment saves a lot of work on many occasions. <dl> -<dt><tt><i>plain.sty</i></tt><dd>Distributed as part of <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/carlisle.zip">macros/latex/contrib/carlisle</a> (or <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/carlisle/">browse the directory</a>) +<dt><tt><i>plain.sty</i></tt><dd>Distributed as part of <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/carlisle.zip">macros/latex/contrib/carlisle</a> (or <a href="http://www.tex.ac.uk/tex-archive/macros/latex/contrib/carlisle/">browse the directory</a>); <a href="http://www.tex.ac.uk/tex-archive/help/Catalogue/entries/plain-ltx.html">catalogue entry</a> </dl> <p/><p/><p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=inclplain">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=inclplain</a> </body> |