% \iffalse meta-comment
%
% Copyright 1993-1995 the LaTeX3 project and any individual authors
% listed elsewhere in this file.  All rights reserved.
% 
% For further copyright information see the file legal.txt, and any
% other copyright notices in this file.
% 
% This file is part of the LaTeX2e system.
% ----------------------------------------
%   This system is distributed in the hope that it will be useful,
%   but WITHOUT ANY WARRANTY; without even the implied warranty of
%   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
% 
%   For error reports concerning UNCHANGED versions of this file no more
%   than one year old, see bugs.txt.
% 
%   Please do not request updates from us directly.  Primary
%   distribution is through the CTAN archives.
% 
% 
% IMPORTANT COPYRIGHT NOTICE:
% 
% You are NOT ALLOWED to distribute this file alone.
% 
% You are allowed to distribute this file under the condition that it is
% distributed together with all the files listed in manifest.txt.
% 
% If you receive only some of these files from someone, complain!
% 
% Permission is granted to copy this file to another file with a clearly
% different name and to customize the declarations in that copy to serve
% the needs of your installation, provided that you comply with
% the conditions in the file legal.txt.
% 
% However, NO PERMISSION is granted to produce or to distribute a
% modified version of this file under its original name.
%  
% You are NOT ALLOWED to change this file.
% 
% 
% \fi

%%%%
%%%% Patch file for the LaTeX2e kernel dated 1995/06/01
%%%% (1995/07/18)

\def\fmtversion@topatch{1995/06/01} % This patch will not work with
                                    % any other release.

\def\patch@level{3}


%%% Patch 1
%%%%%%%%%%%%%%%

%%%
%%% latex/1701
%%%
%%% The new name for the primitive symbol command used internally 
%%% by \sqrt is \sqrtsign, but also provide the old name at least
%%% for now 

\let\@@sqrt\sqrtsign

%%%
%%% latex/1710
%%%
%%% \typein{....} does not work at all. (\typein[\foo]{...} is OK)

\def\@xtypein[#1]#2{%
   \typeout{#2}%
   \advance\endlinechar\@M
   \read\@inputcheck to#1%
   \advance\endlinechar-\@M
   \@typein}% <---



%%% Patch 2
%%%%%%%%%%%%%%%

%%%
%%% latex/1713 (also latex/1720)
%%%
%%% Accent commands in moving arguments can fail if a following page
%%% break occurs within a tabbing environment.
%%% Permanent fix still under consideration.
%%% The version in the next `full' release may differ from this.

\def\@outputpage{%
 \begingroup
  \set@typeset@protect
  \@shipoutsetup
  \let \protect \noexpand
  \shipout \vbox{%
    \set@typeset@protect
    \aftergroup\set@typeset@protect
    \@begindvi
    \vskip \topmargin
    \moveright\@themargin \vbox {%
      \setbox\@tempboxa \vbox to\headheight{%
        \vfil
        \color@hbox
          \normalcolor
          \hb@xt@\textwidth {%
            \let \label \@gobble
            \let \index \@gobble
            \let \glossary \@gobble %% 21 Jun 91
            \@thehead
            }%
        \color@endbox
        }%                        %% 22 Feb 87
      \dp\@tempboxa \z@
      \box\@tempboxa
      \vskip \headsep
      \box\@outputbox
      \baselineskip \footskip
      \color@hbox
        \normalcolor
        \hb@xt@\textwidth{%
          \let \label \@gobble
          \let \index \@gobble      %% 22 Feb 87
          \let \glossary \@gobble   %% 21 Jun 91
          \@thefoot
          }%
      \color@endbox
      }%
    }%
  \endgroup
  \global \@colht \textheight
  \stepcounter{page}%
  \let\firstmark\botmark
}


%%% Patch 3
%%%%%%%%%%%%%%%

% No change except for the typeout below.


%%%%%%%%%%%%%%%

\typeout{%
^^J%
*********************************************^^J%
ltpatch.ltx has fixed certain problems with the `kernel' of LaTeX.^^J%
Certain other files in the LaTeX distribution have also been updated^^J%
since the June release (list correct as of 1995/07/17):^^J%
base/classes.dtx..............(patch 1)^^J%
base/proc.dtx.................(patch 3)^^J%
base/latex209.dtx.............(patch 3)^^J%
base/ltpictur.dtx.............(patch 2)^^J%
base/syntonly.dtx.............(patch 2)^^J%
unpacked/article.cls..........(patch 1)^^J%
unpacked/report.cls...........(patch 1)^^J%
unpacked/book.cls.............(patch 1)^^J%
unpacked/proc.cls.............(patch 3)^^J%
unpacked/proc.sty.............(patch 3)^^J%
unpacked/latex209.def.........(patch 3)^^J%
tools/layout.dtx..............(patch 1)^^J%
^^J%
See the file patches.txt for more details.^^J%
*********************************************}

\endinput







