summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-plaintex.html
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-04-07 22:47:28 +0000
committerKarl Berry <karl@freefriends.org>2010-04-07 22:47:28 +0000
commit3f1971c9b7717818766692c9aa497e20e7472f2c (patch)
tree678de0190b6643b1b21fd9441fa1387bce180726 /Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-plaintex.html
parentc7c3b090320a234149dbe23315e2a15a2773ac79 (diff)
FAQ-en 3.19d (7apr10)
git-svn-id: svn://tug.org/texlive/trunk@17742 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-plaintex.html')
-rw-r--r--Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-plaintex.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-plaintex.html b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-plaintex.html
new file mode 100644
index 00000000000..0020238c01c
--- /dev/null
+++ b/Master/texmf-dist/doc/generic/FAQ-en/html/FAQ-plaintex.html
@@ -0,0 +1,19 @@
+<head>
+<title>UK TeX FAQ -- question label plaintex</title>
+</head><body>
+<h3>What&#8217;s &#8220;writing in TeX&#8221;?</h3>
+<p/>TeX is a macro processor, and offers its users a powerful
+programming capability. To produce a document, you write macros and
+text interleaved with each other. The macros define an environment in
+which the text is to be typeset.
+<p/>However, the basic TeX engine is pretty
+basic, and is a pretty difficult beast to deal with. Recognising this
+(and not wanting to write the same things at the start of every
+document, himself) Knuth provided a package of macros for use with
+TeX, called Plain TeX; Plain TeX is a useful minimum set of
+macros that can be used with TeX, together with some demonstration
+versions of higher-level commands. When people say they&#8217;re &#8220;writing
+(or programming) in TeX&#8221;, they usually mean they&#8217;re programming in
+Plain TeX.
+<p/><p>This question on the Web: <a href="http://www.tex.ac.uk/cgi-bin/texfaq2html?label=plaintex">http://www.tex.ac.uk/cgi-bin/texfaq2html?label=plaintex</a>
+</body>