From 5d3a1476294a9dba906948950a7f0db1f32a24c0 Mon Sep 17 00:00:00 2001 From: Norbert Preining Date: Sat, 27 Sep 2008 11:24:41 +0000 Subject: update elsarticle from ctan, include the doc since source is now provided, git-svn-id: svn://tug.org/texlive/trunk@10740 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/source/latex/elsarticle/Makefile | 11 + .../source/latex/elsarticle/contrib/Makefile | 25 + .../source/latex/elsarticle/contrib/bg_body1.jpg | Bin 0 -> 10772 bytes .../latex/elsarticle/contrib/doc-tooltips.sty | 111 + .../source/latex/elsarticle/contrib/docscreen.sty | 925 +++ .../source/latex/elsarticle/contrib/els-1p.pdf | Bin 0 -> 126945 bytes .../source/latex/elsarticle/contrib/els-3pd.pdf | Bin 0 -> 125800 bytes .../source/latex/elsarticle/contrib/els-logo.pdf | Bin 0 -> 781611 bytes .../source/latex/elsarticle/contrib/els1.pdf | Bin 0 -> 181905 bytes .../source/latex/elsarticle/contrib/els2.pdf | Bin 0 -> 178851 bytes .../source/latex/elsarticle/contrib/elsdoc.tex | 837 +++ .../source/latex/elsarticle/contrib/enum.sty | 87 + .../source/latex/elsarticle/contrib/fancytips.tex | 7 + .../source/latex/elsarticle/contrib/jfigs.pdf | 2222 +++++++ .../source/latex/elsarticle/contrib/jfigs.tex | 54 + .../source/latex/elsarticle/contrib/mytool.tex | 83 + .../source/latex/elsarticle/contrib/mytools.tex | 83 + .../source/latex/elsarticle/contrib/pdfwidgets.sty | 382 ++ .../source/latex/elsarticle/contrib/tiger.pdf | Bin 0 -> 34171 bytes .../latex/elsarticle/elsarticle-template-harv.tex | 122 - .../latex/elsarticle/elsarticle-template-num.tex | 114 - .../source/latex/elsarticle/elsarticle.dtx | 6434 ++++++++++++++++++++ .../source/latex/elsarticle/elsarticle.ins | 73 + .../texmf-dist/source/latex/elsarticle/elsdoc.tex | 837 +++ 24 files changed, 12171 insertions(+), 236 deletions(-) create mode 100644 Master/texmf-dist/source/latex/elsarticle/Makefile create mode 100644 Master/texmf-dist/source/latex/elsarticle/contrib/Makefile create mode 100644 Master/texmf-dist/source/latex/elsarticle/contrib/bg_body1.jpg create mode 100644 Master/texmf-dist/source/latex/elsarticle/contrib/doc-tooltips.sty create mode 100644 Master/texmf-dist/source/latex/elsarticle/contrib/docscreen.sty create mode 100644 Master/texmf-dist/source/latex/elsarticle/contrib/els-1p.pdf create mode 100644 Master/texmf-dist/source/latex/elsarticle/contrib/els-3pd.pdf create mode 100644 Master/texmf-dist/source/latex/elsarticle/contrib/els-logo.pdf create mode 100644 Master/texmf-dist/source/latex/elsarticle/contrib/els1.pdf create mode 100644 Master/texmf-dist/source/latex/elsarticle/contrib/els2.pdf create mode 100644 Master/texmf-dist/source/latex/elsarticle/contrib/elsdoc.tex create mode 100644 Master/texmf-dist/source/latex/elsarticle/contrib/enum.sty create mode 100644 Master/texmf-dist/source/latex/elsarticle/contrib/fancytips.tex create mode 100644 Master/texmf-dist/source/latex/elsarticle/contrib/jfigs.pdf create mode 100644 Master/texmf-dist/source/latex/elsarticle/contrib/jfigs.tex create mode 100644 Master/texmf-dist/source/latex/elsarticle/contrib/mytool.tex create mode 100644 Master/texmf-dist/source/latex/elsarticle/contrib/mytools.tex create mode 100644 Master/texmf-dist/source/latex/elsarticle/contrib/pdfwidgets.sty create mode 100644 Master/texmf-dist/source/latex/elsarticle/contrib/tiger.pdf delete mode 100644 Master/texmf-dist/source/latex/elsarticle/elsarticle-template-harv.tex delete mode 100644 Master/texmf-dist/source/latex/elsarticle/elsarticle-template-num.tex create mode 100644 Master/texmf-dist/source/latex/elsarticle/elsarticle.dtx create mode 100644 Master/texmf-dist/source/latex/elsarticle/elsarticle.ins create mode 100644 Master/texmf-dist/source/latex/elsarticle/elsdoc.tex (limited to 'Master/texmf-dist/source/latex/elsarticle') diff --git a/Master/texmf-dist/source/latex/elsarticle/Makefile b/Master/texmf-dist/source/latex/elsarticle/Makefile new file mode 100644 index 00000000000..070f28b9afa --- /dev/null +++ b/Master/texmf-dist/source/latex/elsarticle/Makefile @@ -0,0 +1,11 @@ +all: clean create + +clean: + @rm *.cls *.bst *.tex *.log + +create: + @latex elsarticle.ins + +copy: + @cp *.cls *.bst *.tex ../ + diff --git a/Master/texmf-dist/source/latex/elsarticle/contrib/Makefile b/Master/texmf-dist/source/latex/elsarticle/contrib/Makefile new file mode 100644 index 00000000000..132e179ff97 --- /dev/null +++ b/Master/texmf-dist/source/latex/elsarticle/contrib/Makefile @@ -0,0 +1,25 @@ +# +# Makefile to generate documentation +# + +all: pdf view + +pdf: + @cp ../elsdoc.tex . + pdflatex elsdoc + @cp mytool.tex mytools.tex + pdflatex jfigs + pdflatex elsdoc + pdflatex elsdoc + +view: + acroread elsdoc.pdf + +xview: + xpdf elsdoc.pdf + + +clean: + @rm *.djs *.out *.log *.aux *.images xx.tex tmp.tex + + diff --git a/Master/texmf-dist/source/latex/elsarticle/contrib/bg_body1.jpg b/Master/texmf-dist/source/latex/elsarticle/contrib/bg_body1.jpg new file mode 100644 index 00000000000..4f16f9eb557 Binary files /dev/null and b/Master/texmf-dist/source/latex/elsarticle/contrib/bg_body1.jpg differ diff --git a/Master/texmf-dist/source/latex/elsarticle/contrib/doc-tooltips.sty b/Master/texmf-dist/source/latex/elsarticle/contrib/doc-tooltips.sty new file mode 100644 index 00000000000..929d0004bd7 --- /dev/null +++ b/Master/texmf-dist/source/latex/elsarticle/contrib/doc-tooltips.sty @@ -0,0 +1,111 @@ +%% +%% doc-tooltips.sty +%% +%% $Id: doc-tooltips.sty,v 1.2 2007-10-22 09:45:17 cvr Exp $ +%% +%% (c) C. V. Radhakrishnan +%% +%% This package may be distributed under the terms of the LaTeX Project +%% Public License, as described in lppl.txt in the base LaTeX distribution. +%% Either version 1.0 or, at your option, any later version. +%% +\usepackage[pdftex]{eforms}[2006/10/03] +\usepackage[noextratext,movetips,filename=jfigs]{fancytooltips} +\colorlet{tooltipcolor}{magenta!80} + +\def\tooltip#1#2{\@bsphack + \write\@auxout{\noexpand\TooltipPage{\thepage}}\@esphack% + \checkTipNumber{#2}\edef\TipNumber{\FindTipNumber{#2}}% + \leavevmode% + \setbox0=\hbox{{\color{tooltipcolor}#1}}% + \hbox to \wd0{% + \hb@xt@\z@{\copy0}% + \pushButton[\BC{}\BG{}\S{}\AA{\AAMouseExit{\JS{CloseTooltips();}}% + \AAMouseEnter{\JS{this.getField("ikona."+(this.pageNum+1)).hidden=false;% + try {app.clearInterval(animace);}catch (e){}% + \ifmovetips nastav(\TipNumber);\fi + zobraz(\TipNumber);}}}]% + {TooltipField}{\wd0}{\ht0}}}% +\newtoks\@enLab %\newtoks\@enfont +\def\@enQmark{?} +\def\@enLabel#1#2{% + \edef\@enThe{\noexpand#1{\@enumctr}}% + \@enLab\expandafter{\the\@enLab\csname the\@enumctr\endcsname}% + \@enloop} +\def\@enSpace{\afterassignment\@enSp@ce\let\@tempa= } +\def\@enSp@ce{\@enLab\expandafter{\the\@enLab\space}\@enloop} +\def\@enGroup#1{\@enLab\expandafter{\the\@enLab{#1}}\@enloop} +\def\@enOther#1{\@enLab\expandafter{\the\@enLab#1}\@enloop} +\def\@enloop{\futurelet\@entemp\@enloop@} +\def\@enloop@{% + \ifx A\@entemp \def\@tempa{\@enLabel\Alph }\else + \ifx a\@entemp \def\@tempa{\@enLabel\alph }\else + \ifx i\@entemp \def\@tempa{\@enLabel\roman }\else + \ifx I\@entemp \def\@tempa{\@enLabel\Roman }\else + \ifx 1\@entemp \def\@tempa{\@enLabel\arabic}\else + \ifx \@sptoken\@entemp \let\@tempa\@enSpace \else + \ifx \bgroup\@entemp \let\@tempa\@enGroup \else + \ifx \@enum@\@entemp \let\@tempa\@gobble \else + \let\@tempa\@enOther + \fi\fi\fi\fi\fi\fi\fi\fi + \@tempa} +\newlength{\@sep} \newlength{\@@sep} +\setlength{\@sep}{.5\baselineskip plus.2\baselineskip + minus.2\baselineskip} +\setlength{\@@sep}{.1\baselineskip plus.01\baselineskip + minus.05\baselineskip} +\providecommand{\sfbc}{\rmfamily\upshape} +\providecommand{\sfn}{\rmfamily\upshape} +\def\@enfont{\ifnum \@enumdepth >1\let\@nxt\sfn \else\let\@nxt\sfbc \fi\@nxt} +\def\enumerate{% + \ifnum \@enumdepth >3 \@toodeep\else + \advance\@enumdepth \@ne + \edef\@enumctr{enum\romannumeral\the\@enumdepth}\fi + \@ifnextchar[{\@@enum@}{\@enum@}} +\def\@@enum@[#1]{% + \@enLab{}\let\@enThe\@enQmark + \@enloop#1\@enum@ + \ifx\@enThe\@enQmark\@warning{The counter will not be printed.% + ^^J\space\@spaces\@spaces\@spaces The label is: \the\@enLab}\fi + \expandafter\edef\csname label\@enumctr\endcsname{\the\@enLab}% + \expandafter\let\csname the\@enumctr\endcsname\@enThe + \csname c@\@enumctr\endcsname7 + \expandafter\settowidth + \csname leftmargin\romannumeral\@enumdepth\endcsname +% {#1\hspace{\labelsep}}% + {\the\@enLab\hskip\labelsep}% + \@enum@} +\newdimen\lmrgn +\lmrgn=2em +\def\@enum@{\list{{\@enfont\csname label\@enumctr\endcsname}}% + {\usecounter{\@enumctr}\def\makelabel##1{\hss\llap{##1}}% + \ifnum \@enumdepth>1\setlength{\topsep}{\@@sep}\else + \setlength{\topsep}{\@sep}\fi + \ifnum \@enumdepth>1\setlength{\itemsep}{0pt plus1pt minus1pt}% + \else \setlength{\itemsep}{\@@sep}\fi + \setlength\leftmargin{\lmrgn}%%%{1.8em} + \setlength{\parsep}{0pt plus1pt minus1pt}% + \setlength{\parskip}{0pt plus1pt minus1pt}}} + +\def\endenumerate{\par\ifnum \@enumdepth >1\addvspace{\@@sep}\else + \addvspace{\@sep}\fi \endlist} + +\def\sitem{\@noitemargtrue\@item[\@itemlabel *]} + +\def\itemize{\@ifnextchar[{\@Itemize}{\@Itemize[]}} + +\def\@Itemize[#1]{\def\next{#1}% + \ifnum \@itemdepth >\thr@@\@toodeep\else + \advance\@itemdepth\@ne + \ifx\next\@empty\else\expandafter\def\csname + labelitem\romannumeral\the\@itemdepth\endcsname{#1}\fi% + \edef\@itemitem{labelitem\romannumeral\the\@itemdepth}% + \expandafter\list\csname\@itemitem\endcsname + {\def\makelabel##1{\hss\llap{##1}}}% + \fi} + + +\endinput +%% +%% End of package 'doc-tooltips.sty' +%% diff --git a/Master/texmf-dist/source/latex/elsarticle/contrib/docscreen.sty b/Master/texmf-dist/source/latex/elsarticle/contrib/docscreen.sty new file mode 100644 index 00000000000..36d072857ad --- /dev/null +++ b/Master/texmf-dist/source/latex/elsarticle/contrib/docscreen.sty @@ -0,0 +1,925 @@ +%% +%% +%% This is file `docscreen.sty', +%% +%% File: docscreen.sty Copyright (c) 2008 C. V. Radhakrishnan +%% +%% +%% This package may be distributed under the terms of the LaTeX Project +%% Public License, as described in lppl.txt in the base LaTeX distribution. +%% Either version 1.0 or, at your option, any later version. +%% +\NeedsTeXFormat{LaTeX2e} +\def\fileversion{v.1.0}\def\filedate{2008/07/07} +\ProvidesPackage{docscreen} + [\filedate\space\fileversion\space screen PDF design (CVR)] +\RequirePackage{graphicx} +\RequirePackage{color,calc} +\RequirePackage{comment} +\newcounter{panel} +\newif\if@screen \@screenfalse +\newif\if@print \@printfalse +\newif\if@sidebar \@sidebarfalse +\newif\if@samepage \@samepagefalse +\newif\if@nocfg \@nocfgfalse +\newif\if@orange \@orangefalse +\newif\if@bluelace \@bluelacefalse +\newif\if@chocolate \@chocolatefalse +\newif\if@palegreen \@palegreenfalse +\newif\if@blue \@bluefalse +\newif\if@gray \@grayfalse +\newif\if@default \@defaultfalse +\newif\if@paneltoc \@paneltocfalse +\newif\if@code \@codefalse +\newif\if@sectionbreak\@sectionbreakfalse +\newcounter{driver} \newcounter{scheme} +\DeclareOption{pdftex}{\setcounter{driver}{0}} +\DeclareOption{dvips}{\setcounter{driver}{1}} +\DeclareOption{nocfg}{\@nocfgtrue} +\DeclareOption{panelleft}{\setcounter{panel}{1}} +\DeclareOption{leftpanel}{\setcounter{panel}{1}} +\DeclareOption{panelright}{\setcounter{panel}{2}} +\DeclareOption{rightpanel}{\setcounter{panel}{2}} +\DeclareOption{vpanel}{\setcounter{panel}{3}} +\DeclareOption{nopanel}{\setcounter{panel}{0}} +\DeclareOption{print}{\@printtrue} +\DeclareOption{screen}{\@screentrue} +\DeclareOption{sidebar}{\setcounter{panel}{1}} +\DeclareOption{nopanel}{\setcounter{panel}{0}} +\DeclareOption{paneltoc}{\@paneltoctrue} +\DeclareOption{code}{\@codetrue} +\DeclareOption{sectionbreak}{\@sectionbreaktrue} +\def\DOCSCR@Warning#1{}%\PackageWarning{docscreen}{#1}} +\def\DOCSCR@Info#1{}%\PackageInfo{docscreen}{#1}} +\def\DOCSCR@WarningNoLine#1{}%\PackageWarningNoLine{docscreen}{#1}} + \def\paneltitlepagename#1{\gdef\@Paneltitlepagename{#1}} + \def\panlabstractname#1{\gdef\@Panelabstractname{#1}} + \def\panelcontentsname#1{\gdef\@Panelcontentsname{#1}} + \def\panelhomepagename#1{\gdef\@Panelhomepagename{#1}} + \def\panelfullscreenname#1{\gdef\@Panelfullscreenname{#1}} + \def\panelgobackname#1{\gdef\@Panelgobackname{#1}} + \def\panelclosename#1{\gdef\@Panelclosename{#1}} + \def\panelquitname#1{\gdef\@Panelquitname{#1}} + \def\panelpagename#1{\gdef\@Panelpagename{#1}} + \def\panelofname#1{\gdef\@Panelofname{#1}} + \let\@Paneltitlepagename\@empty \let\@Panelabstractname\@empty + \let\@Panelcontentsname\@empty \let\@Panelhomepagename\@empty + \let\@Panelgobackname\@empty \let\@Panelgobackname\@empty + \let\@Panelquitname\@empty \let\@Panelclosename\@empty + \let\@Panelpagename\@empty \let\@Panelofname\@empty + \let\@Panelfullscreenname\@empty + \paneltitlepagename{Title Page} + \panlabstractname{Abstract} + \panelcontentsname{Contents} + \panelfullscreenname{Full Screen} + \panelhomepagename{Home Page} + \panelgobackname{Go Back} + \panelclosename{Close} + \panelquitname{Quit} + \panelpagename{Page} + \panelofname{of} +\ProcessOptions +%******** Screen options starts here ***************** +\if@screen +\@ifundefined{hyperref}{% + \ifcase\thedriver\RequirePackage[pdftex]{hyperref}\or + \RequirePackage[dvips]{hyperref}\or + \RequirePackage[dvipsone]{hyperref}\or + \RequirePackage[dvipdf]{hyperref}\or + \RequirePackage[dvipdfm]{hyperref}\or + \RequirePackage[dviwindo]{hyperref}\or + \RequirePackage[ps2pdf]{hyperref}\or + \RequirePackage[vtex]{hyperref}\or + \DOCSCR@Warning{Unknown backend driver} + \fi} + {\DOCSCR@Warning{hyperref already loaded}} +\hypersetup{pagebackref,pdfpagemode=none,colorlinks,% + pdfmenubar=false,% + pdftoolbar=false,% + pdffitwindow=true,pdfcenterwindow=true,% + pdfwindowui=false,menucolor=menucolor,% + pdfview=Fit,pdfstartview=Fit,backref} +\includecomment{screen} +\excludecomment{print} +\def\ScreenLastPage{100} + \definecolor{coxcolor}{rgb}{1,.937,.835} + \definecolor{boxcolor}{rgb}{.001,0,.502} + \definecolor{bboxcolor}{rgb}{.9,.941,.902} + \definecolor{rcolor}{rgb}{.439,.502,.565} + \definecolor{olivedrab}{rgb}{.42,.557,.137} + \definecolor{fcolor}{rgb}{0,1,1} + \definecolor{orange}{rgb}{1,.549,0} + \definecolor{orange1}{rgb}{1,.5,0} + \definecolor{menucolor}{rgb}{1,.25,0} + \definecolor{paleblue}{rgb}{0,0,0.1} + \definecolor{panelbackground}{rgb}{.455,.832,.979} + \definecolor{logobackground}{rgb}{.35,.73,.87} + \definecolor{buttonbackground}{rgb}{0,.624,.820} + \definecolor{buttonshadow}{rgb}{.001,0,.502} + \definecolor{section0}{rgb}{0,.5,.1} + \definecolor{section1}{rgb}{0,.5,1} + \definecolor{section2}{rgb}{0,.5,.7} + \definecolor{section3}{rgb}{0,.5,.4} + \definecolor{section4}{rgb}{.4,.5,.2} + \definecolor{section5}{rgb}{.5,.5,.3} + +% +%------------------------ Macros for code listing -------------- +\if@code +\def\verbatim@font{% + \normalfont \ttfamily\small + \color{section0} + \catcode`\<=\active + \catcode`\>=\active +} +\begingroup + \catcode`\<=\active + \catcode`\>=\active + \gdef<{\@ifnextchar<\@lt\@meta} + \gdef>{\@ifnextchar>\@gt\@gtr@err} + \gdef\@meta#1>{\@PDFm{#1}} + \gdef\@lt<{\char`\<} + \gdef\@gt>{\char`\>} +\endgroup +\def\@gtr@err{% + \DOCSCR@Warning{% + Isolated \protect>\MessageBreak% + In this document class, \protect<...\protect>\MessageBreak + is used to indicate a parameter.\MessageBreak + I've just found a \protect> on its own.\MessageBreak + Perhaps you meant to type \protect>\protect>? + }% +} +\def\verbatim@nolig@list{\do\`\do\,\do\'\do\-} +\def\@PDFm#1{\mbox{\color{red}$\langle$\it#1\/$\rangle$}} +\def\arg#1{{\color{section1}{\tt\string{}\@PDFm{#1}{\tt\string}}}} +\def\@PDFM#1{\mbox{\color{red}\it#1\/}} +\def\Arg#1{{\color{section1}{\tt\string{}\@PDFM{#1}{\tt\string}}}} +\def\oarg#1{{\color{section1}{\tt[}\@PDFm{#1}{\tt]}}} +\def\Oarg#1{{\color{section1}{\tt[}\@PDFM{#1}{\tt]}}} + \definecolor{wheat}{rgb}{.96, .87, .70} + \definecolor{oldlace}{rgb}{.992, .96187, .902} + \definecolor{snow}{rgb}{1, .98, .98} + \definecolor{ghostwhite}{rgb}{.973, .973, 1} + \definecolor{cornsilk}{rgb}{1, .973, .863} + \definecolor{honeydew}{rgb}{.941, 1, .941} + \definecolor{lavenderdark}{rgb}{.8, .8, .9529411} + \definecolor{lavender}{rgb}{.902, .902, .980} + \definecolor{lightblue}{rgb}{.8, .8, .95} + \definecolor{lightgray}{rgb}{.827, .827, .827} + \definecolor{lightsteelblue}{rgb}{.690, .769, .871} + \definecolor{lightturquoise}{rgb}{.686, .933, .933} + \definecolor{darkgreen}{rgb}{.0, .392, .0} + \definecolor{yellowgreen}{rgb}{.604, .804, .196} + \definecolor{vlightblue}{rgb}{.88, .85, .95} + \definecolor{khaki}{rgb}{.741, .718, .42} +\@ifundefined{rowcolor}{}{\arrayrulecolor{section1}} +\definecolor{tabcolor}{rgb}{.973, .973, 1} +\@ifundefined{decl}{% +\newenvironment{decl}[1][]% + {\par\small\addvspace{1.5ex plus .5ex minus .5ex}% + \vskip -\parskip + \noindent\hspace{-\leftmarginii}% + \bgroup\begin{tabular}{|>{\columncolor{tabcolor}}l|}\hline\\[-6pt] + \ignorespaces}% + {\\[3pt]\hline\end{tabular}\egroup\par% + \vspace{1.5ex}\ignorespacesafterend\noindent}}{} +\RequirePackage{shortvrb} +\MakeShortVerb{\|} +\fi %---------- end of \if@code option ---------- +% +%-------------- Button macros ------------- +% +\@ifundefined{@PDFbox}{\newbox\@PDFbox}{} +\@ifundefined{@tempdimc}{\newdimen\@tempdimc}{} +\newdimen\shadowsize +\shadowsize 1pt +\def\shadowbox{\PDFBox\@shadowbox} +\def\@shadowbox#1{% + \setbox\@PDFbox\hbox{\fbox{#1}}% + \leavevmode\vbox{% + \offinterlineskip + \dimen@=\shadowsize + \advance\dimen@ .5\fboxrule + \hbox{\copy\@PDFbox\kern-.5\fboxrule\lower\shadowsize\hbox{% + \vrule \@height\ht\@PDFbox \@depth\dp\@PDFbox \@width\dimen@}}% + \vskip-\dimen@ + \moveright\shadowsize\vbox{% + \hrule \@width\wd\@PDFbox \@height\dimen@}}} +\newtoks\do@PDFBox +\def\PDFBox#1{% + \do@PDFBox{#1}% + \afterassignment\begin@PDFBox + \setbox\@PDFbox=\hbox} +\def\begin@PDFBox{\aftergroup\end@PDFBox} +\def\end@PDFBox{\the\do@PDFBox{\box\@PDFbox}}% +% + \definecolor{buttondisable}{gray}{.7} + \definecolor{Gray}{rgb}{.895,.93,.916} + \def\FBlack{\ifnum\thepage=1\color{buttondisable}\else\Black\fi} + \def\LBlack{\ifnum\thepage=\number\ScreenLastPage\color{buttondisable}% + \else\Black\fi} + \def\ContPage{2} + \def\DBlack{\ifnum\thepage=\number\ContPage\color{buttondisable}% + \else\Black\fi} + \def\Black{\color{black}} + \def\contentsname{\protect\hypertarget{contents}{\@Panelcontentsname} + \immediate\write\@auxout{\string\gdef\string\ContPage{\thepage}}} + \def\abstractname{\protect\hypertarget{abstract}{\@Panelabstractname}} + \def\emailid#1{\def\@emailid{mailto:#1}} + \def\urlid#1{\def\@urlid{http://#1}} + \def\markboth#1#2{\gdef\lmark{#1}\gdef\rmark{#2}} + \def\emblema#1{\def\@emblema{#1}} + \def\@grerr{\phantom{XXXXXXXX}} + \def\affname#1{\def\@affname{#1}} + \def\@afferr{Name of Organization} + \def\@diverr{Name of Division} + \def\divname#1{\def\@divname{#1}} + \newlength\panelwidth + \ifnum\thepanel>0% + \setlength\panelwidth{.15\paperwidth}%%.25 + \ifdim\panelwidth<1in\setlength\panelwidth{1in}\fi\else + \setlength\panelwidth{0pt} + \fi + \fboxsep0pt\fboxrule.2pt + \RequirePackage{amssymb,amsbsy} + \def\btl{\ensuremath{\blacktriangleleft}} + \def\rtl{\ensuremath{\blacktriangleright}} +\def\panelfont{\fontsize{7pt}{7pt}\itshape\selectfont} +\def\st{\hbox{\vrule height10pt depth5pt width\z@}\panelfont} +\def\addButton#1#2{\begingroup\normalsfcodes\fboxsep0pt\fboxrule.4pt\shadowsize.4pt% + \sffamily\color{white}\shadowbox{\colorbox{buttonbackground}% + {\hbox to #1{\hfil\Black\st#2\hfil}}\color{buttonshadow}}\endgroup} +% +%------------ Panel macros ---------------- +% +\def\paneloverlay#1{\gdef\@paneloverlay{#1}} +\def\paneloverlayempty{\let\@paneloverlay\@empty} +\let\@paneloverlay\@empty +\def\@panel{% + \begingroup\normalsfcodes\ifx\@paneloverlay\@empty% + \colorbox{panelbackground}{\panel}% + \else% + \vbox to\z@{\hbox to\z@{\includegraphics[width=\panelwidth,%% + height=\panelheight]{\@paneloverlay}% + \hspace{-\panelwidth}\hfill}\vspace{-\panelheight}\vfill}% + \panel\fi% + \endgroup}% + + +\def\panel{% + \begin{minipage}[t][\panelheight][c]{\panelwidth}% +% \normalsfcodes% +% \centering% +% \if@paneltoc% +% \@panel@toc\par\vfill\else\relax\fi% + \NavigationPanel + \end{minipage}% +} +\def\vpaneloverlay#1{\gdef\@vpaneloverlay{#1}} +\def\vpaneloverlayempty{\let\@vpaneloverlay\@empty} +\let\@vpaneloverlay\@empty +\def\@vpanel{% + \begingroup\normalsfcodes\ifx\@vpaneloverlay\@empty% + \colorbox{panelbackground}{\vpanel}% + \else% + \vbox to\z@{\hbox to\z@{\includegraphics[width=\paperwidth,%% + height=\vpanelheight]{\@vpaneloverlay}% + \hspace{-\paperwidth}\hfill}\vspace{-\vpanelheight}\vfill}% + \vpanel\fi% + \endgroup}% + + +\def\vpanel{% + \begin{minipage}[t][\vpanelheight][c]{\paperwidth}% + \normalsfcodes% + \par\vfill + \null\vspace*{1pt} + \end{minipage}% +} +% + +% +\def\imageButton#1#2#3{\includegraphics[width=#1,height=#2]{#3}} +\newdimen\buttonwidth\newdimen\smallbuttonwidth +\setlength\buttonwidth{.7\panelwidth} +\setlength\smallbuttonwidth{.35\panelwidth} +\addtolength{\smallbuttonwidth}{-1.2pt} +\def\NavigationPanel{\normalsfcodes% + \href{\@urlid}{\addButton{\buttonwidth}{\@Panelhomepagename}}\\ \pfill + \Acrobatmenu{FirstPage}{\addButton{\buttonwidth}{\FBlack\@Paneltitlepagename}}\\\pfill + \if@paneltoc\relax\else% + \hyperlink{contents}{\addButton{\buttonwidth}{\DBlack\@Panelcontentsname}}\\\pfill\fi + \Acrobatmenu{FirstPage}{\addButton{\smallbuttonwidth}{\FBlack\scalebox{.8}[1.4]{\btl\btl}}}\hspace*{-2pt} + \Acrobatmenu{LastPage}{\addButton{\smallbuttonwidth}{\LBlack\scalebox{.8}[1.4]{\rtl\rtl}}}\\\pfill + \Acrobatmenu{PrevPage}{\addButton{\smallbuttonwidth}{\FBlack\scalebox{.8}[1.4]{\btl}}}\hspace*{-2pt} + \Acrobatmenu{NextPage}{\addButton{\smallbuttonwidth}{\LBlack\scalebox{.8}[1.4]{\rtl}}}\\\pfill + \Acrobatmenu{GoToPage}{\addButton{\buttonwidth}{\@Panelpagename\space + \textcolor{red}{\thepage}\space\@Panelofname\space + \textcolor{red}{\ScreenLastPage}}}\\\pfill + \Acrobatmenu{GoBack}{\addButton{\buttonwidth}{\@Panelgobackname}}\\\pfill + \Acrobatmenu{FullScreen}{\addButton{\buttonwidth}{\@Panelfullscreenname}}\\\pfill + \Acrobatmenu{Close}{\addButton{\buttonwidth}{\@Panelclosename}}\\\pfill + \Acrobatmenu{Quit}{\addButton{\buttonwidth}{\@Panelquitname}}\\ +} +\def\pfill{\vfill} +% +%-------------- Verbatim fix ------------- +% +% This code is provided by DP Story +\newdimen\@PDFspaceleft +\def\@PDFpagespace{% + \ifdim\pagetotal=0pt + \@PDFspaceleft=\vsize + \else + \@PDFspaceleft=\pagegoal + \advance\@PDFspaceleft by-\pagetotal + \fi} +\let\@PDFverbatim\verbatim +\let\@PDFendverbatim\endverbatim +\AtBeginDocument{% + \def\verbatim{\begingroup\setbox0=\vbox\bgroup + \hsize=\linewidth% + \@PDFverbatim\verbatim@font} + \def\endverbatim{\@PDFendverbatim\egroup + \@PDFpagespace\ifdim\@PDFspaceleft>\ht0 + \else + \setbox1=\vsplit0 to\@PDFspaceleft + \verbatim@font\unvbox1 \penalty\@M + \fi + \ifvoid0\relax\else\verbatim@font\unvbox0\fi + \endgroup} + \def\@verb{\@vobeyspaces \frenchspacing\@sverb} +} + +% end of DPS' code +% +%-------------- end of Verbatim fix ------------- +% +%-------------- Layout macros ------------------- +% + \newdimen\@Leftmargin \@Leftmargin=0cm + \newdimen\@Rightmargin \@Rightmargin=0cm + \newdimen\@Topmargin \@Topmargin=0in + \newdimen\@Bottommargin \@Bottommargin=0in + % +\setlength\headheight{0pt} +\setlength\headsep {0pt} +\setlength\footskip {0pt} +\hoffset=0pt +\voffset=0pt +\pagestyle{empty} +% + \def\InitLayout{ + \setlength{\textwidth}{\paperwidth} + \addtolength{\textwidth}{-\@Leftmargin} + \addtolength{\textwidth}{-\@Rightmargin} + \setlength{\textheight}{\paperheight} + \addtolength{\textheight}{-\@Topmargin} + \addtolength{\textheight}{-\@Bottommargin} + \addtolength{\textheight}{-\headheight} + \addtolength{\textheight}{-\headsep} + \addtolength{\textheight}{-\footskip} + \setlength{\oddsidemargin}{\@Leftmargin} + \addtolength{\oddsidemargin}{-1in} + \setlength{\evensidemargin}{\@Leftmargin}%{\@Rightmargin} + \addtolength{\evensidemargin}{-1in} + \setlength{\topmargin}{\@Topmargin} + \addtolength{\topmargin}{-1in} + } + \def\marginsize#1#2#3#4{ + \@Leftmargin=#1 + \@Rightmargin=#2 + \@Topmargin=#3 + \@Bottommargin=#4 + \InitLayout + } +\newdimen\Textmarginright +\newdimen\Textmarginleft +\newdimen\Textmargintop +\newdimen\Textmarginbottom +\newdimen\marginright +\newdimen\marginleft +\newdimen\margintop +\newdimen\marginbottom +\newdimen\panelheight +\newdimen\vpanelheight +\newdimen\LLX +\newdimen\LLY +\newdimen\URX +\newdimen\URY +\newdimen\calfactor +\setlength\calfactor{0pt} +\def\margins#1#2#3#4{% + \marginleft=#1 + \marginright=#2 + \margintop=#3 + \marginbottom=#4 +} +\def\screensize#1#2{\paperheight=#1% + \paperwidth=#2 + \InitLayout +\ifcase\thepanel + \setlength\Textmarginright{\marginright} + \setlength\Textmarginleft{\marginleft} + \setlength\Textmargintop{\margintop} + \setlength\Textmarginbottom{\marginbottom} + \setlength\LLX{\calfactor} + \setlength\LLY{\calfactor} + \setlength\overlaywidth{\paperwidth} + \setlength\URX{\overlaywidth-2\calfactor} + \setlength\URY{\paperheight-2\calfactor} + \DOCSCR@Info{no panel options loaded} +\or%ifnum\thepanel=1 + \setlength\Textmarginright{\marginright} + \setlength\Textmarginleft{\panelwidth} + \addtolength\Textmarginleft{\marginleft} + \setlength\Textmargintop{\margintop} + \setlength\Textmarginbottom{\marginbottom} + \setlength\LLX{\panelwidth+\calfactor} + \setlength\LLY{\calfactor} + \setlength\overlaywidth{\paperwidth} + \addtolength\overlaywidth{-\panelwidth} + \setlength\URX{\overlaywidth-2\calfactor} + \setlength\URY{\paperheight-2\calfactor} + \DOCSCR@Info{left panel options loaded} +\or%ifnum\thepanel=2 + \setlength\Textmarginleft{\marginleft} + \setlength\Textmarginright{\panelwidth} + \addtolength\Textmarginright{\marginright} + \setlength\Textmargintop{\margintop} + \setlength\Textmarginbottom{\marginbottom} + \setlength\LLX{\calfactor} + \setlength\LLY{\calfactor} + \setlength\overlaywidth{\paperwidth} + \addtolength\overlaywidth{-\panelwidth} + \setlength\URX{\overlaywidth-2\calfactor} + \setlength\URY{\paperheight-2\calfactor} + \DOCSCR@Info{right panel options loaded} +\or%\thepanel=3 + \setlength\Textmarginleft{\marginleft} + \setlength\Textmarginright{\panelwidth} + \addtolength\Textmarginright{\marginright} + \setlength\Textmargintop{\margintop} + \addtolength\Textmargintop{\vpanelheight} + \setlength\Textmarginbottom{\marginbottom} + \setlength\LLX{\calfactor} + \setlength\LLY{\calfactor} + \setlength\overlaywidth{\paperwidth} + \addtolength\overlaywidth{-\panelwidth} + \setlength\overlayheight{\paperheight} + \setlength\panelheight{\paperheight} + \addtolength\panelheight{-\vpanelheight} + \addtolength\overlayheight{-\vpanelheight} + \setlength\URX{\overlaywidth-2\calfactor} + \setlength\URY{\paperheight-2\calfactor} + \DOCSCR@Info{right panel options loaded} +\or\DOCSCR@Warning{Panel specification is undefined} +\fi +\marginsize{\Textmarginleft}{\Textmarginright} + {\Textmargintop}{\Textmarginbottom} +\InitLayout +\DOCSCR@Info{LLX=\the\LLX \MessageBreak + LLY=\the\LLY \MessageBreak + URX=\the\URX \MessageBreak + URY=\the\URY \MessageBreak + panelwidth=\the\panelwidth \MessageBreak + overlaywidth=\the\overlaywidth \MessageBreak + textwidth=\the\textwidth \MessageBreak + textheight=\the\textheight \MessageBreak + paperwidth=\the\paperwidth \MessageBreak + paperheight=\the\paperheight \MessageBreak + calfactor=\the\calfactor \MessageBreak + Panel=\thepanel} +} +% +% ------------------ overlaying of images or colors -------- +% +\let\@PDFSout@Hook\@empty +\newcommand{\PDFSout}{\g@addto@macro\@PDFSout@Hook} +\newcommand{\@PDFSout@Out}{% + \afterassignment\@PDFSout@Test + \global\setbox\@cclv= % + } +\newcommand{\@PDFSout@Test}{% + \ifvoid\@cclv\relax + \aftergroup\@PDFSout@Output + \else + \@PDFSout@Output + \fi% + } +\newcommand{\@PDFSout@Output}{% + \@PDFSout@Hook% + \@PDFSout@Org@Out\box\@cclv% + } +\newcommand{\@PDFSout@Org@Out}{} +\newcommand*{\@PDFSout@Init}{% + \let\@PDFSout@Org@Out\shipout + \let\shipout\@PDFSout@Out + } +\AtBeginDocument{\@PDFSout@Init} +\newcommand{\@Overlay@Hook}{} +\newcommand{\AddToOverlay}{\g@addto@macro\@Overlay@Hook} +\newcommand{\ClearOverlay}{\let\@Overlay@Hook\@empty} +\newcommand{\@Overlay}{% + \ifx\@Overlay@Hook\@empty + \else + \bgroup + \@tempdima=1in + \@tempcnta=\@tempdima + \@tempcntb=-\@tempdima + \advance\@tempcntb\paperheight + \global\setbox\@cclv\vbox{% + \vbox{\let\protect\relax% + \unitlength=1sp% + \pictur@(0,0)(\@tempcnta,\@tempcntb)% + \@Overlay@Hook% + \endpicture}% + \box\@cclv% + }% + \egroup + \fi +} +\PDFSout{\@Overlay} +%------------------- end of overlaying macros -------------- +% +%------------------- Panel TOC macros ---------------------- +% +\if@paneltoc +\DOCSCR@Info{Panel TOC options loaded} +\RequirePackage{truncate} +\newcounter{NUM}[page] +\def\numberline#1{} +\def\ST{\hbox{\vrule height8pt depth3pt width\z@}\scriptsize\itshape} +\def\scrShadowButton#1#2{\begingroup\fboxsep0pt\fboxrule.6pt\shadowsize.1pt% + \sffamily\color{white}\shadowbox{\colorbox{buttonbackground}% + {\hbox to #1{\color{fgcolor}\ST#2\hfill}}\color{buttonshadow}}\endgroup} +\def\scrNormalButton#1#2{\begingroup\sffamily\color{white}% + \noindent{\colorbox{panelbackground}% + {\hbox to #1{\color{fgcolor}\ST\hfill#2\hfill}}}\endgroup} +\def\@@secHead{section} +\long\def\contentsline#1#2#3#4{\def\@@cHead{#1}% + \ifx\@@cHead\@@secHead\stepcounter{NUM}% + \ifnum\thepanel@section=\theNUM% + {\definecolor{panelbackground}{gray}{.3}% + \definecolor{fgcolor}{gray}{1}% + \hyperlink{#4}{\,\scrNormalButton{.965\panelwidth}{\truncate{.9\panelwidth}{#2}}}% + }\par\vskip1truept% + \else + {\definecolor{panelbackground}{rgb}{.741, .718, .42}%% + \definecolor{fgcolor}{gray}{0}% + \hyperlink{#4}{\,\scrNormalButton{.965\panelwidth}{\truncate{.9\panelwidth}{#2}}}% + }\par\vskip1truept% + \fi\fi} + \newcounter{@TOC} + \def\PDF@@TOC{\stepcounter{@TOC}\ifnum\the@TOC>1\relax% + \else\tableofcontents\fi} +\def\@panel@toc{\vbox\bgroup\rightskip0pt plus 1fill + \hbadness 10000 + \InputIfFileExists{\jobname.toc}% + {\DOCSCR@Info{TOC file read}}% + {\DOCSCR@Warning{TOC file not available}% + \AtEndDocument{\PDF@@TOC}}% + \egroup} +\fi% --- end of paneltoc option --- + +\def\overlay#1{\gdef\@overlay{#1}} +\def\overlayempty{\let\@overlay\@empty} +\let\@overlay\@empty +\def\backgroundcolor#1{\gdef\@backgroundcolor{#1}} +\backgroundcolor{lightcyan} +\definecolor{lightcyan}{rgb}{.895,.93,.916} +\newdimen\overlayheight +\newdimen\overlaywidth +\AddToOverlay{% + \setlength{\@tempdima}{0pt} + \setlength{\@tempdimb}{\paperwidth-2\@tempdima} + \setlength{\@tempdimc}{\paperheight-2\@tempdima} + \setlength{\unitlength}{1pt}\thinlines% + \ifx\@overlay\@empty% + \DOCSCR@Warning{No overlay specified\MessageBreak + output will have only background color} + \put(\strip@pt\LLX,\strip@pt\LLY){% + \colorbox{\@backgroundcolor}{% + \color{white}\makebox(\strip@pt\URX,\strip@pt\URY)% + {}}} + \else + \put(\strip@pt\@tempdima,\strip@pt\@tempdima){% + \makebox(\strip@pt\@tempdimb,\strip@pt\@tempdimc)[bl]% + {\includegraphics[width=\overlaywidth,height=\panelheight]{\@overlay}}}% + \fi% + }% +\AddToOverlay{% + \setlength{\@tempdima}{0mm}% + \setlength{\@tempdimb}{\paperwidth-2\@tempdima}% + \setlength{\@tempdimc}{\paperheight-2\@tempdima}% + \setlength{\unitlength}{1pt}\thinlines% + \put(\strip@pt\@tempdima,\strip@pt\@tempdima){% + \makebox(\strip@pt\@tempdimb,\strip@pt\@tempdimc)[br]% + {\relax\@@@PANEL\relax}}% +} +\AddToOverlay{% + \setlength{\@tempdima}{0mm}% + \setlength{\@tempdimb}{\paperwidth-2\@tempdima}% + \setlength{\@tempdimc}{\paperheight-2\@tempdima}% + \setlength{\unitlength}{1pt}\thinlines% + \put(\strip@pt\@tempdima,\strip@pt\@tempdima){% + \makebox(\strip@pt\@tempdimb,\strip@pt\@tempdimc)[tl]% + {\relax\@vpanel\relax}}% +} + + +% +\def\@@@PANEL{\ifnum\thepanel=1\@panel\hfill\else% + \ifnum\thepanel=2\hfill\@panel\else% + \ifnum\thepanel=3\hfill\@panel\else + \ifnum\thepanel=0\relax% + \fi\fi\fi\fi}% +% +\def\@logo#1{% + \global\setbox0=\hbox{\includegraphics{#1}}% + \ifdim\ht0>\wd0% + \includegraphics[height=.75in]{#1}% + \else% + \ifdim\wd0>\ht0% + \includegraphics[width=.75in]{#1}% + \else% + \ifdim\wd0=\ht0%% + \includegraphics[width=.75in]{#1}% + \fi\fi\fi +} +\let\@@logo\@logo +\def\ps@plain{} +\def\ps@empty{} +\def\ps@firstpage{} +\def\ps@headings{} +\def\ps@myheadings{} +\def\ps@title{} + +\AtEndDocument{% + \clearpage \addtocounter{page}{-1}% + \immediate\write\@auxout{\string\gdef\string\ScreenLastPage{\arabic{page}}}% + \addtocounter{page}{1}} + +%------------------- Section counter coloring ---------------------- + +\let\old@secnumber\@secnumber + \def\@secnumber{\protect\textcolor{section\thesection@level}{\old@secnumber}}% + \def\@seccntformat#1{\protect\textcolor{section\thesection@level}% + {\expandafter\upshape\csname the#1\endcsname.}\quad}% + \def\@secnumfont{\protect\textcolor{section\thesection@level}}%\mdseries} + \def\abstractname{\protect\textcolor{blue}{\@Panelabstractname}} + \let\o@title\@title + \def\@title{\protect\color{orange}\o@title} + + \def\Sectionformat#1#2{% + \ifcase#2% + {\protect\textcolor{section0}{#1}}%level 0 chapter { } + \or {\protect\textcolor{section1}{#1}}%level 1 section { } + \or {\protect\textcolor{section2}{#1}}%level 2 subsection { } + \or {\protect\textcolor{section3}{#1}}%level 3 subsubsection { } + \or {\protect\textcolor{section4}{#1}}%level 4 paragraph { } + \or {\protect\textcolor{section5}{#1}}%level 5 subparagraph { } + \fi + } + + \let\scr@section\section + \newcounter{panel@section} + \def\section{\if@sectionbreak\clearpage\fi% + \stepcounter{panel@section}\scr@section} + \def\@linkcolor{red} + \def\@anchorcolor{section0} + \def\@citecolor{orange} + \def\@filecolor{cyan} + \def\@urlcolor{magenta} + \def\@menucolor{section2} + \def\@pagecolor{red} + \setcounter{tocdepth}{4} + \setcounter{secnumdepth}{4} +\ifnum\thedriver=0 + \def\pagedissolve#1{% + \edef\@@processme{% + \pdfpageattr{% + /Trans << /S /#1\space >>% + }}% + \@@processme + }% +\else + \def\pagedissolve#1{} +\fi +\if@nocfg\relax\else\IfFileExists{docscreen.cfg}{\input docscreen.cfg}{}\fi +\let\notesname\@gobble +% +\long\def\buttonbox#1{% + \leavevmode + \setbox\@tempboxa\hbox{% + \color@begingroup + \kern\fboxsep{#1}\kern\fboxsep + \color@endgroup}% + \@buttonframeb@x\relax} +% +\def\@buttonframeb@x#1{\begingroup% + \@tempdima\fboxrule + \advance\@tempdima\fboxsep + \advance\@tempdima\dp\@tempboxa + \hbox{% + \lower\@tempdima\hbox{% + \vbox{% + \color{white}\hrule\@height\fboxrule\relax + \hbox{% + \color{white}\vrule\@width\fboxrule\relax + #1% + \vbox{% + \vskip\fboxsep + \box\@tempboxa + \vskip\fboxsep}% + #1% + \color{black}\vrule\@width\fboxrule\relax}% + \color{black}\hrule\@height\fboxrule\relax}% + }% + }% +\endgroup} +% +\def\@pdfcreator{LaTeX with hyperref and docscreen} +\def\shorttitle#1{\gdef\@shorttitle{#1}} +\let\@shorttitle\@empty +\def\@battrib{\color{white}$\bullet$\sffamily\footnotesize\itshape} +\def\@vattrib{\color{section1}\sffamily\footnotesize\itshape} +\newif\if@@bb \@@bbfalse +\newif\if@@tb \@@tbfalse +\def\topbuttons{\@@tbtrue% + \AddToOverlay{\def\@@tbuttons{\@@buttons}% + \setlength{\unitlength}{1pt}\thinlines% + \put(0,0){\makebox(\strip@pt\paperwidth,\strip@pt\paperheight)[ct]% + {\@@tbuttons}% + } + } +} +\def\bottombuttons{\@@bbtrue% + \AddToOverlay{\def\@@bbuttons{\@@buttons}% + \setlength{\unitlength}{1pt}\thinlines% + \put(0,0){\makebox(\strip@pt\paperwidth,24)[cb]% + {\@@bbuttons}% + } + } +} +\def\@@buttons{\ifx\@shorttitle\@empty\relax\else% + \quad{\@vattrib\@shorttitle}\fi\hfill% + \Acrobatmenu{FirstPage} {\@battrib First } + \Acrobatmenu{PrevPage} {\@battrib Prev } + \Acrobatmenu{NextPage} {\@battrib Next } + \Acrobatmenu{LastPage} {\@battrib Last } + \Acrobatmenu{GoBack} {\@battrib Go Back } + \Acrobatmenu{FullScreen}{\@battrib Full Screen } + \Acrobatmenu{Close} {\@battrib Close } + \Acrobatmenu{Quit} {\@battrib Quit } +\quad{}\vspace*{1.5pt}} +\def\nobottombuttons{\let\@@bbuttons\relax} +\def\notopbuttons{\let\@@tbuttons\relax} +% +\newcounter{overlay} +\def\changeoverlay{\def\section{\if@sectionbreak\clearpage\fi% + \stepcounter{panel@section}% + \change\scr@section}}% + \def\change{\stepcounter{overlay}% + \ifnum\c@overlay>10\setcounter{overlay}{1}\fi + \overlay{overlay\theoverlay} +} +% +\fi%--This \fi corresponds to \if@screen +%-------- Screen options end here ------------------ +% +% +%-------- Print options start here ----------------- +% +\if@print +\RequirePackage{amssymb} +\RequirePackage[pdftex,bookmarksopen,colorlinks]{hyperref} +\def\pagedissolve#1{} +\let\overlay\@gobble +\let\paneloverlay\@gobble +\let\emblema\@gobble +\let\emblemb\@gobble +\let\urlid\@gobble +\let\emailid\@gobble +\def\screensize#1#2{} +\includecomment{print} +\excludecomment{screen} + \def\@linkcolor{black} + \def\@anchorcolor{black} + \def\@citecolor{black} + \def\@filecolor{black} + \def\@urlcolor{black} + \def\@menucolor{black} + \def\@pagecolor{black} + \definecolor{section0}{gray}{0} + \definecolor{section1}{gray}{0} + \definecolor{section2}{gray}{0} + \definecolor{section3}{gray}{0} + \definecolor{section4}{gray}{0} + \definecolor{section5}{gray}{0} + \definecolor{orange}{gray}{0} + \definecolor{panelbackground}{gray}{1} + \definecolor{buttondisable}{gray}{.8} + \def\margins#1#2#3#4{} + \RequirePackage{fancybox} +\newdimen\@PDFmpht +\let\@Notesname\@empty +\def\notesname#1{\gdef\@Notesname{#1}} +\let\@overlay\@empty +\newcounter{slide} +\newcounter{slideoverlay} +\newenvironment{slide}{\stepcounter{slide}% + \stepcounter{slideoverlay}% + \ifnum\theslideoverlay=11\setcounter{slideoverlay}{1} + \ifx\@overlay\@empty\else + \DOCSCR@Warning{Overly counter reset to zero}\fi\fi + \ifx\@overlay\@empty\else + \DOCSCR@Warning{Overly file is Not available in print}\fi + \par\addvspace{12pt}\noindent% + \hspace*{-.1\paperwidth}\begin{minipage}{.9\paperwidth} + \global\setbox0=\hbox\bgroup\begin{minipage}[b]{.5\linewidth}}% + {\end{minipage}\egroup\setlength\@PDFmpht{\the\ht0}% + \typeout{****** height=\the\@PDFmpht*******} + \setbox1=\hbox{\begin{minipage}[b][1.05\@PDFmpht][t]{.3\paperwidth} + \typeout{****** height=\the\@PDFmpht*******} + \centering \@Notesname\par\vfill\end{minipage}} + \noindent\parbox{\linewidth}{%\shadowsize=2pt\fboxsep=6pt% + \shadowbox{\box0}\quad\fbox{\box1}} + \end{minipage}\hspace*{-1.5in}} + + \let\overlayempty\relax + \let\paneloverlayempty\relax + \let\topbuttons\relax + \let\notopbuttons\relax + \let\bottombuttons\relax + \let\nobottombuttons\relax + \let\changeoverlay\relax +%------------------------ Macros for code listing -------------- +\if@code +\def\verbatim@font{% + \normalfont \ttfamily\small + \catcode`\<=\active + \catcode`\>=\active +} +\begingroup + \catcode`\<=\active + \catcode`\>=\active + \gdef<{\@ifnextchar<\@lt\@meta} + \gdef>{\@ifnextchar>\@gt\@gtr@err} + \gdef\@meta#1>{\@PDFm{#1}} + \gdef\@lt<{\char`\<} + \gdef\@gt>{\char`\>} +\endgroup +\def\@gtr@err{% + \DOCSCR@Warning{% + Isolated \protect>\MessageBreak% + In this document class, \protect<...\protect>\MessageBreak + is used to indicate a parameter.\MessageBreak + I've just found a \protect> on its own.\MessageBreak + Perhaps you meant to type \protect>\protect>? + }% +} +\def\verbatim@nolig@list{\do\`\do\,\do\'\do\-} +\def\@PDFm#1{\mbox{$\langle$\it#1\/$\rangle$}} +\def\arg#1{{{\tt\string{}\@PDFm{#1}{\tt\string}}}} +\def\@PDFM#1{\mbox{\it#1\/}} +\def\Arg#1{{{\tt\string{}\@PDFM{#1}{\tt\string}}}} +\def\oarg#1{{\tt[}\@PDFm{#1}{\tt]}} +\def\Oarg#1{{\tt[}\@PDFM{#1}{\tt]}} +\@ifundefined{decl}{% +\newenvironment{decl}[1][]% + {\par\small\addvspace{1.5ex plus .5ex minus .5ex}% + \vskip -\parskip + \noindent\hspace{-\leftmarginii}% + \bgroup\begin{tabular}{|l|}\hline\\[-6pt] + \ignorespaces}% + {\\[3pt]\hline\end{tabular}\egroup\par% + \vspace{1.5ex}\ignorespacesafterend\noindent}}{} +\RequirePackage{shortvrb} +\MakeShortVerb{\|} +\fi +%-------------- end of \if@code option ---------- +% +\def\panelfont{\fontsize{7pt}{7pt}\itshape\selectfont} +\def\st{\hbox{\vrule height10pt depth5pt width\z@}\panelfont} +\def\addButton#1#2{\begingroup\normalsfcodes\fboxsep2pt\fboxrule.1pt% + \sffamily\fbox{\hbox to #1{\hfil\st#2\hfil}}\endgroup} +\def\imageButton#1#2#3{\includegraphics[width=#1,height=#2]{#3}} +\setcounter{tocdepth}{4} +\setcounter{secnumdepth}{4} +\fi +%% + +\def\includesrc#1{\begingroup\pdfcompresslevel=0 + \immediate\pdfobj + stream attr {/Type /SourceFile /SourceName (#1)} + file{#1} + \pdfcatalog{/SourceObject \the\pdflastobj\space 0 R} + \endgroup + \pdfcompresslevel=9} + +\endinput +%% +%% End of file docscreen.sty +%% diff --git a/Master/texmf-dist/source/latex/elsarticle/contrib/els-1p.pdf b/Master/texmf-dist/source/latex/elsarticle/contrib/els-1p.pdf new file mode 100644 index 00000000000..90d5e5c4eca Binary files /dev/null and b/Master/texmf-dist/source/latex/elsarticle/contrib/els-1p.pdf differ diff --git a/Master/texmf-dist/source/latex/elsarticle/contrib/els-3pd.pdf b/Master/texmf-dist/source/latex/elsarticle/contrib/els-3pd.pdf new file mode 100644 index 00000000000..ede49829b22 Binary files /dev/null and b/Master/texmf-dist/source/latex/elsarticle/contrib/els-3pd.pdf differ diff --git a/Master/texmf-dist/source/latex/elsarticle/contrib/els-logo.pdf b/Master/texmf-dist/source/latex/elsarticle/contrib/els-logo.pdf new file mode 100644 index 00000000000..b7ec27ff0f8 Binary files /dev/null and b/Master/texmf-dist/source/latex/elsarticle/contrib/els-logo.pdf differ diff --git a/Master/texmf-dist/source/latex/elsarticle/contrib/els1.pdf b/Master/texmf-dist/source/latex/elsarticle/contrib/els1.pdf new file mode 100644 index 00000000000..6f4f86a573d Binary files /dev/null and b/Master/texmf-dist/source/latex/elsarticle/contrib/els1.pdf differ diff --git a/Master/texmf-dist/source/latex/elsarticle/contrib/els2.pdf b/Master/texmf-dist/source/latex/elsarticle/contrib/els2.pdf new file mode 100644 index 00000000000..7d2f3dae0f4 Binary files /dev/null and b/Master/texmf-dist/source/latex/elsarticle/contrib/els2.pdf differ diff --git a/Master/texmf-dist/source/latex/elsarticle/contrib/elsdoc.tex b/Master/texmf-dist/source/latex/elsarticle/contrib/elsdoc.tex new file mode 100644 index 00000000000..7be99f0b0fb --- /dev/null +++ b/Master/texmf-dist/source/latex/elsarticle/contrib/elsdoc.tex @@ -0,0 +1,837 @@ +%% +%% This is file `elsdoc.tex', +%% generated with the docstrip utility. +%% +%% The original source files were: +%% +%% elsarticle.dtx (with options: `mydoc') +%% +%% Copyright 2007, 2008 Elsevier Ltd. +%% +%% This file is part of the 'Elsarticle Bundle'. +%% ------------------------------------------- +%% +%% It may be distributed under the conditions of the LaTeX Project Public +%% License, either version 1.2 of this license or (at your option) any +%% later version. The latest version of this license is in +%% http://www.latex-project.org/lppl.txt +%% and version 1.2 or later is part of all distributions of LaTeX +%% version 1999/12/01 or later. +%% +%% The list of all files belonging to the 'Elsarticle Bundle' is +%% given in the file `manifest.txt'. +%% +\documentclass[a4paper,12pt]{article} +\usepackage{amsfonts} +\usepackage[pdftex,screen,vpanel]{docscreen} + +\panelwidth=5in +\vpanelheight=1.25in +\margins{1.5cm}{1cm}{1.25cm}{1.25cm} +\screensize{210mm}{297mm} +\vpaneloverlay{bg_body1.jpg} + +\usepackage{pxfonts} +\usepackage{charter} +\usepackage[scaled=.9]{lfr} +\usepackage[scaled=.8]{prima} +\usepackage{xspace} +\usepackage{pdfwidgets} +\makeatletter +\def\bs{\expandafter\@gobble\string\\} +\def\lb{\expandafter\@gobble\string\{} +\def\rb{\expandafter\@gobble\string\}} +\def\@pdfauthor{C.V.Radhakrishnan} +\def\@pdftitle{elsarticle.cls -- A documentation} +\def\@pdfsubject{Document formatting with elsarticle.cls} +\def\@pdfkeywords{LaTeX, Elsevier Ltd., document class} +\def\file#1{\textsf{#1}\xspace} +\def\Hlink#1#2{\hyperlink{#1}{{\sffamily\color{brown}#2}}} + +\def\LastPage{19} + +\DeclareRobustCommand{\LaTeX}{L\kern-.26em% + {\sbox\z@ T% + \vbox to\ht\z@{\hbox{\check@mathfonts + \fontsize\sf@size\z@ + \math@fontsfalse\selectfont + A\,}% + \vss}% + }% + \kern-.15em% + \TeX} +\makeatother + +\usepackage{doc-tooltips} + +\begin{document} + +\newbox\contbox +\global\setbox\contbox=\vbox{\hsize=108mm + \color{orange} + \begin{enumerate}[$\square$] + \item \Hlink{introduction}{Introduction} + \item \Hlink{majordifferences}{Major Differences} + \item \Hlink{installation}{Installation} + \item \Hlink{usage}{Usage} + \item \Hlink{preamble}{Preamble} + \item \Hlink{floats}{Floats} + \item \Hlink{theorems}{Theorems} + \item \Hlink{lists}{Lists} + \item \Hlink{crossreferences}{Cross-references} + \item \Hlink{math}{Mathematical Symbols and Formulae} + \item \Hlink{bibliography}{Bibliography} + \item \Hlink{final}{Final Print} +\end{enumerate}\par\vspace{45mm} +\footnotesize\parindent=0pt +\color{Olive}% +\copyright 2008, Elsevier Ltd. Bugs, feature requests, +suggestions and comments shall be mailed to +\href{mailto:elsarticle@river-valley.com} +{\texttt{}}. +\file{elsarticle.\allowbreak [dtx,ins]}, related documentation +and supporting packages are released under \LaTeX{} Project +Public Licence, either version 1.2 or any later version. This +work has the LPPL maintenance status +`author-maintained'.\par\vskip6pt +\noindent +} + +\def\testa{This is a specimen document. } +\def\testc{\testa\testa\testa\testa} +\def\testb{\testc\testc\testc\testc\testc} +\long\def\test{\testb\par\testb\par\testb\par} + +\pinclude{\copy\contbox\printSq{\LastPage}} + +\normalcolor + +\section{Introduction} +\hypertarget{introduction}{} + +\file{elsarticle.cls} is a thoroughly re-written document class +for formatting \LaTeX{} submissions to Elsevier journals. +The class uses the environments and commands defined in \LaTeX{} kernel +without change to the signature so that clashes with other +contributed \LaTeX{} packages like \file{hyperref.sty}, +\file{preview-latex.sty}, etc., will be minimal. +\file{elsarticle.cls} is primarily built upon the default +\file{article.cls}. The class depends on the following packages +for its proper functionality: + +\begin{enumerate}[1.] + +\item \file{pifont.sty} for openstar in the title footnotes. +\item \file{natbib.sty} for citation processing. +\item \file{geometry.sty} for margin settings. +\item \file{fleqn.clo} for left aligned equations. +\item \file{graphicx.sty} for graphics inclusion. +\item \file{txfonts.sty} optional font package, if document is to + be formatted with Times and compatible math fonts. +\item \file{hyperref.sty} optional packages if hyper linking is + required in the document. + +\end{enumerate} + +All the above packages are part of any standard \LaTeX{} installation. +Therefore, the users need not be bothered about downloading any +extra packages. Further, users are free to make use of \textsc{ams} +math packages like, \file{amsmath.sty}, \file{amsthm.sty}, +\file{amssymb.sty}, \file{amsfonts.sty}, etc., if they want. All +these packages work in tandem with \file{elsarticle.cls} without +any problems. + +\section{Major Differences} +\hypertarget{majordifferences}{} + +Following are the major differences between \file{elsarticle.cls} +and its predecesor package, \file{elsart.cls}: + +\begin{enumerate}[\textbullet] + +\item \file{elsarticle.cls} is built upon \file{article.cls} +while \file{elsart.cls} is not. \file{elsart.cls} redefines +many of the commands in the \LaTeX{} classes/kernel, which can +possibly cause surprising clashes with other contributed +\LaTeX{} packages. + +\item Provides preprint document formatting by default, and +optionally formats the document as per the final +style of models $1+$, $3+$ and $5+$ of Elsevier journals. + +\item Some easier hooks for formatting \verb+list+ and +\verb+theorem+ environments are provided while people can still +use \file{amsthm.sty} package. + +\item \file{natbib.sty} is the main citation processing package + which can comprehensively handle all kinds of citations and +works perfectly with \file{hyperref.sty} in combination with +\file{hypernat.sty}. + +\item Long title pages are processed correctly in preprint and + final formats. + +\end{enumerate} + +\section{Installation} +\hypertarget{installation}{} + +The package is available at +\url{http://www.elsevier.com/locate/latex}. +It can also be found in any of the nodes of the Comprehensive +\TeX{} Archive Network (\textsc{ctan}), one of the primary nodes +being +\url{http://www.ctan.org/tex-archive/macros/latex/contrib/elsevier/}. +Please grab the \file{elsarticle.dtx} which is the composite +class with documentation and \file{elsarticle.ins} which is the +\LaTeX{} installer file. When we compile the +\file{elsarticle.ins} with \LaTeX{} it provides the class file, +\file{elsarticle.cls} by +stripping off all the documentation from the \verb+*.dtx+ file. +The class may be moved or copied to a place, usually, +\texttt{\$TEXMF/tex/latex/elsevier/}, or a folder which will be read +by \LaTeX{} during document compilation. The \TeX{} file +database needs updation after moving/copying class file. Usually, +we use commands like \verb+mktexlsr+ or \verb+texhash+ depending +upon the distribution and operating system. + + +\section{Usage}\label{sec:usage} +\hypertarget{usage}{} +The class should be loaded with the command: + +\begin{vquote} + \documentclass[]{elsarticle} +\end{vquote} + +where the \verb+options+ can be the following: + +\begin{enumerate}[(1)] + +\item \verb+preprint+ --- default options which formats the + document for submission to Elsevier journals. + +\item \verb+review+ --- similar to \verb+preprint+ option, but + increases the baselineskip to facilitate easier review process. + +\item \verb+1p+ --- formats to the look and feel of the final + format of model 1+ journals. This is always single column style. + +\item \verb+3p+ --- formats to the look and feel of the final + format of model 3+ journals. If the journal is a two column +model use \verb+twocolumn+ option in combination. + +\item \verb+5p+ --- formats for model 5+ journals. This is always + two column style. + +\item \verb+authoryear+ --- author-year citation style of + \file{natbib.sty}. If you want to add extra options of +\file{natbib.sty}, you may use the options as a comma delimited +strings as argument to \verb+\biboptions+ command. An example +would be: +\end{enumerate} +\begin{vquote} + \biboptions{longnamesfirst,angle,semicolon} +\end{vquote} + +\begin{enumerate}[(1)] \setcounter{enumi}{6} +\item \verb+number+ --- numbered citation style. Extra options + can be loaded with \verb+\biboptions+ command. + +\item \verb+longtitle+ --- if front matter is unusually long, use + this option to split the title page across pages with correct +placing of title and author footnotes in the first page. + +\item \verb+times+ --- loads \file{txfonts.sty} if available in + the system to use Times and compatible math fonts. + +\item All options of \file{article.cls} can be used with this + document class. + +\item The default options loaded are \verb+a4paper+, \verb+10pt+, + \verb+oneside+, \verb+onecolumn+ and \verb+preprint+. + +\end{enumerate} + +\section{Preamble} +\hypertarget{preamble}{} + +There are two types of preamble coding --- (1) each author is +connected to an affiliation with a footnote marker; hence all +authors are grouped together and affiliations follow; (2) authors +of same affiliations are grouped together and the relevant +affiliation follows this group. An example coding of the first +type is provided below: + +\begin{vquote} + \title{This is a specimen title\tnoteref{t1,t2}} + \tnotetext[t1]{This document is a collaborative effort.} + \tnotetext[t2]{The second title footnote which is a longer + longer than the first one and with an intention to fill + in up more than one line while formatting.} +\end{vquote} + +\begin{vquote} + \author[rvt]{C.V.~Radhakrishnan\corref{cor1}\fnref{fn1}} + \ead{cvr@river-valley.com} + + \author[rvt,focal]{K.~Bazargan\fnref{fn2}} + \ead{kaveh@river-valley.com} + + \author[els]{S.~Pepping\corref{cor2}\fnref{fn1,fn3}} + \ead[url]{http://www.elsevier.com} +\end{vquote} + +\begin{vquote} + \cortext[cor1]{Corresponding author} + \cortext[cor2]{Principal corresponding author} + \fntext[fn1]{This is the specimen author footnote.} + \fntext[fn2]{Another author footnote, but a little more longer.} + \fntext[fn3]{Yet another author footnote. Indeed, you can have + any number of author footnotes.} +\end{vquote} + +\begin{vquote} + + \address[rvt]{River Valley Technologies, SJP Building, + Cotton Hills, Trivandrum, Kerala, India 695014} + \address[focal]{River Valley Technologies, 9, Browns Court, + Kennford, Exeter, United Kingdom} + \address[els]{Central Application Management, + Elsevier, Radarweg 29, 1043 NX\\ + Amsterdam, Netherlands} + +\end{vquote} + +You can see the output in the panel to the right. +\mywidth=.7\panelwidth +\Sep=8pt +\def\rulewidth{.2pt} +\def\rulecolor{orange} +\npskip=8mm +\pinclude{\def\rulecolor{blue!80}% + \includeclip[width=3.25in]{1}{130 84 484 676}{els1.pdf}% + \def\rulecolor{orange}} + +Most of the commands like \verb+\title+, \verb+\author+, +\verb+\address+ are self explanatory. Various components are +linked each other by a label--reference mechanism, for +instance, title footnote is linked to the title with a footnote +mark generated by referring to the \verb+\label+ string of +the \verb=\tnotetext=. We have used similar commands +like \verb=\tnoteref= (to link title note to title); +\verb=\corref= (to link corresponding author text to +corresponding author); \verb=\fnref= (to link footnote text to +the relevant author names). \TeX{} needs two compilations to +resolve the footnote marks in the preamble part. Given below are +the syntax of various note marks and note texts. + +\begin{vquote} + \tnoteref{} + \corref{} + \fnref{} + \tnotetext[