From 69f35cb3992ee53e4815cd06f5aae55af102e60f Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Fri, 18 Aug 2006 22:57:08 +0000 Subject: sciposter update (19aug06) git-svn-id: svn://tug.org/texlive/trunk@1975 c570f23f-e606-0410-a88d-b1316a301751 --- .../sciposterexample/auto/sciposter-example.el | 30 +++++++++++ .../sciposterexample/sciposter-example.tex | 4 ++ .../doc/latex/sciposter/scipostermanual.pdf | Bin 128244 -> 130161 bytes .../texmf-dist/tex/latex/sciposter/sciposter.cls | 60 ++++++++++++--------- Master/texmf-dist/tpm/sciposter.tpm | 9 ++-- Master/texmf/lists/sciposter | 1 + 6 files changed, 76 insertions(+), 28 deletions(-) create mode 100644 Master/texmf-dist/doc/latex/sciposter/sciposterexample/auto/sciposter-example.el (limited to 'Master') 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 Binary files a/Master/texmf-dist/doc/latex/sciposter/scipostermanual.pdf and b/Master/texmf-dist/doc/latex/sciposter/scipostermanual.pdf 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 @@ sciposter Package - 2006/06/15 10:26:00 + 2006/08/18 12:26:00 rahtz Make posters of ISO A3 size and larger. @@ -24,9 +24,9 @@ An example can be found in the sciposterexample directory. [description copied from TeX Catalogue] unknown - 660689 + 668453 - + 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 - + 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 -- cgit v1.2.3