blob: 4a0148e21290b14dade11e8b590a4d5394d9618b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
<head>
<title>UK TeX FAQ -- question label LaTeXtoPlain</title>
</head><body>
<h3>Translating LaTeX to Plain TeX</h3>
<p/>Unfortunately, no “general”, simple, automatic process is likely to
succeed at this task. See
“<a href="FAQ-LaTeXandPlain.html">How does LaTeX relate to Plain TeX</a>”
for further details.
<p/>Translating a document designed to work with LaTeX into one
designed to work with Plain TeX is likely to amount to carefully
including (or otherwise re-implementing) all those parts of LaTeX,
beyond the provisions of Plain TeX, which the document uses.
<p/>Some of this work is has (in a sense) been done, in the port of the
LaTeX graphics package to Plain TeX. However, while
<i>graphics</i> is available, other complicated packages (notably
<i>hyperref</i>) are not. The aspiring translator may find the
<a href="FAQ-eplain.html">Eplain</a> system a useful source of code. (In fact,
a light-weight system such as Eplain might reasonably be adopted as
an alternative target of translation, though it undoubtedly gives the
user more than the “bare minimum” that Plain TeX is designed to
offer.)
<dl>
<dt><tt><i>\latexhtml{\textrm{The}}{The} eplain system</i></tt><dd>
<a href="ftp://cam.ctan.org/tex-archive/macros/eplain.zip">macros/eplain</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/eplain.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/eplain/">browse</a>)
<dt><tt><i>\latexhtml{\textrm{‘Plain TeX’}}{Plain TeX} graphics</i></tt><dd>
<a href="ftp://cam.ctan.org/tex-archive/macros/plain/graphics.zip">macros/plain/graphics</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/plain/graphics.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/plain/graphics/">browse</a>)
</dl>
<p/>
<p/><p/><p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=LaTeXtoPlain">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=LaTeXtoPlain</a>
</body>
|