diff options
Diffstat (limited to 'Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-writecls.html')
-rw-r--r-- | Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-writecls.html | 20 |
1 files changed, 12 insertions, 8 deletions
diff --git a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-writecls.html b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-writecls.html index 492b1347ae9..6f25dd17fb9 100644 --- a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-writecls.html +++ b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-writecls.html @@ -17,9 +17,12 @@ knowledge it is possible to use the documented source of LaTeX as reference material (dedicated authors will acquaint themselves with the source as a matter of course). A complete set of the documented source of LaTeX may be prepared by processing the file -<i>source2e.tex</i> in the LaTeX distribution, but individual files -in the distribution may be processed separately with LaTeX, like -any well-constructed <a href="FAQ-dtx.html"><code>.dtx</code> file</a>. +<i>source2e.tex</i> in the LaTeX distribution. Such processing is +noticeably tedious, but Heiko Oberdiek has prepared a well-linked +PDF version, which is in the file <i>base.tds.zip</i> of his +<i>latex-tds</i> distribution. Individual files in the LaTeX +distribution may be processed separately with LaTeX, like any +well-constructed <a href="FAQ-dtx.html"><code>.dtx</code> file</a>. <p/>Writing good classes is not easy; it’s a good idea to read some established ones (<i>classes.dtx</i>, for example, is the documented source of the standard classes other than <i>Letter</i>, and may @@ -33,11 +36,12 @@ as it appears in <i>classes.dtx</i>, was published in <i>TUGboat</i> 28(1). The article, by Peter Flynn, which is some help in understanding <i>classes.dtx</i> <dl> -<dt><tt><i>classes.dtx</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/base/classes.dtx">macros/latex/base/classes.dtx</a> -<dt><tt><i>clsguide.pdf</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/doc/clsguide.pdf">macros/latex/doc/clsguide.pdf</a> -<dt><tt><i>ltxguide.cls</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/base/ltxguide.cls">macros/latex/base/ltxguide.cls</a> -<dt><tt><i>LaTeX documentation</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/doc.zip">macros/latex/doc</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/latex/doc.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/latex/doc/">browse</a>) -<dt><tt><i>source2e.tex</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/latex/base/source2e.tex">macros/latex/base/source2e.tex</a> +<dt><tt><i>classes.dtx</i></tt><dd><a href="http://www.tex.ac.uk/www.tex.ac.uk tex-archivemacros/latex/base/classes.dtx">macros/latex/base/classes.dtx</a> +<dt><tt><i>clsguide.pdf</i></tt><dd><a href="http://www.tex.ac.uk/www.tex.ac.uk tex-archivemacros/latex/doc/clsguide.pdf">macros/latex/doc/clsguide.pdf</a> +<dt><tt><i>latex-tds collection</i></tt><dd><a href="http://www.tex.ac.uk/www.tex.ac.uk tex-archivemacros/latex/contrib/latex-tds/">macros/latex/contrib/latex-tds/</a> +<dt><tt><i>ltxguide.cls</i></tt><dd><a href="http://www.tex.ac.uk/www.tex.ac.uk tex-archivemacros/latex/base/ltxguide.cls">macros/latex/base/ltxguide.cls</a> +<dt><tt><i>LaTeX documentation</i></tt><dd><a href="http://www.tex.ac.uk/www.tex.ac.uk tex-archive/macros/latex/doc.zip">macros/latex/doc</a> (or <a href="http://www.tex.ac.uk/www.tex.ac.uk tex-archive/macros/latex/doc/">browse the directory</a>) +<dt><tt><i>source2e.tex</i></tt><dd><a href="http://www.tex.ac.uk/www.tex.ac.uk tex-archivemacros/latex/base/source2e.tex">macros/latex/base/source2e.tex</a> </dl> <p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=writecls">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=writecls</a> </body> |