summaryrefslogtreecommitdiff
path: root/macros/latex-dev/base/ltnews03.tex
blob: cb5776eaafe81fbbe94cd6bc24c1734fcc874e29 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
% \iffalse meta-comment
%
% Copyright (C) 1993-2021
% The LaTeX3 Project and any individual authors listed elsewhere
% in this file.
%
% This file is part of the LaTeX base system.
% -------------------------------------------
%
% It may be distributed and/or modified under the
% conditions of the LaTeX Project Public License, either version 1.3c
% of this license or (at your option) any later version.
% The latest version of this license is in
%    http://www.latex-project.org/lppl.txt
% and version 1.3c or later is part of all distributions of LaTeX
% version 2008 or later.
%
% This file has the LPPL maintenance status "maintained".
%
% The list of all files belonging to the LaTeX base distribution is
% given in the file `manifest.txt'. See also `legal.txt' for additional
% information.
%
% The list of derived (unpacked) files belonging to the distribution
% and covered by LPPL is defined by the unpacking scripts (with
% extension .ins) which are part of the distribution.
%
% \fi
% Filename: ltnews03.tex

% This is issue 3 of LaTeX News.

\documentclass
%   [lw35fonts]
   {ltnews}

\publicationmonth{June}
\publicationyear{1995}
\publicationissue{3}

\begin{document}

\maketitle

\section{Welcome to \LaTeXNews~3}

An issue of \emph{\LaTeXNews} will accompany every future release of
\LaTeX.  It will tell you about important events, such as major bug
fixes, newly available packages, or any other \LaTeX{} news.

\section{June 1995 release of \LaTeX}

June 1995 sees the third release of \LaTeXe.  We are on schedule
to deliver a release of \LaTeX{} every six months, in December and
June.

In the last \emph{\LaTeXNews}, we said ``we don't expect so much
activity in the next six months,'' which has turned out not to be
true!

\section{Additional input encodings}

In the last release of \LaTeX{} we distributed a test version of the
\texttt{inputenc} package which allows the use of input characters
other than just a--z and A--Z.  The package has proved to be robust,
so we are now distributing an expanded version.
The new release comes with a number of input encodings:

\begin{itemize}
\item \texttt{ascii} the standard encoding,
\item \texttt{latin1} the ISO Western European alphabet,
\item \texttt{latin2} the ISO Eastern European alphabet,
\item \texttt{cp437} the IBM codepage 437,
\item \texttt{cp850} the IBM codepage 850, and
\item \texttt{applemac} the Apple Macintosh encoding.
\end{itemize}
These can be used by specifying an option to the \texttt{inputenc}
package, for example:
\begin{verbatim}
   \usepackage[latin1]{inputenc}
\end{verbatim}
The new input encodings are currently being tested, but we don't
expect any major changes.

\section{\LaTeX\ getting smaller}

In the past releases of \LaTeXe, the amount of memory \LaTeX{}
requires has increased, but we are pleased to say that this trend has
been reversed.  We hope that future releases of \LaTeX{} will continue
to get smaller.

For example, on this document, the December 1994 release used 52,622
words of memory, and the June 1995 release uses 51,216 words of
memory, which is a 2.7\% reduction.

We are currently experimenting with other ways of reducing the size of
\LaTeX.  For example, we are experimenting with an option to remove
the \texttt{picture} and \texttt{tabbing} environments from the
\LaTeX{} kernel, and to load them from a file the first time they are
used.  This should help \LaTeX{} to run on machines with limited
memory.  See \texttt{autoload.txt} for details.

\section{Distribution and modification}

One topic of discussion that has kept us busy is the distribution and
modification conditions of \LaTeX.  We are committed to keeping
\LaTeX{} as free reliable software, and ensuring that (as far as
possible) \LaTeX{} documents will produce the same results on all
systems.

The modification conditions are currently under discussion, and we
would like to hear from anyone interested.  Please read
\texttt{modguide.tex} for more information.

\section{AMS-\LaTeX\ full release}

The AMS-\LaTeX\ packages were still in beta test in the December 1994
release of \LaTeX, and the full release came out in January 1995.

AMS-\LaTeX\ is described in the \emph{User's Guide}
(\texttt{amsldoc.tex}) and in \emph{The \LaTeX{} Companion}.

\section{PostScript fonts}

There is a new test release of the PSNFSS packages for accessing
PostScript fonts in \LaTeXe.  This includes an update to all of the
fonts, to remove many of the underfull and overfull \verb|\hbox|
warnings, and improve the setting of non-English languages.

The new release of \LaTeX{} removes all of the `hidden' uses of
Computer Modern mathematics.  For example, the footnote markers used
to use math mode, so always used Computer Modern digits rather than
ones from the current text font.  This has now been fixed.

\section{Further information}

For more information on \TeX{} and \LaTeX, get in touch with your local
\TeX{} Users Group, or the international \TeX{} Users Group,
P.~O.~Box~869, Santa~Barbara, CA~93102-0869, USA, Fax:~+1~805~963~8358,
EMail:~tug@tug.org.

The \LaTeX{} home page is \verb|http://www.tex.ac.uk/ctan/latex/|
and contains links to other WWW resources for \LaTeX.

\end{document}