s i s t e m a o p e r a c i o n a l m a g n u x l i n u x | ~/ · documentação · suporte · sobre |
Next
Previous
Contents
1. Introduction.
1.1 Copyright.The teTeX-HOWTO is copyright (C) 1997, 1998 by Robert Kiesling. Permission is granted to make and distribute verbatim copies of this manual provided that the copyright notice and this permission notice are preserved on all copies. Permission is granted to copy and distribute modified versions of this manual under the conditions for verbatim copying, provided also that the sections entitled, ``Distribution,'' and, ``GNU General Public License,'' are included exactly as in the original, and provided that the entire resulting derived work is distributed under the terms of a permission notice identical to this one. Permission is granted to copy and distribute translations of this manual into another language, under the above conditions for modified versions. except that the sections entitled, ``Distribution,'' and, ``GNU General Public License,'' may be included in a translation approved by the Free Software Foundation instead of in the original English. Please refer to Section Distribution and Copyright for terms of copying.
1.2 Software described in this document.TeX handles only the formatting part of the document preparation.
Generating output from TeX is like compiling source code into object
code, which still needs to be linked. You prepare an input file with
a text editor----what most people think of as ``word processing''---
and format the input file document with TeX to produce a
device-independent output file, called a You also need a program or two to translate TeX's
teTeX.TeX is implemented for practically every serious computer system in the world---and quite a few ``non-serious'' ones---so implementors must provide the installation facilities for all of them. This accounts in part for teTeX's complexity, in addition to the inherent complexity of any TeX installation. It also accounts for the fact that installing the system yourself is a significant task, and unless you are already familiar with TeX, it is easy to get lost in the numerous executable programs, TeX files, documentation, and fonts. Fortunately, teTeX is part of the GNU/Linux distribution. You can install the package much more easily using GNU/Linux installation tools. You may already have teTeX installed on your system. If so, you can skip ahead to Section Using teTeX. However, if you want to install the package, the archives necessary for a workable teTeX installation are on the CTAN archive network. There is a list of these sites in Section CTAN site list. CTAN is the Comprehensive TeX Archive Network, a series of anonymous
FTP sites that archive TeX programs, macros, fonts, and documentation.
In the course of using TeX you'll probably become familiar with at
least one CTAN site. In this document, a pathname like
The installation of the generic teTeX distribution described in Section Installing the CTAN teTeX distribution concentrates on the Intel versions of Linux. Installing teTeX on other hardware should require only substituting the appropriate executable program archive in the installation process. In addition to the executable programs, the distribution includes all
of the TeX and LaTeX package, TeX was written by Professor Donald Knuth of Stanford University. It is a lower-level typesetting language for all of the higher-level packages like LaTeX. Essentially, LaTeX is a set of TeX macros that provide convenient, predefined document formats for end users. If you like the formats provided by LaTeX, you may never need to learn bare-bones TeX programming. The difference between the two languages is like the difference between assembly language and C. You can have the speed and flexibility of TeX, or the convenience of LaTeX. By the way, the letters of the word ``TeX'' are Greek,
tau-epsilon-chi. It is not a fraternity, but the root of the Greek
word, techne, which means art and/or science. ``TeX'' is not
pronounced like the first syllable in ``Texas.'' The chi has
no English equivalent, but TeX is generally pronounced so that it
rhymes with ``yecch,'' to use Professor Knuth's example from The
TeXBook, which is one of the standard TeX references. When
writing, ``TeX,'' on character devices, always use the standard
capitalization, or the
Text editors.Any of the editors that work under Linux---
|