summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2006-08-18 22:57:08 +0000
committerKarl Berry <karl@freefriends.org>2006-08-18 22:57:08 +0000
commit69f35cb3992ee53e4815cd06f5aae55af102e60f (patch)
tree2f90941d57b215e400ceb427a45f47504075df47
parent413901af0ac668c629640f331d4ee9e9fc459482 (diff)
sciposter update (19aug06)
git-svn-id: svn://tug.org/texlive/trunk@1975 c570f23f-e606-0410-a88d-b1316a301751
-rw-r--r--Master/texmf-dist/doc/latex/sciposter/sciposterexample/auto/sciposter-example.el30
-rw-r--r--Master/texmf-dist/doc/latex/sciposter/sciposterexample/sciposter-example.tex4
-rw-r--r--Master/texmf-dist/doc/latex/sciposter/scipostermanual.pdfbin128244 -> 130161 bytes
-rw-r--r--Master/texmf-dist/tex/latex/sciposter/sciposter.cls60
-rw-r--r--Master/texmf-dist/tpm/sciposter.tpm9
-rw-r--r--Master/texmf/lists/sciposter1
6 files changed, 76 insertions, 28 deletions
diff --git a/Master/texmf-dist/doc/latex/sciposter/sciposterexample/auto/sciposter-example.el b/Master/texmf-dist/doc/latex/sciposter/sciposterexample/auto/sciposter-example.el
new file mode 100644
index 00000000000..960ed9ff97b
--- /dev/null
+++ b/Master/texmf-dist/doc/latex/sciposter/sciposterexample/auto/sciposter-example.el
@@ -0,0 +1,30 @@
+(TeX-add-style-hook "sciposter-example"
+ (lambda ()
+ (LaTeX-add-environments
+ "Def")
+ (LaTeX-add-bibitems
+ "Flusser:Suk:93"
+ "Hu:62"
+ "maragos89:_patter"
+ "Meijster:Wilkinson:PAMI"
+ "Nacken:thesis")
+ (LaTeX-add-labels
+ "fig:blocks"
+ "eq:antiext"
+ "eq:increasing"
+ "eq:idempot"
+ "fig:opentransf"
+ "alg:spect"
+ "fig:tauspect"
+ "fig:binspect")
+ (TeX-add-symbols
+ "imsize")
+ (TeX-run-style-hooks
+ "multicol"
+ "amssymb"
+ "amsmath"
+ "epsfig"
+ "latex2e"
+ "sciposter10"
+ "sciposter")))
+
diff --git a/Master/texmf-dist/doc/latex/sciposter/sciposterexample/sciposter-example.tex b/Master/texmf-dist/doc/latex/sciposter/sciposterexample/sciposter-example.tex
index afc2144e462..e7d1edbda50 100644
--- a/Master/texmf-dist/doc/latex/sciposter/sciposterexample/sciposter-example.tex
+++ b/Master/texmf-dist/doc/latex/sciposter/sciposterexample/sciposter-example.tex
@@ -56,6 +56,10 @@
\conference{{\bf ICPR 2002}, 16th International Conference on Pattern
Recognition, 11-15 August 2002, Qu\'ebec City, Canada}
+%\LEFTSIDEfootlogo
+% Uncomment to put footer logo on left side, and
+% conference name on right side of footer
+
% Some examples of caption control (remove % to check result)
%\renewcommand{\algorithmname}{Algoritme} % for Dutch
diff --git a/Master/texmf-dist/doc/latex/sciposter/scipostermanual.pdf b/Master/texmf-dist/doc/latex/sciposter/scipostermanual.pdf
index 6e7c2526a33..4cdf6944857 100644
--- a/Master/texmf-dist/doc/latex/sciposter/scipostermanual.pdf
+++ b/Master/texmf-dist/doc/latex/sciposter/scipostermanual.pdf
Binary files differ
diff --git a/Master/texmf-dist/tex/latex/sciposter/sciposter.cls b/Master/texmf-dist/tex/latex/sciposter/sciposter.cls
index 6dcdb35381d..4dba4fe58fc 100644
--- a/Master/texmf-dist/tex/latex/sciposter/sciposter.cls
+++ b/Master/texmf-dist/tex/latex/sciposter/sciposter.cls
@@ -1,12 +1,18 @@
%%
-%% This is file `sciposter.cls' v 1.17
+%% This is file `sciposter.cls' v 1.18
%%
%% Authors Michael H.F. Wilkinson and Alle Meije Wink
-%% June 15, 2006
+%% August 18, 2006
%%
%% Derived from IWIposter.cls, 18/11/2003, same authors
%% Problems, bugs and comments to
%% m.h.f.wilkinson@rug.nl
+%% version 1.18, 2006/08/18 :
+%% - footer layout options changed \LEFTSIDEfootlogo command
+%% added
+%% - \PARstart command problem fixed, by redefining it using
+%% the lettrine package by Daniel Flipo
+%% - bug in babel support fixed (\abstractname hook used now)
%% version 1.17, 2006/06/15 :
%% - interfacing to babel implemented by using \figurename
%% and \tablename in table caption. Thanks to Marcus
@@ -64,6 +70,7 @@
\NeedsTeXFormat{LaTeX2e}[1995/06/01]
\LoadClass{article}
\RequirePackage{ifthen}
+\RequirePackage{lettrine}
\newcommand{\papertype}{a0}
\newcommand{\requestpointsize}{25pt}
@@ -524,10 +531,8 @@
\setpspagesize
}{}
\pagestyle{empty}
- \makeatletter
- \renewcommand{\@oddfoot}{\hfill \footlogo\\}
- \pagecolor{mainCol}
-
+ \setfooter
+ \pagecolor{mainCol}
}
%
@@ -562,17 +567,30 @@
}
%
%
-%
-
-
+%
+\newboolean{footlogo@leftside}
+%
+\newcommand{\LEFTSIDEfootlogo}[1][true]{%
+ \setboolean{footlogo@leftside}{#1}
+ \setfooter
+}
%
\newcommand{\footlogo}{}
+\newcommand{\@conference}{}
+%
+\newcommand{\setfooter}{%
+ \ifthenelse{\boolean{footlogo@leftside}}{%
+ \renewcommand{\@oddfoot}{\footlogo \hfill \@conference\\}
+ }{%
+ \renewcommand{\@oddfoot}{\@conference \hfill \footlogo\\}
+ }
+}
%
%
\newcommand{\conference}[1]{% arg:name of conference
-%\setlength{\footskip}{0.02\paperheight}%
\makeatletter
-\renewcommand{\@oddfoot}{\footnotesize #1 \hfill \footlogo\\}
+\renewcommand{\@conference}{\footnotesize #1}
+\setfooter
}
\renewcommand{\maketitle}{%
@@ -767,7 +785,7 @@
\renewcommand{\subsection}{\secdef\SubSection\sSubSection}
%%%
\renewenvironment{abstract}
-{\section*{Abstract}\it}
+{\section*{\abstractname}\it}
{}
%%%
%%%
@@ -938,19 +956,13 @@
\setboolean{userightlogo}{false}
\setlength{\titlewidth}{\textwidth}
}
+
%
-%%% \PARstart command purloined from IEEEtran.cls
-%
-\def\PARstart#1#2{\ifthenelse{\equal{\secstyle}{boxed}}{\vspace{0.5\secskip}}{}
- \begingroup\def\par{\endgraf\endgroup\lineskiplimit=0pt}
- \setbox2=\hbox{\uppercase{#2~}}\newdimen\tmpht \tmpht \ht2
- \advance\tmpht by \baselineskip\font\huge=cmr10 at \tmpht
- \setbox1=\hbox{{\Huge #1}}
- \count7=\tmpht \count8=\ht1\divide\count8 by 1000 \divide\count7 by\count8
- \tmpht=.001\tmpht\multiply\tmpht by \count7\font\hhuge=cmr10 at \tmpht
- \setbox1=\hbox{{\Huge #1}} \noindent \hangindent1.05\wd1
- \hangafter=-2 {\hskip-\hangindent \lower1\ht1\hbox{\raise1.0\ht2\copy1}%
- \kern-0\wd1}\copy2\lineskiplimit=-1000pt}
+%%% \PARstart command redefined using lettrine package of Danial Flipo
+%% only included here for backwards compatibility
+
+\newcommand{\PARstart}[2]{\lettrine{#1}{#2}}
+
\endinput
diff --git a/Master/texmf-dist/tpm/sciposter.tpm b/Master/texmf-dist/tpm/sciposter.tpm
index 169e229607a..87f3d5e7ff9 100644
--- a/Master/texmf-dist/tpm/sciposter.tpm
+++ b/Master/texmf-dist/tpm/sciposter.tpm
@@ -3,7 +3,7 @@
<rdf:Description about="http://texlive.dante.de/texlive/Package/sciposter.zip">
<TPM:Name>sciposter</TPM:Name>
<TPM:Type>Package</TPM:Type>
- <TPM:Date>2006/06/15 10:26:00</TPM:Date>
+ <TPM:Date>2006/08/18 12:26:00</TPM:Date>
<TPM:Version></TPM:Version>
<TPM:Creator>rahtz</TPM:Creator>
<TPM:Title>Make posters of ISO A3 size and larger.</TPM:Title>
@@ -24,9 +24,9 @@ An example can be found in the sciposterexample directory.
[description copied from TeX Catalogue]
</TPM:Description>
<TPM:Author>unknown</TPM:Author>
- <TPM:Size>660689</TPM:Size>
+ <TPM:Size>668453</TPM:Size>
<TPM:Build/>
- <TPM:RunFiles size="37526">
+ <TPM:RunFiles size="37646">
texmf-dist/tex/latex/sciposter/paperb0.cfg
texmf-dist/tex/latex/sciposter/paperb1.cfg
texmf-dist/tex/latex/sciposter/paperb2.cfg
@@ -38,8 +38,9 @@ texmf-dist/tex/latex/sciposter/paperra2.cfg
texmf-dist/tex/latex/sciposter/sciposter.cls
texmf-dist/tpm/sciposter.tpm
</TPM:RunFiles>
- <TPM:DocFiles size="630927">
+ <TPM:DocFiles size="633544">
texmf-dist/doc/latex/sciposter/README
+texmf-dist/doc/latex/sciposter/sciposterexample/auto/sciposter-example.el
texmf-dist/doc/latex/sciposter/sciposterexample/blocks1.eps
texmf-dist/doc/latex/sciposter/sciposterexample/blocks1.pdf
texmf-dist/doc/latex/sciposter/sciposterexample/blocks1a.eps
diff --git a/Master/texmf/lists/sciposter b/Master/texmf/lists/sciposter
index 2710be55ed4..8f2dd4fc4af 100644
--- a/Master/texmf/lists/sciposter
+++ b/Master/texmf/lists/sciposter
@@ -1,4 +1,5 @@
texmf-dist/doc/latex/sciposter/README
+texmf-dist/doc/latex/sciposter/sciposterexample/auto/sciposter-example.el
texmf-dist/doc/latex/sciposter/sciposterexample/blocks1.eps
texmf-dist/doc/latex/sciposter/sciposterexample/blocks1.pdf
texmf-dist/doc/latex/sciposter/sciposterexample/blocks1a.eps