diff options
Diffstat (limited to 'Master/texmf-dist/tex/latex/spie/spie.cls')
-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} } } |