diff options
Diffstat (limited to 'Master/texmf-doc/doc/english/FAQ-en/html/FAQ-texinfo.html')
-rw-r--r-- | Master/texmf-doc/doc/english/FAQ-en/html/FAQ-texinfo.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-texinfo.html b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-texinfo.html new file mode 100644 index 00000000000..df149ea8f45 --- /dev/null +++ b/Master/texmf-doc/doc/english/FAQ-en/html/FAQ-texinfo.html @@ -0,0 +1,24 @@ +<head> +<title>UK TeX FAQ -- question label texinfo</title> +</head><body> +<h3>What is Texinfo?</h3> +<p>Texinfo is a documentation system that uses one source file to produce +both on-line information and printed output. So instead of writing +two different documents, one for the on-line help and the other for a +typeset manual, you need write only one document source file. When +the work is revised, you need only revise one document. You can read +the on-line information, known as an "Info file", with an Info +documentation-reading program. By convention, Texinfo source file +names end with a <code>.texi</code> or <code>.texinfo</code> extension. You can write and +format Texinfo files into Info files within GNU +<i>emacs</i>, and read them using the <i>emacs</i> Info +reader. You can also format Texinfo files into Info files using +<i>makeinfo</i> and read them using <i>info</i>, so you're not +dependent on <i>emacs</i>. The distribution includes a +<i>Perl</i> script, <i>texi2html</i>, that will convert +Texinfo sources into HTML. +<dl> +<dt><tt><i>Texinfo distribution</i></tt><dd><a href="ftp://cam.ctan.org/tex-archive/macros/texinfo/texinfo.zip">macros/texinfo/texinfo</a> (<a href="ftp://cam.ctan.org/tex-archive/macros/texinfo/texinfo.tar.gz">gzipped tar</a>, <a href="http://www.tex.ac.uk/tex-archive/macros/texinfo/texinfo/">browse</a>) +</dl> +<p><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=texinfo">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=texinfo</a> +</body> |