summaryrefslogtreecommitdiff
path: root/macros/latex-dev/base/ltnews04.tex
blob: 6d04da020b4e62e387dc0645afd1191886aa1533 (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
% \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: ltnews04.tex

% This is issue 4 of LaTeX News.

\documentclass
%   [lw35fonts]
   {ltnews}


\publicationmonth{December}
\publicationyear{1995}
\publicationissue{4}

\begin{document}

\maketitle

\section{Welcome to \LaTeXNews~4}

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.
This issue accompanies the fourth release of \LaTeXe.


\section{\LaTeX\ getting smaller}

The last release in June started a trend of \LaTeX\ becoming
smaller, we are pleased to announce that this has continued with this
release. In particular the experimental `autoload' version described in
\texttt{autoload.txt} is much smaller as more parts of \LaTeX\ are
autoloaded.

\section{New `concurrent' docstrip}

The time taken to `unpack' this release from the documented sources
should be much reduced (roughly half the time, depending on
installation conditions). This is due to an improved version of the
docstrip program that has been contributed by Marcin Woli\'nski.
This can write up to 16 files at once. The
previous version could only write one file at a time which meant that
it was very slow when producing many small files from the same source
file as the source needed to be re-read for each file written.

\section{New T1 encoded fonts}

This year J\"org Knappen has completed a new release of the `Cork'
(T1) encoded Computer Modern fonts: the dc fonts release 1.2.

This release of the dc fonts fixes many bugs (including the missing
\verb|?`| (?`) and \verb|!`| (!`) ligatures) and improves the fonts in
many other ways. It is strongly recommended that you upgrade as soon as
possible if currently you are using the old dc fonts, release 1.1 or
earlier. The new fonts are available from the CTAN archives, in
\texttt{tex-archive/fonts/dc}.

The names of the font files are \emph{different}. This does not affect
\LaTeX\ documents but \emph{does} affect the installation procedure as
it assumes that you have the \emph{new} fonts, and will write suitable
`fd' files for those fonts. If you have not yet upgraded your dc fonts
then, after unpacking the distribution, you \emph{must}
\verb|latex olddc.ins| to produce `fd' files for the old dc fonts.
This must be done \emph{before} the format is made. Running the test
document at \texttt{ltxcheck.tex} the end of the installation will
inform you if the wrong set of `fd' files has been installed.

Note that this change does not affect the standard `OT1' Computer
Modern fonts that \LaTeX\ uses by default.

\section{More robust commands}

The commands \verb|\cite| and \verb|\sqrt| are now robust.

Although most commands with optional arguments are fragile, as
documented, such commands defined using the second optional argument
of \verb|\newcommand| and its derivatives are now \emph{robust}.

\section{New Interface to building `extension' classes}

The mechanism provided by \verb|\DeclareOption|, \verb|\ProcessOptions|
and \verb|\LoadClass| has proved to be a powerful and expressive means
of defining one class in terms of another `base' class. However there
have been some requests to simplify the declaration of the common case
where you want the `base' class to be called with \emph{all} the
options that were specified to the extension class.  This is now
provided by the new command \verb|\LoadClassWithOptions|. A similar
command \verb|\RequirePackageWithOptions| is provided for package use.
More details of this feature are provided in \texttt{clsguide.tex} and
\texttt{ltclass.dtx}.

\section{More Input Encodings}

The experimental \texttt{inputenc} package allows a more natural style
of input of accented and other characters.

Three new input encodings are now supported.
\begin{itemize}
\item \texttt{ansinew} the Windows ansi encoding,
                       as used in Microsoft Windows 3.x.
\item \texttt{cp437de} a variant of \texttt{cp437}, which uses \ss\
  rather than $\beta$  in the appropriate slot.
\item \texttt{next} the encoding used on Next computers.
\end{itemize}

\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,
1850 Union Street, \#1637, San Francisco, CA~94123, USA,
Fax:~+1~415~982~8559,
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}