Move a tag
[latex2e.git] / latex2e-20160201 / doc / ltnews02.tex
blobd46cb1b52f5319761a626ea59228864d13d4cf37
1 % \iffalse meta-comment
3 % Copyright 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009
4 % The LaTeX3 Project and any individual authors listed elsewhere
5 % in this file.
6 %
7 % This file is part of the LaTeX base system.
8 % -------------------------------------------
9 %
10 % It may be distributed and/or modified under the
11 % conditions of the LaTeX Project Public License, either version 1.3c
12 % of this license or (at your option) any later version.
13 % The latest version of this license is in
14 % http://www.latex-project.org/lppl.txt
15 % and version 1.3c or later is part of all distributions of LaTeX
16 % version 2005/12/01 or later.
18 % This file has the LPPL maintenance status "maintained".
20 % The list of all files belonging to the LaTeX base distribution is
21 % given in the file `manifest.txt'. See also `legal.txt' for additional
22 % information.
24 % The list of derived (unpacked) files belonging to the distribution
25 % and covered by LPPL is defined by the unpacking scripts (with
26 % extension .ins) which are part of the distribution.
28 % \fi
29 % Filename: ltnews02.tex
31 % This is issue 2 of LaTeX News.
33 \documentclass
34 % [lw35fonts]
35 {ltnews}
37 \publicationmonth{December}
38 \publicationyear{1994}
39 \publicationissue{2}
41 \begin{document}
43 \maketitle
45 \section{Welcome to \LaTeXNews~2}
47 An issue of \emph{\LaTeXNews} will accompany every future release of
48 \LaTeX. It will tell you about important events, such as major bug
49 fixes, newly available packages, or any other \LaTeX{} news.
51 \section{December 1994 release of \LaTeX}
53 December 1994 sees the second release of \LaTeXe. We are on schedule
54 to deliver a release of \LaTeX{} every six months, in December and
55 June.
57 This release has seen quite a lot of activity, which is not too
58 surprising as it's only been a year since the first test release of
59 \LaTeXe. We don't expect so much activity in the next six months.
61 Many of the changes are minor improvements and bug-fixes---see
62 \emph{\LaTeXe{} for authors} (\verb|usrguide.tex|), \emph{\LaTeXe{}
63 font selection} (\verb|fntguide.tex|) and our change log
64 (\verb|changes.txt|) for more details.
66 However, there are two important new packages available for \LaTeX:
67 \texttt{inputenc} and AMS-\LaTeX.
69 \section{Accented input}
71 One of the problems with writing non-English documents in \LaTeX{} is
72 the accent commands. Reading documents containing text like
73 \verb|na\"\i ve| is frustrating, especially if your keyboard allows
74 you to type \texttt{na\"\i ve}.
76 In the past, \LaTeX{} has not supported input containing accented
77 characters such as \texttt{\"\i}, because Windows, Macintosh and Unix
78 all have different ways of dealing with accented input, called
79 \emph{input encodings}.
81 However, the \verb|inputenc| package allows you to specify which input
82 encoding your document is written with, for example to use the ISO
83 Latin-1 encoding, you type:
84 \begin{verbatim}
85 \usepackage[latin1]{inputenc}
86 \end{verbatim}
87 At the moment, \verb|inputenc| supports the \verb|ascii| and
88 \verb|latin1| input encodings, but more will be added with future
89 releases.
91 The \verb|inputenc| package is
92 currently a test release. The user interface for the full release will
93 be upwardly compatible with the test version.
95 \section{AMS-\LaTeX{}}
97 AMS-\LaTeX{} is a set of miscellaneous extensions for \LaTeX{}
98 distributed by the American Mathematical Society. They provide superior
99 information structure and superior printed output for mathematical
100 documents.
102 There are far too many features of AMS-\LaTeX{} to list here.
103 AMS-\LaTeX{} is described in the accompanying documentation,
104 and in \emph{The \LaTeX{} Companion}.
106 Version 1.2beta of AMS-\LaTeX{} was released for testing by intrepid
107 users in October 1994. The full release of AMS-\LaTeX{}~1.2 is expected
108 in early January 1995.
110 It will be divided into two bundles:
111 \begin{itemize}
113 \item the \verb|amsfonts| packages, which give access to
114 hundreds of new mathematical symbols, and new math fonts
115 such as blackboard bold and fraktur.
117 \item the \verb|amsmath| packages, which provide finer control over
118 mathematical typesetting, such as multi-line subscripts,
119 enhanced theorem and proof environments,
120 and improved displayed equations,
122 \end{itemize}
123 For compatibility with older documents, an \verb|amstex| package will be
124 provided.
126 \section{\LaTeX{} on the internet}
128 \LaTeX{} has its own home page on the World Wide Web, with the URL:
129 \begin{verbatim}
130 http://www.tex.ac.uk/CTAN/latex/
131 \end{verbatim}
132 This page describes \LaTeX{} and the \LaTeX3 project, and contains
133 pointers to other \LaTeX{} resources, such as the user guides, the
134 \TeX{} Frequently Asked Questions, and the \LaTeX{} bugs database.
136 The electronic home of anything \TeX-related is the Comprehensive
137 \TeX{} Archive Network (CTAN). This is a network of cooperating ftp
138 sites, with over a gigabyte of \TeX{} material:
139 \begin{verbatim}
140 ftp://ftp.tex.ac.uk/tex-archive/
141 ftp://ftp.shsu.edu/tex-archive/
142 ftp://ftp.dante.de/tex-archive/
143 \end{verbatim}
144 For more information, see the \LaTeX{} home page.
146 \section{Further information}
148 For more information on \TeX{} and \LaTeX, get in touch with your local
149 \TeX{} Users Group, or the international \TeX{} Users Group,
150 P.~O.~Box~869, Santa~Barbara, CA~93102-0869, USA, Fax:~+1~805~963~8358,
151 EMail:~tug@tug.org.
154 \end{document}