summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/IEEEconf/IEEEconf.dtx
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2007-01-17 16:19:12 +0000
committerKarl Berry <karl@freefriends.org>2007-01-17 16:19:12 +0000
commit9e6887e47659202f012d448368ddf2b6d424de1d (patch)
tree771ba12e5c84851f2be9d00494a08270f1f42a15 /Master/texmf-dist/source/latex/IEEEconf/IEEEconf.dtx
parent34a651fa8c2b7860c981d27ff3dea27a6524bb5e (diff)
IEEEconf update (16jan07)
git-svn-id: svn://tug.org/texlive/trunk@3551 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/IEEEconf/IEEEconf.dtx')
-rw-r--r--Master/texmf-dist/source/latex/IEEEconf/IEEEconf.dtx26
1 files changed, 14 insertions, 12 deletions
diff --git a/Master/texmf-dist/source/latex/IEEEconf/IEEEconf.dtx b/Master/texmf-dist/source/latex/IEEEconf/IEEEconf.dtx
index b444f679e2d..a7b35421542 100644
--- a/Master/texmf-dist/source/latex/IEEEconf/IEEEconf.dtx
+++ b/Master/texmf-dist/source/latex/IEEEconf/IEEEconf.dtx
@@ -1,17 +1,17 @@
% \iffalse meta-comment
%
-% Copyright (C) 2005 by Scott Pakin <scott+iecnf@pakin.org>
+% Copyright (C) 2007 by Scott Pakin <scott+iecnf@pakin.org>
% ---------------------------------------------------------
%
% This file may be distributed and/or modified under the conditions of
-% the LaTeX Project Public License, either version 1.3a of this license
+% 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.3 or later is part of all distributions of LaTeX
-% version 2004/10/01 or later.
+% and version 1.3c or later is part of all distributions of LaTeX
+% version 2006/05/20 or later.
%
% \fi
%
@@ -22,7 +22,7 @@
%<class>\NeedsTeXFormat{LaTeX2e}[1999/12/01]
%<class>\ProvidesClass{IEEEconf}
%<*class>
- [2005/09/03 v1.3a IEEE Computer Society 8.5x11" conference proceedings]
+ [2007/01/15 v1.3b IEEE Computer Society 8.5x11" conference proceedings]
%</class>
%
%<*driver>
@@ -38,7 +38,7 @@
%</driver>
% \fi
%
-% \CheckSum{329}
+% \CheckSum{330}
%
% \CharacterTable
% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
@@ -74,7 +74,7 @@
% \DoNotIndex{\endthebibitemlist,\endtitlepage,\fi,\fontsize,\footnote}
% \DoNotIndex{\global,\hb@xt@,\hfil,\hsize,\hskip,\ifdim,\itshape,\let}
% \DoNotIndex{\list,\long,\mdseries,\newcommand,\newenvironment}
-% \DoNotIndex{\newlength,\newpage,\null,\p@enumiv,\par,\ProcessOptions}
+% \DoNotIndex{\newlength,\newpage,\next,\null,\p@enumiv,\par,\ProcessOptions}
% \DoNotIndex{\quotation,\refname,\relax,\renewcommand,\renewenvironment}
% \DoNotIndex{\rmfamily,\rule,\sbox,\setlength,\settowidth,\sfcode}
% \DoNotIndex{\sffamily,\sloppy,\small,\upshape,\usecounter,\vfil,\vskip}
@@ -388,12 +388,12 @@
% \StopEventually{%
% \section{License}
%
-% Copyright \textcopyright{} 2005 by Scott Pakin
+% Copyright \textcopyright{} 2007 by Scott Pakin
%
% \bigskip
%
% This file may be distributed and/or modified under the conditions of
-% the \LaTeX{} Project Public License, either version~1.3a of this
+% 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:
%
@@ -402,8 +402,8 @@
% \end{center}
%
% \noindent
-% and version~1.3a or later is part of all distributions of \LaTeX{}
-% version 2004/10/01 or later.
+% and version~1.3c or later is part of all distributions of \LaTeX{}
+% version 2006/05/20 or later.
%
% \PrintChanges
% \PrintIndex
@@ -616,6 +616,8 @@
% The guidelines say that the ``title (on the first page) should begin
% 1-3/8 inches (3.49~cm) from the top edge of the page, centered, and in
% Times 14-point, boldface type\dots Leave two blank lines after the title.''
+% \changes{v1.3b}{2007/01/15}{Corrected the spacing between lines of multiline
+% titles.}
% \begin{macrocode}
\def\@maketitle{%
\newpage
@@ -623,7 +625,7 @@
\vskip 0.375in%
\begin{center}%
\let\footnote=\thanks
- {\ieee@times@xiv@bold \@title}%
+ {\ieee@times@xiv@bold\@title\par}%
\vskip 24pt
\ieee@times@xii@roman
% \end{macrocode}