home *** CD-ROM | disk | FTP | other *** search
/ ftp.pasteur.org/FAQ/ / ftp-pasteur-org-FAQ.zip / FAQ / text / tex / pointers
Encoding:
Internet Message Format  |  2002-03-15  |  10.2 KB

  1. Path: senator-bedfellow.mit.edu!bloom-beacon.mit.edu!nycmny1-snh1.gtei.net!news.gtei.net!newsfeed.mathworks.com!news.maxwell.syr.edu!newsfeed1.uni2.dk!news.net.uni-c.dk!localhost!not-for-mail
  2. From: support@tug.org (TeX Users Group)
  3. Newsgroups: comp.text.tex,comp.answers,news.answers
  4. Subject: [comp.text.tex] (La)TeX FAQs and answers: links and pointers
  5. Supersedes: <text/tex/pointers-1-1011627126@tug.org>
  6. Followup-To: comp.text.tex
  7. Date: 15 Mar 2002 00:00:03 +0100
  8. Organization: TeX Users Group
  9. Lines: 240
  10. Sender: root@tug.org
  11. Approved: news-answers-request@MIT.EDU
  12. Distribution: world
  13. Expires: 19 Apr 02 01:00:00 -0000
  14. Message-ID: <text/tex/pointers-1-1016146800@tug.org>
  15. Reply-To: support@tug.org (TeX Users Group)
  16. NNTP-Posting-Host: isdn-2-178.daimi.au.dk
  17. X-Trace: news.net.uni-c.dk 1016146808 18008 130.225.2.178 (14 Mar 2002 23:00:08 GMT)
  18. X-Complaints-To: usenet@news.net.uni-c.dk
  19. NNTP-Posting-Date: Thu, 14 Mar 2002 23:00:08 +0000 (UTC)
  20. Summary: This introduction to comp.text.tex contains pointers to other
  21.      sources of information on TeX, LaTeX, DVI processors,
  22.      mathematical typography, and related topics.
  23. Keywords: TeX, LaTeX, DVI, mathematical typography, faq
  24. Xref: senator-bedfellow.mit.edu comp.text.tex:231238 comp.answers:49245 news.answers:226474
  25.  
  26. Posted-By: auto-faq 3.3 (Perl 5.006)
  27. Archive-name: text/tex/pointers
  28. Revision: 1.6 2001/05/07 13:08:52
  29. Copyright: public domain
  30. Posting-Frequency: monthly
  31. URL: http://tug.org/tex-ptr-faq
  32.  
  33.         Pointers to Frequently Asked and Answered Questions
  34.                           comp.text.tex
  35.  
  36. Table of Contents 
  37.  
  38.  * What is TeX? 
  39.  * Where can I obtain TeX?
  40.  * What is LaTeX/AMS-TeX/Texinfo/etc.?
  41.  * What is CTAN?
  42.  * Where can I find information about TeX user organizations?
  43.  * Where can I find a _real_ FAQ?
  44.  
  45.  
  46.             --------------------
  47.  
  48.  * What is TeX ?
  49.  
  50. TeX is a typesetting program designed for high-quality composition
  51. of material that contains a lot of mathematical and technical
  52. expressions.  It has been adopted by many authors and publishers who
  53. generate technical books and papers.  It was created by Professor
  54. Donald Knuth of Stanford University, originally for preparation of
  55. his book series "The Art of Computer Programming".  TeX has been
  56. made freely available by Knuth in a generic form.
  57. For more information about Donald Knuth, see
  58. http://www-cs-faculty.stanford.edu/~knuth/index.html
  59.  
  60. TeX produces a "DeVice Independent" (DVI) file as output.  This file
  61. contains only positioning information and pointers to fonts, text
  62. characters and rules, and must be translated to a device-specific
  63. form for printing or display.
  64.  
  65. TeX implementations are governed by the principle that the same input
  66. should produce the same output, modulo font availability and output
  67. device resolution.  All implementations wishing to call themselves
  68. "TeX" must pass a "trip test" that assures adherence to these
  69. guidelines.
  70.  
  71. TeX has been tailored for and installed on almost every platform
  72. (computer + operating system) that one can imagine, and is available
  73. as freeware, shareware and commercial implementations.  The TeX program
  74. is usually accompanied by other software to form a complete and usable
  75. system.  This software is not listed in this FAQ; see below for
  76. references to where more information can be found.
  77.  
  78.  
  79.             --------------------
  80.  
  81.  * Where can I obtain TeX ?
  82.  
  83. A list of freeware and shareware implementations can be found on the
  84. web at
  85.  
  86.     http://www.tug.org/interest.html#free
  87.  
  88. A list of commercial vendors can be found at
  89.  
  90.     http://www.tug.org/interest.html#vendors
  91.  
  92. Additional information can be found in the on-line FAQ compiled and
  93. maintained by volunteers from the UK TeX Users Group (see below).
  94.  
  95.  
  96.             --------------------
  97.  
  98.  * What is LaTeX/AMS-TeX/Texinfo/etc. ?
  99.  
  100. The TeX program itself is a macro compiler.  This engine is always
  101. required when processing any of the macro systems described below.
  102.  
  103. TeX input consists of a stream of mixed commands and text.  Commands
  104. can be defined for many purposes, not the least important of which
  105. is to permit input to be structured in a logical manner, allowing an
  106. author to concentrate on content rather than on typographic appearance.
  107.  
  108. The most popular such macro set is LaTeX.  This tool provides several
  109. predefined document classes (book, article, report) with extensive
  110. sectioning and cross-referencing capabilities, and auxiliary tools for
  111. such processes as bibliography and index creation.  Originally created
  112. by Leslie Lamport, LaTeX is now maintained by a small group of
  113. volunteers headed by Frank Mittelbach and Chris Rowley.  The current
  114. version identifies itself when it starts up as LaTeX 2e; older versions
  115. may still exist, but are not recommended for creating new documents.
  116. The current LaTeX distribution is always available from CTAN (see below).
  117.  
  118. AMS-TeX and AMS-LaTeX are macro collections developed at the American
  119. Mathematical Society for preparing publications containing extensive
  120. mathematical content.  AMS-TeX works directly with TeX, and AMS-LaTeX
  121. works on top of LaTeX.  More information on these collections can be
  122. found at the AMS web site, http://www.ams.org/tex/; they are also
  123. mirrored at CTAN.
  124.  
  125. Texinfo is the documentation format created by the GNU project.  This
  126. macro set is designed to generate both print and on-line output (an
  127. "Info file", HTML, plain text, ...) from a single source file.
  128. Texinfo is integrated with GNU emacs, and that editor can be used (but
  129. is not required) both to read Info files and create Texinfo source.
  130. For more information, see http://www.gnu.org
  131.  
  132. See the section "Where can I find a real FAQ?" for pointers to more
  133. information.
  134.  
  135.  
  136.             --------------------
  137.  
  138.  * What is CTAN ?
  139.  
  140. CTAN is the Comprehensive TeX Archive Network.
  141.  
  142. CTAN consists of several primary hosts and many more mirror sites.
  143. The backbone sites coordinate their holdings with the intention that
  144. the material at one site is never more than 24 hours out of phase
  145. with the primary host of record.  All primary hosts and mirror sites
  146. are connected to the Internet and are accessible by anonymous FTP;
  147. most sites are also accessible via the World Wide Web.
  148.  
  149. At present, these are the primary CTAN hosts:
  150.  
  151.     ftp host         CTAN root       Sponsor/location
  152.     -----------------------------------------------------------------
  153.     ftp.dante.de     /tex-archive    DANTE, e.V. (Heidelberg, Germany)
  154.     ftp.tex.ac.uk    /tex-archive    Cambridge University (U.K.)
  155.     ctan.tug.org     /tex-archive    TeX Users Group (Vermont, U.S.A.)
  156.  
  157. A current list of all CTAN sites can be found in the file CTAN.sites
  158. located in the CTAN root area on all of these hosts.  Or you can
  159. finger ctan@ctan.org to get the mirror list.
  160.  
  161. Also in the root area of a CTAN site are several files giving the
  162. complete directory of the site's holdings:
  163.  
  164.     FILES.bydate     arranged in date order, most recent first
  165.     FILES.byname     arranged in order of the directory tree
  166.     FILES.bysize     arranged in order by size, largest first
  167.  
  168. In addition, the file FILES.last07days highlights the recent additions
  169. and changes to the archive.  These FILES.* files are refreshed nightly.
  170. Please note that references in these files, and in general all CTAN
  171. references, are specified relative to the CTAN root.  Thus at the
  172. primary hosts, a file listed as info/latex.hlp would be found in
  173. /tex-archive/info/latex.hlp on the core sites; the root isn't
  174. necessarily in the same place at mirror sites.
  175.  
  176. A web interface to CTAN can be found at
  177.  
  178.     http://www.ctan.org/
  179.  
  180. This page contains a link to the CTAN search facility, and will also
  181. help you identify a CTAN site close to your location.
  182.  
  183.  
  184.             --------------------
  185.  
  186.  * Where can I find information about TeX user organizations ?
  187.  
  188. The oldest such organization, the TeX Users Group (TUG), currently
  189. has its office in Portland, Oregon, USA.  TUG publishes a quarterly
  190. journal, TUGboat, holds an annual meeting, and sponsors other
  191. activities from time to time.  Check the web page
  192.  
  193.     http://www.tug.org/
  194.  
  195. There are many "local" TeX user groups.  The oldest and largest of
  196. these are in western Europe, and most have their own web sites:
  197.  
  198.     DANTE (Germany):           http://www.dante.de/
  199.     GUTenberg (France):        http://www.gutenberg.eu.org/
  200.     NTG (Netherlands):         http://www.ntg.nl/
  201.     UK TeX User's Group (UK):  http://www.tex.ac.uk/UKTUG/
  202.  
  203. More groups are being formed all the time.  A comprehensive list is
  204. given at
  205.  
  206.     http://www.tug.org/lugs.html
  207.  
  208.  
  209.             --------------------
  210.  
  211.  * Where can I find a _real_ FAQ ?
  212.  
  213. As may be fairly obvious by now, the present collection of information
  214. is not going to answer any serious questions about using TeX or finding
  215. particular TeX tools.  There are several resources much better equipped
  216. and maintained for that purpose.
  217.  
  218. There are three serious FAQ collections available in as many languages
  219. and various formats.  Anyone with a specific question about TeX and
  220. friends is directed to one of those sources.
  221.  
  222. In English, the FAQ of record has been compiled and is maintained by
  223. volunteers from the UK TeX Users Group.  A searchable on-line version
  224. can be found at
  225.  
  226.     http://www.tex.ac.uk/faq
  227.  
  228. A printable version is available from CTAN, in
  229.  
  230.     help/uk-tex-faq/newfaq.ps (for A4 paper)
  231.     help/uk-tex-faq/newfaq.pdf (likewise)
  232.     help/uk-tex-faq/letterfaq.ps (for U.S. letter-size paper)
  233.     help/uk-tex-faq/letterfaq.pdf (likewise)
  234.  
  235. A French LaTeX FAQ, maintained by B. Bayart and updated monthly, can
  236. be found at
  237.  
  238.     http://www.grappa.univ-lille3.fr/FAQ-LaTeX/.
  239.  
  240. The French group, GUTenberg (Groupe des Utilisateurs francophones de
  241. TeX) has a web site called the (La)TeX navigator, "Une encyclopedie
  242. (La)TeX", at
  243.  
  244.     http://tex.loria.fr/
  245.  
  246. A German "DE-TeX-/DANTE-FAQ" is posted monthly to the newsgroup
  247. de.comp.text.tex, and is available at the usual FAQ archives as well
  248. as in de.answers and news.answers.  A copy can also be found at
  249.  
  250.     http://www.dante.de/faq/de-tex-faq/
  251.  
  252.  
  253.             --------------------
  254.  
  255. This file will be posted monthly to comp.text.tex, and archived in the
  256. usual newsgroup archives.  It will be updated as necessary, but not
  257. extended; maintenance of a comprehensive FAQ for all phases of TeX is
  258. beyond the capability of a single person.  The pointers given above
  259. should be more than adequate to help one find answers to most frequently
  260. asked questions; other questions can be directed to the newsgroup.
  261.  
  262.  
  263. Compiled by Barbara Beeton (bnb@ams.org)
  264.  
  265. Last updated 7 May 2001
  266.