summaryrefslogtreecommitdiff
path: root/Master/texmf-doc/doc/english/make-tex-work/html/apd.html
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-doc/doc/english/make-tex-work/html/apd.html')
-rw-r--r--Master/texmf-doc/doc/english/make-tex-work/html/apd.html229
1 files changed, 229 insertions, 0 deletions
diff --git a/Master/texmf-doc/doc/english/make-tex-work/html/apd.html b/Master/texmf-doc/doc/english/make-tex-work/html/apd.html
new file mode 100644
index 00000000000..e7e99b4f4b9
--- /dev/null
+++ b/Master/texmf-doc/doc/english/make-tex-work/html/apd.html
@@ -0,0 +1,229 @@
+<?xml version="1.0" encoding="iso-8859-1"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+
+<html xmlns="http://www.w3.org/1999/xhtml">
+ <head>
+ <meta name="generator"
+ content="HTML Tidy for Linux/x86 (vers 1st March 2002), see www.w3.org" />
+ <meta http-equiv="Content-Type"
+ content="text/html; charset=ISO-8859-1" />
+
+ <title>Appendix&#160;D.&#160;Long Examples</title>
+ <link rel="stylesheet" href="mtw.css" type="text/css" />
+ <meta name="generator"
+ content="DocBook XSL Stylesheets V1.53.0" />
+ <link rel="home" href="index.html" title="Making TeX Work" />
+ <link rel="up" href="pt03.html"
+ title="Part&#160;III.&#160;A Tools Overview" />
+ <link rel="previous" href="apc.html"
+ title="Appendix&#160;C.&#160;Resources" />
+ <link rel="next" href="ape.html"
+ title="Appendix&#160;E.&#160;GNU Free Documentation License" />
+ </head>
+
+ <body>
+ <div class="navheader">
+ <table border="0" cellpadding="0" cellspacing="0"
+ width="100%" summary="Navigation table">
+ <tr>
+ <td align="left">&#160;<a title="Making TeX Work"
+ href="index.html"><img src="figures/nav-home.png"
+ alt="Home" border="0" /></a>&#160;<a
+ title="Appendix&#160;C.&#160;Resources"
+ href="apc.html"><img src="figures/nav-prev.png"
+ alt="Prev" border="0" /></a>&#160;<a
+ title="Part&#160;III.&#160;A Tools Overview"
+ href="pt03.html"><img src="figures/nav-up.png" alt="Up"
+ border="0" /></a>&#160;<a
+ title="Appendix&#160;E.&#160;GNU Free Documentation License"
+ href="ape.html"><img src="figures/nav-next.png"
+ alt="Next" border="0" /></a></td>
+
+ <td align="right"><i>Making TeX Work</i> Version 1.0.1
+ <span class="alpha-version">(<a
+ href="co01.html"><em>Alpha</em></a>)</span></td>
+ </tr>
+ </table>
+ </div>
+
+ <div class="appendix">
+ <div class="titlepage">
+ <div>
+ <h2 class="title"><a id="app.examples"
+ name="app.examples"></a>Appendix&#160;D.&#160;Long
+ Examples</h2>
+ </div>
+
+ <div>
+ <p class="releaseinfo">$Revision: 1.1 $</p>
+ </div>
+
+ <div>
+ <p class="pubdate">$Date: 2002/08/23 14:31:13 $</p>
+ </div>
+ </div>
+
+ <p>This appendix contains the source for several scripts that
+ seemed too long to place in the running text. These scripts
+ are provided as examples only, they may not run on your
+ system without some modification.</p>
+
+ <p>These examples are available online, see the Preface for
+ more information about retrieving online examples.</p>
+
+ <p>The \program{MakeTeXPK.pl} script builds PK files from
+ MetaFont and PostScript fonts.</p>
+
+ <div class="example">
+ <a id="ex.maketexpk" name="ex.maketexpk"></a>
+
+ <p class="title">
+ <b>Example&#160;D.1.&#160;MakeTeXPK.pl</b></p>
+<pre class="programlisting">
+<a type="simple" show="embed" actuate="onLoad"
+href="MakeTeXPK.pl"></a>
+</pre>
+ </div>
+
+ <p>The \program{MakeTeXTFM.pl} script builds TFM files from
+ \MF\ and PostScript (\ext{AFM} file) fonts.</p>
+
+ <div class="example">
+ <a id="ex.maketextfm" name="ex.maketextfm"></a>
+
+ <p class="title">
+ <b>Example&#160;D.2.&#160;MakeTeXTFM.pl</b></p>
+<pre class="programlisting">
+<a type="simple" show="embed" actuate="onLoad"
+href="MakeTeXTFM.pl"></a>
+</pre>
+ </div>
+
+ <p>The \program{dvidxx.btm} script is written in
+ \program{4DOS}'s extended batch language. It performs
+ automatic font generation for \MF\ and PostScript fonts using
+ \emTeX's drivers (version 1.4s).</p>
+
+ <div class="example">
+ <a id="ex.dvidxx" name="ex.dvidxx"></a>
+
+ <p class="title">
+ <b>Example&#160;D.3.&#160;dvidxx.btm</b></p>
+<pre class="programlisting">
+<a type="simple" show="embed" actuate="onLoad"
+href="dvidxx.btm"></a>
+</pre>
+ </div>
+
+ <p>The \program{makepk.btm} script is used by
+ \program{dvidxx.btm}, shown in Example~\ref{ex:dvidxx} in
+ this appendix.</p>
+
+ <div class="example">
+ <a id="ex.makepk" name="ex.makepk"></a>
+
+ <p class="title">
+ <b>Example&#160;D.4.&#160;makepk.btm</b></p>
+<pre class="programlisting">
+<a type="simple" show="embed" actuate="onLoad"
+href="makepk.btm"></a>
+</pre>
+ </div>
+
+ <p>The \program{enc-afm.pl} script changes the encoding
+ vector in an \ext{AFM} file.</p>
+
+ <div class="example">
+ <a id="ex.encafmpl" name="ex.encafmpl"></a>
+
+ <p class="title">
+ <b>Example&#160;D.5.&#160;enc-afm.pl</b></p>
+<pre class="programlisting">
+<a type="simple" show="embed" actuate="onLoad"
+href="enc-afm.pl"></a>
+</pre>
+ </div>
+
+ <p>The \program{TeXtoXfont} script is a \Unix\ shell script
+ (written in \program{bash}) which builds an X11 font from a
+ \MF\ or PostScript font.</p>
+
+ <div class="example">
+ <a id="ex.textoxfont" name="ex.textoxfont"></a>
+
+ <p class="title">
+ <b>Example&#160;D.6.&#160;TeXtoXfont</b></p>
+<pre class="programlisting">
+<a type="simple" show="embed" actuate="onLoad"
+href="TeXtoXfont"></a>
+</pre>
+ </div>
+
+ <p>The \program{PStoXfont} script is used by
+ \program{TeXtoXfont}, shown in Example~\ref{ex:textoxfont} in
+ this appendix.</p>
+
+ <div class="example">
+ <a id="ex.pstoxfont" name="ex.pstoxfont"></a>
+
+ <p class="title">
+ <b>Example&#160;D.7.&#160;PStoXfont</b></p>
+<pre class="programlisting">
+<a type="simple" show="embed" actuate="onLoad"
+href="PStoXfont"></a>
+</pre>
+ </div>
+
+ <p>The \program{txt2verb.pl} script translates arbitrary text
+ lines into a format suitable for including in
+ \verb|\verbatim| material in \TeX.</p>
+
+ <div class="example">
+ <a id="ex.txt2verb" name="ex.txt2verb"></a>
+
+ <p class="title">
+ <b>Example&#160;D.8.&#160;txt2verb.pl</b></p>
+<pre class="programlisting">
+<a type="simple" show="embed" actuate="onLoad"
+href="txt2verb.pl"></a>
+</pre>
+ </div>
+ </div>
+
+ <div class="navfooter">
+ <table width="100%" summary="Navigation table">
+ <tr>
+ <td width="40%" align="left"><a
+ title="Appendix&#160;C.&#160;Resources"
+ href="apc.html"><img src="figures/nav-prev.png"
+ alt="Prev" border="0" /></a>&#160;</td>
+
+ <td width="20%" align="center"><a title="Making TeX Work"
+ href="index.html"><img src="figures/nav-home.png"
+ alt="Home" border="0" /></a></td>
+
+ <td width="40%" align="right">&#160;<a
+ title="Appendix&#160;E.&#160;GNU Free Documentation License"
+ href="ape.html"><img src="figures/nav-next.png"
+ alt="Next" border="0" /></a></td>
+ </tr>
+
+ <tr>
+ <td width="40%" align="left">
+ Appendix&#160;C.&#160;Resources&#160;</td>
+
+ <td width="20%" align="center"><a
+ title="Part&#160;III.&#160;A Tools Overview"
+ href="pt03.html"><img src="figures/nav-up.png" alt="Up"
+ border="0" /></a></td>
+
+ <td width="40%" align="right">
+ &#160;Appendix&#160;E.&#160;GNU Free Documentation
+ License</td>
+ </tr>
+ </table>
+ </div>
+ </body>
+</html>
+