summaryrefslogtreecommitdiff
path: root/Master
diff options
context:
space:
mode:
authorNorbert Preining <preining@logic.at>2007-11-16 10:37:41 +0000
committerNorbert Preining <preining@logic.at>2007-11-16 10:37:41 +0000
commit8055bd1861c66179d6784918683c65f6041b8fe4 (patch)
tree9aa5edc915e2c2b6b07ed7f920e86d47169aad51 /Master
parentba87075c61e86be44a9c494494d2dce07c4c6d58 (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')
-rw-r--r--Master/texmf-dist/bibtex/bst/spie/spiebib.bst7
-rw-r--r--Master/texmf-dist/tex/latex/spie/spie.cls12
2 files changed, 11 insertions, 8 deletions
diff --git a/Master/texmf-dist/bibtex/bst/spie/spiebib.bst b/Master/texmf-dist/bibtex/bst/spie/spiebib.bst
index 82a753f597a..f2e7eb115ba 100644
--- a/Master/texmf-dist/bibtex/bst/spie/spiebib.bst
+++ b/Master/texmf-dist/bibtex/bst/spie/spiebib.bst
@@ -1,5 +1,4 @@
-
-% spiebib.bst - Version 2.6
+% spiebib.bst - Version 2.7
% for Proc. SPIE, remove comma between journal name and vol.
% BibTeX bibliography style file for MaxEnt95
% Essentially same as ieeetr.sty,
@@ -15,6 +14,8 @@
% Put 'volume' in bold after 'series' in "collection", "incollection",
% and "inproceedings".
% Aug. 29, 2001 (kmh) Ken Hanson
+% insert ~ in volume bold line to avoid line break between journal and volume
+% Jan. 23, 2006 (kmh)
%
% IEEE Transactions bibliography style (29-Jan-88 version)
% numeric labels, order-of-reference, IEEE abbreviations,
@@ -435,7 +436,7 @@ FUNCTION {format.journal.volume.number}
if$
volume empty$ %% kmh - warning if no volume
{ "empty volume in " cite$ * warning$ " " *}
- { " " * volume bold *} %% kmh - make volume bold
+ { "~" * volume bold *} %% kmh - make volume bold
%% { "vol.~" volume * }
if$
month empty$
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}
}
}