                        LaTeX Patches Guide
                      
                         18 July 1995

                           
This document describes the procedure by which changes to the LaTeX
distribution in between the six-monthly releases will be made.

Such changes will be made only when major problems are discovered and
fixed.  Other changes will only be made twice a year, in June and
December.

Changes which affect the file latex.ltx, and hence the format, are
called `patches to the LaTeX kernel': this concept is described in
detail below.  The changes of this type are described briefly at the
end of this file, in chronological order.

All changes to all files should be listed, in reverse-time order, in
the files called changes.txt: there is one in each distribution
subdirectory.


Patches to the LaTeX kernel dated <1995/06/01>
==============================================

New releases of LaTeX will occur at six-monthly intervals, in June and
December.  Between these releases it may be necessary to make small
updates to fix major problems.

We have made it relatively easy to install updates that affect only
the format---by placing all these changes in one file, called
ltpatch.ltx.

In order to update your LaTeX format you should put 
ltpatch.ltx where it can be read by iniTeX and then run iniTeX on
latex.ltx.  You do not need to unpack the latex sources again.

In this run of iniTeX, the file ltpatch.ltx (if it exists) will be
read just before the format file is `dumped'.  This will correct any
bugs and it will modify the opening banner of LaTeX: for example,
from:

LaTeX2e <1995/06/01>

to:

LaTeX2e <1995/06/01> patch level 3


(The ltpatch.ltx distributed with a  `full' release of LaTeX
 is `patch level 0' which does not change the banner.)



Changes to the kernel in LaTeX2e <1995/06/01> patch level 1
-----------------------------------------------------------
(1995/06/30)

%%% latex/1701   \@@sqrt not defined

%%% latex/1710:  \typein broken


Changes to the kernel in LaTeX2e <1995/06/01> patch level 2
-----------------------------------------------------------
(1995/07/17)

%%% latex/1713: Accent commands in moving arguments affected by
                page breaks in tabbing.


Changes to the kernel in LaTeX2e <1995/06/01> patch level 3
-----------------------------------------------------------
(1995/07/18)

%%% None


Changes to non-kernel files in LaTeX <1994/12/01>
--------------------------------------------------

This section details files that have changed in the
`base', `tools' and `mfnfss' distributions.
Updates to the `babel' `psnfss', `amslatex' and `graphics' 
distributions will be announced separately, if necessary.

To activate the non-kernel updates you have to retrieve the
.dtx files and unpack them with their corresponding .ins files
or alternatively (for the files in `base') you may obtain the unpacked
files from ctan archives.

Fixes released with `patch level 1'
===================================

base/classes.dtx
unpacked/article.cls
unpacked/report.cls
unpacked/book.cls
    Fixes for latex/
    1647: Article, titlepage, abstract > 1 page won't split
    1667: missing \par in indexitem
    1683: \thanks text overprinting footnote mark in title footnotes.

base/latex209.dtx
unpacked/latex209.def
   Fix for latex/
   1684: Redefinition of \thefootnote in compatibility mode

base/ltpictur.dtx
   Fixes related to the `autoloading' feature. 
   These do not affect the standard LaTeX format

tools/layout.dtx  
    Fix for tools/
    1678: bug in layout.sty (## change to #)


Fixes released with `patch level 2'
===================================

base/ltpictur.dtx
   More fixes related to the `autoloading' feature. 
   These do not affect the standard LaTeX format

base/syntonly.dtx
   Fix the checksum in the documentation.
   This does not affect the operation of the .sty file.


Fixes released with `patch level 3'
===================================

base/latex209.dtx
unpacked/latex209.def
   Fix for latex/
   1722: Fix for \thanks (2 or more) in compatibility mode

base/proc.dtx
unpacked/proc.cls
unpacked/proc.sty
   Fix for latex/
   1735: Problem with \thanks in proc style.



--- Copyright 1994--1995 the LaTeX3 project.  All rights reserved ---









