diff options
author | Norbert Preining <preining@logic.at> | 2007-11-16 10:37:41 +0000 |
---|---|---|
committer | Norbert Preining <preining@logic.at> | 2007-11-16 10:37:41 +0000 |
commit | 8055bd1861c66179d6784918683c65f6041b8fe4 (patch) | |
tree | 9aa5edc915e2c2b6b07ed7f920e86d47169aad51 /Master/texmf-dist/tex/latex/spie | |
parent | ba87075c61e86be44a9c494494d2dce07c4c6d58 (diff) |
update spie 3.25 from ctan
git-svn-id: svn://tug.org/texlive/trunk@5439 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/spie')
-rw-r--r-- | Master/texmf-dist/tex/latex/spie/spie.cls | 12 |
1 files changed, 7 insertions, 5 deletions
diff --git a/Master/texmf-dist/tex/latex/spie/spie.cls b/Master/texmf-dist/tex/latex/spie/spie.cls index b6ecc079231..90286321d1d 100644 --- a/Master/texmf-dist/tex/latex/spie/spie.cls +++ b/Master/texmf-dist/tex/latex/spie/spie.cls @@ -1,4 +1,4 @@ -%% spie.cls - Version 3.20 +%% spie.cls - Version 3.25 %% LaTeX2e class file to format manuscript for SPIE Proceedings % requires following LaTeX packages: % ifthen.sty @@ -40,7 +40,9 @@ % 3.10 Modified by Ken Hanson <kmh@lanl.gov> March 16, 2006 % For title fonts, scale CMR fonts from 12pt, instead of 17pt % 3.20 Modified by Ken Hanson <kmh@lanl.gov> April 17, 2007 -% Small format revisions to match SPIE specifications +% Small format revisions to match SPIE specifications +% 3.25 Modified by Ken Hanson <kmh@lanl.gov> April 24, 2007 +% Removed comments in A4 margin statements % %%%%%%%%%%%%%%%%%%%%%%%% % Usage: @@ -67,14 +69,14 @@ %% based on standard LaTeX article class -- %% need to define font Size Option inside spie.cls \NeedsTeXFormat{LaTeX2e} -\ProvidesClass{spie}[2007/04/17 v3.20 SPIE Proceedings class] +\ProvidesClass{spie}[2007/04/14 v3.25 SPIE Proceedings class] \LoadClassWithOptions{article} % build on standard article class \DeclareOption{a4paper}{% \AtEndOfClass{% -% \oddsidemargin -0.61cm % for side margins of 1.93 cm -% \evensidemargin -0.61cm % for side margins of 1.93 cm + \oddsidemargin -0.61cm % for side margins of 1.93 cm + \evensidemargin -0.61cm % for side margins of 1.93 cm \typeout{a4paper used} } } |