summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorReinhard Kotucha <reinhard.kotucha@web.de>2007-04-08 18:30:41 +0000
committerReinhard Kotucha <reinhard.kotucha@web.de>2007-04-08 18:30:41 +0000
commit4ca069d89aee79199015403581051d0e26e573be (patch)
tree299a63cf5530072c7c6b367b7e98693a29779cae /Master
parent2b0321dafd5d992f9fad9d473404b5108ddbc5c7 (diff)
update ieeetran to v1.7a
git-svn-id: svn://tug.org/texlive/trunk@4133 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master')
-rw-r--r--Master/texmf-dist/doc/latex/IEEEtran/README14
-rw-r--r--Master/texmf-dist/doc/latex/IEEEtran/changelog.txt16
-rw-r--r--Master/texmf-dist/tex/latex/IEEEtran/IEEEtran.cls22
-rw-r--r--Master/texmf-dist/tpm/IEEEtran.tpm6
4 files changed, 37 insertions, 21 deletions
diff --git a/Master/texmf-dist/doc/latex/IEEEtran/README b/Master/texmf-dist/doc/latex/IEEEtran/README
index 81f45b8ea07..05321531534 100644
--- a/Master/texmf-dist/doc/latex/IEEEtran/README
+++ b/Master/texmf-dist/doc/latex/IEEEtran/README
@@ -1,5 +1,5 @@
-January 11, 2007
+March 5, 2007
IEEEtran is the official LaTeX class for authors of the Institute of
@@ -19,12 +19,18 @@ website:
http://www.michaelshell.org/tex/ieeetran/
-V1.7 is a significant update with many important changes. For a full list,
-please read the file changelog.txt. The most notable changes include:
+
+Version 1.7a is a bug fix release that corrects the two column peer
+review title page problem. This problem was not present in the 1.6 series.
+
+
+V1.7 is a significant update over the 1.6 series with many important
+changes. For a full list, please read the file changelog.txt. The most
+notable changes include:
1. New class option compsoc to support the IEEE Computer Society format.
- 2. Several commands and environments have been depreciated in favor of
+ 2. Several commands and environments have been deprecated in favor of
replacements with IEEE prefixes to better avoid potential future name
clashes with other packages. Legacy code retained to allow the use of
the obsolete forms (for now), but with a warning message to the console
diff --git a/Master/texmf-dist/doc/latex/IEEEtran/changelog.txt b/Master/texmf-dist/doc/latex/IEEEtran/changelog.txt
index b270b96aab0..3a89f18eb56 100644
--- a/Master/texmf-dist/doc/latex/IEEEtran/changelog.txt
+++ b/Master/texmf-dist/doc/latex/IEEEtran/changelog.txt
@@ -1,11 +1,23 @@
Changelog history of the IEEEtran LaTeX class.
- 2007/01/11
+ 2007/03/05
by Michael Shell (MDS)
http://www.michaelshell.org/
+
+*******
+ 3/2007 V1.7a (MDS) changes:
+
+ 1) Corrected problem of unwanted two column peer review title page format.
+ Thanks to Virgilio Rodriguez for reporting this bug.
+
+ 2) "depreciated" -> "deprecated". Thanks to Virgilio Rodriguez for
+ suggesting this change.
+
+
+
*******
1/2007 V1.7 (MDS) changes:
@@ -32,7 +44,7 @@
\newcommand{\CLASSINPUTinnersidemargin}{17mm}
\newcommand{\CLASSINPUToutersidemargin}{11.647mm}
- 6) Several commands and environments have been depreciated in favor of
+ 6) Several commands and environments have been deprecated in favor of
replacements with IEEE prefixes to better avoid potential future name
clashes with other packages. Legacy code retained to allow the use of
the obsolete forms (for now), but with a warning message to the console
diff --git a/Master/texmf-dist/tex/latex/IEEEtran/IEEEtran.cls b/Master/texmf-dist/tex/latex/IEEEtran/IEEEtran.cls
index 53bb4ff633e..56817146a5b 100644
--- a/Master/texmf-dist/tex/latex/IEEEtran/IEEEtran.cls
+++ b/Master/texmf-dist/tex/latex/IEEEtran/IEEEtran.cls
@@ -1,5 +1,5 @@
%%
-%% IEEEtran.cls 2007/01/11 version V1.7
+%% IEEEtran.cls 2007/03/05 version V1.7a
%%
%%
%% This is the official IEEE LaTeX class for authors of the Institute of
@@ -191,7 +191,7 @@
-\ProvidesClass{IEEEtran}[2007/01/11 V1.7 by Michael Shell]
+\ProvidesClass{IEEEtran}[2007/03/05 V1.7a by Michael Shell]
\typeout{-- See the "IEEEtran_HOWTO" manual for usage information.}
\typeout{-- http://www.michaelshell.org/tex/ieeetran/}
\NeedsTeXFormat{LaTeX2e}
@@ -292,10 +292,8 @@
\DeclareOption{twoside}{\@twosidetrue\@mparswitchtrue
\CLASSOPTIONtwosidetrue\CLASSOPTIONonesidefalse}
-\DeclareOption{onecolumn}{\@twocolumnfalse
- \CLASSOPTIONonecolumntrue\CLASSOPTIONtwocolumnfalse}
-\DeclareOption{twocolumn}{\@twocolumntrue
- \CLASSOPTIONtwocolumntrue\CLASSOPTIONonecolumnfalse}
+\DeclareOption{onecolumn}{\CLASSOPTIONonecolumntrue\CLASSOPTIONtwocolumnfalse}
+\DeclareOption{twocolumn}{\CLASSOPTIONtwocolumntrue\CLASSOPTIONonecolumnfalse}
% If the user selects draft, then this class AND any packages
% will go into draft mode.
@@ -390,7 +388,7 @@
% warn about the use of single column other than for draft mode
-\if@twocolumn\else%
+\ifCLASSOPTIONtwocolumn\else%
\ifCLASSOPTIONdraftcls\else%
\typeout{** ATTENTION: Single column mode is not typically used with IEEE publications.}%
\fi%
@@ -3527,7 +3525,7 @@ between column types.}%
% V1.6b define the \IEEEpeerreviewmaketitle as needed
\ifCLASSOPTIONpeerreview
\def\IEEEpeerreviewmaketitle{\@IEEEcleardoublepage{empty}%
-\if@twocolumn
+\ifCLASSOPTIONtwocolumn
\twocolumn[\@IEEEpeerreviewmaketitle\@IEEEdynamictitlevspace]
\else
\newpage\@IEEEpeerreviewmaketitle\@IEEEstatictitlevskip
@@ -4004,10 +4002,10 @@ between column types.}%
% standard book class behavior - let bottom line float up and down as
% needed when single sided
-\if@twoside\else\raggedbottom\fi
+\ifCLASSOPTIONtwoside\else\raggedbottom\fi
% if two column - turn on twocolumn, allow word spacings to stretch more and
% enforce a rigid position for the last lines
-\if@twocolumn
+\ifCLASSOPTIONtwocolumn
% the peer review option delays invoking twocolumn
\ifCLASSOPTIONpeerreview\else
\twocolumn
@@ -4649,7 +4647,7 @@ between column types.}%
% hook to allow easy disabling of all legacy warnings
-\def\@IEEElegacywarn#1#2{\typeout{** ATTENTION: \@IEEEbackslash #1 is depreciated (line \the\inputlineno).
+\def\@IEEElegacywarn#1#2{\typeout{** ATTENTION: \@IEEEbackslash #1 is deprecated (line \the\inputlineno).
Use \@IEEEbackslash #2 instead.}}
@@ -4688,7 +4686,7 @@ Use \@IEEEbackslash #2 instead.}}
% let \proof use the IEEEtran version even after amsthm is loaded
-% \proof is now depreciated in favor of \IEEEproof
+% \proof is now deprecated in favor of \IEEEproof
\AtBeginDocument{\def\proof{\@IEEElegacywarn{proof}{IEEEproof}\IEEEproof}\def\endproof{\endIEEEproof}}
% V1.7 \overrideIEEEmargins is no longer supported.
diff --git a/Master/texmf-dist/tpm/IEEEtran.tpm b/Master/texmf-dist/tpm/IEEEtran.tpm
index 4221e5014b2..80777a4aab3 100644
--- a/Master/texmf-dist/tpm/IEEEtran.tpm
+++ b/Master/texmf-dist/tpm/IEEEtran.tpm
@@ -3,7 +3,7 @@
<rdf:Description about="http://texlive.dante.de/texlive/Package/IEEEtran.zip">
<TPM:Name>IEEEtran</TPM:Name>
<TPM:Type>Package</TPM:Type>
- <TPM:Date>2007/01/12 01:27:18</TPM:Date>
+ <TPM:Date>2007/03/05 20:33:00</TPM:Date>
<TPM:Version>2002/11/18 version V1.6b</TPM:Version>
<TPM:Creator>rahtz</TPM:Creator>
<TPM:Title>Document class for IEEE Transactions.</TPM:Title>
@@ -15,7 +15,7 @@ Electrical and Electronics Engineers (IEEE) Transactions Journals.
<TPM:Size>2592324</TPM:Size>
<TPM:License></TPM:License>
<TPM:Build/>
- <TPM:RunFiles size="680308">
+ <TPM:RunFiles size="680263">
texmf-dist/bibtex/bib/IEEEtran/IEEEabrv.bib
texmf-dist/bibtex/bib/IEEEtran/IEEEexample.bib
texmf-dist/bibtex/bib/IEEEtran/IEEEfull.bib
@@ -28,7 +28,7 @@ texmf-dist/tex/latex/IEEEtran/IEEEtran.cls
texmf-dist/tex/latex/IEEEtran/IEEEtrantools.sty
texmf-dist/tpm/IEEEtran.tpm
</TPM:RunFiles>
- <TPM:DocFiles size="1912016">
+ <TPM:DocFiles size="1912449">
texmf-dist/doc/latex/IEEEtran/IEEEtran_HOWTO.pdf
texmf-dist/doc/latex/IEEEtran/IEEEtran_bst_HOWTO.pdf
texmf-dist/doc/latex/IEEEtran/IEEEtrantools_doc.txt