summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/elsarticle/contrib
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist/source/latex/elsarticle/contrib')
-rw-r--r--Master/texmf-dist/source/latex/elsarticle/contrib/Makefile25
-rw-r--r--Master/texmf-dist/source/latex/elsarticle/contrib/bg_body1.jpgbin10772 -> 0 bytes
-rw-r--r--Master/texmf-dist/source/latex/elsarticle/contrib/doc-tooltips.sty111
-rw-r--r--Master/texmf-dist/source/latex/elsarticle/contrib/docscreen.sty925
-rw-r--r--Master/texmf-dist/source/latex/elsarticle/contrib/els-1p.pdfbin126945 -> 0 bytes
-rw-r--r--Master/texmf-dist/source/latex/elsarticle/contrib/els-3pd.pdfbin125800 -> 0 bytes
-rw-r--r--Master/texmf-dist/source/latex/elsarticle/contrib/els-logo.pdfbin781611 -> 0 bytes
-rw-r--r--Master/texmf-dist/source/latex/elsarticle/contrib/els1.pdfbin181905 -> 0 bytes
-rw-r--r--Master/texmf-dist/source/latex/elsarticle/contrib/els2.pdfbin178851 -> 0 bytes
-rw-r--r--Master/texmf-dist/source/latex/elsarticle/contrib/elsdoc.tex837
-rw-r--r--Master/texmf-dist/source/latex/elsarticle/contrib/enum.sty87
-rw-r--r--Master/texmf-dist/source/latex/elsarticle/contrib/fancytips.tex7
-rw-r--r--Master/texmf-dist/source/latex/elsarticle/contrib/jfigs.pdf2222
-rw-r--r--Master/texmf-dist/source/latex/elsarticle/contrib/jfigs.tex54
-rw-r--r--Master/texmf-dist/source/latex/elsarticle/contrib/mytool.tex83
-rw-r--r--Master/texmf-dist/source/latex/elsarticle/contrib/mytools.tex83
-rw-r--r--Master/texmf-dist/source/latex/elsarticle/contrib/pdfwidgets.sty382
-rw-r--r--Master/texmf-dist/source/latex/elsarticle/contrib/tiger.pdfbin34171 -> 0 bytes
18 files changed, 0 insertions, 4816 deletions
diff --git a/Master/texmf-dist/source/latex/elsarticle/contrib/Makefile b/Master/texmf-dist/source/latex/elsarticle/contrib/Makefile
deleted file mode 100644
index 132e179ff97..00000000000
--- a/Master/texmf-dist/source/latex/elsarticle/contrib/Makefile
+++ /dev/null
@@ -1,25 +0,0 @@
-#
-# 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
deleted file mode 100644
index 4f16f9eb557..00000000000
--- a/Master/texmf-dist/source/latex/elsarticle/contrib/bg_body1.jpg
+++ /dev/null
Binary files 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
deleted file mode 100644
index 929d0004bd7..00000000000
--- a/Master/texmf-dist/source/latex/elsarticle/contrib/doc-tooltips.sty
+++ /dev/null
@@ -1,111 +0,0 @@
-%%
-%% doc-tooltips.sty
-%%
-%% $Id: doc-tooltips.sty,v 1.2 2007-10-22 09:45:17 cvr Exp $
-%%
-%% (c) C. V. Radhakrishnan <cvr@river-valley.com>
-%%
-%% 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
deleted file mode 100644
index 36d072857ad..00000000000
--- a/Master/texmf-dist/source/latex/elsarticle/contrib/docscreen.sty
+++ /dev/null
@@ -1,925 +0,0 @@
-%%
-%%
-%% This is file `docscreen.sty',
-%%
-%% File: docscreen.sty Copyright (c) 2008 C. V. Radhakrishnan
-%% <cvr@river-valley.org>
-%%
-%% 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
deleted file mode 100644
index 90d5e5c4eca..00000000000
--- a/Master/texmf-dist/source/latex/elsarticle/contrib/els-1p.pdf
+++ /dev/null
Binary files 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
deleted file mode 100644
index ede49829b22..00000000000
--- a/Master/texmf-dist/source/latex/elsarticle/contrib/els-3pd.pdf
+++ /dev/null
Binary files 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
deleted file mode 100644
index b7ec27ff0f8..00000000000
--- a/Master/texmf-dist/source/latex/elsarticle/contrib/els-logo.pdf
+++ /dev/null
Binary files differ
diff --git a/Master/texmf-dist/source/latex/elsarticle/contrib/els1.pdf b/Master/texmf-dist/source/latex/elsarticle/contrib/els1.pdf
deleted file mode 100644
index 6f4f86a573d..00000000000
--- a/Master/texmf-dist/source/latex/elsarticle/contrib/els1.pdf
+++ /dev/null
Binary files differ
diff --git a/Master/texmf-dist/source/latex/elsarticle/contrib/els2.pdf b/Master/texmf-dist/source/latex/elsarticle/contrib/els2.pdf
deleted file mode 100644
index 7d2f3dae0f4..00000000000
--- a/Master/texmf-dist/source/latex/elsarticle/contrib/els2.pdf
+++ /dev/null
Binary files differ
diff --git a/Master/texmf-dist/source/latex/elsarticle/contrib/elsdoc.tex b/Master/texmf-dist/source/latex/elsarticle/contrib/elsdoc.tex
deleted file mode 100644
index 7be99f0b0fb..00000000000
--- a/Master/texmf-dist/source/latex/elsarticle/contrib/elsdoc.tex
+++ /dev/null
@@ -1,837 +0,0 @@
-%%
-%% 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{<elsarticle@river-valley.com>}}.
-\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[<options>]{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{<label(s)>}
- \corref{<label(s)>}
- \fnref{<label(s)>}
- \tnotetext[<label>]{<title note text>}
- \cortext[<label>]{<corresponding author note text>}
- \fntext[<label>]{<author footnote text>}
-\end{vquote}
-
-\noindent where \verb=<label(s)>= can be either one or more comma
-delimited label strings. The optional arguments to the
-\verb=\author= command holds the ref label(s) of the address(es)
-to which the author is affiliated while each \verb=\address=
-command can have an optional argument of a label. In the same
-manner, \verb=\tnotetext=, \verb=\fntext=, \verb=\cortext= will
-have optional arguments as their respective labels and note text
-as their mandatory argument.
-
-The following example code provides the markup of the second type
-of author-affiliation as seen in the output given in the
-box to the right.
-\pinclude{\def\rulecolor{blue!80}
- \includeclip[width=3.25in]{1}{130 84 484 676}{els2.pdf}%
- \def\rulecolor{orange}}
-
-\begin{vquote}
-\author{C.V.~Radhakrishnan\corref{cor1}\fnref{fn1}}
- \ead{cvr@river-valley.com}
- \address{River Valley Technologies, SJP Building,
- Cotton Hills, Trivandrum, Kerala, India 695014}
-\end{vquote}
-
-\begin{vquote}
-\author{K.~Bazargan\fnref{fn2}}
- \ead{kaveh@river-valley.com}
- \address{River Valley Technologies, 9, Browns Court, Kennford,
- Exeter, UK.}
-\end{vquote}
-
-\begin{vquote}
-\author{S.~Pepping\fnref{fn1,fn3}}
- \ead[url]{http://www.elsevier.com}
- \address{Central Application Management,
- Elsevier, Radarweg 43, 1043 NX Amsterdam, Netherlands}
-\end{vquote}
-
-\begin{vquote}
-\cortext[cor1]{Corresponding author}
-\fntext[fn1]{This is the first author footnote.}
-\fntext[fn2]{Another author footnote, this is a very long footnote and
- it should be a really long footnote. But this footnote is not yet
- sufficiently long enough to make two lines of footnote text.}
-\fntext[fn3]{Yet another author footnote.}
-\end{vquote}
-
-The preamble part has further environments like
-\verb+\begin{abstract}+ \dots \linebreak \verb+\end{abstract}+ and
-\verb+\begin{keyword}+ \verb+...+ \verb+\end{keyword}+ which
-contain the abstract and keywords respectively. Keywords can be
-marked up in the following manner:
-
-\begin{vquote}
- \begin{keyword}
- quadruple exiton \sep polariton \sep WGM
-
- \PACS 71.35.-y \sep 71.35.Lk \sep 71.36.+c
- \end{keyworkd}
-\end{vquote}
-
-\noindent Each keyword shall be separated by \verb+\sep+ command.
-\textsc{pacs} and \textsc{msc} classifications shall be provided in
-the keyword environment with the commands \verb+\PACS+ and
-\verb+\MSC+ respectively. \verb+\MSC+ accepts an optional
-argument to accommodae future revisions.
-eg., \verb=\MSC[2008]=. The default is 2000.
-
-\npskip=0mm
-\pinclude{\copy\contbox\printSq{\LastPage}}
-
-\newpage
-
-\section{Floats}
-\hypertarget{floats}{}
-\tooltip{Figures}{mytip6} may be included using the command,
-\verb+\includegraphics+ in combination with or without its
-several options to further control the graphic.
-\verb+\includegraphics+ is provided by \file{graphic[s,x].sty}
-which is part of any standard \LaTeX{} distribution.
-\file{graphicx.sty} is loaded by default. \LaTeX{} accepts
-figures in postscript format while pdf\LaTeX{} accepts
-\file{*.pdf}, \file{*.mps} (metapost), \file{*.jpg} and
-\file{*.png} formats. pdf\LaTeX{} does not accept
-graphic files in postscript format.
-
-The \verb+table+ environment is handy for marking up tabular
-material. If users want to use \file{multirow.sty},
-\file{array.sty}, etc., to fine control/enhance the tables, they
-are welcome to load any package of their choice and
-\file{elsarticle.cls} will work in combination with all loaded
-packages.
-
-\section{Theorem and theorem like environments}
-\hypertarget{theorems}{}
-1
-\file{elsarticle.cls} provides a few hooks to format theorems and
-theorem like environments with ease. All commands the options
-that are used with \verb+\newtheorem+ command will work exactly
-in the same manner. \file{elsarticle.cls} provides three
-commands to format theorem or theorem like environments:
-
-\begin{vquote}
- \newtheorem{thm}{Theorem}
- \newtheorem{lem}[thm]{Lemma}
- \newdefinition{rmk}{Remark}
- \newproof{pf}{Proof}
- \newproof{pot}{Proof of Theorem \ref{thm2}}
-\end{vquote}
-
-%%
-%% mytip 1
-%%
-\begin{toolwrite}{15cm}
-\let\la\lambda
-\noindent\textbf{Remark 3.}\enspace
-We remark that; when the ratio $h/\la$ tends to 0, the expression $\la
-L(r,s)=-(s-r)/(4\left(\frac{h}{\la}\right)^2+(r-s)^2)$ tends to
-$1/(r-s)$ which is a singular function. This means that the expression
-$\la L(r,s)$ is not well behaved for the small values of
-$h/\la$. Consequently, for the solution to converge, the integrals of
-(10) and (11) must be evaluated with a large number of
-nodes. In our numerical applications (cf. section 5), we
-use 100 nodes to evaluate these integrals. With the smallest value of
-$h/\la=0.02$, the convergence is good with $N=20$.
-\end{toolwrite}
-
-%%
-%% mytip 2
-%%
-\begin{toolwrite}{15cm}
-\noindent\textbf{Theorem 2.}\enspace\itshape
-For system (8), consensus can be achieved with
-$\|T_{\omega z}(s)\|_{\infty}<\gamma$ if there exist a symmetric
-positive definite
- matrix $P\in \mathcal{R}^{(n-1)\times (n-1)}$ and a scalar $\mu>0$ satisfying
-\setcounter{equation}{9}
-\begin{eqnarray}\label{10}
-\Gamma=\begin{bmatrix}
--\bar{L}^TP-P\bar{L}+U_1^TU_1+\mu \bar{E}&PU_1^TE_1&PU_1^T\\
-E_1^TU_1P&-\mu I&0\\ U_1P&0&-\gamma^2I\end{bmatrix}<0,
-\end{eqnarray}
-where $\bar{L}=U_1^TLU_1$ and $\bar{E}=U_1^TE_2^TE_2U_1.$
-\end{toolwrite}
-
-%%
-%% mytip 3
-%%
-\begin{toolwrite}{15cm}
-\noindent\textbf{Proof of Theorem 2.}\enspace Proof follows
-straightforward from Lemma 3 and Theorem 1. However, it should be
-emphasized that all possible $\bar{L}_{\sigma(t)}$ should share a
-common Lyapunov function $V(\delta)=\delta^T(t)P\delta(t)$ (see
-the proof of Lemma 3 in Appendix A). \hfill$\square$
-\end{toolwrite}
-
-\tooltip{\ttfamily\bs newtheorem}{mytip2} command formats a
-theorem in \LaTeX's default style with italicized font, bold font
-for theorem heading, theorem number at the right hand side of the
-theorem heading. It also optionally accepts an argument which
-will be printed as an extra heading in parentheses. You may roll
-over your \tooltip{mouse here}{mytip2} to see how some text
-enclosed between \verb+\begin{thm}+ \dots \verb+\end{thm}+ will
-look like.
-
-\tooltip{\ttfamily\bs newdefinition}{mytip1} command is same in
-all respects as its \verb+\newtheorem+ counterpart except that
-the font shape is roman instead of italic. Both
-\verb+\newdefinition+ and \verb+\newtheorem+ commands
-automatically defines counters for the environments defined.
-\tooltip{See the output of}{mytip1} of \verb+\begin{rmk}+ \dots
-\verb+\end{rmk}+.
-
-\tooltip{\ttfamily\bs newproof}{mytip3} command is for defining
-proof environments with upright font shape. No counters are
-defined. \tooltip{See the output of}{mytip3} \verb+\begin{pot}+
-\dots \verb+\end{pot}+.
-
-Users can also make use of \verb+amsthm.sty+ which will override
-all the default definitions described above.
-
-\section{Enumerated and Itemized Lists}
-\hypertarget{lists}{}
-\file{elsarticle.cls} provides an extended list processing macros
-which makes the usage a bit more user friendly than the default
-\LaTeX{} list macros. With an optional argument to the
-\verb+\begin{enumerate}+ command, you can change the list counter
-type and its attributes.
-
-\begin{vquote}
- \begin{enumerate}[1.]
- \item The enumerate environment starts with an optional
- argument `1.' so that the item counter will be suffixed
- by a period.
- \item If you provide a closing parenthesis to the number in the
- optional argument, the output will have closing parenthesis
- for all the item counters.
- \item You can use `(a)' for alphabetical counter and '(i)' for
- roman counter.
-\end{vquote}
-
-\begin{vquote}
- \begin{enumerate}[a)]
- \item Another level of list with alphabetical counter.
- \item One more item before we start another.
- \begin{enumerate}[(i)]
- \item This item has roman numeral counter.
- \item Another one before we close the third level.
- \end{enumerate}
- \item Third item in second level.
- \end{enumerate}
- \item All list items conclude with this step.
- \end{enumerate}
-\end{vquote}
-%%
-%% Mytool 4
-%%
-\begin{toolwrite}{15cm}
- \begin{enumerate}[1.]
- \item The enumerate environment starts with an optional
- argument `1.' so that the item counter will be suffixed
- by a period.
- \item If you provide parentheses to the number, the
- output will have only one parentheses for all the item
- counters.
- \item You can use `(a)' for alphabetical counter and '(i)' for
- roman counter.
- \begin{enumerate}[a)]
- \item Another level of list with alphabetical counter.
- \item One more item before we start another.
- \begin{enumerate}[(i)]
- \item This item has roman numeral counter.
- \item Another one before we close the third level.
- \end{enumerate}
- \item Third item in second level.
- \end{enumerate}
- \item All list items conclude with this step.
-\end{enumerate}
-\end{toolwrite}
-
-You can see the typeset copy of the above source code if you
-roll over \tooltip{your mouse here}{mytip4}.
-
-Further, the enhanced list environment allows one to prefix a
-string like `step' to all the item numbers. Take a look at the
-example below:
-
-\begin{vquote}
- \begin{enumerate}[Step 1.]
- \item This is the first step of the example list.
- \item Obviously this is the second step.
- \item The final step to wind up this example.
- \end{enumerate}
-\end{vquote}
-
-%%
-%% mytool 5
-%%
-\begin{toolwrite}{10cm}
-\lmrgn=4em
- \begin{enumerate}[Step 1.]
- \item This is the first step of the example list.
-\item Obviously this is the second step.
-\item The final step to wind up this example.
- \end{enumerate}
-\end{toolwrite}
-
-\tooltip{Here is the typeset output}{mytip5} of the above example code.
-
-\section{Cross-references}
-\hypertarget{crossreferences}{}
-
-In electronic publications articles may be internally
-hyperlinked. Hyperlinks are generated from proper
-cross-references in the article. For example, the words
-\textcolor{black!80}{Fig.~1} will never be more than simple text,
-whereas the proper cross-reference \verb+\ref{tiger}+ may be
-turned into a hyperlink to the figure itself:
-\tooltip{Fig.~1}{mytip6}. In the same way,
-the words \tooltip{Ref.~[1]}{mytip7} will fail to turn into a
-hyperlink; the proper cross-reference is \verb+\cite{Knuth96}+.
-Cross-referencing is possible in \LaTeX{} for sections,
-subsections, formulae, figures, tables, and literature
-references.
-
-\section{Mathematical symbols and formulae}
-\hypertarget{math}{}
-
-Many physical/mathematical sciences authors require more
-mathematical symbols than the few that are provided in standard
-\LaTeX. A useful package for additional symbols is the
-\file{amssymb} package, developed by the American Mathematical
-Society. This package includes such oft used symbols as
-\verb+\lesssim+ for $\lesssim$, \verb+\gtrsim+ for $\gtrsim$ or
-\verb+\hbar+ for $\hbar$. Note that your \TeX{} system should
-have the \file{msam} and \file{msbm} fonts installed. If you need
-only a few symbols, such as \verb+\Box+ for $\square$, you might
-try the package \file{latexsym}.
-
-Another point which would require authors' attention is the
-breaking of longer equations. When you use
-\file{elsarticle.cls} for formatting your submissions in
-\verb+preprint+ mode, the document is formatted in single column
-style with a text width of 384pt or 5.3in. When this document is
-formatted for final print and if the journal happens to be a double column
-journal, the text width will be reduced to 224pt at for 3+
-double column and 5+ journals respectively. All the nifty fine
-tuning in equation breaking done by the author goes to waste in
-such cases. Therefore, authors are requested to check this
-problem by typesetting their submissions in final format as well
-just to see if their equations are broken at appropriate places,
-by changing appropriate options in the document class loading
-command, which is explained in section~\ref{sec:usage},
-\nameref{sec:usage}. This allows authors to fix any equation breaking
-problem before submission for publication.
-\file{elsarticle.cls} supports formatting the author submission
-in different types of final format. This is further discussed in
-section \ref{sec:final}, \nameref{sec:final}.
-
-\section{Bibliography}
-\hypertarget{bibliography}{}
-
-Three bibliographic style files (\verb+*.bst+) are provided ---
-\file{elsarticle-num.bst}, \file{elsarticle-num-names.bst} and
-\file{elsarticle-harv.bst} --- the first one for numbered scheme, the
-second for numbered with new options of \file{natbib.sty} and the
-last one for author year scheme.
-
-In \LaTeX{} literature references are listed in the
-thebibliography environment. Each reference is a
-\verb+\bibitem+; each \verb+\bibitem+ is identified by a label,
-by which it can be cited in the text:
-\verb+\bibitem[Elson et al.(1996)]{ESG96}+ is cited as
-\verb+\citet{ESG96}+. In connection with cross-referencing and
-possible future hyperlinking it is not a good idea to collect
-more that one literature item in one \verb+\bibitem+. The
-so-called Harvard or author-year style of referencing is enabled
-by the \LaTeX{} package \file{natbib}. With this package the
-literature can be cited as follows:
-
-\begin{enumerate}[\textbullet]
-\item Parenthetical: \verb+\citep{WB96}+ produces (Wettig \&
- Brown, 1996).
-\item Textual: \verb+\citet{ESG96}+ produces Elson et al. (1996).
-\item An affix and part of a reference:
-\verb+\citep[e.g.][Ch. 2]{Gea97}+ produces (e.g. Governato et
-al., 1997, Ch. 2).
-\end{enumerate}
-
-In the numbered scheme of citation, \verb+\cite{<label>}+ is used,
-since \verb+\citep+ or \verb+\citet+ has no relevance in numbered
-scheme. \file{natbib} package is loaded by \file{elsarticle} with
-\verb+numbers+ as default option. You can change this to author-year
-or harvard scheme by adding option \verb+authoryear+ in the class
-loading command. If you want to use more options of the \file{natbib}
-package, you can do so with the \verb+\biboptions+ command, which is
-described in section \ref{sec:usage}, \nameref{sec:usage}. For
-details of various options of the \file{natbib} package, please take a
-look at the \file{natbib} documentation, which is part of any standard
-\LaTeX{} installation.
-
-\newpage
-
-\section{Final print}\label{sec:final}
-\hypertarget{final}{}
-
-Authors can format their submission to the page size and margins
-of their preferred journal. \file{elsarticle} provides four
-class options for the same:
-\lmrgn=3em
-\begin{enumerate}
-\item [\texttt{1p}:] $1+$ journals with a text area of
-384pt $\times$ 562pt or 13.5cm $\times$ 19.75cm or 5.3in $\times$
-7.78in, single column style only.
-
-\item [\texttt{3p}:] $3+$ journals with a text area of 468pt
-$\times$ 622pt or 16.45cm $\times$ 21.9cm or 6.5in $\times$
-8.6in, single column style.
-
-\item [\texttt{3pd}:] $3+$ with the same text area as above,
-double column style.
-
-\item [\texttt{5p}:] $5+$ with text area of 522pt $\times$
-682pt or 18.35cm $\times$ 24cm or 7.22in $\times$ 9.45in,
-double column style only.
-\end{enumerate}
-
-Following pages have the clippings of different parts of
-the first page of different journal models typeset in final
-format.
-
-\bigskip
-\mywidth=14cm
-\def\rulecolor{blue!70}
-\src{Upper part of first page of a single column article}
-\includeclip{1}{104 510 492 712}{els-1p.pdf}
-\def\rulecolor{orange}
-
-\newpage
-\vspace*{-18pt}
-\def\rulecolor{blue!70}
-\src{Lower part of first page of a single column article}
-\includeclip{1}{104 124 492 443}{els-1p.pdf}
-\def\rulecolor{orange}
-
-\medskip
-
-\noindent
-Model $1+$ and $3+$ will have the same look and
-feel in the typeset copy when presented in this document. That is
-also the case with the double column $3+$ and $5+$ journal article
-pages. The only difference will be wider text width of
-higher models. Therefore we will look at the
-different portions of a typical single column journal page and
-that of a double column article in the final format.
-
-\newpage
-\vspace*{-18pt}
-\def\rulecolor{blue!70}
-\src{Upper part of first page of a typical double column article}
- \includeclip{1}{60 245 536 752}{els-3pd.pdf}
-\def\rulecolor{orange}
-
-\newpage\vspace*{-18pt}
-\def\rulecolor{blue!70}
-\src{Lower part of first page a typical double column article}
-\includeclip{1}{60 93 536 600}{els-3pd.pdf}
-\def\rulecolor{orange}
-
-\subsection*{Displayed equations and double column journals}
-
-Many Elsevier journals print their text in two columns. Because
-the preprint layout uses a larger line width than such columns,
-the formulas are too wide for the line width in print. Here is an
-example of an equation (see equation 6) which is perfect in
-single column preprint format:
-
-\bigskip
-\src{See equation (6)}
-\def\rulecolor{blue!70}
-\includeclip{4}{134 391 483 594}{els1.pdf}
-\def\rulecolor{orange}
-
-\bigskip
-\noindent When this document is typeset for publication in a
-model 3+ journal with double columns, the equation will overlap
-the second column text matter if the equation is not broken at
-the appropriate location.
-
-\newpage\vspace*{-18pt}
-\def\rulecolor{blue!70}
-\src{See equation (6) overprints into second column}
-\includeclip{3}{61 531 532 734}{els-3pd.pdf}
-\def\rulecolor{orange}
-
-\medskip
-
-\noindent The typesetter will try to break the equation which
-need not necessarily be to the liking of the author or as it
-happens, typesetter's break point may be semantically incorrect.
-Therefore, authors may check their submissions for the incidence
-of such long equations and break the equations at the correct
-places so that the final typeset copy will be as they wish.
-
-%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
-%%
-%% Tooltip 6
-%%
-\begin{toolwrite}{10cm}
-\centering
- {\ttfamily\bs includegraphics[width=3in,angle=45]\lb
- tiger.pdf\rb}\\
- \hspace*{-1cm}
- \includegraphics[width=3in,angle=45,origin=c]{tiger.pdf}\\
- \raggedright
- \textbf{Fig.~1.}~~More details on the usage of {\ttfamily\bs
- includegraphics} can be found in the \textsf{grfguide.ps} of the
- \LaTeX{} documentation.
-\end{toolwrite}
-
-%%
-%% tooltip 7
-%%
-\begin{toolwrite}{15cm}
-\raggedright
-\begin{enumerate}[{[1]}]
-\item Knuth, D.E., \emph{TeX: The Program}, Computers \&
-Typesetting; B., 1995, Addisson-Wesley Publishing Co., Inc., New
-York.
-\end{enumerate}
-\end{toolwrite}
-
-%%
-%% tooltip 8
-%%
-
- \end{document}
-
-\endinput
-%%
-%% End of file `elsdoc.tex'.
diff --git a/Master/texmf-dist/source/latex/elsarticle/contrib/enum.sty b/Master/texmf-dist/source/latex/elsarticle/contrib/enum.sty
deleted file mode 100644
index 74fb06d9c25..00000000000
--- a/Master/texmf-dist/source/latex/elsarticle/contrib/enum.sty
+++ /dev/null
@@ -1,87 +0,0 @@
-%% This is file `enum.sty' hacked version of enumerate
-%% $Id: enum.sty,v 1.4 2004/10/20 09:42:01 cvr Exp $
-%%
-%%
-%%
-\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 file `enum.sty'.
-%%
diff --git a/Master/texmf-dist/source/latex/elsarticle/contrib/fancytips.tex b/Master/texmf-dist/source/latex/elsarticle/contrib/fancytips.tex
deleted file mode 100644
index bb6ae0da06e..00000000000
--- a/Master/texmf-dist/source/latex/elsarticle/contrib/fancytips.tex
+++ /dev/null
@@ -1,7 +0,0 @@
-\tooltipname{mytip1}{1}
-\tooltipname{mytip2}{2}
-\tooltipname{mytip3}{3}
-\tooltipname{mytip4}{4}
-\tooltipname{mytip5}{5}
-\tooltipname{mytip6}{6}
-\tooltipname{mytip7}{7}
diff --git a/Master/texmf-dist/source/latex/elsarticle/contrib/jfigs.pdf b/Master/texmf-dist/source/latex/elsarticle/contrib/jfigs.pdf
deleted file mode 100644
index f8101213689..00000000000
--- a/Master/texmf-dist/source/latex/elsarticle/contrib/jfigs.pdf
+++ /dev/null
@@ -1,2222 +0,0 @@
-%PDF-1.4
-%
-3 0 obj
-<< /pgfprgb [/Pattern /DeviceRGB] >>
-endobj
-7 0 obj <<
-/Length 4444
->>
-stream
-0 g 0 G
-0 g 0 G
-0 g 0 G
-1 0 0 1 229.734 51.916 cm
-q
-0 G
-0 g
-0.3985 w
-q
-Q
-q
-q
-0.9 g
-/pgf@CA0.1 gs
-/pgf@ca0.1 gs
-0.0 w
-0.5 0.5 0 RG
-q
-0.9 g
-/pgf@CA0.1 gs
-/pgf@ca0.1 gs
--224.75572 -51.54257 m
--224.75572 42.57608 l
--224.75572 47.55241 -220.76556 51.54257 -215.78923 51.54257 c
-224.75572 51.54257 l
-224.75572 -51.54257 l
-h
-f
-q
--224.75572 -51.54257 m
--224.75572 42.57608 l
--224.75572 47.55241 -220.76556 51.54257 -215.78923 51.54257 c
-224.75572 51.54257 l
-224.75572 -51.54257 l
-h
-W
-n
-1 0 0 1 0.0 0.0 cm
-9.02574 0 0 2.06984 0.0 0.0 cm
-1.0 0.0 0.0 1.0 0.0 0.0 cm
-q
-q
-1 0 0 1 -50 -50 cm
-/Fm1 Do
-Q
-Q
-Q
-Q
-q
-1 0 0 1 -220.568 47.357 cm
-1.0 0.0 0.0 1.0 0.0 0.0 cm
-q
-0 G
-0 g
-1 0 0 1 221.266 -47.357 cm
-q
-0 G
-0 g
-0.3985 w
-q
-Q
-q
-q
-0 0 0.1 0 k
-/pgf@CA1.0 gs
-/pgf@ca1.0 gs
-0.99628 w
-0.8 G
-q
-0 0 0.1 0 k
-/pgf@CA1.0 gs
-/pgf@ca1.0 gs
--220.77061 -46.86008 m
--220.77061 37.89359 l
--220.77061 42.86992 -216.78046 46.86008 -211.80412 46.86008 c
-220.77061 46.86008 l
-220.77061 -46.86008 l
-h
-B
-Q
-q
-1 0 0 1 -212.599 38.69 cm
-1.0 0.0 0.0 1.0 0.0 0.0 cm
-q
-0 G
-0 g
-1 0 0 1 -17.833 -90.606 cm
-BT
-/F49 9.9626 Tf 17.833 78.186 Td [(Remark)-184(3.)]TJ/F51 9.9626 Tf 50.264 0 Td [(W)92(e)-184(r)18(emark)-185(that;)-206(when)-184(the)-184(ratio)]TJ/F54 9.9626 Tf 135.597 0 Td [(h)]TJ/F53 9.9626 Tf 4.981 0 Td [(=\025)]TJ/F51 9.9626 Tf 12.625 0 Td [(tends)-184(to)-185(0,)-197(the)-184(expr)18(ession)]TJ/F53 9.9626 Tf 110.431 0 Td [(\025)]TJ/F54 9.9626 Tf 6.167 0 Td [(L)]TJ/F51 9.9626 Tf 5.539 0 Td [(\050)]TJ/F54 9.9626 Tf 3.317 0 Td [(r)]TJ/F53 9.9626 Tf 3.328 0 Td [(;)]TJ/F54 9.9626 Tf 4.151 0 Td [(s)]TJ/F51 9.9626 Tf 3.875 0 Td [(\051)]TJ/F52 9.9626 Tf 6.085 0 Td [(=)]TJ/F22 9.9626 Tf 9.432 0 Td [(\000)]TJ/F51 9.9626 Tf 6.665 0 Td [(\050)]TJ/F54 9.9626 Tf 3.318 0 Td [(s)]TJ/F22 9.9626 Tf 4.634 0 Td [(\000)]TJ/F54 9.9626 Tf 7.424 0 Td [(r)]TJ/F51 9.9626 Tf 3.876 0 Td [(\051)]TJ/F53 9.9626 Tf 3.317 0 Td [(=)]TJ/F51 9.9626 Tf 4.623 0 Td [(\0504)]TJ/F25 9.9626 Tf 9.959 9.738 Td [(\020)]TJ/F54 6.9738 Tf 5.346 -5.813 Td [(h)]TJ
-ET
-q
-1 0 0 1 422.373 80.885 cm
-[]0 d 0 J 0.588 w 0 0 m 4.317 0 l S
-Q
-BT
-/F53 6.9738 Tf 422.373 74.748 Td [(\025)]TJ/F25 9.9626 Tf 5.512 13.176 Td [(\021)]TJ/F51 6.9738 Tf 3.736 -2.104 Td [(2)]TJ/F52 9.9626 Tf 4.744 -7.634 Td [(+)]TJ/F51 9.9626 Tf -418.532 -14.325 Td [(\050)]TJ/F54 9.9626 Tf 3.318 0 Td [(r)]TJ/F22 9.9626 Tf 5.32 0 Td [(\000)]TJ/F54 9.9626 Tf 8.111 0 Td [(s)]TJ/F51 9.9626 Tf 3.875 0 Td [(\051)]TJ/F51 6.9738 Tf 3.318 3.616 Td [(2)]TJ/F51 9.9626 Tf 3.985 -3.616 Td [(\051)-215(tends)-216(t)1(o)-216(1)]TJ/F53 9.9626 Tf 47.549 0 Td [(=)]TJ/F51 9.9626 Tf 4.623 0 Td [(\050)]TJ/F54 9.9626 Tf 3.317 0 Td [(r)]TJ/F22 9.9626 Tf 5.321 0 Td [(\000)]TJ/F54 9.9626 Tf 8.11 0 Td [(s)]TJ/F51 9.9626 Tf 3.876 0 Td [(\051)-215(which)-216(is)-215(a)-215(singular)-215(function.)-339(This)-215(means)-215(that)-216(the)-215(expr)18(ession)]TJ/F53 9.9626 Tf 268.881 0 Td [(\025)]TJ/F54 9.9626 Tf 6.167 0 Td [(L)]TJ/F51 9.9626 Tf 5.539 0 Td [(\050)]TJ/F54 9.9626 Tf 3.317 0 Td [(r)]TJ/F53 9.9626 Tf 3.328 0 Td [(;)]TJ/F54 9.9626 Tf 4.151 0 Td [(s)]TJ/F51 9.9626 Tf 3.875 0 Td [(\051)-215(is)-216(not)]TJ -395.981 -11.956 Td [(well)-222(behaved)-223(for)-222(the)-222(small)-223(values)-222(of)]TJ/F54 9.9626 Tf 159.514 0 Td [(h)]TJ/F53 9.9626 Tf 4.981 0 Td [(=\025)]TJ/F51 9.9626 Tf 10.79 0 Td [(.)-341(Consequently)111(,)-228(for)-222(the)-222(solution)-223(to)-222(conver)18(ge,)-228(the)-222(integrals)]TJ -175.285 -11.955 Td [(of)-290(\05010\051)-290(and)-291(\05011\051)-290(must)-290(be)-290(evaluated)-290(with)-291(a)-290(lar)18(ge)-290(number)-290(of)-290(nodes.)-471(In)-290(our)-290(numerical)-290(applications)]TJ 0 -11.955 Td [(\050cf.)-343(section)-230(5\051,)-234(we)-230(use)-230(100)-230(nodes)-230(to)-230(evaluate)-230(these)-230(integrals.)-344(W)55(ith)-230(the)-230(smallest)-230(value)-230(of)]TJ/F54 9.9626 Tf 377.301 0 Td [(h)]TJ/F53 9.9626 Tf 4.982 0 Td [(=\025)]TJ/F52 9.9626 Tf 13.556 0 Td [(=)]TJ/F51 9.9626 Tf 9.433 0 Td [(0)]TJ/F53 9.9626 Tf 4.981 0 Td [(:)]TJ/F51 9.9626 Tf 2.491 0 Td [(02,)]TJ -412.744 -11.955 Td [(the)-250(conver)18(gence)-250(is)-250(good)-250(with)]TJ/F54 9.9626 Tf 131.276 0 Td [(N)]TJ/F52 9.9626 Tf 10.777 0 Td [(=)]TJ/F51 9.9626 Tf 9.433 0 Td [(20.)]TJ
-ET
-1 0 0 1 17.833 90.606 cm
-Q
-1 0 0 1 212.599 -38.69 cm
-Q
-Q
-Q
-n
-Q
-1 0 0 1 -221.266 47.357 cm
-Q
-1 0 0 1 220.568 -47.357 cm
-Q
-Q
-Q
-n
-Q
-0 g 0 G
-0 g 0 G
-endstream
-endobj
-6 0 obj <<
-/Type /Page
-/Contents 7 0 R
-/Resources 5 0 R
-/MediaBox [0 0 455.085 108.439]
-/Parent 15 0 R
->> endobj
-4 0 obj <<
-/Type /XObject
-/Subtype /Form
-/BBox [0 0 100 100]
-/FormType 1
-/Matrix [1 0 0 1 0 0]
-/Resources 16 0 R
-/Length 7
->>
-stream
-/Sh sh
-endstream
-endobj
-16 0 obj <<
-/Shading << /Sh << /ShadingType 3 /ColorSpace /DeviceRGB /Domain [0.0 50.00064] /Coords [50.00064 50.00064 0.0 50.00064 50.00064 50.00064] /Function << /FunctionType 3 /Domain [0.0 50.00064] /Functions [ << /FunctionType 2 /Domain [0.0 50.00064] /C0 [0 0 0] /C1 [0.8 0.8 0.8] /N 1 >> << /FunctionType 2 /Domain [0.0 50.00064] /C0 [0.8 0.8 0.8] /C1 [0.8 0.8 0.8] /N 1 >> ] /Bounds [ 25.00032] /Encode [0 1 0 1] >> /Extend [true false] >> >>
-/ProcSet [ /PDF ]
->> endobj
-5 0 obj <<
- /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R
-/Font << /F49 8 0 R /F51 9 0 R /F54 10 0 R /F53 11 0 R /F52 12 0 R /F22 13 0 R /F25 14 0 R >>
-/XObject << /Fm1 4 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-19 0 obj <<
-/Length 5645
->>
-stream
-0 g 0 G
-0 g 0 G
-1 0 0 1 229.734 58.488 cm
-q
-0 G
-0 g
-0.3985 w
-q
-Q
-q
-q
-0.9 g
-/pgf@CA0.1 gs
-/pgf@ca0.1 gs
-0.0 w
-0.5 0.5 0 RG
-q
-0.9 g
-/pgf@CA0.1 gs
-/pgf@ca0.1 gs
--224.75572 -59.01611 m
--224.75572 50.04962 l
--224.75572 55.02596 -220.76556 59.01611 -215.78923 59.01611 c
-224.75572 59.01611 l
-224.75572 -59.01611 l
-h
-f
-q
--224.75572 -59.01611 m
--224.75572 50.04962 l
--224.75572 55.02596 -220.76556 59.01611 -215.78923 59.01611 c
-224.75572 59.01611 l
-224.75572 -59.01611 l
-h
-W
-n
-1 0 0 1 0.0 0.0 cm
-9.02574 0 0 2.36996 0.0 0.0 cm
-1.0 0.0 0.0 1.0 0.0 0.0 cm
-q
-q
-1 0 0 1 -50 -50 cm
-/Fm1 Do
-Q
-Q
-Q
-Q
-q
-1 0 0 1 -220.568 54.831 cm
-1.0 0.0 0.0 1.0 0.0 0.0 cm
-q
-0 G
-0 g
-1 0 0 1 221.266 -54.831 cm
-q
-0 G
-0 g
-0.3985 w
-q
-Q
-q
-q
-0 0 0.1 0 k
-/pgf@CA1.0 gs
-/pgf@ca1.0 gs
-0.99628 w
-0.8 G
-q
-0 0 0.1 0 k
-/pgf@CA1.0 gs
-/pgf@ca1.0 gs
--220.77061 -54.33362 m
--220.77061 45.36713 l
--220.77061 50.34346 -216.78046 54.33362 -211.80412 54.33362 c
-220.77061 54.33362 l
-220.77061 -54.33362 l
-h
-B
-Q
-q
-1 0 0 1 -212.599 46.163 cm
-1.0 0.0 0.0 1.0 0.0 0.0 cm
-q
-0 G
-0 g
-1 0 0 1 -17.833 -104.651 cm
-BT
-/F49 9.9626 Tf 17.833 97.401 Td [(Theorem)-349(2.)]TJ/F54 9.9626 Tf 56.901 0 Td [(For)-349(system)-350(\0508\051,)-374(consensus)-350(can)-349(be)-349(achieved)-350(with)]TJ/F22 9.9626 Tf 199.026 0 Td [(k)]TJ/F54 9.9626 Tf 4.194 0 Td [(T)]TJ/F53 6.9738 Tf 6.087 -1.495 Td [(!)]TJ/F54 6.9738 Tf 4.994 0 Td [(z)]TJ/F51 9.9626 Tf 3.594 1.495 Td [(\050)]TJ/F54 9.9626 Tf 3.318 0 Td [(s)]TJ/F51 9.9626 Tf 3.875 0 Td [(\051)]TJ/F22 9.9626 Tf 3.318 0 Td [(k)]TJ/F22 6.9738 Tf 4.194 -1.495 Td [(1)]TJ/F53 9.9626 Tf 10.904 1.495 Td [(<)-416(\015)]TJ/F54 9.9626 Tf 20.088 0 Td [(if)-349(ther)18(e)-350(exist)-349(a)-350(symmetric)]TJ -320.493 -11.955 Td [(positive)-250(de\002nite)-250(matrix)-250(P)]TJ/F22 9.9626 Tf 104.056 0 Td [(2)-278(R)]TJ/F51 6.9738 Tf 15.579 3.616 Td [(\050)]TJ/F54 6.9738 Tf 2.323 0 Td [(n)]TJ/F22 6.9738 Tf 3.877 0 Td [(\000)]TJ/F51 6.9738 Tf 4.666 0 Td [(1\051)]TJ/F22 6.9738 Tf 5.809 0 Td [(\002)]TJ/F51 6.9738 Tf 4.665 0 Td [(\050)]TJ/F54 6.9738 Tf 2.322 0 Td [(n)]TJ/F22 6.9738 Tf 3.878 0 Td [(\000)]TJ/F51 6.9738 Tf 4.665 0 Td [(1\051)]TJ/F54 9.9626 Tf 8.798 -3.616 Td [(and)-250(a)-250(scalar)]TJ/F53 9.9626 Tf 50.261 0 Td [(\026)-278(>)]TJ/F51 9.9626 Tf 18.287 0 Td [(0)]TJ/F54 9.9626 Tf 7.472 0 Td [(satisfying)]TJ/F52 9.9626 Tf -143.456 -34.608 Td [(\000)-278(=)]TJ/F25 9.9626 Tf 17.739 18.804 Td [(2)]TJ 0 -8.114 Td [(6)]TJ 0 -2.73 Td [(6)]TJ 0 -2.73 Td [(6)]TJ 0 -2.729 Td [(6)]TJ 0 -2.73 Td [(6)]TJ 0 -2.73 Td [(6)]TJ 0 -2.73 Td [(4)]TJ/F22 9.9626 Tf 3.806 18.099 Td [(\000)]TJ/F51 9.9626 Tf 7.228 2.182 Td [(\257)]TJ/F54 9.9626 Tf -0.563 -2.182 Td [(L)]TJ/F54 6.9738 Tf 5.539 3.616 Td [(T)]TJ/F54 9.9626 Tf 4.927 -3.616 Td [(P)]TJ/F22 9.9626 Tf 8.301 0 Td [(\000)]TJ/F54 9.9626 Tf 8.878 0 Td [(P)]TJ/F51 9.9626 Tf 6.651 2.182 Td [(\257)]TJ/F54 9.9626 Tf -0.563 -2.182 Td [(L)]TJ/F52 9.9626 Tf 7.753 0 Td [(+)]TJ/F54 9.9626 Tf 8.879 0 Td [(U)]TJ/F54 6.9738 Tf 7.95 3.616 Td [(T)]TJ/F51 6.9738 Tf -0.2 -7.299 Td [(1)]TJ/F54 9.9626 Tf 5.126 3.683 Td [(U)]TJ/F51 6.9738 Tf 7.751 -1.494 Td [(1)]TJ/F52 9.9626 Tf 6.199 1.494 Td [(+)]TJ/F53 9.9626 Tf 8.879 0 Td [(\026)]TJ/F51 9.9626 Tf 8.02 2.182 Td [(\257)]TJ/F54 9.9626 Tf -1.933 -2.182 Td [(E)-1000(PU)]TJ/F54 6.9738 Tf 30.087 3.616 Td [(T)]TJ/F51 6.9738 Tf -0.199 -7.299 Td [(1)]TJ/F54 9.9626 Tf 5.125 3.683 Td [(E)]TJ/F51 6.9738 Tf 6.088 -1.494 Td [(1)]TJ/F54 9.9626 Tf 14.453 1.494 Td [(PU)]TJ/F54 6.9738 Tf 14.037 3.616 Td [(T)]TJ/F51 6.9738 Tf -0.199 -7.299 Td [(1)]TJ/F54 9.9626 Tf -130.178 -8.447 Td [(E)]TJ/F54 6.9738 Tf 6.087 3.616 Td [(T)]TJ/F51 6.9738 Tf 0 -7.299 Td [(1)]TJ/F54 9.9626 Tf 4.927 3.683 Td [(U)]TJ/F51 6.9738 Tf 7.751 -1.495 Td [(1)]TJ/F54 9.9626 Tf 3.985 1.495 Td [(P)]TJ/F22 9.9626 Tf 60.464 0 Td [(\000)]TJ/F53 9.9626 Tf 6.665 0 Td [(\026)]TJ/F54 9.9626 Tf 6.087 0 Td [(I)]TJ/F51 9.9626 Tf 27.365 0 Td [(0)]TJ/F54 9.9626 Tf -117.824 -12.118 Td [(U)]TJ/F51 6.9738 Tf 7.751 -1.495 Td [(1)]TJ/F54 9.9626 Tf 3.985 1.495 Td [(P)]TJ/F51 9.9626 Tf 71.62 0 Td [(0)]TJ/F22 9.9626 Tf 26.971 0 Td [(\000)]TJ/F53 9.9626 Tf 6.665 0 Td [(\015)]TJ/F51 6.9738 Tf 5.798 3.616 Td [(2)]TJ/F54 9.9626 Tf 3.986 -3.616 Td [(I)]TJ/F25 9.9626 Tf 3.526 30.642 Td [(3)]TJ 0 -8.114 Td [(7)]TJ 0 -2.73 Td [(7)]TJ 0 -2.73 Td [(7)]TJ 0 -2.729 Td [(7)]TJ 0 -2.73 Td [(7)]TJ 0 -2.73 Td [(7)]TJ 0 -2.73 Td [(5)]TJ/F53 9.9626 Tf 6.573 5.689 Td [(<)]TJ/F51 9.9626 Tf 9.433 0 Td [(0)]TJ/F53 9.9626 Tf 4.981 0 Td [(;)]TJ
-0 g 0 G
-/F51 9.9626 Tf 99.02 0 Td [(\05010\051)]TJ
-0 g 0 G
-/F54 9.9626 Tf -408.599 -34.798 Td [(wher)18(e)]TJ/F51 9.9626 Tf 26.675 2.182 Td [(\257)]TJ/F54 9.9626 Tf -0.563 -2.182 Td [(L)]TJ/F52 9.9626 Tf 8.306 0 Td [(=)]TJ/F54 9.9626 Tf 9.433 0 Td [(U)]TJ/F54 6.9738 Tf 7.95 3.616 Td [(T)]TJ/F51 6.9738 Tf -0.199 -7.299 Td [(1)]TJ/F54 9.9626 Tf 5.125 3.683 Td [(LU)]TJ/F51 6.9738 Tf 13.29 -1.494 Td [(1)]TJ/F54 9.9626 Tf 6.476 1.494 Td [(and)]TJ/F51 9.9626 Tf 19.367 2.182 Td [(\257)]TJ/F54 9.9626 Tf -1.932 -2.182 Td [(E)]TJ/F52 9.9626 Tf 8.854 0 Td [(=)]TJ/F54 9.9626 Tf 9.432 0 Td [(U)]TJ/F54 6.9738 Tf 7.95 3.616 Td [(T)]TJ/F51 6.9738 Tf -0.199 -7.299 Td [(1)]TJ/F54 9.9626 Tf 5.126 3.683 Td [(E)]TJ/F54 6.9738 Tf 6.087 3.616 Td [(T)]TJ/F51 6.9738 Tf 0 -7.182 Td [(2)]TJ/F54 9.9626 Tf 4.927 3.566 Td [(E)]TJ/F51 6.9738 Tf 6.087 -1.494 Td [(2)]TJ/F54 9.9626 Tf 3.985 1.494 Td [(U)]TJ/F51 6.9738 Tf 7.751 -1.494 Td [(1)]TJ/F53 9.9626 Tf 3.985 1.494 Td [(:)]TJ
-ET
-1 0 0 1 17.833 104.651 cm
-Q
-1 0 0 1 212.599 -46.163 cm
-Q
-Q
-Q
-n
-Q
-1 0 0 1 -221.266 54.831 cm
-Q
-1 0 0 1 220.568 -54.831 cm
-Q
-Q
-Q
-n
-Q
-0 g 0 G
-0 g 0 G
-endstream
-endobj
-18 0 obj <<
-/Type /Page
-/Contents 19 0 R
-/Resources 17 0 R
-/MediaBox [0 0 455.085 122.484]
-/Parent 15 0 R
->> endobj
-17 0 obj <<
- /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R
-/Font << /F49 8 0 R /F54 10 0 R /F22 13 0 R /F53 11 0 R /F51 9 0 R /F52 12 0 R /F25 14 0 R >>
-/XObject << /Fm1 4 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-22 0 obj <<
-/Length 2623
->>
-stream
-0 g 0 G
-0 g 0 G
-1 0 0 1 229.734 30.193 cm
-q
-0 G
-0 g
-0.3985 w
-q
-Q
-q
-q
-0.9 g
-/pgf@CA0.1 gs
-/pgf@ca0.1 gs
-0.0 w
-0.5 0.5 0 RG
-q
-0.9 g
-/pgf@CA0.1 gs
-/pgf@ca0.1 gs
--224.75572 -29.81976 m
--224.75572 20.85327 l
--224.75572 25.82962 -220.76556 29.81976 -215.78923 29.81976 c
-224.75572 29.81976 l
-224.75572 -29.81976 l
-h
-f
-q
--224.75572 -29.81976 m
--224.75572 20.85327 l
--224.75572 25.82962 -220.76556 29.81976 -215.78923 29.81976 c
-224.75572 29.81976 l
-224.75572 -29.81976 l
-h
-W
-n
-1 0 0 1 0.0 0.0 cm
-9.02574 0 0 1.1975 0.0 0.0 cm
-1.0 0.0 0.0 1.0 0.0 0.0 cm
-q
-q
-1 0 0 1 -50 -50 cm
-/Fm1 Do
-Q
-Q
-Q
-Q
-q
-1 0 0 1 -220.568 25.635 cm
-1.0 0.0 0.0 1.0 0.0 0.0 cm
-q
-0 G
-0 g
-1 0 0 1 221.266 -25.635 cm
-q
-0 G
-0 g
-0.3985 w
-q
-Q
-q
-q
-0 0 0.1 0 k
-/pgf@CA1.0 gs
-/pgf@ca1.0 gs
-0.99628 w
-0.8 G
-q
-0 0 0.1 0 k
-/pgf@CA1.0 gs
-/pgf@ca1.0 gs
--220.77061 -25.13727 m
--220.77061 16.17078 l
--220.77061 21.14711 -216.78046 25.13727 -211.80412 25.13727 c
-220.77061 25.13727 l
-220.77061 -25.13727 l
-h
-B
-Q
-q
-1 0 0 1 -212.599 16.968 cm
-1.0 0.0 0.0 1.0 0.0 0.0 cm
-q
-0 G
-0 g
-1 0 0 1 -17.833 -47.161 cm
-BT
-/F49 9.9626 Tf 17.833 39.95 Td [(Proof)-285(of)-285(Theorem)-285(2.)]TJ/F51 9.9626 Tf 96.27 0 Td [(Pr)18(oof)-285(follows)-285(straightforwar)18(d)-285(fr)18(om)-285(Lemma)-285(3)-285(and)-285(Theor)18(em)-285(1.)-455(However)74(,)-294(it)]TJ -96.27 -11.955 Td [(should)-319(be)-319(e)1(mphasized)-319(that)-319(all)-319(possible)]TJ 177.662 2.182 Td [(\257)]TJ/F54 9.9626 Tf -0.562 -2.182 Td [(L)]TJ/F53 6.9738 Tf 5.539 -1.515 Td [(\033)]TJ/F51 6.9738 Tf 3.856 0 Td [(\050)]TJ/F54 6.9738 Tf 2.322 0 Td [(t)]TJ/F51 6.9738 Tf 2.323 0 Td [(\051)]TJ/F51 9.9626 Tf 5.996 1.515 Td [(should)-319(shar)18(e)-318(a)-319(common)-319(L)55(yapunov)-319(function)]TJ/F54 9.9626 Tf 198.569 0 Td [(V)]TJ/F51 9.9626 Tf 7.512 0 Td [(\050)]TJ/F53 9.9626 Tf 3.317 0 Td [(\016)]TJ/F51 9.9626 Tf 4.962 0 Td [(\051)]TJ/F52 9.9626 Tf 7.036 0 Td [(=)]TJ/F53 9.9626 Tf -418.532 -11.955 Td [(\016)]TJ/F54 6.9738 Tf 4.961 3.616 Td [(T)]TJ/F51 9.9626 Tf 4.927 -3.616 Td [(\050)]TJ/F54 9.9626 Tf 3.318 0 Td [(t)]TJ/F51 9.9626 Tf 3.317 0 Td [(\051)]TJ/F54 9.9626 Tf 3.318 0 Td [(P)]TJ/F53 9.9626 Tf 6.087 0 Td [(\016)]TJ/F51 9.9626 Tf 4.961 0 Td [(\050)]TJ/F54 9.9626 Tf 3.318 0 Td [(t)]TJ/F51 9.9626 Tf 3.317 0 Td [(\051)-250(\050see)-250(the)-250(pr)18(oof)-250(of)-250(Lemma)-250(3)-250(in)-250(Appendix)-250(A\051.)]TJ/F28 9.9626 Tf 381.008 0 Td [(\003)]TJ
-ET
-1 0 0 1 17.833 47.161 cm
-Q
-1 0 0 1 212.599 -16.968 cm
-Q
-Q
-Q
-n
-Q
-1 0 0 1 -221.266 25.635 cm
-Q
-1 0 0 1 220.568 -25.635 cm
-Q
-Q
-Q
-n
-Q
-0 g 0 G
-0 g 0 G
-endstream
-endobj
-21 0 obj <<
-/Type /Page
-/Contents 22 0 R
-/Resources 20 0 R
-/MediaBox [0 0 455.085 64.994]
-/Parent 15 0 R
->> endobj
-20 0 obj <<
- /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R
-/Font << /F49 8 0 R /F51 9 0 R /F54 10 0 R /F53 11 0 R /F52 12 0 R /F28 23 0 R >>
-/XObject << /Fm1 4 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-26 0 obj <<
-/Length 2945
->>
-stream
-0 g 0 G
-0 g 0 G
-1 0 0 1 229.734 92.373 cm
-q
-0 G
-0 g
-0.3985 w
-q
-Q
-q
-q
-0.9 g
-/pgf@CA0.1 gs
-/pgf@ca0.1 gs
-0.0 w
-0.5 0.5 0 RG
-q
-0.9 g
-/pgf@CA0.1 gs
-/pgf@ca0.1 gs
--224.75572 -89.18562 m
--224.75572 80.21913 l
--224.75572 85.19547 -220.76556 89.18562 -215.78923 89.18562 c
-224.75572 89.18562 l
-224.75572 -89.18562 l
-h
-f
-q
--224.75572 -89.18562 m
--224.75572 80.21913 l
--224.75572 85.19547 -220.76556 89.18562 -215.78923 89.18562 c
-224.75572 89.18562 l
-224.75572 -89.18562 l
-h
-W
-n
-1 0 0 1 0.0 0.0 cm
-9.02574 0 0 3.58151 0.0 0.0 cm
-1.0 0.0 0.0 1.0 0.0 0.0 cm
-q
-q
-1 0 0 1 -50 -50 cm
-/Fm1 Do
-Q
-Q
-Q
-Q
-q
-1 0 0 1 -220.568 85 cm
-1.0 0.0 0.0 1.0 0.0 0.0 cm
-q
-0 G
-0 g
-1 0 0 1 221.266 -85 cm
-q
-0 G
-0 g
-0.3985 w
-q
-Q
-q
-q
-0 0 0.1 0 k
-/pgf@CA1.0 gs
-/pgf@ca1.0 gs
-0.99628 w
-0.8 G
-q
-0 0 0.1 0 k
-/pgf@CA1.0 gs
-/pgf@ca1.0 gs
--220.77061 -84.50313 m
--220.77061 75.53664 l
--220.77061 80.51297 -216.78046 84.50313 -211.80412 84.50313 c
-220.77061 84.50313 l
-220.77061 -84.50313 l
-h
-B
-Q
-q
-1 0 0 1 -212.599 76.332 cm
-1.0 0.0 0.0 1.0 0.0 0.0 cm
-q
-0 G
-0 g
-0 g 0 G
-1 0 0 1 -17.833 -168.705 cm
-BT
-/F51 9.9626 Tf 5.38 153.55 Td [(1.)]TJ
-0 g 0 G
- [-500(The)-252(enumerate)-252(envir)18(onment)-252(starts)-252(with)-251(an)-252(optional)-252(ar)18(gument)-252(`1.')-356(so)-252(that)-252(the)-252(item)-251(counter)-252(will)]TJ 12.453 -11.956 Td [(be)-250(su)]TJ/F52 9.9626 Tf 23.004 0 Td [(\016)]TJ/F51 9.9626 Tf 9.155 0 Td [(xed)-250(by)-250(a)-250(period.)]TJ
-0 g 0 G
- -44.612 -13.15 Td [(2.)]TJ
-0 g 0 G
- [-500(If)-240(you)-241(pr)18(ovide)-240(par)18(entheses)-241(to)-240(the)-240(number)74(,)-243(the)-240(output)-240(will)-241(have)-240(only)-241(one)-240(par)18(entheses)-240(for)-241(all)-240(the)]TJ 12.453 -11.955 Td [(item)-250(counters.)]TJ
-0 g 0 G
- -12.453 -13.151 Td [(3.)]TJ
-0 g 0 G
- [-500(Y)92(ou)-250(can)-250(use)-250(`\050a\051')-250(for)-250(alphabetical)-250(counter)-250(and)-250('\050i\051')-250(for)-250(r)18(oman)-250(counter)74(.)]TJ
-0 g 0 G
- -0.827 -13.151 Td [(a\051)]TJ
-0 g 0 G
- [-500(Another)-250(level)-250(of)-250(list)-250(with)-250(alphabetical)-250(counter)74(.)]TJ
-0 g 0 G
- -0.528 -11.955 Td [(b\051)]TJ
-0 g 0 G
- [-500(One)-250(mor)18(e)-250(item)-250(befor)18(e)-250(we)-250(start)-250(another)74(.)]TJ
-0 g 0 G
- -0.707 -13.151 Td [(\050i\051)]TJ
-0 g 0 G
- [-500(This)-250(item)-250(has)-250(r)18(oman)-250(numeral)-250(counter)74(.)]TJ
-0 g 0 G
- -2.899 -11.955 Td [(\050ii\051)]TJ
-0 g 0 G
- [-500(Another)-250(one)-250(befor)18(e)-250(we)-250(close)-250(the)-250(thir)18(d)-250(level.)]TJ
-0 g 0 G
- 4.692 -13.151 Td [(c\051)]TJ
-0 g 0 G
- [-500(Thir)18(d)-250(item)-250(in)-250(second)-250(level.)]TJ
-0 g 0 G
- 0.269 -13.151 Td [(4.)]TJ
-0 g 0 G
- [-500(All)-250(list)-250(items)-250(conclude)-250(with)-250(this)-250(step.)]TJ
-ET
-1 0 0 1 17.833 168.705 cm
-Q
-1 0 0 1 212.599 -76.332 cm
-Q
-Q
-Q
-n
-Q
-1 0 0 1 -221.266 85 cm
-Q
-1 0 0 1 220.568 -85 cm
-Q
-Q
-Q
-n
-Q
-0 g 0 G
-0 g 0 G
-endstream
-endobj
-25 0 obj <<
-/Type /Page
-/Contents 26 0 R
-/Resources 24 0 R
-/MediaBox [0 0 455.085 186.538]
-/Parent 15 0 R
->> endobj
-24 0 obj <<
- /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R
-/Font << /F51 9 0 R /F52 12 0 R >>
-/XObject << /Fm1 4 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-29 0 obj <<
-/Length 1713
->>
-stream
-0 g 0 G
-0 g 0 G
-1 0 0 1 158.868 42.161 cm
-q
-0 G
-0 g
-0.3985 w
-q
-Q
-q
-q
-0.9 g
-/pgf@CA0.1 gs
-/pgf@ca0.1 gs
-0.0 w
-0.5 0.5 0 RG
-q
-0.9 g
-/pgf@CA0.1 gs
-/pgf@ca0.1 gs
--153.88867 -38.97313 m
--153.88867 30.00664 l
--153.88867 34.98297 -149.89853 38.97313 -144.92218 38.97313 c
-153.88867 38.97313 l
-153.88867 -38.97313 l
-h
-f
-q
--153.88867 -38.97313 m
--153.88867 30.00664 l
--153.88867 34.98297 -149.89853 38.97313 -144.92218 38.97313 c
-153.88867 38.97313 l
-153.88867 -38.97313 l
-h
-W
-n
-1 0 0 1 0.0 0.0 cm
-6.17987 0 0 1.56508 0.0 0.0 cm
-1.0 0.0 0.0 1.0 0.0 0.0 cm
-q
-q
-1 0 0 1 -50 -50 cm
-/Fm1 Do
-Q
-Q
-Q
-Q
-q
-1 0 0 1 -149.702 34.788 cm
-1.0 0.0 0.0 1.0 0.0 0.0 cm
-q
-0 G
-0 g
-1 0 0 1 150.399 -34.788 cm
-q
-0 G
-0 g
-0.3985 w
-q
-Q
-q
-q
-0 0 0.1 0 k
-/pgf@CA1.0 gs
-/pgf@ca1.0 gs
-0.99628 w
-0.8 G
-q
-0 0 0.1 0 k
-/pgf@CA1.0 gs
-/pgf@ca1.0 gs
--149.90356 -34.29062 m
--149.90356 25.32413 l
--149.90356 30.30048 -145.91342 34.29062 -140.93707 34.29062 c
-149.90356 34.29062 l
-149.90356 -34.29062 l
-h
-B
-Q
-q
-1 0 0 1 -141.732 26.121 cm
-1.0 0.0 0.0 1.0 0.0 0.0 cm
-q
-0 G
-0 g
-0 g 0 G
-1 0 0 1 -17.833 -68.282 cm
-BT
-/F51 9.9626 Tf 23.502 53.126 Td [(Step)-250(1.)]TJ
-0 g 0 G
- [-500(This)-250(is)-250(the)-250(\002rst)-250(step)-250(of)-250(the)-250(example)-250(list.)]TJ
-0 g 0 G
- 0 -13.151 Td [(Step)-250(2.)]TJ
-0 g 0 G
- [-500(Obviously)-250(this)-250(is)-250(the)-250(second)-250(step.)]TJ
-0 g 0 G
- 0 -13.151 Td [(Step)-250(3.)]TJ
-0 g 0 G
- [-500(The)-250(\002nal)-250(step)-250(to)-250(wind)-250(up)-250(this)-250(example.)]TJ
-ET
-1 0 0 1 17.833 68.282 cm
-Q
-1 0 0 1 141.732 -26.121 cm
-Q
-Q
-Q
-n
-Q
-1 0 0 1 -150.399 34.788 cm
-Q
-1 0 0 1 149.702 -34.788 cm
-Q
-Q
-Q
-n
-Q
-0 g 0 G
-0 g 0 G
-endstream
-endobj
-28 0 obj <<
-/Type /Page
-/Contents 29 0 R
-/Resources 27 0 R
-/MediaBox [0 0 313.352 86.115]
-/Parent 15 0 R
->> endobj
-27 0 obj <<
- /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R
-/Font << /F51 9 0 R >>
-/XObject << /Fm1 4 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-33 0 obj <<
-/Length 2109
->>
-stream
-0 g 0 G
-0 g 0 G
-1 0 0 1 158.868 187.337 cm
-q
-0 G
-0 g
-0.3985 w
-q
-Q
-q
-q
-0.9 g
-/pgf@CA0.1 gs
-/pgf@ca0.1 gs
-0.0 w
-0.5 0.5 0 RG
-q
-0.9 g
-/pgf@CA0.1 gs
-/pgf@ca0.1 gs
--153.88867 -186.53525 m
--153.88867 177.56876 l
--153.88867 182.54509 -149.89853 186.53525 -144.92218 186.53525 c
-153.88867 186.53525 l
-153.88867 -186.53525 l
-h
-f
-q
--153.88867 -186.53525 m
--153.88867 177.56876 l
--153.88867 182.54509 -149.89853 186.53525 -144.92218 186.53525 c
-153.88867 186.53525 l
-153.88867 -186.53525 l
-h
-W
-n
-1 0 0 1 0.0 0.0 cm
-6.17987 0 0 7.49089 0.0 0.0 cm
-1.0 0.0 0.0 1.0 0.0 0.0 cm
-q
-q
-1 0 0 1 -50 -50 cm
-/Fm1 Do
-Q
-Q
-Q
-Q
-q
-1 0 0 1 -149.702 182.349 cm
-1.0 0.0 0.0 1.0 0.0 0.0 cm
-q
-0 G
-0 g
-1 0 0 1 150.399 -182.349 cm
-q
-0 G
-0 g
-0.3985 w
-q
-Q
-q
-q
-0 0 0.1 0 k
-/pgf@CA1.0 gs
-/pgf@ca1.0 gs
-0.99628 w
-0.8 G
-q
-0 0 0.1 0 k
-/pgf@CA1.0 gs
-/pgf@ca1.0 gs
--149.90356 -181.85275 m
--149.90356 172.88626 l
--149.90356 177.8626 -145.91342 181.85275 -140.93707 181.85275 c
-149.90356 181.85275 l
-149.90356 -181.85275 l
-h
-B
-Q
-q
-1 0 0 1 -141.732 173.681 cm
-1.0 0.0 0.0 1.0 0.0 0.0 cm
-q
-0 G
-0 g
-1 0 0 1 -17.833 -361.018 cm
-BT
-/F60 9.9626 Tf 36.652 354.209 Td [(\134includegraphics[width=3in,angle=45]{tiger.pdf})]TJ
-ET
-1 0 0 1 153.522 36.177 cm
-q
-0.70709 0.70709 -0.70709 0.70709 0 0 cm
-q
-0.39633 0 0 0.39633 0 0 cm
-q
-1 0 0 1 0 0 cm
-/Im1 Do
-Q
-Q
-Q
-1 0 0 1 -153.522 -36.177 cm
-BT
-/F49 9.9626 Tf 17.833 27.995 Td [(Fig.)-250(1.)]TJ/F51 9.9626 Tf 31.831 0 Td [(Mor)18(e)-250(details)-250(on)-250(the)-250(usage)-250(of)]TJ/F60 9.9626 Tf 126.783 0 Td [(\134includegraphics)]TJ/F51 9.9626 Tf 86.176 0 Td [(can)-250(be)]TJ -244.79 -11.955 Td [(found)-250(in)-250(the)]TJ/F62 9.9626 Tf 56.637 0 Td [(g)10(rfguide)15(.ps)]TJ/F51 9.9626 Tf 51.527 0 Td [(of)-250(the)-250(L)]TJ/F51 6.9738 Tf 30.057 2.101 Td [(A)]TJ/F51 9.9626 Tf 3.931 -2.101 Td [(T)]TJ 4.446 -2.336 Td [(E)]TJ 4.842 2.336 Td [(X)-250(documentation.)]TJ
-ET
-1 0 0 1 17.833 361.018 cm
-Q
-1 0 0 1 141.732 -173.681 cm
-Q
-Q
-Q
-n
-Q
-1 0 0 1 -150.399 182.349 cm
-Q
-1 0 0 1 149.702 -182.349 cm
-Q
-Q
-Q
-n
-Q
-0 g 0 G
-0 g 0 G
-endstream
-endobj
-32 0 obj <<
-/Type /Page
-/Contents 33 0 R
-/Resources 31 0 R
-/MediaBox [0 0 313.352 378.852]
-/Parent 15 0 R
->> endobj
-30 0 obj <<
-/Type /XObject
-/Subtype /Form
-/FormType 1
-/PTEX.FileName (./tiger.pdf)
-/PTEX.PageNumber 1
-/PTEX.InfoDict 36 0 R
-/BBox [0 0 545 580]
-/Resources <<
-/ProcSet [ /PDF ]
-/ExtGState <<
-/R7 37 0 R
->>>>
-/Length 38 0 R
-/Filter /FlateDecode
->>
-stream
-xIer%8U
-Ԑ\d</=}3`"AzmJsJ+o?({鯚gſ_s^yo#eW+|+/UR [ۯ:㕿o#4<~.cs{uGK{=ͻ|5z:h5=K75ܰEnㅘ? =C-i{<_{.]P"Ld/OgAj>οe}]?z=Z#c/LcLԮtyXN}^uAߜmUϲR_׍gAqCm^Zϣ~}sfc-O#_d&;5]jt,ygǶ͊E:<hۮFhyҮ7b2\ISV cofkZ> _<tMh\5콲q-?ވ 5L.gj٫Ɩ%ۏ9D^Ik$g^Ytj:8!p
-ާ51ó7ùҁy֣XgJ5Yygmz>ș1u;yd f
-lk? ֣ϡG)ߣ>P5Xo#>Ji@]ڸ ,A~^PG'].ŏy|6ǻ0 ~AG-3gA_]~˰{kJ|N#wolZL1a
-xfObXg<5Qg_n<go]ðdr{<py㍚?}V[D+gAcCN _çWUY` #y4ު@
-$֟v'`AT14Πsq0SE1sR.g!xߏ3Mr]k_3_Z hzPigπϏV
-^vt^X
-Rx D<~M~<{FruirkR߹gok_uv%!ݿc3=+1)u㑜 &w\
-}tQu GqE:eJ<AY_-?^>o2rlg{늎vRvE9kpE6;F5WJGqEOު]ƾYtv>5ԠC2tU-u|љK$e[;k6ub9{?:cmfsw@IaۖEԀ:?Kƈ F I{^ѸL W7{>SKyE(-﵎9ǗwEuK+Hmq3s8sjVG_Ƹh ]<%>#>vϱ${6ErPy
-wksxFzHה&O ;d?k{ uT[|lY<4z^bWNq9uHWk?ίېې- Ycӱ WXbwG8
-![pCzS"<`@zыRФS+rYgrs^R\?ʱB ٣mg rNu~7@[B;L sθxQiq;oZ .8ꗟU QzY:[Ӧ\3|G{s8S0>`ܿvuUкh5ؗ3v:>CϵIN=wN^J8!}P׸uQG1aAkxh2:T1*1=XS}m<1h
-I=62 %a^0> ZSiX
-RGYy_;IϏrB5uklݣ
-LoeNZ Z
-zT
-)hTG5Kq8-eAgsPI
-&۵Hz)u.P+\RMvA&mC)SkT afWv+<S>!(ڬߡ $)K0$w)JOIb)ы#92H ^N/7JʧY ! x`yCS``K;sc.."Lqfpc U\Ri>ԚC|Tj
- #Çv{n6B q {Y&Q:6%^u|ui$|a)`#$iCWIKl xO3Lep\l)<
-$$E$y<KG~kW~smWg P45v(dvnx)M2mȤXܭV3BnQ8PBm鄴#8tp΢e`x$wDGȅInΣFNV(KE7j+bd#JLnoA_v*^_d7xlyRUò$ʲ .C^TJ?}ȦNXxWQ[u,[2Ynfqt"eNcĘXinVNATfEWa^ڲMrUzT9
-@_;!]s!6Jːl"@c-<а #IG–]=$-'w+3;LU$:P kH p4Xŝ>G5$T0O폣1RTlLC,@Td:9sa>`T 9-Huf6*j'!6]t2~F+L?W!=kXI:
-Qk:#Ґ!ov6~\xJQE <"%N)c+MZmȔi:]߲K&h@4!HSO8D>R,q:SǬ ]Hu`q9
-0$S{f@eCY(-k÷$[W+[ZYO[
-w*ׅ23P
-9vt&ߕc?*ʾ180gmrܤ9l5ڐD{YF@Rx*TcGla{> aALcCFIQTϹQ[TZщ0o^xgك=$GQJ @& g!5\"nEmKiez(KPi\9&r!̱~>sTID|kV9<gf* @mr GaU^?#TEhŠꑶ [9aa$r2<B6% v9y[SxաVʰK@Fh);DT9"
--#`$Hc2W9?4
-xW 1n1"ձccc8 ݶcn}GPb9`FnR9*U o{
-\ #h
- DFpoJeSAD8d'~edY3[ޞͼnH"= ޞClK"В}.e`a8shH7iJr2
-E,pr'
-Qvp0s\JlX a[X?l$PYlau{]I٩!ZN[IVL $}ÿ_[G[Y5BGF `+ ](ֵ{>p9mFho⌸Zw/rs8A3ن !8BJ$ĻU"]*EX!hּlKH\wzZ~7!ctlú3
-1$o/iX99>pFZ@5d'I&9ΡsǿqűP '9Vi
-s`
-[g
-ll_𠛍3O>)+7; y+/4
-^_"PMmf60Eʈ#.Q܎2"Ш}EH͂tJ '}@sRQ=,h!EA,342|whsjr_L̜cvK&KPRRFknuRfFm4,@!/5|
->
-Z-˪uD!{C& AfN.lhԚ;mD4vȈ1,yF[00ErJ*ƨBWK U;KZ nMu󖰍[QzMM(S@R5o5WsEhIs,`+]JטF\v9pq&Y,![t("+#SYj<NC9͂M͛ѱlNw5-%%
-q9\dN}&#yĬY3L3a".
-p)r"1?:Wk\^4sr9ABIaҊ8ҥDF
-A͈$@e6\\lA0!]dqdީ ހld5/nD([8_JH
-]F*l/ya~}% Ś'grt{lj|| >JNx:¢iЮ+x`3R]pȂM8_yQ Z˭n
-7*!;X qObOL$-5IK!؇"KZ"&҆r籱^=C>dNv%|rc'2 9f
-TVޒI`9(f|,/?ުEC 1<y' DŹ`|eZa3g:f%,83TOh,2
-I{
- *.sлy@8si4 %z/J o^axٕ!r
-7%]f xy(@tx;m{?} vy-bRP
-ak[{h/0Jc䚮c[У{%r4z]l}㏻-0dW%BG
-9>@5DtCu?0t[#FbO`E' 8KVWɐ2J e? B`#*U}t3>]CW;tad7$?p78"vsT3EIoઙ{/rdbx ?~3mtuTe(iIJTxC\yy>'ON7<V j-ܘmwGh<OխՖW|Ú/-%x1`;rTW&k_Ԅ(ZVL@GX>{ѢTRM]P0\dv?F@fD 47ԁ B`exnjv8toylTs4 H'-ɕDun6ކEP4[& +:xE~po4suN3qzXo Q@2i!SAm'wȠEISEY=xVЍ=eyU8M3"G0cQx*9}PM&@1H+o8a;ɓ=O)JhM De$7
-On$Z% N'W:CZpmg7V /l$ZV$1̀\Rx4nR_c =DXVa6cs B2,
-v6x}U g1p"g&.Gq\y7N0Nci”̀IUA~ϷrV"#@Ip
-
-UZ]ep B{A),)4ΐ3q^p`||HI)h ͙|U{R2n@vUhCȮ
-!Y͇JoҲkb
-bu'JI }t,z#`~ZK@LljH.ōIqUoˁEl(A \X/pؚ6nu$g6W,SWbPP Dm(;`
-ICs~k [%P1Aӯl
-KNh
-[Mi
-
-T@"4cQq+ _W'@lcKO ."I%GԠJs^o)\s?d(\E@`lfR{p9F=1C5(K.=`qf?AO&ٷ7c
-u^uK6$#E17W0(ZYT0 y{Ǡ~Ï,a@Ϫ`2X7}нg]-qh7FȾ๰phiz>NXQ|˸|q[57#Z걫QnWbVXM\k=LA=ͼ-7qli&712ҽ²JTYum08s֬K5PLS׈ rem{\AG膢9"|d/A-C%sYc[ˋ쩙I̸0oAb¦"L-c-&\ 9TnF:!S=I{brxE46mΰ@iK+!N
-FUBG2 4l&?Bi,v۔uq.&hYm픍x}Hw1v3 O;760)sVDorW]l|[.ջDy1VMc͊ ek@]4~AҏKl ?Dnʋ^]$6C:q$["~Sn,vX؆̾ˑ]2cmWm\
-UºhQ4ms</_W!-zM0JhΥ8pt*=
-&6AmL!+HXIȀL/5l"{#a?\B_CE!f'hRw_&ڃʭiB[^n}Y r( 5Ql$_E½mbDPZKt`9:` BJ+7Vsc^pjCh).Ptl! dv!7(OYBBʃ6hyuSE!Ϊ^Ԥ]j 5
-L"y~DDOӫO Aŧp7=͢^3mOov+ _V}$tK^Yc;# y) t݆Z a~ԇkLBe ~Z4YHwuSIРLc|w
-_Mϓ8N!
- 3!0|f/ʋAF$`VԷ7".Tn3<k4rCa[l {5#?VW@ 6xO.,޺P|=`zUZU} m^h+fO9I@$QpDvTLn!`YOT& y&B!M.#%^#dEBuA؅,1um:{Y8#&Z>A`r pF믰ag']wꑖjFF@v&+Vc5m&ؑ ^o {D[ٝn7koҙbċ/3Jq1QE+((W!>$;jrdG9w{W?>o4ǚ%{cTSRsٽz ~6`Hk' rV_7FoiׇQ ٭N< .T%x<B%+I1 ZW3nP@o祁S; mU-E\};<n*[T/4p 8 GWlBm.ߤB' ʗؗixۥ01$P/EB,xA[̞.w16&z='lkZuW ޤ-Q |&ȯ:K.vt>A &u&uNf =mk& FJlVDmPHjE$Oώ3@RXb#kQ3RNq4VOU*UeˏRng!;*@h
-'G{-L!joګZ9vO5³=e {$>0
-S%@V,&6h]^ň^PϤb8\5YVVD;Sp؝Ǭ]]uɘn
-[+KT;0[''J@@ErΊ8Vg0ގN8tޖ` w bݰzJ>P٬jF:&JTPC^׋ @J V!u7
-c5m w&97vV+&g8`L7Wmlڡ>[|FԳe?a8;BYtwxfy;\m;)F7Mo2;kW\R̺c]t%bC
-w*$Ӱ=`]rǒK7 (}l&hşYY'gkԥA. N<m'*ˁFN-2TY$ށV&C35bsC2b?]f۪MnziD1|*B9κi-}`7xewbP 4 W60jw&nRvjN#Žp',,Y>>2z ;9i QY}gcV`
-z*#|t+rncbMV=
-r/Y5 uI/X‚TB-|gĭA9`#\tYd>߰1 i~|6Y,oZ<
-u̷3 z`ORK~$(K$ W6y !q|Qw]Uݾ,7+=P~|+RMLE>ӶT:[  ~&it.4XF3
-BD;8uZA ˬv٨,FOL]aź]\|A{~jbNpȝ/;Tܸ/ͦ;$43#GH87cFg $"'uV$
-DrU5= p(A%1k7jpr
-yx(R
-lf8.Pށ04Uwa_?㖿(g-n(@% Y"P44/Znb_>
-ܭ&(33="AnKDžEޭU}K灳CYR\;JƢo
-E9MNj{3!۫l (RSWXbS.܍3W0A+pAX<NoSj’2sc:?1=IScx#
-CK}"7nh(
-p
-݋FBia
-aI 8sX!swXViy悻bOkKo;mTǒzȫL ᕣ“.Hf
- 2FcQN9~u)s)V"m"wYNYyv)Ԫa}?U8M!l==eI^iotyӺk^@ft_P"J)'Gq߂Ks\;F^U 7/h2 |)0!D1CDtI[:ĉB6>N3 \pmPpM,x0=l@hʞ4)21O`:h#gb$
-uGq#eJ56g VPށxcF^V}I[`_ˤ*R YWh%|vŎ)]3TT>zXO 0jB?ד.:`jWceP%\6dF%U+S *HQ׫dGyc8<27:R550?Q'([\Vڈ~K-d0*Eđt~ybk EgpV
-A@e&s(-Wd?Aَ{,֦zRvH~%V]htxW]F&,uaI["/
-1iUt͙@Q]N6Hk8&WʣUP.#=EI#|^x% x{hv `ELE$_ E6OGK |=7 z!g/#.]qEñu]f!1П+jU"C{(q#bC;"L&V,1KyѬTw@V%̨++0GqTIZhb$ c]e;zD6Й#6۳mT(<WÅEU\z< k =`4q$#O
-]:(M!q1[=%U||MH$|֖Cfp;
-OMɖY62ȗ];6+̲HT2^
-qf<* 1 ,M}qۥn\l>
-{7^ٝ4tP6;+&>hT}+
-dô5bV?aгH
-?QY? ,^L|*>M]?
-~v<ŭfѣx$sh=߾(6g<禢Z>gڭnNrB7 Xޡv w'6x}ĕթ R"7*#ȵ2Y_lG3ر.ӟo{jh$J1B|wtLNx]J!"| [h2T=j$#QW.7@l5:Isy\lk,J!z$Yњi!9$'>ulj=AS]MA 70upAQ`ppGdhZ
-C
-\llU fb\hZtnv#QRTN9IrpC
-kgDoyؘ\;4>RARlLJNۭa:mǬg/K}ǜb>ݐܳوbcRuF':3ő AQ?cOeZԫS=UOx(\9 ھV*c8A=KLhϠy*ɉe@n;b繨N|FQOb[\
-AQ!kOoD?\jң',OƆ;s
-];ޞ(tc323; ޡ^Jj5\ej^g\1lj] IJ%W >#/Wn!0wV1bl C7*[sHآ:Ca.ECvnb3ys9s?DFMƾE/E3moȉ`
-Uh^"XY7&O'w(;e2r@x<W=Gr#d3Aq!G~lx KzCFqc LK Alwra9/'{CW0/dwvq 7 9el ,_"9|uѡ kCU3t(}9ۜow99IWcސi
-Cy cQFUlKy3rP28x~qlh}387PfnI%/ #ր.jEvќWqDv]/cM? G|mgR(Giz & lsd>M=@X}݃~,Vwm32q }t! ]#UsL(ȳnM!f-"WK#T Eq=ʎiФnV0L^_o'Н&eJszr`uyE!rFpk!'>_̧:"AgCI
-sT^n=LQLݲ7~~Cl(U˺EB\Jg].fsdq@F+,CE]nlC)cFvQh} V<XUӈѽ7_-U=bfnqareشu+WI=p0_q5,|S(Dlو,L )3L
-Roe%K4舍oe%b# JFg ͈\%gB#osH̝ʽc0X[Ъ8=L!4(6!; ]J
- =G&Nv2u,uc2o@""c߁Q VYx~&sq) 6r'wNE?3*+LHPD 0[f:sU㖹]
-_3(<l"sc˰'e6DQ_Sż 9dgM B۔KWa+
-@39Tb13LWn>|ty'O7G҇1ٔB(ktIX3SjPPwفV*"cF,OcTh8W=~76«+!K(J%C" rG @4i⹭GӝX*IO_ÎB<D
-8?Lb#3ֲUa4c6FMPdopD#OdzLB\n]kr3QGP"%el=e_dOzFOfBʓg@hBY`؃l'eIeH
-
-~gRxXBˬN鄍fh[A\y5@W*6..ZPQLz3Ls!5+1 ~E30&ꡋu"vtQp|O~ڐ>xXlQH881gCgT6ieu_zILU^3P2 B?Uђ Z2xRb+_*AqU̫f VJwEA
-w*9P|>S`?5*9S0$q?AL Žr SoC1-•.㖕<)"((
-&le") |Q}xuSҮ]
-lw ] 48"eULP=0N*b 8~|Q 3pjM>rhӭ PNP ->5Bw2;Ϡ=M}}hw*Ei1R!H&/q5,KS#jRP)8#:20[qz؜ ¯?<R*HdXh7Cm/J0SUC8 [F0WcL%XFV-sGGU^^uxjF* $2^睍Vt  .oXtk Жj"8LE"|80OBbl-1@ó)D2rLҷ.} $Hi"tuOgzptI$0KfO0ER7EbF*#e_Q3sŒFs{׌;,5X=^ ari# 50`fOIHDTuіlw YK?aͮ
-a'E86E'eDA͆1;SڮZ
-}\ y⏲
-tK΍6i~K^`hd֋呎,Gs%NEjW;1]hz 4,K@qXdAA^D@ o?~4ʧ6sqAs3yO30 '/ey{O
-Ps
-0ޱ5Q  ?:g Œ#9r%1RV$< $$ǗVttz F|bGbLqc퍃[P\$tq~X߼aBqahaὖ+-CTʑt'QU$|>x/}.}vj_X!stuJgVz^bx ?y1 m aa2d6s N&V1Pg˷.bbW/1͉1_g)^7
-NӯK(OnMЯPm\P2O:g ˖# ={V s8 ҭ
-# >/ienpM=m`Otۇ>] 7Q+"yt/M6a.#L Jӣ6k;ڦ
-y #r:﫹PMNG}xfm~V+>Y5+"K|L?X-Eʅ,-UŤh<EE@Џ*P/׻Rw4D- vI H$L7Nd1^A`c&EcJ!l 9W{%gX92jnn`/@ nYSg㪕T љE=TCHwW^(b 9P/fXdVD7(IgۡҚ<BwF^. Nc$:9;z]^*q?k[{LwT``D/
-+-W}tR0YbKR+aR}"q7׮!ygY~Uz`G,DN!t- 3KFUR Eޞ(yfLWX* JL'{sO" 2 A,rXfP"Ҏ#h8,5PkWDxdRFY)``R ng=:\B
-kmFT: :ZXY}2D} g8XJ};`*Jm=yҳGGMAW,1$#=
-_MQ+{KZ:,wL7?tU\5OJО&Hiy4!eR⹨TϮ8^U؇SDG0AkӔmVnJD-"Y%++ $A92 Z =mfDEiޭa-s8/̤(yr~A\3b]*RyQꗫ"nyJxōg)g齊Ņ2lh"jR;O#6=W<K?D:XV:WR ;_PUu,JaH؅$B yew Q;)7Cs.+\[ Xj&a)n{Lsl;X&Zk&,& N5?#~@O*Rr0!AܬD:`nooR^
-,#g]zuY /Id|+E:*аj=+$N )~@4
- DP@tpdHl6bl=uf-jI`'E_b,19-Gl>1eHYQm;]
-84
-w0=JvK6 E(M G ʥ
-g ƐF[㞙t&N|xg5>N*eDCGD C-y)Oh>sI\ѣ|v̽ 4duEosSt g4-1"M!2j6m5K1.\ZAu~U
-Y~Z4k<z\,;V;u;*=4wasanz*Jti\w+hBP-C,: b#ZVR:` LU0kV*~Cq\|WT,-|hGA"C)H]D@'±?+ӣ낐4i?`\٪:?Zmy}.p4`ճE5nt=;`"C;L}=ڽVH*`hxl3t
-yOO4z&.ENPP{!\4S?_0Bi ^
-endstream
-endobj
-36 0 obj
-<<
-/Producer (GPL Ghostscript SVN PRE-RELEASE 8.61)
-/CreationDate (D:20071122134730Z)
-/ModDate (D:20071122134730Z)
->>
-endobj
-37 0 obj
-<<
-/Type /ExtGState
-/OPM 1
->>
-endobj
-38 0 obj
-31891
-endobj
-31 0 obj <<
- /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R
-/Font << /F60 34 0 R /F49 8 0 R /F51 9 0 R /F62 35 0 R >>
-/XObject << /Fm1 4 0 R /Im1 30 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-41 0 obj <<
-/Length 1636
->>
-stream
-0 g 0 G
-0 g 0 G
-1 0 0 1 229.734 35.02 cm
-q
-0 G
-0 g
-0.3985 w
-q
-Q
-q
-q
-0.9 g
-/pgf@CA0.1 gs
-/pgf@ca0.1 gs
-0.0 w
-0.5 0.5 0 RG
-q
-0.9 g
-/pgf@CA0.1 gs
-/pgf@ca0.1 gs
--224.75572 -31.83224 m
--224.75572 22.86575 l
--224.75572 27.8421 -220.76556 31.83224 -215.78923 31.83224 c
-224.75572 31.83224 l
-224.75572 -31.83224 l
-h
-f
-q
--224.75572 -31.83224 m
--224.75572 22.86575 l
--224.75572 27.8421 -220.76556 31.83224 -215.78923 31.83224 c
-224.75572 31.83224 l
-224.75572 -31.83224 l
-h
-W
-n
-1 0 0 1 0.0 0.0 cm
-9.02574 0 0 1.27832 0.0 0.0 cm
-1.0 0.0 0.0 1.0 0.0 0.0 cm
-q
-q
-1 0 0 1 -50 -50 cm
-/Fm1 Do
-Q
-Q
-Q
-Q
-q
-1 0 0 1 -220.568 27.647 cm
-1.0 0.0 0.0 1.0 0.0 0.0 cm
-q
-0 G
-0 g
-1 0 0 1 221.266 -27.647 cm
-q
-0 G
-0 g
-0.3985 w
-q
-Q
-q
-q
-0 0 0.1 0 k
-/pgf@CA1.0 gs
-/pgf@ca1.0 gs
-0.99628 w
-0.8 G
-q
-0 0 0.1 0 k
-/pgf@CA1.0 gs
-/pgf@ca1.0 gs
--220.77061 -27.14975 m
--220.77061 18.18326 l
--220.77061 23.15959 -216.78046 27.14975 -211.80412 27.14975 c
-220.77061 27.14975 l
-220.77061 -27.14975 l
-h
-B
-Q
-q
-1 0 0 1 -212.599 18.98 cm
-1.0 0.0 0.0 1.0 0.0 0.0 cm
-q
-0 G
-0 g
-0 g 0 G
-1 0 0 1 -17.833 -54 cm
-BT
-/F51 9.9626 Tf 1.235 38.78 Td [([1])]TJ
-0 g 0 G
- [-500(Knuth,)-250(D.E.,)]TJ/F54 9.9626 Tf 73.425 0 Td [(T)111(eX:)-250(The)-250(Pr)18(ogram)]TJ/F51 9.9626 Tf 73.703 0 Td [(,)-250(Computers)-250(&)-250(T)90(ypesetting;)-250(B.,)-250(1995,)-250(Addisson-W)92(esley)]TJ -130.53 -11.956 Td [(Publishing)-250(Co.,)-250(Inc.,)-250(New)-250(Y)92(ork.)]TJ
-ET
-1 0 0 1 17.833 54 cm
-Q
-1 0 0 1 212.599 -18.98 cm
-Q
-Q
-Q
-n
-Q
-1 0 0 1 -221.266 27.647 cm
-Q
-1 0 0 1 220.568 -27.647 cm
-Q
-Q
-Q
-n
-Q
-0 g 0 G
-0 g 0 G
-endstream
-endobj
-40 0 obj <<
-/Type /Page
-/Contents 41 0 R
-/Resources 39 0 R
-/MediaBox [0 0 455.085 71.833]
-/Parent 42 0 R
->> endobj
-39 0 obj <<
- /ColorSpace 3 0 R /Pattern 2 0 R /ExtGState 1 0 R
-/Font << /F51 9 0 R /F54 10 0 R >>
-/XObject << /Fm1 4 0 R >>
-/ProcSet [ /PDF /Text ]
->> endobj
-1 0 obj
-<< /pgf@CA1.0 << /CA 1.0 >> /pgf@ca1.0 << /ca 1.0 >> /pgf@CA0.1 << /CA 0.1 >> /pgf@ca0.1 << /ca 0.1 >>>>
-endobj
-2 0 obj
-<<>>
-endobj
-44 0 obj
-[278 278 556 556 556 556 556 556 556 556 556 556 278 278 584 584 584 556 1015 667 667 722 722 667 611 778 722 278 500 667 556 833 722 778 667 778 722 667 611 722 667 944 667 667 611 278 278 278 469 556 222 556 556 500 556 556 278 556 556 222 222 500 222 833 556 556 556 556 333 500 278 556]
-endobj
-45 0 obj
-[525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525 525]
-endobj
-46 0 obj
-[669]
-endobj
-47 0 obj
-[375 375 388 388 372 372 391 391 391 391 469 469 456 456 422 422 402 402 382 382 391 391 391 391 592 592 472 472 441 441 403 403 421 421 382 382 382 382 382 382]
-endobj
-48 0 obj
-[669 250 669 389 669 539 669 669 669 669 669 669 669 907 523 523 669 669 669 669 669 669 669 669 669 669 669 669 966 966 669 669 1014 1014 525 525 1014 1014 1014 669 1014 1014 579 579 1014 1014 1014 669 365 898 564 564 667 667 0 0 618 618 673 500 956 740 749 749 673 916 756 682 905 655 704 741 922 684 816 838 788 1137 865 740 746 740 716 715 714 944 939 1265 777 839 911 688 688 688 688 688 491 491 391 391 391 391 333 333 382 382 211 421]
-endobj
-49 0 obj
-[556 689 786 754 693 813 685 734 746 871 825 608 0 0 919 922 0 234 0 0 0 0 0 500 392 0 0 0 0 0 0 0 291 0 0 0 0 0 0 0 0 0 0 669 0 0 0 287 0 0 0 0 0 0 0 0 0 0 0 0 669 669]
-endobj
-50 0 obj
-[582 498 466 505 532 614 311 572 619 611 498 548 654 567 553 520 548 666 609 696 716 494 621 716 479 502 682 1014 1014 1014 1014 336 336 440 440 500 500 500 500 500 500 500 500 500 500 250 250 669 464 669]
-endobj
-51 0 obj
-[528 545 167 333 556 278 333 333 0 333 606 0 667 444 333 278 0 0 0 0 0 0 0 0 0 0 0 0 333 333 250 333 500 500 500 889 778 278 333 333 389 606 250 333 250 296 500 500 500 500 500 500 500 500 500 500 250 250 606 606 606 500 747 722 611 667 778 611 556 722 778 333 333 667 556 944 778 778 611 778 667 556 611 778 722 944 722 667 667 333 606 333 606 500 278 444 463 407 500 389 278 500 500 278 278 444 278 778 556 444 500 463 389 389 333 556 500 722 500 500 444]
-endobj
-52 0 obj
-[605 608 167 380 611 291 313 333 0 333 606 0 667 500 333 287 0 0 0 0 0 0 0 0 0 0 0 0 333 208 250 278 371 500 500 840 778 278 333 333 389 606 250 333 250 606 500 500 500 500 500 500 500 500 500 500 250 250 606 606 606 444 747 778 611 709 774 611 556 763 832 337 333 726 611 946 831 786 604 786 668 525 613 778 722 1000 667 667 667 333 606 333 606 500 278 500 553 444 611 479 333 556 582 291 234 556 291 883 582 546 601 560 395 424 326 603 565 834 516 556 500 333 606 333 606 0 0 0 278 500 500 1000 500 500 333 1144 525 331 998 0 0 0 0 0 0 500 500 606 500 1000 333 979 424 331 827 0 0 667 0 278 500 500 500 500 606 500 333 747 333 500 606 333 747 333]
-endobj
-53 0 obj
-[250 296 500 500 500 500 500 500 500 500 500 500 250 250 606 606 606 444 747 778 667 722 833 611 556 833 833 389 389 778 611 1000 833 833 611 833 722 611 667 778 778 1000 667 667 667 333 606 333 606 500 278 500 611 444 611 500 389 556 611 333 333 611 333 889 611 556 611 611 389]
-endobj
-54 0 obj <<
-/Length1 935
-/Length2 1362
-/Length3 0
-/Length 2297
->>
-stream
-%!PS-AdobeFont-1.0: Pxex 1.0
-%%CreationDate: 12/14/2000 at 12:00 PM
-%%VMusage: 1024 22946
-20 dict begin
-/FontInfo 16 dict dup begin
-/version (1.0) readonly def
-/FullName (Pxex) readonly def
-/FamilyName (Pxex) readonly def
-/Weight (Medium) readonly def
-/ItalicAngle 0 def
-/isFixedPitch false def
-/UnderlinePosition -100 def
-/UnderlineThickness 50 def
-/Notice (Version 1.0, GPL) readonly def
-/em 1000 def
-/ascent 800 def
-/descent 200 def
-end readonly def
-/FontName /NREFEH+Pxex def
-/Encoding 256 array
-0 1 255 {1 index exch /.notdef put} for
-dup 52 /bracketleftbt put
-dup 54 /bracketleftex put
-dup 50 /bracketlefttp put
-dup 53 /bracketrightbt put
-dup 55 /bracketrightex put
-dup 51 /bracketrighttp put
-dup 16 /parenleftBig put
-dup 17 /parenrightBig put
-readonly def
-/PaintType 0 def
-/FontType 1 def
-/StrokeWidth 0 def
-/FontMatrix[0.001 0 0 0.001 0 0]readonly def
-/FontBBox{-5 -3116 1694 792}readonly def
-currentdict end
-currentfile eexec
-oc;jAw-ᾉYň5t&נ{hLGqB`d˗Pة|*x\ޖHt
-"fV
-bK J7uǻ
-L*3T;y;!0
-e
-`;"?.iWIfwixڈ7BEe<L G+{Ҵά27:ÿ/D9KLF|ar!R.0R<ωvDZ:?򆼣.# r9Ύ$njj)`~uSF-5@K6@/1wwEbzGMk'\{F%pNqbI&A]&e}C۬p~V
-uˡT*vĪ _^:9GDVdH$}WMJ:evAO -SZ k$<ul!?ʵIU#_V?S=2 5Ici%0^a3k ,-Uȳ\؁aLf@#
-n ugt
-endstream
-endobj
-55 0 obj <<
-/Type /FontDescriptor
-/FontName /NREFEH+Pxex
-/Flags 4
-/FontBBox [-5 -3116 1694 792]
-/Ascent 59
-/CapHeight 0
-/Descent -467
-/ItalicAngle 0
-/StemV 1000
-/XHeight 441
-/CharSet (/bracketleftbt/bracketleftex/bracketlefttp/bracketrightbt/bracketrightex/bracketrighttp/parenleftBig/parenrightBig)
-/FontFile 54 0 R
->> endobj
-56 0 obj <<
-/Length1 837
-/Length2 1381
-/Length3 0
-/Length 2218
->>
-stream
-%!PS-AdobeFont-1.0: Pxsy 1.0
-%%CreationDate: 12/14/2000 at 12:00 PM
-%%VMusage: 1024 24558
-20 dict begin
-/FontInfo 16 dict dup begin
-/version (1.0) readonly def
-/FullName (Pxsy) readonly def
-/FamilyName (Pxsy) readonly def
-/Weight (Medium) readonly def
-/ItalicAngle 0 def
-/isFixedPitch false def
-/UnderlinePosition -100 def
-/UnderlineThickness 50 def
-/Notice (Version 1.0, GPL) readonly def
-/em 1000 def
-/ascent 800 def
-/descent 200 def
-end readonly def
-/FontName /ABGMQI+Pxsy def
-/Encoding 256 array
-0 1 255 {1 index exch /.notdef put} for
-dup 82 /R put
-dup 107 /bardbl put
-dup 50 /element put
-dup 49 /infinity put
-dup 0 /minus put
-dup 2 /multiply put
-readonly def
-/PaintType 0 def
-/FontType 1 def
-/StrokeWidth 0 def
-/FontMatrix[0.001 0 0 0.001 0 0]readonly def
-/FontBBox{-21 -994 1292 912}readonly def
-currentdict end
-currentfile eexec
-oc;jAw-ᾉYň5t&נ{hLGqB`d˗Pة|*x\ޖHt
-ʳ_5
-l
-oNU[py
-1Tk}TG_
-u$E# ؃kjTw
-|5 G)ePm]xO~z,Sx߭G7g 4{<gfը2@
-Sw|Qڷ:'veE uv70 - v)<A;/jRyQ4Vҟzfb^ YqTOT~;mT2l Yt\MT*
-Y%LvYWoe:×U.u3/PZiRfm
-e[gP/ٟB]ǵL] ?dN tI[;
-endstream
-endobj
-57 0 obj <<
-/Type /FontDescriptor
-/FontName /ABGMQI+Pxsy
-/Flags 4
-/FontBBox [-21 -994 1292 912]
-/Ascent 722
-/CapHeight 769
-/Descent -1
-/ItalicAngle 0
-/StemV 52
-/XHeight 441
-/CharSet (/R/bardbl/element/infinity/minus/multiply)
-/FontFile 56 0 R
->> endobj
-58 0 obj <<
-/Length1 745
-/Length2 802
-/Length3 0
-/Length 1547
->>
-stream
-%!PS-AdobeFont-1.0: Pxsya 1.0
-%%CreationDate: 12/14/2000 at 12:00 PM
-%%VMusage: 1024 22954
-20 dict begin
-/FontInfo 16 dict dup begin
-/version (1.0) readonly def
-/FullName (Pxsya) readonly def
-/FamilyName (Pxsya) readonly def
-/Weight (Medium) readonly def
-/ItalicAngle 0 def
-/isFixedPitch false def
-/UnderlinePosition -100 def
-/UnderlineThickness 50 def
-/Notice (Version 1.0, GPL) readonly def
-/em 1000 def
-/ascent 800 def
-/descent 200 def
-end readonly def
-/FontName /LRJZIU+Pxsya def
-/Encoding 256 array
-0 1 255 {1 index exch /.notdef put} for
-dup 3 /square put
-readonly def
-/PaintType 0 def
-/FontType 1 def
-/StrokeWidth 0 def
-/FontMatrix[0.001 0 0 0.001 0 0]readonly def
-/FontBBox{5 -289 1224 906}readonly def
-currentdict end
-currentfile eexec
-oc;jAw-ᾉYň5t&נ{hLGqB`d˗Pة|*x\ޖHt
-NoEY(IM~[nr_ӌtxK[i,!1CM1Vopvx; s[ %aD\T\tS~Yҷx\(]0"?͸7{0&&mvjU#aYaу'GƉXα\#hP&=l4~S]Ёph&-ITmL4̟MByT/iz
-"p#*Ew]Q}E T}DzmoX%U[aȶU=~c<"yq( #(4:;qo/(1|Zq3p$Q}K<Q`)E^Ҹz&r̴*o
-endstream
-endobj
-59 0 obj <<
-/Type /FontDescriptor
-/FontName /LRJZIU+Pxsya
-/Flags 4
-/FontBBox [5 -289 1224 906]
-/Ascent 711
-/CapHeight 539
-/Descent 0
-/ItalicAngle 0
-/StemV 74
-/XHeight 441
-/CharSet (/square)
-/FontFile 58 0 R
->> endobj
-60 0 obj <<
-/Length1 926
-/Length2 2006
-/Length3 0
-/Length 2932
->>
-stream
-%!PS-AdobeFont-1.0: Rpxmi 1.0
-%%CreationDate: 12/14/2000 at 12:00 PM
-%%VMusage: 1024 19695
-20 dict begin
-/FontInfo 16 dict dup begin
-/version (1.0) readonly def
-/FullName (Rpxmi) readonly def
-/FamilyName (Rpxmi) readonly def
-/Weight (Medium) readonly def
-/ItalicAngle 0 def
-/isFixedPitch false def
-/UnderlinePosition -100 def
-/UnderlineThickness 50 def
-/Notice (Version 1.0, GPL) readonly def
-/em 1000 def
-/ascent 800 def
-/descent 200 def
-end readonly def
-/FontName /JVWZHL+Rpxmi def
-/Encoding 256 array
-0 1 255 {1 index exch /.notdef put} for
-dup 59 /comma put
-dup 14 /delta put
-dup 13 /gamma put
-dup 62 /greater put
-dup 21 /lambda put
-dup 60 /less put
-dup 22 /mu put
-dup 33 /omega put
-dup 58 /period put
-dup 27 /sigma put
-dup 61 /slash put
-readonly def
-/PaintType 0 def
-/FontType 1 def
-/StrokeWidth 0 def
-/FontMatrix[0.001 0 0 0.001 0 0]readonly def
-/FontBBox{-70 -289 949 802}readonly def
-currentdict end
-currentfile eexec
-oc;jAw-ᾉYň5t&נ{hLGqB`d˗Pة|*x\ޖHt
-NoEY(IM~[nr_ӌtxK[i,!1CM1Vopvx;,J7áIChaWF4 6iGf+Hsbب
-[Ό"/*|F4(d\z>vA giޗC竳0`T& ѡMpL~T >F%G3u۳C0JI`Qc +ickss632Q/KZO#^ΉDq^*)JRQұcP
-MrEthC-
-Pҫ4,#l ,vjI糀 RA>T4&uJe^Mdl
-bHnODb·IQ(HYx֊]k{ !21"gtmy6Qb]{
-whIn s~gra z`EqtG}*#
-,<BY51eox#_[.V*r~?(  ,|T“e/~DEݗM ;sA'\dKbHDe'Wr !=it3 /\ܸbpZԌ备'MkAX1k=|iaAw28/2}<1mSFt
-@=!ISl7[OPNDYLBT" lNq|]_Fq)Ylᗘl}:
-FtG/M0<NTjcgCL9x)Mޔɨ3tGO0([>J= }Tt+
-endstream
-endobj
-61 0 obj <<
-/Type /FontDescriptor
-/FontName /JVWZHL+Rpxmi
-/Flags 4
-/FontBBox [-70 -289 949 802]
-/Ascent 0
-/CapHeight 0
-/Descent 0
-/ItalicAngle 0
-/StemV 74
-/XHeight 441
-/CharSet (/comma/delta/gamma/greater/lambda/less/mu/omega/period/sigma/slash)
-/FontFile 60 0 R
->> endobj
-62 0 obj <<
-/Length1 792
-/Length2 1446
-/Length3 0
-/Length 2238
->>
-stream
-%!PS-AdobeFont-1.0: Rpxr 1.0
-%%CreationDate: 12/14/2000 at 12:00 PM
-%%VMusage: 1024 13136
-20 dict begin
-/FontInfo 16 dict dup begin
-/version (1.0) readonly def
-/FullName (Rpxr) readonly def
-/FamilyName (Rpxr) readonly def
-/Weight (Medium) readonly def
-/ItalicAngle 0 def
-/isFixedPitch false def
-/UnderlinePosition -100 def
-/UnderlineThickness 50 def
-/Notice (Version 1.0, GPL) readonly def
-/em 1000 def
-/ascent 800 def
-/descent 200 def
-end readonly def
-/FontName /AXZZQI+Rpxr def
-/Encoding 256 array
-0 1 255 {1 index exch /.notdef put} for
-dup 0 /Gamma put
-dup 61 /equal put
-dup 14 /ffi put
-dup 43 /plus put
-readonly def
-/PaintType 0 def
-/FontType 1 def
-/StrokeWidth 0 def
-/FontMatrix[0.001 0 0 0.001 0 0]readonly def
-/FontBBox{-40 -283 904 728}readonly def
-currentdict end
-currentfile eexec
-oc;jAw-ᾉYň5t&נ{hLGqB`d˗Pة|*x\ޖHt
-endstream
-endobj
-63 0 obj <<
-/Type /FontDescriptor
-/FontName /AXZZQI+Rpxr
-/Flags 4
-/FontBBox [-40 -283 904 728]
-/Ascent 0
-/CapHeight 0
-/Descent 0
-/ItalicAngle 0
-/StemV 85
-/XHeight 469
-/CharSet (/Gamma/equal/ffi/plus)
-/FontFile 62 0 R
->> endobj
-64 0 obj <<
-/Length1 1185
-/Length2 3442
-/Length3 0
-/Length 4627
->>
-stream
-%!PS-AdobeFont-1.0: txtt 3.0
-%%CreationDate: 12/14/2000 at 12:00 PM
-%%VMusage: 1024 21990
-20 dict begin
-/FontInfo 16 dict dup begin
-/version (3.0) readonly def
-/FullName (txtt) readonly def
-/FamilyName (txtt) readonly def
-/Weight (Medium) readonly def
-/ItalicAngle 0 def
-/isFixedPitch true def
-/UnderlinePosition -100 def
-/UnderlineThickness 50 def
-/Notice (Version 3.0, GPL) readonly def
-/em 1000 def
-/ascent 800 def
-/descent 200 def
-end readonly def
-/FontName /XFMVBU+txtt def
-/Encoding 256 array
-0 1 255 {1 index exch /.notdef put} for
-dup 97 /a put
-dup 92 /backslash put
-dup 123 /braceleft put
-dup 125 /braceright put
-dup 91 /bracketleft put
-dup 93 /bracketright put
-dup 99 /c put
-dup 44 /comma put
-dup 100 /d put
-dup 101 /e put
-dup 61 /equal put
-dup 102 /f put
-dup 53 /five put
-dup 52 /four put
-dup 103 /g put
-dup 104 /h put
-dup 105 /i put
-dup 108 /l put
-dup 110 /n put
-dup 112 /p put
-dup 46 /period put
-dup 114 /r put
-dup 115 /s put
-dup 116 /t put
-dup 51 /three put
-dup 117 /u put
-dup 119 /w put
-readonly def
-/PaintType 0 def
-/FontType 1 def
-/StrokeWidth 0 def
-/FontMatrix[0.001 0 0 0.001 0 0]readonly def
-/FontBBox{-5 -183 542 746}readonly def
-currentdict end
-currentfile eexec
-oc;jAw-ᾉYň5t&נ{hLGqB`d˗Pة|*x\ޖHt
-ߣ$ȭoʸ>$9'хյ5 VYY!F",CUZ tcrwwVظHy.l44N
-"c*b}mn,ݸJ (˯BMdK9I+p%SU
-k9pA^xxF#[tx>ƞ8;#8!4yS([y {ݗl5BG^5$*55GvjżhƱw!'?uع+|>"ȑbX%-]>m>QjJN 2zfB?d9bK`S
-ԳOܨǹ7H
- :Wwu괕kG"&P}#@3uR9"u뾜 ,wj1!ۃ. J^z&ݒثyq)yxXNW_?hQgO.%FMތn6t*&xį9YspKC
-V>g3PG tl0l!4e{
- I/cQ'\|R\H81g:s@Dq! P>߿\GJ:KrV҅f
-gۀ{HK&dQ,gyt[C5} FzɎ*[8(y-Vt-H$8@v$ֲ}uS 6Q2?2:0
-֫m_lY){a(r3⠁/Yߙ*&-q¤ :C0.hO!ۿf|J{qx}x=< A6p #ٛjllVꈠ٫6P̝~AyDɫЕ†gp zH pZfU3(
-endstream
-endobj
-65 0 obj <<
-/Type /FontDescriptor
-/FontName /XFMVBU+txtt
-/Flags 4
-/FontBBox [-5 -183 542 746]
-/Ascent 669
-/CapHeight 622
-/Descent -167
-/ItalicAngle 0
-/StemV 85
-/XHeight 461
-/CharSet (/a/backslash/braceleft/braceright/bracketleft/bracketright/c/comma/d/e/equal/f/five/four/g/h/i/l/n/p/period/r/s/t/three/u/w)
-/FontFile 64 0 R
->> endobj
-66 0 obj <<
-/Length1 1166
-/Length2 3222
-/Length3 0
-/Length 4388
->>
-stream
-%!PS-AdobeFont-1.0: NimbusSanL-Regu 1.05a
-%%Title: NimbusSanL-Regu
-%%CreationDate: Thu Mar 20 10:08:51 2003
-%%Creator: Primoz Peterlin
-%%DocumentSuppliedResources: font NimbusSanL-Regu
-% Copyright (URW)++,Copyright 1999 by (URW)++ Design & Development
-% Generated by PfaEdit 1.0 (http://pfaedit.sf.net/)
-%%EndComments
-FontDirectory/NimbusSanL-Regu known{/NimbusSanL-Regu findfont dup/UniqueID known{dup
-/UniqueID get 5020902 eq exch/FontType get 1 eq and}{pop false}ifelse
-{save true}{false}ifelse}{false}ifelse
-11 dict begin
-/FontType 1 def
-/FontMatrix [0.001 0 0 0.001 0 0 ]readonly def
-/FontName /XRTUPZ+NimbusSanL-Regu def
-/FontBBox [-174 -285 1001 953 ]readonly def
-/UniqueID 5020902 def
-/PaintType 0 def
-/FontInfo 9 dict dup begin
-/version (1.05a) readonly def
-/Notice (Copyright \050URW\051++,Copyright 1999 by \050URW\051++ Design & Development) readonly def
-/FullName (Nimbus Sans L Regular) readonly def
-/FamilyName (Nimbus Sans L) readonly def
-/Weight (Regular) readonly def
-/ItalicAngle 0 def
-/isFixedPitch false def
-/UnderlinePosition -151 def
-/UnderlineThickness 50 def
-end readonly def
-/Encoding StandardEncoding def
-currentdict end
-currentfile eexec
-oc;jAw-36Uu4
-l.Nk48DPh>[ME7wk9B.H.<N: (0CyH!Y%>CSoZqO O)9OHl~Q:ɾD0j J'JZ `B 5ԆG
-tbY7:Ϳ2hfp5J3]p,ţ h経ټ+k~Ũh rȮ<#r AURpL"WgPJv3MUd_ngQT4UWARi}۽<xxiP/Wo2&e;PRFvGዝv?r˜8Uh[XTxG\b4>3E&/ 10. WQ4{~SԈ/C~H $e ,vU;I trB<S.{+69M Z0`𗪇eu>+@w49~C3zưR5{.6
-V補QG%: X,/. V6F:-#hEw6RN6K%ۢaBk Y@ȇbN[W_pi 'u[\ %०tkƝ_~%?X>N/nE~/QK B_ ;BG1.<S-=V;6}TB}w*/s*g]2Ujw{*7*˗׃HC7B꘸ Y^FB}ΆU ~ƪt~,-6T 2;6TۗBc)AT Ě0ÐQɓT{W=dH ѱ* *
-'ȃ-֙A#G/!tM~=&Q}ik?1"g6}OL#lT1sm:`;Rh̐\uE՟Q'Jm 9/,ʂ di 5 :fnAXr ݊c(ꋿ`yǵp}o 5/3tqk(Tequ'C.4& Yq:o|8DֻfI*x;#^aI yK?dwJ(]1L$> izUcHCYmq k鈷ʩ?4b*u_`b=֠F*wP9!).
-6n
-k{Oq"j,QdD4K52]k_Z0f
-E)r }gZTO)Xa QlR
-:"(lΨY吢-Of﻾2XWr<MS9qUrzSénUsW1\2B0hu\0Fru FFcC=3O}H+^`o<EroBFB/vϟ#<XWG%w3Է)9Z
-pi'0Qe'c@P #
-endstream
-endobj
-67 0 obj <<
-/Type /FontDescriptor
-/FontName /XRTUPZ+NimbusSanL-Regu
-/Flags 4
-/FontBBox [-174 -285 1001 953]
-/Ascent 713
-/CapHeight 713
-/Descent -214
-/ItalicAngle 0
-/StemV 85
-/XHeight 523
-/CharSet (/d/e/f/g/i/p/period/r/s/u)
-/FontFile 66 0 R
->> endobj
-68 0 obj <<
-/Length1 1614
-/Length2 11784
-/Length3 0
-/Length 13398
->>
-stream
-%!PS-AdobeFont-1.0: URWPalladioL-Bold 1.05
-%%CreationDate: Wed Dec 22 1999
-% Copyright (URW)++,Copyright 1999 by (URW)++ Design & Development
-% (URW)++,Copyright 1999 by (URW)++ Design & Development
-% See the file COPYING (GNU General Public License) for license conditions.
-% As a special exception, permission is granted to include this font
-% program in a Postscript or PDF file that consists of a document that
-% contains text to be displayed or printed using this font, regardless
-% of the conditions or license applying to the document itself.
-12 dict begin
-/FontInfo 10 dict dup begin
-/version (1.05) readonly def
-/Notice ((URW)++,Copyright 1999 by (URW)++ Design & Development. See the file COPYING (GNU General Public License) for license conditions. As a special exception, permission is granted to include this font program in a Postscript or PDF file that consists of a document that contains text to be displayed or printed using this font, regardless of the conditions or license applying to the document itself.) readonly def
-/Copyright (Copyright (URW)++,Copyright 1999 by (URW)++ Design & Development) readonly def
-/FullName (URW Palladio L Bold) readonly def
-/FamilyName (URW Palladio L) readonly def
-/Weight (Bold) readonly def
-/ItalicAngle 0.0 def
-/isFixedPitch false def
-/UnderlinePosition -100 def
-/UnderlineThickness 50 def
-end readonly def
-/FontName /RHJEWZ+URWPalladioL-Bold def
-/PaintType 0 def
-/WMode 0 def
-/FontBBox {-152 -301 1000 935} readonly def
-/FontType 1 def
-/FontMatrix [0.001 0.0 0.0 0.001 0.0 0.0] readonly def
-/Encoding StandardEncoding def
-currentdict end
-currentfile eexec
-oc;jtD[1ƅpTo9`.:ypJ*l'e}#)&7+/^ W{LZ60VQR^λ3r)#v$p~c
-tڙhQoZ%ߟ^R󑙙9u99 naJOIYuʐR%W/ڶWv#d\uD˜{l_1(QX`nA9>z<5g^ȯ n.T3a`@CPJ@ߥ-4%)hs.xI /M%`9 w0Jf1Rj^By3-Ƴ[Xv7q KuSv+ ]E)އ| dvȤ(w7xz%e4A|FczhV oP6PPx`:b1`}hFDa骫?4%P,G͊~/+DE?;FĄb7_ uhg18!î1aD̢Ť|޸&Xvm7ߝh@lydwj鼪mQb,m@MKporoo0+DUfqϷ6NAy-v%R둘qϴ-7`sHڡs3zFՍ'dqlEI9."pn
-~t`{0𒮲 x\5/WbHr`A>)U?zy_Ib&{^UUkHhBjYXK=s+1x[Sԕ5ŋ^z| L]X650Dl ?gt"IuGλK~bfvBX<
-8. 9oR_3H0kڨM.<ɝON GYhTM=޶!6i@̃6Ktzݺ%I C;}odτp52߃KLy\g@rJ-nrdh<7ݤSNq.N#Ijxϴr#
-e#Fg)!~׺e_'1 qv&V9y3Ayz* 'Z'Bp(B
-b#yYi!VࢨI9BQ\"(T'|EXhtc`H<\
-Bj"_ p5  diKsh~z_B]\uj |iRMu#0f6];d/ P@PPp1(##N1i5'{cO{*/C,h}ݦhtsFq gpOZ}OqńBoSJ?Jte<B&"Dd;@6CўO.bO`lzv˃md簯S0T:'"wE>7
-__ew&;wFjqae>9<_8OB1sf٭&+@U$A,r5B!Qt$q'\+ŋ.nrKʬmH_xeYW Mtİ
-]oe%ȀxD(ZIb_$[j-he0]Qe,r35* 7Kn=(kD0W'
-@vp@Vm
-o-AԿNF
-[N~_
-jk H+,
-`!59OsER"($@A.6$g}N*:i'ӝp#2\xS FGF/l@*01%3#YInbJ+mNE~Q> 7x*Ďt$^h&7CZ<V2cHOA}_fcB*pB#8VcуtgB_WdQ$zς6# <m]GT\}\^ @@<]AjWnnLINk?.gB*T>Lh2357h1;m80q$wĐ <(L](ęg!^ H
-ߺ,WM&_,HM`^1Y kn ౳hB @K󱛂EAi$:Eo>z@J0kEAqX8esq]VTڷ nv'fLS3Y#'$V0mD%&nv x-:[LJHџ*p.&
->-g&rhVPÑb EJS3jxT5Ng@UhVe ؙyP 3A=L 7(h= z67<. @l9H.Dq($W$O!rL5̃Zݨ\m;
-Ñj#hh"[Q\z%"nHbeW`$C;B#Ru/#hqMj<)AK)?
-l7PD}XWS@I};X r@ o/ ܜ/pDWzsℑL}6 iuNXFG=M_w`Zwdp;JJTE bbA)߻S­bGZ9E&iCd<
-g}e=w7}8L 3!")pG v3.~Z <O1UQYSj-o
-KdAڸUD#!ϯn6 jhtzj_C5 ITyHVXac7#M
-1hd z?<^ 2}8 CF5VLsyk-rX7PmB|5 ~vӌ80U詡S9Hm4*h倗 ŗ3q
-rMSU9;[j4*d6Ix m[.Jr;i8ӵ1˭=ۋW6Q-7ҎZP]+ZP:PgR+@,;:'D+3
-i (!
-R{&:~hqkޟ3yΘx0lԐX2ח$9~hZ4 u{]B. (35eu\Z}j5{'4˔V=I OaQ'KZ;EjUUh(6-k / #<{oׇ-_DG
-zgVD.ڒ?WT)ZhiyhJ9$i~zVWiP[pSs\.x}dnbnPy z:ZPKpaϼ@0ޱ0CD9r4P/@|N?b<Orօ!sT@, v՜er# Ѽ
-[Mث543PzRg]m ]`4D6;y\A_ !w&j4|8[ !&Eq]y윊OfƯ%DOz 5bp;a~5V==wp"2)̐&D~)Z1$TTd;89!-
-.F3J*i|$.I | X|54m'b>]5@0j=>d2
-~Kmp-IyrPu&NR\THC(ZI7V1t 1uad lܲMȟy6ɅquqxɢS%5`theEےbX[1^Dq !`*rz3w9 j="1'˩M9bsK!cыFCc2ך^cͦv8D?8]\s,f@Hagp`A
-ǭL3I^ǖ vO`˻9s,cDGX|V1~sDA'Eplۑ}ϫkȔZDy(F tvet ;/lĩ+_mAAi"oӐs𸮎]ˠW/O`񺊢Ե] Y֩w&:__+[ ӳ<`.&M+W'37><|MN$?҈?88ߩWqy|9 ZR~Q7Ǥ!sC9!ql-3 G%] f`$=w() ]b6rE Mj
- AwAC. DNrJ/_4ZNFudUalytb_ eoj(mbl I?RAķ]!*B"
-* Ң
-*ZjCmVO-?9W!2 Ey)v<fVA)ҞDZW?sB]2h!/̄c9ԇ6؂Yv];p+,B_pwQx&`HM3P-1 \*Je6Xhғ=ܸ!Mgl-%[_#W?EU7=w4ξ?G쬫&MM $};|;{wύ]%ouxh%[")<7zՀ„.'IaD&ۙ,S]=1*֚2wmѦQ8V|mWw'
-YIC^=P]qL{eUƥ5IMT|28Ҟjm׋nׂd*Q٥O"q|쇞Z󈷪'j\e&{-xV$S]Q-؎3$gR#O @~5qZ(1]1Ʀuo D
-%搅`|1;Rt.MG&V}鎘6u!GIe̶g^e ͛P?R
-
-.cK?whYWh;x:/p,
-vezgEfJl?G°a̩UcB;DYƑoVR`iEO5ґ.3tCo-N(J,Q7;(X|M wX#X5?\,zJx xvSp!YY]viHH1`>0znxgkHQws&AZz|R4AX=H#}b ȸ+l xϥtQO\Fx((f
- R WǓ7JA;yfP:!ȲVX$ja6)
-<J1)E4{I[Tf*T BeYD.3S&P` x!(t3bƵ\.`U<En˫DVy^etY"<[ ghDZxŋG"7ݨ,'k=yX^
-;%M` ٮ<top'/rf4̩j- O2J>ƀ,KKܬ1{rݒՐ
-lTVeedH}Ӄr\ߥ}ª!e&
-R 0b8c(r@slVWLx(:`/I.Yruh";}Jrnb
-xxG)4JSx}'·ǻe2pK5Y  Q{Fq+թ(gd_ zb,`V rLʼnd'(Mt?8
-LZ[QX2,j#K֟7¦3BI#U)caPGݕK#=H#RA{pcB7Q.]Nj<yhQ W$GUY Iu\շ?|iƁ'!\`Hp4b[BtC6-G T'l'్(N u8B+hy@OS>G/VHڱ{U{ ~3"$vȦy=
-ۊ_D-nv/ʙ\)8ilmٻFancf@tvA
-5QB!,R/P'ASdP@IFfR;Y9Vɥ=
-P.35<Nӎ#S[@$D
-endstream
-endobj
-69 0 obj <<
-/Type /FontDescriptor
-/FontName /RHJEWZ+URWPalladioL-Bold
-/Flags 4
-/FontBBox [-152 -301 1000 935]
-/Ascent 708
-/CapHeight 672
-/Descent -266
-/ItalicAngle 0
-/StemV 123
-/XHeight 471
-/CharSet (/F/P/R/T/a/e/f/g/h/i/k/m/o/one/period/r/three/two)
-/FontFile 68 0 R
->> endobj
-70 0 obj <<
-/Length1 1616
-/Length2 20815
-/Length3 0
-/Length 22431
->>
-stream
-%!PS-AdobeFont-1.0: URWPalladioL-Roma 1.05
-%%CreationDate: Wed Dec 22 1999
-% Copyright (URW)++,Copyright 1999 by (URW)++ Design & Development
-% (URW)++,Copyright 1999 by (URW)++ Design & Development
-% See the file COPYING (GNU General Public License) for license conditions.
-% As a special exception, permission is granted to include this font
-% program in a Postscript or PDF file that consists of a document that
-% contains text to be displayed or printed using this font, regardless
-% of the conditions or license applying to the document itself.
-12 dict begin
-/FontInfo 10 dict dup begin
-/version (1.05) readonly def
-/Notice ((URW)++,Copyright 1999 by (URW)++ Design & Development. See the file COPYING (GNU General Public License) for license conditions. As a special exception, permission is granted to include this font program in a Postscript or PDF file that consists of a document that contains text to be displayed or printed using this font, regardless of the conditions or license applying to the document itself.) readonly def
-/Copyright (Copyright (URW)++,Copyright 1999 by (URW)++ Design & Development) readonly def
-/FullName (URW Palladio L Roman) readonly def
-/FamilyName (URW Palladio L) readonly def
-/Weight (Roman) readonly def
-/ItalicAngle 0.0 def
-/isFixedPitch false def
-/UnderlinePosition -100 def
-/UnderlineThickness 50 def
-end readonly def
-/FontName /OLRQSQ+URWPalladioL-Roma def
-/PaintType 0 def
-/WMode 0 def
-/FontBBox {-166 -283 1021 943} readonly def
-/FontType 1 def
-/FontMatrix [0.001 0.0 0.0 0.001 0.0 0.0] readonly def
-/Encoding StandardEncoding def
-currentdict end
-currentfile eexec
-oc;jtD[1ƅpTo9`.:ypJ*l'e}#)&7+/^ W{LZ60VQR^λ3r)#v$p~c
-H6RI/
-swl!Bwo`_g26S^_dRr!(ȱnW5 i6ی䛉D1ş?X-ܲ[H0}it^B3V
-Ak2WT<Y#4QE+P]R/YFX_eı
-B@+dxM"KWbP vkB󿸭P('K-
-,qI̦hDZ_`bVj?q<c?YR?`1~u,HU.o>vLsB ?/۬]#N<yѾ0r։'$?@1\ŝӝ@u鳾T=."[N`uY퇍}.tgRjdE=4Q0z;xG6w\m'|
-ǗgȃA62؍p,*.𓗤3OdP3X9A'Vb`v|yɛnȊYgrM⭎PQ1MAhAJ ;н8MߧN"9>d= !w-K[L
-sG0ֺ.
-FMv&Z8i+Ĥ2/)II2.l-T])/OwY*6Dכox*JsW0Jd0Ɏy!-tP6x#J@x}^v6:}[AKYTah' +i^m҃ӥ,[{`dY^if^4.ʎN!No:8`mye+B]D Uj;XԢ&rjIdunG;g>#tbOA"N
-blxUPtqٕz [Lvo k
-" :bp#F=|&iȢQQ@(b_lS[ay+w9 U+
--$Dy[Ӄ( VQv|"yheƛtҿSyA6cl[U}*'x, ̕ipg"jvPlf83կ o T?2#3<[?]RUϰCp*g]PK`oގSE  fLġ+^Cݿ[Vك:Գka-Qewֳ cI-J` [謪ƃK6\9ÝmuS*lv=DhA[ӕo\?݉sC?7>'4'ULobf`u>D>k]B7)e,9^OPn ?73;9+ Nø
-m՛-Ku^[(;QJPӕKsvG
-`J|USfƑi-kKgzK;XLvD(qXWB /EJ}d[|g]ܧ:WL@ۚ6BoxUʀmI
-X1$6:gi+Y: ˹ȰJTh6b Ym\%w7u+lG昦X= z9"GN,͊8j{ԧ/m@@8+fzL\`s^qU==O
-+zODwnN(VW^ .gXKdv?zY]Ǫ i#p-yLTՐwC8,Z[(Z7?6 BN
-k8 HCC=\o΍wQ%e'o.߼,OwU3jʕVxÔ %6tKRҲq")l,d0I.hoC7`')eBIXK{MJh2ekbe:aFe3?^ZfK S25m-H:0 
-#,S .@j,إi5
- \%ʴԶͪm?: Y)/KLVm:.XL
-`\%øh|͂&+dZjГȤ Odl i.9RSQ;:Ohz3q8 X;rf
-0bV6U8UO-!\́f)E?A1ӊڛ%n<In}蒉RR
->!Ml%0j\l(<OuXҊ~n"Ee@5BE{Ǝ0CsĮjyoKiEs@A eXT'Sж]d`ʹt'ta`eV{JQ7p.6q 3>1t!!nM 6Fn`i`CNBFK|uu.c)ASžYuN#|
-p{;\{9I;Oa2*z3ةM >B
-p#2Di|wGyڦyI1F@P*c3 s{ɯBDw'-YvʔQ_}2B&;+}I3 eaKLhU<Ymk&~Z՟.ma/#09 fባccDMѠ\;FjkѭHub֜ *@1u:,Lmmn&e^,5*2C$P_ͧ|pvqqI@j>ZѹCR 7šm:P[1Cw)$]ˑVljI{$ gҵ
-6vӕt\747o͓ {nv*xuY>'Hp#q
-
-dsФ Q] WHyV!X]!x,*9T͒233 @P&
-^y\ 938;h#o0ICccj%o6(YUOReA[ {cj6}6 z0d֎3UJeM'ޘ
-GhPS""<c@ug$YKrzkpVhԀG$ci!"6 :Ŋ\3AHƣ퐀Hpbk]O~B" gvDxָX |<i_@YPk J(~aV\NgmPxg߻Ksu%hU36 <7:o6XBk{eq/m ;X BTs C"S
-`xl[`%J韧O2[MX=OʈDqw}$voJ{L6MG]<(T!7[[ueJ
-MCCѠ]:r:}| Gn*,_EwGt ~\#<&0&K |W\@O:Du$-5l器yZ+zDC+)ɗ(߾Q6A^5Դ!F?~4'Fnxb~<k(K|^πp6 {H M]$Ѫ0τxxWt9dm >=p$06-@T<` @9;p惭ʷvj 49jnCZ8Oyqq é ES S ~7
-Cdd7+ Arr'OZڻBU6ݲxzV]0e(-XƼ&CbOJb^2\̬%{U'-QZϭ aU ja}u<#wy
-8`\q1ju^,'Ǫ+FR6@&/EЫZ6hm,S"3?~Y`
-Cϴ(.Ӧ4j\)^j g6Ꮂ*u-Gܮ8`{xau/ Oz
- uSyWgBd:֕R0{#?A?j3wUtp쫂Rg}(J#PJ_>(_wA[a)[D-c% BOeo&gzo\(IGfx9AϸbIH0fw:~o,ab&Gp!uc4
-aWGxy&>BOە `}Jw~nn78
-DW2nX%\TaWRCu3l&*vDXpVt2>1q.:Ǿ)tuVwA/g_H9gQrHA8]L'֣o&@ОX~:ݿ~#.u}$_[+)@j:P LcD[[sf µ>QFD
-d
-ϵɌ(ݷ0Rx(eûߑ`<ܟ9`< !;cVktҵM5)6&R+
-)2\c hxtrIN>k\v rPڰd`Sd7xxIpo99!fYkO9l++jȵmQ!!V:0K1XޗlL/kK28kރʴ
-iQ{vE '=8i02{S 7Z6 f+&_
-2H$Cq@ Qc%X'k>J5/%˚K*߲F]ߛ=!C/!M?*._
-FuEl-''^ oukOѧ|A0#g/eXȝDccQENO}TN=Ks39JxI vYM72oCRA [*޼hxߛnnf-X]oNxvY1i>kuZC2aCŵayl{[$Bt N}*!<3թ)I$ZetgEp?0L*it8
-8l۞^,h.E'Iv*97k"j J.CD{,iYFE=b s^?nG~)Z Wy'tqw|"<pK+ES~ea}"/x<O;_w8 R
-
-_
-:lG!>A
-`*Uq0x0 z*el
-kO"+TJZbH-ȍ(]d9O>LSET*Q4s 0Ywx6 пLń0a [+JWK
-vl Lq!QY;4tإo֝ul?L`XBAԋ8dBY^]~HN*Jo-O:|_ uՐ
-zLU|1v#5nwփwXuo)j*3h
-B Mk~!!e4{ FD_dma0-fmǭZ! {oX/`Ѣb)XK< 4wPA
-O ^ה=S#1;Źdz 0p8%zyVb{DYuwLBӶM;)y[\OA1 urQk)CDwȓL8
-958!d _k')bVs
-V+DO<
-{ݦB5 $df 9SȯG92Gh1SpcR)8_?%YUj; \E؊{:a7?xl~<D+QGrIS>^eiSGN]P/4m쾹5^,!;?2^_y bA C{I+VZ-d=tc}k]vfp`QjJ_U0ݲPD! fU|K_Nf]|8@-}L!JjSZ FMË88ߩWqy|ϗlk ߦ] g;
-D*_<2Jb&!&;wAv*V`Pu6@+`F. dZ
-٧7lF%@QQpin
-8YAY=M3'$ o9dޱE6bP#i=&nrF&M%hT<oLCu
-$:S|]yzIjۻ0wGڽ+Øn%󯌉R3\R>aXxn_l(>!'F=㗛*'})w2해~䲍ʮfDJ c^&Oy/д#BLij< 5E,ɯ4sL;Vd
-L%`<8 < &2cڭꃥPĀsͺ|B-Jp%HW)V`8H}'Sg|,ȖmcL;s&`uS-.ї/By2{3{o6͇Y s\=>Tֲ~}(312ERYLs6fa
-:LVy1];T`P雵f)qxW6# #9UT82},`·ݗ.Cb>+ke=hkOEnUjEt)t!˄'/<W84 M&DM0I8Db"/Nٞ ]_c+,! ȵv|?~y>AbD.aFAشU\Lÿ*% Z1c08+H(
-ct.DZhTV ä8'jK;Yi paGJafqSsͰ>Q}05Y-od8>*Odؑ՝C Y30_qQ
-/"%<_8$F
-LeF"OI~v)|M]=Tya0(N6Д`\"% ԿnF3k=xt[]
-lJfE?y-'ٶN(ꎊ1f,]u}|;F'g_2zL+iN"2
-=u-@ uIe~Kott3Ц]%I 9<<+ѵ[k[9jũV˒rJymFp1ŀU M9]W#ez8O1Yl7rA?Z~ |*e>R7v>BQL$W)孷=bN,(>Eyp8~yT>ٷ]:IͤOkES AA{}uqu9hp3|[Ss<N1 `jy&#Е Qn_"J J{R]6
-AH J׭Ѝci2}b&dn6 msEM>'[ oIdI}Y\;G[
-[aS[Pkj =C_irwN{J&'?Q2n))CM4=ߙD} iGNlL 8]yFYR:):>J %Zm>x@3riC;Y VQ{_i(7ũVH^lmXS~#:Td$b&zHaC KM@,Z2 /QT8>tBfŵ`~D1RkX
-=MGut |CV=[{ze9PC"'!st/-{vخiIɈRNΚ$u1vtTmNGʼnb[n
-PJc
-@ b߾hf*se~CR
-⮕Q :f,c~+yH1vިYVF]< muп"3DZ*z9)6K~R~h&QNh@O,b1pXBCk#mMF"p,6^6I eׅ߆Vl-J^ʲGǛw('^76<$+vHy+Ny`5N 9[]> r(3KPDI2޵ Ι*n|!DOŬWQHXbČ!*Z6;L,OcYA-%) t%ew$CX?ͽ ec/]l.}خ~,(w$?:#+ޢcMnjk^}( ?v` ]ڴ
-I ]oCq)M4]=FU73zzMK?ڗ LGLGF\7_I
-h!dB4vbp"ӪߕʋJ?7nve2иm8Kz/UXn<G._]|j\4n<<ߛQtKnOzEĆs _>#F4Bs#uyT'd /V:a:l]:4-L?(R7ḧĺR&JWbJA M=&4HpXTSܨkwٲvσ-t$'gVHl;b%ZE0kvxy{(nN~ء7Ht2pB<I͂?'pGt 9'gv0 gHbrj[@v?Z5CPP(рמR~9WU{ϮuwL^ܗ^(٦U~PYϷSLE|#%wB\³g=Y ~]V*5dzw%|`z`yJٛȸ22fdp}Υ #0yk G gBE
-
-厨Y<",$c2LVY'BR6²e^=$*Sؒy'Es>raˤ,{I6dn~C 1y+#޷iDv|mp͛%:b:?AxMZR$Ljq1;|7:bp勘C>t6X n:XCl0g)
-+Z[h6MD -
- r+LmҺ DP4xG=O$8_8C=o.<@/?2ЄdqZ^&yambsi<*]p4Z? 6]kŰm*8HwW1aTG8tdO2 
-HMX`<үo+3y ". p/
-E"hS7FORzK9*˸k\%7rPz<}9ҴJĠ[
-RIm h
-lBqY3W.Fl
-S+RY"c~a#k%F!4
->e5[e-5p= qcdү a!b4$=qYAR$mG =^q_Ldź֡E$#D>WZH'?E\vo. Փ]14-bX!?TX?m4>@xtPnjM!9eLr!Ub ~UfO=HG`:Q|]޸<z
-endstream
-endobj
-71 0 obj <<
-/Type /FontDescriptor
-/FontName /OLRQSQ+URWPalladioL-Roma
-/Flags 4
-/FontBBox [-166 -283 1021 943]
-/Ascent 715
-/CapHeight 680
-/Descent -282
-/ItalicAngle 0
-/StemV 84
-/XHeight 469
-/CharSet (/A/B/C/D/E/H/I/K/L/M/N/O/P/S/T/W/X/Y/a/ampersand/b/bracketleft/bracketright/c/comma/d/e/f/fi/five/four/g/h/hyphen/i/k/l/m/macron/n/nine/o/one/p/parenleft/parenright/period/q/quoteleft/quoteright/r/s/semicolon/t/three/two/u/v/w/x/y/z/zero)
-/FontFile 70 0 R
->> endobj
-72 0 obj <<
-/Length1 1620
-/Length2 14202
-/Length3 0
-/Length 15822
->>
-stream
-%!PS-AdobeFont-1.0: URWPalladioL-Ital 1.05
-%%CreationDate: Wed Dec 22 1999
-% Copyright (URW)++,Copyright 1999 by (URW)++ Design & Development
-% (URW)++,Copyright 1999 by (URW)++ Design & Development
-% See the file COPYING (GNU General Public License) for license conditions.
-% As a special exception, permission is granted to include this font
-% program in a Postscript or PDF file that consists of a document that
-% contains text to be displayed or printed using this font, regardless
-% of the conditions or license applying to the document itself.
-12 dict begin
-/FontInfo 10 dict dup begin
-/version (1.05) readonly def
-/Notice ((URW)++,Copyright 1999 by (URW)++ Design & Development. See the file COPYING (GNU General Public License) for license conditions. As a special exception, permission is granted to include this font program in a Postscript or PDF file that consists of a document that contains text to be displayed or printed using this font, regardless of the conditions or license applying to the document itself.) readonly def
-/Copyright (Copyright (URW)++,Copyright 1999 by (URW)++ Design & Development) readonly def
-/FullName (URW Palladio L Italic) readonly def
-/FamilyName (URW Palladio L) readonly def
-/Weight (Regular) readonly def
-/ItalicAngle -9.5 def
-/isFixedPitch false def
-/UnderlinePosition -100 def
-/UnderlineThickness 50 def
-end readonly def
-/FontName /ADJNVJ+URWPalladioL-Ital def
-/PaintType 0 def
-/WMode 0 def
-/FontBBox {-170 -305 1010 941} readonly def
-/FontType 1 def
-/FontMatrix [0.001 0.0 0.0 0.001 0.0 0.0] readonly def
-/Encoding StandardEncoding def
-currentdict end
-currentfile eexec
-oc;jtD[1ƅpTo9`.:ypJ*l'e}#)&7+/^ W{LZ60VQR^λ3r)#v$p~c
-<g@#i|lO~XŲ>0!bH;Ef`6sl=׏ Dإe=/kg'Ҫlvn_0uw~u3Q0YDT9y$:ǽh'
-77;oD7^a_BY)X 6]fuļaa$oINNo]}m̘ke+`Q69ظt(ROρs[rvU?x}kBg1{DVe6 s'\M#(
-M-J]5%lIgSw
-MpaYlxdF ><0A@)1oUWV'6:{/R
-ƛ~bJDZ.~X]
-Oíu4[!;=|AVKY$c$wsxo]s֞e@=}-.؋Rxg{G9zςngX
-]o5lN{SW+;s0&Ʊ}e
-)$3hBɇ&'r* %CfiΛCT+e
-yTC€(jqae>9<_8HRk:ajwNcg"GzY7zSůp1&`m@$KZk)D:}SR2sF%WO^) 7\P+'3G6 ,X2_a"!<nYڿ* 
-T뮻GEoVjYy_!=
- ZzәG.1m8F X2_84r;B:7rXKT&f}pMbh8w]k~Cjg:=PPk\8W>;2
-faZ Yݧ
-ܪ!_\̾%<1!.dIXBkln1&>ŝOh!PT@q Z!cb%SI-9Þ4Ouޠ+х3wG?the%~z`])i\Qx@{<Tĉ:K@
-u3VKQ&5[GQ%٩{kd#zi UY*<s]_A x~c_[b<3t@
-fNCgV ^G@r
-'h/!?\~o\@ Eдl}aJ3d1䨶%Kfd%
- f YXo9D/wͳGd*YF)C[<aQ/y[ ( \}*(J:mk ;Z+#gSuL2iF!~
-jw=|#BM仒yG02w\P꾀bjf
-`l
-~ #0KO?CF uǷcݐI?Fk滶tb}fCByopvsП{.5|,ܜ!?;F4# IAj2%޵s+B<7;;x't"pKwOk |1hd) `Nu9w)V(dw<:SMTZh&dQm^CWRJҌqX
-Vw8]7"g/p[wk+ǵ5}^R+JR/cSu:ۣ2dB8$!*1qs:k tn§NHM~rp}w:ku[OGx,٭ϻb *ݥIYj9rG1sލ[ٜ`NC7Fh emiIۜrzXU/j8OZ2CfRT*?ѩZc+M
-OHgw6 bTyR T b
-(T*oW?"ެU/:9hCIK,cH =#d&Ңu}*~圉ersx`p>Ɲ3MÒ1xl/,]pw =(EOee&=PExeS%LI\z5O(t.˪4)DU=1O$Qt,MĒ 0&S] ']+\\N&,GʨZ{8en#e>5 WC-~ ɻ%n9%
-T׬ CбG4rJ^#_c1=q{c F|!$b}8<ޘ2ʑ`hT+μn  ϵtY-$4t-P~]M`e%y!&xwҿVaga5m1&{Ctӝ*VF h6R< fЌǻhRSX9*UֽKX2>@*˴s~K
-݌4#h1Al
-\ߒ;]pd%Z@2'1X9ӳh.d6V+0k?EmvUgoUEQaJUO8b;itt׍뚋]
-HHEz;U1e\'<):;+5Q)  .pҽޞ3T唡b|V9-,ha[S{h9\tdWV=5@@x5j#sKX!Q5c:~'I-~M}ڜMqv()$<ZS; H>)B@_|K'Jf'Iy['PwFvԡU׫-;ߊ*(A@=y¸űxXIMoJ{J1\/)תתDFU%z>S<$>_`4n aޥg
-bl[$qߪ y'3 (.U>5Tmz-njz._JKv+Rz\X@̕EYn!/zU|z $U=0P;VfB5az^v=%_r0wr概tZRp9T d1C<Ow nV<cBA
-2a{lsy ?(Ob6._e4SI㭌#ay# yّ2٢եcmf–*̀ƎGm5@4L0)8Mܠj>:ba߀cǸG,a7ZZgqU=v0Eɧ<3r&;FVɓ zhZg$sN?Bg8O8]yQYqqpcmI/}QB8К 6 i
-JO1=CM`C<ՎAeo{r; VG9.4,(&>cˉnnO߷诋x5><tlr8t}5Pm9x!+gx.|+du(3Ὺ
-c6EiH1QN/Kg")9oa thfٔk㕥Gsd ïSXW9AHd_M+7ĩ:ޙ
-{Ͽzq״;߲Xgt{B2vgɡTBXKHl !MubSG4ݞE pLBrܖڬAG2IɊ oO#=+7Q~員 轀lFZ y`[jk,cU"]U59`
-vE0iҶ&ɐ`oy_U#V-m@eP[%-9 <llD:vO<4zFcB+!*^!ScYϚqM~z%_Jg({$66N97z')̸L] 6_Ft~ʳ¸~\jl:GdnHG.ݼHHl]
-3IrɹpX SxF<65Dw|,[
-˼2ӂj<mP؄?ts++݀ t.?u}RDNljyF=ݔ!xRhngDפ>2L=~!Ѝ&<E8]Ch*¾ݺsjjH8KT* [R^Y fQ[<4yrڢl
-}(%1*Kuxep]6|&>-ꉧRDP{AYϛuG1aveLF8~;b]y`Ӆ(H]US{;hW
- 5Voޱ43jB\^5 gۣd].a5rD䞇K`ey]C-:0$ˤ p횇y&[^R+SBI(M16?~$+vD+9sk)H*{  ʼnt0{X7A}dn3{grU:J$n|v',UUD+z<N56_6z@n!F<]Œ}H L)L. &[!~mc !h;wqb9 4)Za
-AoIi!݋^p3h@#z0
-RBQm
-?Hr8bS6>eL\~:ڈ lSc᰼2R~Cu|
-#Kza~ЦLǤ ` yZgvªZ)p&*QJp -{G 
-x?@<jJ:QܡPfij)`!poo!<mr
-wE¶;&G-bG"F+*!%t:rv-$wz^)^m8v k7>?dC{F'`/ũ\#ּҺǐiR@>K!Rz8nqlHH.h
-Hk]UF+fT4
-T%襾s:r<ڬ1̝̀il/j?#in5_QG+m*@:@C/~- ,[1I(?:uysxsԚSuBպnFj_&@u\]dxlxumǐ3Uq[|u^J GcL{![eB*@-s^X9#GC|)
-d@ߙIGn:g^>^ʑl>nfQiu:|~䟼™ 7-b;O{^OM^F\2w`%ø#gb3@
-6/ȭr2a(n
-$*@ kI10IMs?:9{|)0,NM[8b:oYQ?̃Ǐ(9:j7YUH٘^$ҋm0C {6z[ $bhRq(۟\d$H<NqY)H^~iyp!.yY.HB67U^7[D䉕Fe%mhYZ-w"ϩ H`CJYj~װM6 ۜvD4CNoe P5Z*5H(=mnu-19jfgW8rx*Y9**tM7z,Ҵɇp!$B]ȯ+ػ9Tl0u[ U4Ak Y*]~FFC| "Tp#^QgTxhIS1a<(xEh @;ImƌpU5\9t|p ͧCHoc/~f]>p-+Ğ)di.1Dsi&: A0-3<B:A(bwj]cLGյ$We`)]}V:nke0Ta> WSZT4i|V AA"܇pX&0p#F)4D'"=eu[ H#.Cu!V5^⫍ϬW  |=!AXDVWgn3
-{c}.I͓ѓ On
-n
-T!x͙
-իgJ;٫ ML=PpOaAeAVbC4؟jlQo
-opSGcxm~}5mN:|(=ܵ!XBwUŲ/JNqCnJ1ܿ=^r=\B4ϔ0+؏G{T(Z&nTE, @O+8
-`uk:nCV<w0 K'޼u >Fˁo͍
-$A3V%ÅjJyt>6`9c tIU*
-endstream
-endobj
-73 0 obj <<
-/Type /FontDescriptor
-/FontName /ADJNVJ+URWPalladioL-Ital
-/Flags 4
-/FontBBox [-170 -305 1010 941]
-/Ascent 722
-/CapHeight 693
-/Descent -261
-/ItalicAngle -9
-/StemV 78
-/XHeight 482
-/CharSet (/E/F/I/L/N/P/T/U/V/X/a/b/c/colon/comma/d/e/eight/f/fi/g/h/i/l/m/n/o/p/parenleft/parenright/r/s/t/u/v/w/x/y/z)
-/FontFile 72 0 R
->> endobj
-43 0 obj <<
-/Type /Encoding
-/Differences [2/fi 38/ampersand/quoteright/parenleft/parenright 44/comma/hyphen/period 48/zero/one/two/three/four/five 56/eight/nine/colon/semicolon 65/A/B/C/D/E/F 72/H/I 75/K/L/M/N/O/P 82/R/S/T/U/V/W/X/Y 91/bracketleft 93/bracketright 96/quoteleft/a/b/c/d/e/f/g/h/i 107/k/l/m/n/o/p/q/r/s/t/u/v/w/x/y/z 175/macron]
->> endobj
-14 0 obj <<
-/Type /Font
-/Subtype /Type1
-/BaseFont /NREFEH+Pxex
-/FontDescriptor 55 0 R
-/FirstChar 16
-/LastChar 55
-/Widths 47 0 R
->> endobj
-13 0 obj <<
-/Type /Font
-/Subtype /Type1
-/BaseFont /ABGMQI+Pxsy
-/FontDescriptor 57 0 R
-/FirstChar 0
-/LastChar 107
-/Widths 48 0 R
->> endobj
-23 0 obj <<
-/Type /Font
-/Subtype /Type1
-/BaseFont /LRJZIU+Pxsya
-/FontDescriptor 59 0 R
-/FirstChar 3
-/LastChar 3
-/Widths 46 0 R
->> endobj
-11 0 obj <<
-/Type /Font
-/Subtype /Type1
-/BaseFont /JVWZHL+Rpxmi
-/FontDescriptor 61 0 R
-/FirstChar 13
-/LastChar 62
-/Widths 50 0 R
->> endobj
-8 0 obj <<
-/Type /Font
-/Subtype /Type1
-/BaseFont /RHJEWZ+URWPalladioL-Bold
-/FontDescriptor 69 0 R
-/FirstChar 46
-/LastChar 114
-/Widths 53 0 R
-/Encoding 43 0 R
->> endobj
-9 0 obj <<
-/Type /Font
-/Subtype /Type1
-/BaseFont /OLRQSQ+URWPalladioL-Roma
-/FontDescriptor 71 0 R
-/FirstChar 2
-/LastChar 175
-/Widths 52 0 R
-/Encoding 43 0 R
->> endobj
-10 0 obj <<
-/Type /Font
-/Subtype /Type1
-/BaseFont /ADJNVJ+URWPalladioL-Ital
-/FontDescriptor 73 0 R
-/FirstChar 2
-/LastChar 122
-/Widths 51 0 R
-/Encoding 43 0 R
->> endobj
-12 0 obj <<
-/Type /Font
-/Subtype /Type1
-/BaseFont /AXZZQI+Rpxr
-/FontDescriptor 63 0 R
-/FirstChar 0
-/LastChar 61
-/Widths 49 0 R
->> endobj
-35 0 obj <<
-/Type /Font
-/Subtype /Type1
-/BaseFont /XRTUPZ+NimbusSanL-Regu
-/FontDescriptor 67 0 R
-/FirstChar 46
-/LastChar 117
-/Widths 44 0 R
-/Encoding 43 0 R
->> endobj
-34 0 obj <<
-/Type /Font
-/Subtype /Type1
-/BaseFont /XFMVBU+txtt
-/FontDescriptor 65 0 R
-/FirstChar 44
-/LastChar 125
-/Widths 45 0 R
->> endobj
-15 0 obj <<
-/Type /Pages
-/Count 6
-/Parent 74 0 R
-/Kids [6 0 R 18 0 R 21 0 R 25 0 R 28 0 R 32 0 R]
->> endobj
-42 0 obj <<
-/Type /Pages
-/Count 1
-/Parent 74 0 R
-/Kids [40 0 R]
->> endobj
-74 0 obj <<
-/Type /Pages
-/Count 7
-/Kids [15 0 R 42 0 R]
->> endobj
-75 0 obj <<
-/Type /Catalog
-/Pages 74 0 R
->> endobj
-76 0 obj <<
-/Producer (pdfTeX-1.40.3)
-/Creator (TeX)
-/CreationDate (D:20080923095251+05'30')
-/ModDate (D:20080923095251+05'30')
-/Trapped /False
-/PTEX.Fullbanner (This is pdfTeX using libpoppler, Version 3.141592-1.40.3-2.2 (Web2C 7.5.6) kpathsea version 3.5.6)
->> endobj
-xref
-0 77
-0000000000 65535 f
-0000056705 00000 n
-0000056825 00000 n
-0000000015 00000 n
-0000004681 00000 n
-0000005330 00000 n
-0000004568 00000 n
-0000000067 00000 n
-0000136743 00000 n
-0000136911 00000 n
-0000137078 00000 n
-0000136604 00000 n
-0000137246 00000 n
-0000136329 00000 n
-0000136191 00000 n
-0000137689 00000 n
-0000004847 00000 n
-0000011366 00000 n
-0000011250 00000 n
-0000005547 00000 n
-0000014380 00000 n
-0000014265 00000 n
-0000011584 00000 n
-0000136467 00000 n
-0000017705 00000 n
-0000017589 00000 n
-0000014586 00000 n
-0000019750 00000 n
-0000019635 00000 n
-0000017864 00000 n
-0000022180 00000 n
-0000054543 00000 n
-0000022064 00000 n
-0000019897 00000 n
-0000137550 00000 n
-0000137383 00000 n
-0000054341 00000 n
-0000054475 00000 n
-0000054521 00000 n
-0000056546 00000 n
-0000056431 00000 n
-0000054737 00000 n
-0000137797 00000 n
-0000135838 00000 n
-0000056845 00000 n
-0000057152 00000 n
-0000057498 00000 n
-0000057520 00000 n
-0000057698 00000 n
-0000058156 00000 n
-0000058342 00000 n
-0000058564 00000 n
-0000059038 00000 n
-0000059704 00000 n
-0000060000 00000 n
-0000062394 00000 n
-0000062721 00000 n
-0000065036 00000 n
-0000065289 00000 n
-0000066932 00000 n
-0000067149 00000 n
-0000070178 00000 n
-0000070451 00000 n
-0000072786 00000 n
-0000073013 00000 n
-0000077738 00000 n
-0000078073 00000 n
-0000082559 00000 n
-0000082810 00000 n
-0000096307 00000 n
-0000096585 00000 n
-0000119115 00000 n
-0000119580 00000 n
-0000135501 00000 n
-0000137871 00000 n
-0000137937 00000 n
-0000137988 00000 n
-trailer
-<< /Size 77
-/Root 75 0 R
-/Info 76 0 R
-/ID [<1379CA2D8648750F5F2E490929D9F392> <1379CA2D8648750F5F2E490929D9F392>] >>
-startxref
-138259
-%%EOF
diff --git a/Master/texmf-dist/source/latex/elsarticle/contrib/jfigs.tex b/Master/texmf-dist/source/latex/elsarticle/contrib/jfigs.tex
deleted file mode 100644
index 549ca2e542b..00000000000
--- a/Master/texmf-dist/source/latex/elsarticle/contrib/jfigs.tex
+++ /dev/null
@@ -1,54 +0,0 @@
-\documentclass{article}
-
-\usepackage[paperwidth=15cm,paperheight=15cm,margin=5pt]{geometry}
-\usepackage{amsmath,enum,amssymb,amsfonts,mathrsfs,amsbsy,pxfonts,array,url}
-%\usepackage[pdftex]{xcolor}
-
-\usepackage{pdfwidgets}
-
-\pagestyle{empty}
-
-\usepackage[createtips]{fancytooltips}
-
-\makeatletter
-\def\bs{\expandafter\@gobble\string\\}
-\def\lb{\expandafter\@gobble\string\{}
-\def\rb{\expandafter\@gobble\string\}}
-
-\newcounter{Page}
-
-\long\def\Clear#1#2{\stepcounter{Page}%
- \global\setbox0=\hbox to #1{%
- \vbox{\hsize=#1%
- #2}}%
- \def\rulecolor{Olive}%
- \def\rulewidth{0pt}%
- \xdef\xwd{\the\wd0} \xdef\xht{\the\ht0}%
-% \typeout{WD=\the\wd0:::::::: HT=\the\ht0}%
- \pdfpagewidth=#1 \advance\pdfpagewidth by 30pt
- \pdfpageheight=\xht \advance\pdfpageheight by 34pt
- \@tempdimc=#1 \advance\@tempdimc 16pt
- \noindent\begin{tikzpicture}%
- \node[fill=gray!20,shape=quotedbox,inner color=black,
- outer color=black!20,very nearly transparent,%
- inner sep=4pt,text width=\@tempdimc] (x) {%
- \def\rulecolor{black!20}%
- \def\rulewidth{1pt}%
- \advance\@tempdimc -16pt
- \noindent\begin{tikzpicture}
- \node[fill=yellow!10,draw,opaque,shape=quotedbox,
- inner sep=8pt,text width=\@tempdimc] (x)
- {\box0} ;
- \end{tikzpicture}} ;%
- \end{tikzpicture}
-% \box0
- \keytip{mytip\thePage}\newpage}
-
-\makeatother
-\pdfcompresslevel=0
-\begin{document}
-
-\input mytools.tex
-
-\end{document}
-
diff --git a/Master/texmf-dist/source/latex/elsarticle/contrib/mytool.tex b/Master/texmf-dist/source/latex/elsarticle/contrib/mytool.tex
deleted file mode 100644
index f0c6f841739..00000000000
--- a/Master/texmf-dist/source/latex/elsarticle/contrib/mytool.tex
+++ /dev/null
@@ -1,83 +0,0 @@
-\Clear{426.79134pt}{%
-\let\la\lambda
-\noindent\textbf{Remark 3.}\enspace
-We remark that; when the ratio $h/\la$ tends to 0, the expression $\la
-L(r,s)=-(s-r)/(4\left(\frac{h}{\la}\right)^2+(r-s)^2)$ tends to
-$1/(r-s)$ which is a singular function. This means that the expression
-$\la L(r,s)$ is not well behaved for the small values of
-$h/\la$. Consequently, for the solution to converge, the integrals of
-(10) and (11) must be evaluated with a large number of
-nodes. In our numerical applications (cf. section 5), we
-use 100 nodes to evaluate these integrals. With the smallest value of
-$h/\la=0.02$, the convergence is good with $N=20$.
-}
-\Clear{426.79134pt}{%
-\noindent\textbf{Theorem 2.}\enspace\itshape
-For system (8), consensus can be achieved with
-$\|T_{\omega z}(s)\|_{\infty}<\gamma$ if there exist a symmetric
-positive definite
- matrix $P\in \mathcal{R}^{(n-1)\times (n-1)}$ and a scalar $\mu>0$ satisfying
-\setcounter{equation}{9}
-\begin{eqnarray}\label{10}
-\Gamma=\begin{bmatrix}
--\bar{L}^TP-P\bar{L}+U_1^TU_1+\mu \bar{E}&PU_1^TE_1&PU_1^T\\
-E_1^TU_1P&-\mu I&0\\ U_1P&0&-\gamma^2I\end{bmatrix}<0,
-\end{eqnarray}
-where $\bar{L}=U_1^TLU_1$ and $\bar{E}=U_1^TE_2^TE_2U_1.$
-}
-\Clear{426.79134pt}{%
-\noindent\textbf{Proof of Theorem 2.}\enspace Proof follows
-straightforward from Lemma 3 and Theorem 1. However, it should be
-emphasized that all possible $\bar{L}_{\sigma(t)}$ should share a
-common Lyapunov function $V(\delta)=\delta^T(t)P\delta(t)$ (see
-the proof of Lemma 3 in Appendix A). \hfill$\square$
-}
-\Clear{426.79134pt}{%
- \begin{enumerate}[1.]
- \item The enumerate environment starts with an optional
- argument `1.' so that the item counter will be suffixed
- by a period.
- \item If you provide parentheses to the number, the
- output will have only one parentheses for all the item
- counters.
- \item You can use `(a)' for alphabetical counter and '(i)' for
- roman counter.
- \begin{enumerate}[a)]
- \item Another level of list with alphabetical counter.
- \item One more item before we start another.
- \begin{enumerate}[(i)]
- \item This item has roman numeral counter.
- \item Another one before we close the third level.
- \end{enumerate}
- \item Third item in second level.
- \end{enumerate}
- \item All list items conclude with this step.
-\end{enumerate}
-}
-\Clear{284.52756pt}{%
-\lmrgn=4em
- \begin{enumerate}[Step 1.]
- \item This is the first step of the example list.
-\item Obviously this is the second step.
-\item The final step to wind up this example.
- \end{enumerate}
-}
-\Clear{284.52756pt}{%
-\centering
- {\ttfamily\bs includegraphics[width=3in,angle=45]\lb
- tiger.pdf\rb}\\
- \hspace*{-1cm}
- \includegraphics[width=3in,angle=45,origin=c]{tiger.pdf}\\
- \raggedright
- \textbf{Fig.~1.}~~More details on the usage of {\ttfamily\bs
- includegraphics} can be found in the \textsf{grfguide.ps} of the
- \LaTeX{} documentation.
-}
-\Clear{426.79134pt}{%
-\raggedright
-\begin{enumerate}[{[1]}]
-\item Knuth, D.E., \emph{TeX: The Program}, Computers \&
-Typesetting; B., 1995, Addisson-Wesley Publishing Co., Inc., New
-York.
-\end{enumerate}
-}
diff --git a/Master/texmf-dist/source/latex/elsarticle/contrib/mytools.tex b/Master/texmf-dist/source/latex/elsarticle/contrib/mytools.tex
deleted file mode 100644
index f0c6f841739..00000000000
--- a/Master/texmf-dist/source/latex/elsarticle/contrib/mytools.tex
+++ /dev/null
@@ -1,83 +0,0 @@
-\Clear{426.79134pt}{%
-\let\la\lambda
-\noindent\textbf{Remark 3.}\enspace
-We remark that; when the ratio $h/\la$ tends to 0, the expression $\la
-L(r,s)=-(s-r)/(4\left(\frac{h}{\la}\right)^2+(r-s)^2)$ tends to
-$1/(r-s)$ which is a singular function. This means that the expression
-$\la L(r,s)$ is not well behaved for the small values of
-$h/\la$. Consequently, for the solution to converge, the integrals of
-(10) and (11) must be evaluated with a large number of
-nodes. In our numerical applications (cf. section 5), we
-use 100 nodes to evaluate these integrals. With the smallest value of
-$h/\la=0.02$, the convergence is good with $N=20$.
-}
-\Clear{426.79134pt}{%
-\noindent\textbf{Theorem 2.}\enspace\itshape
-For system (8), consensus can be achieved with
-$\|T_{\omega z}(s)\|_{\infty}<\gamma$ if there exist a symmetric
-positive definite
- matrix $P\in \mathcal{R}^{(n-1)\times (n-1)}$ and a scalar $\mu>0$ satisfying
-\setcounter{equation}{9}
-\begin{eqnarray}\label{10}
-\Gamma=\begin{bmatrix}
--\bar{L}^TP-P\bar{L}+U_1^TU_1+\mu \bar{E}&PU_1^TE_1&PU_1^T\\
-E_1^TU_1P&-\mu I&0\\ U_1P&0&-\gamma^2I\end{bmatrix}<0,
-\end{eqnarray}
-where $\bar{L}=U_1^TLU_1$ and $\bar{E}=U_1^TE_2^TE_2U_1.$
-}
-\Clear{426.79134pt}{%
-\noindent\textbf{Proof of Theorem 2.}\enspace Proof follows
-straightforward from Lemma 3 and Theorem 1. However, it should be
-emphasized that all possible $\bar{L}_{\sigma(t)}$ should share a
-common Lyapunov function $V(\delta)=\delta^T(t)P\delta(t)$ (see
-the proof of Lemma 3 in Appendix A). \hfill$\square$
-}
-\Clear{426.79134pt}{%
- \begin{enumerate}[1.]
- \item The enumerate environment starts with an optional
- argument `1.' so that the item counter will be suffixed
- by a period.
- \item If you provide parentheses to the number, the
- output will have only one parentheses for all the item
- counters.
- \item You can use `(a)' for alphabetical counter and '(i)' for
- roman counter.
- \begin{enumerate}[a)]
- \item Another level of list with alphabetical counter.
- \item One more item before we start another.
- \begin{enumerate}[(i)]
- \item This item has roman numeral counter.
- \item Another one before we close the third level.
- \end{enumerate}
- \item Third item in second level.
- \end{enumerate}
- \item All list items conclude with this step.
-\end{enumerate}
-}
-\Clear{284.52756pt}{%
-\lmrgn=4em
- \begin{enumerate}[Step 1.]
- \item This is the first step of the example list.
-\item Obviously this is the second step.
-\item The final step to wind up this example.
- \end{enumerate}
-}
-\Clear{284.52756pt}{%
-\centering
- {\ttfamily\bs includegraphics[width=3in,angle=45]\lb
- tiger.pdf\rb}\\
- \hspace*{-1cm}
- \includegraphics[width=3in,angle=45,origin=c]{tiger.pdf}\\
- \raggedright
- \textbf{Fig.~1.}~~More details on the usage of {\ttfamily\bs
- includegraphics} can be found in the \textsf{grfguide.ps} of the
- \LaTeX{} documentation.
-}
-\Clear{426.79134pt}{%
-\raggedright
-\begin{enumerate}[{[1]}]
-\item Knuth, D.E., \emph{TeX: The Program}, Computers \&
-Typesetting; B., 1995, Addisson-Wesley Publishing Co., Inc., New
-York.
-\end{enumerate}
-}
diff --git a/Master/texmf-dist/source/latex/elsarticle/contrib/pdfwidgets.sty b/Master/texmf-dist/source/latex/elsarticle/contrib/pdfwidgets.sty
deleted file mode 100644
index 3cefea2bd1a..00000000000
--- a/Master/texmf-dist/source/latex/elsarticle/contrib/pdfwidgets.sty
+++ /dev/null
@@ -1,382 +0,0 @@
-%%
-%% pdfwidgets.sty
-%%
-%% $Id: pdfwidgets.sty,v 1.2 2007-10-22 09:45:17 cvr Exp $
-%%
-%% (c) C. V. Radhakrishnan <cvr@river-valley.org>
-%%
-%% 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.
-%%
-%\RequirePackage[oldstyle]{minion}
-%\RequirePackage[scaled=.8]{prima}
-%\RequirePackage[scaled=.9]{lfr}
-\usepackage[dvipsnames,svgnames]{xcolor}
-\RequirePackage{graphicx}
-\RequirePackage{tikz}
-\usetikzlibrary{backgrounds}
-
-%\def\thesection{\ifnum\c@section<10
-% \protect\phantom{0}\fi\arabic{section}}
-
-\newdimen\lmrgn
-\def\rulecolor{orange}
-\def\rulewidth{1pt}
-\pgfdeclareshape{filledbox}{%
- \inheritsavedanchors[from=rectangle] % this is nearly a rectangle
- \inheritanchorborder[from=rectangle]
- \inheritanchor[from=rectangle]{center}
- \inheritanchor[from=rectangle]{north}
- \inheritanchor[from=rectangle]{south}
- \inheritanchor[from=rectangle]{west}
- \inheritanchor[from=rectangle]{east}
- % ... and possibly more
- \backgroundpath{% this is new
- % store lower right in xa/ya and upper right in xb/yb
- \southwest \pgf@xa=\pgf@x \pgf@ya=\pgf@y
- \northeast \pgf@xb=\pgf@x \pgf@yb=\pgf@y
- % compute corner of ``flipped page''
- \pgf@xc=\pgf@xb \advance\pgf@xc by-5pt % this should be a parameter
- \pgf@yc=\pgf@yb \advance\pgf@yc by-5pt
- % construct main path
- \pgfsetlinewidth{\rulewidth}
- \pgfsetstrokecolor{\rulecolor}
- \pgfpathmoveto{\pgfpoint{\pgf@xa}{\pgf@ya}}
- \pgfsetcornersarced{\pgfpoint{9pt}{9pt}}
- \pgfpathlineto{\pgfpoint{\pgf@xa}{\pgf@yb}}
-% \pgfsetcornersarced{\pgforigin}
- \pgfsetcornersarced{\pgfpoint{9pt}{9pt}}
- \pgfpathlineto{\pgfpoint{\pgf@xb}{\pgf@yb}}
- \pgfsetcornersarced{\pgfpoint{9pt}{9pt}}
- \pgfpathlineto{\pgfpoint{\pgf@xb}{\pgf@ya}}
- \pgfsetcornersarced{\pgforigin}
- \pgfpathclose ;
-% \draw(\pgf@xa,\pgf@ya) -- (\pgf@xa,\pgf@yb) ;
- }%
-}
-\pgfdeclareshape{roundedbox}{%
- \inheritsavedanchors[from=rectangle] % this is nearly a rectangle
- \inheritanchorborder[from=rectangle]
- \inheritanchor[from=rectangle]{center}
- \inheritanchor[from=rectangle]{north}
- \inheritanchor[from=rectangle]{south}
- \inheritanchor[from=rectangle]{west}
- \inheritanchor[from=rectangle]{east}
- % ... and possibly more
- \backgroundpath{% this is new
- % store lower right in xa/ya and upper right in xb/yb
- \southwest \pgf@xa=\pgf@x \pgf@ya=\pgf@y
- \northeast \pgf@xb=\pgf@x \pgf@yb=\pgf@y
- % compute corner of ``flipped page''
- \pgf@xc=\pgf@xb \advance\pgf@xc by-5pt % this should be a parameter
- \pgf@yc=\pgf@yb \advance\pgf@yc by-5pt
- % construct main path
- \pgfsetlinewidth{\rulewidth}
- \pgfsetstrokecolor{\rulecolor}
- \pgfpathmoveto{\pgfpoint{\pgf@xa}{\pgf@ya}}
- \pgfsetcornersarced{\pgfpoint{4pt}{4pt}}
- \pgfpathlineto{\pgfpoint{\pgf@xa}{\pgf@yb}}
-% \pgfsetcornersarced{\pgforigin}
- \pgfsetcornersarced{\pgfpoint{4pt}{4pt}}
- \pgfpathlineto{\pgfpoint{\pgf@xb}{\pgf@yb}}
- \pgfsetcornersarced{\pgfpoint{4pt}{4pt}}
- \pgfpathlineto{\pgfpoint{\pgf@xb}{\pgf@ya}}
-% \pgfsetcornersarced{\pgforigin}
- \pgfsetcornersarced{\pgfpoint{4pt}{4pt}}
- \pgfpathclose ;
-% \draw(\pgf@xa,\pgf@ya) -- (\pgf@xa,\pgf@yb) ;
- }%
-}
-
-
-
-
-\pgfdeclareshape{buttonbox}{%
- \inheritsavedanchors[from=rectangle] % this is nearly a rectangle
- \inheritanchorborder[from=rectangle]
- \inheritanchor[from=rectangle]{center}
- \inheritanchor[from=rectangle]{north}
- \inheritanchor[from=rectangle]{south}
- \inheritanchor[from=rectangle]{west}
- \inheritanchor[from=rectangle]{east}
- % ... and possibly more
- \backgroundpath{% this is new
- % store lower right in xa/ya and upper right in xb/yb
- \southwest \pgf@xa=\pgf@x \pgf@ya=\pgf@y
- \northeast \pgf@xb=\pgf@x \pgf@yb=\pgf@y
- % compute corner of ``flipped page''
- \pgf@xc=\pgf@xb \advance\pgf@xc by-5pt % this should be a parameter
- \pgf@yc=\pgf@yb \advance\pgf@yc by-5pt
- % construct main path
- \pgfsetlinewidth{1pt}
- \pgfsetstrokecolor{blue!10}
- \pgfpathmoveto{\pgfpoint{\pgf@xa}{\pgf@ya}}
- \pgfsetcornersarced{\pgfpoint{4pt}{4pt}}
- \pgfpathlineto{\pgfpoint{\pgf@xa}{\pgf@yb}}
-% \pgfsetcornersarced{\pgforigin}
- \pgfsetcornersarced{\pgfpoint{4pt}{4pt}}
- \pgfpathlineto{\pgfpoint{\pgf@xb}{\pgf@yb}}
- \pgfsetcornersarced{\pgforigin}
-% \pgfsetcornersarced{\pgfpoint{9pt}{9pt}}
- \pgfpathlineto{\pgfpoint{\pgf@xb}{\pgf@ya}}
- \pgfsetcornersarced{\pgforigin}
- \pgfpathclose ;
-% \draw(\pgf@xa,\pgf@ya) -- (\pgf@xa,\pgf@yb) ;
- }%
-}
-\pgfdeclareshape{quotedbox}{%
- \inheritsavedanchors[from=rectangle] % this is nearly a rectangle
- \inheritanchorborder[from=rectangle]
- \inheritanchor[from=rectangle]{center}
- \inheritanchor[from=rectangle]{north}
- \inheritanchor[from=rectangle]{south}
- \inheritanchor[from=rectangle]{west}
- \inheritanchor[from=rectangle]{east}
- % ... and possibly more
- \backgroundpath{% this is new
- % store lower right in xa/ya and upper right in xb/yb
- \southwest \pgf@xa=\pgf@x \pgf@ya=\pgf@y
- \northeast \pgf@xb=\pgf@x \pgf@yb=\pgf@y
- % compute corner of ``flipped page''
- \pgf@xc=\pgf@xb \advance\pgf@xc by-5pt % this should be a parameter
- \pgf@yc=\pgf@yb \advance\pgf@yc by-5pt
- % construct main path
- \pgfsetlinewidth{\rulewidth}
- \pgfsetstrokecolor{\rulecolor}
- \pgfpathmoveto{\pgfpoint{\pgf@xa}{\pgf@ya}}
- \pgfsetcornersarced{\pgfpoint{9pt}{9pt}}
- \pgfpathlineto{\pgfpoint{\pgf@xa}{\pgf@yb}}
- \pgfsetcornersarced{\pgforigin}
-% \pgfsetcornersarced{\pgfpoint{4pt}{4pt}}
- \pgfpathlineto{\pgfpoint{\pgf@xb}{\pgf@yb}}
- \pgfsetcornersarced{\pgforigin}
-% \pgfsetcornersarced{\pgfpoint{9pt}{9pt}}
- \pgfpathlineto{\pgfpoint{\pgf@xb}{\pgf@ya}}
- \pgfsetcornersarced{\pgforigin}
- \pgfpathclose ;
-% \draw(\pgf@xa,\pgf@ya) -- (\pgf@xa,\pgf@yb) ;
- }%
-}
-
-\newcounter{clip}
-\newdimen\mywidth
-\mywidth=\linewidth
-
-\def\src#1{\gdef\@src{#1}}\let\@src\@empty
-\def\includeclip{\@ifnextchar[{\@includeclip}{\@includeclip[]}}
-\def\@includeclip[#1]#2#3#4{\par
-% \vskip.75\baselineskip plus 3pt minus 1pt
- \computeLinewidth{\mywidth}%
- \begingroup\color{white}%
- \noindent%
- \begin{tikzpicture}
- %\node[fill=black!10,draw,shape=filledbox,
- \node[fill=black!10,%
- draw,
- shade,%
- top color=blue!10,
- bottom color=cyan!5,
- shape=filledbox,
- inner sep=\Sep,
- text width=\Linewidth] (x)
- {\parbox{\Linewidth}
- {\ifx\@src\@empty\else\refstepcounter{clip}\label{clip\theclip}%
- {\color{orange}\sffamily\small
- Clip \theclip:\space\@src.}%
- \par\vskip3pt\fi\normalcolor
- \includegraphics[width=\Linewidth,page={#2},%
- viewport={#3},clip=true,#1]{#4}}
- \hspace*{-10pt}};
- \end{tikzpicture}
- \endgroup
-% \par\vskip.5\baselineskip
-% plus 3pt minus 1pt
- }
-%%
-%% include clippings from a pdf document:
-%% #1 => Optional argument for \includegraphics
-%% #2 => page number
-%% #3 => co-ordinates
-%% #4 => file name
-
-\newenvironment{quoted}{%\bigskip
- \computeLinewidth{.95\linewidth}%
- \global\setbox0=\hbox\bgroup
- \begin{minipage}{.95\linewidth}\color{brown}%
- \footnotesize\ttfamily\obeyspaces\obeylines}
- {\end{minipage}\egroup
- \vskip12pt plus 3pt minus 3pt\noindent\begin{tikzpicture}
- \node[fill=blue!10,draw,shade,top color=orange!10,
- bottom color=white,shape=filledbox,
- inner sep=8pt,text width=\Linewidth] (x) {\box0} ;
- \end{tikzpicture}%
- \vskip12pt plus 3pt minus 3pt}
-
-\newdimen\Linewidth
-\newdimen\Sep
-\def\computeLinewidth#1{\global\setlength\Linewidth{#1}%
- \global\addtolength{\Linewidth}{-2\Sep}}
-
-\newdimen\npskip
-\npskip=0mm
-
-\long\def\NavigationPanel{%
- \global\setbox0=\hbox\bgroup
- \begin{minipage}[t][.8125\panelheight][t]{.9\panelwidth}\color{brown}%
- %\centering
- \ifx\@pinclude\empty\relax\par\vfill\else
- \@pinclude\fi
- %River Valley Technologies
- \end{minipage}\egroup
- \Sep=.5cm
- \@tempdima=\panelwidth
- \advance\@tempdima-1cm
- \computeLinewidth{\@tempdima}%
- \def\rulewidth{.2pt}%
- \noindent\begin{tikzpicture}
- \node[fill=blue!10,draw,shade,bottom color=brown!30,
- top color=white,shape=filledbox,
- inner sep=\the\Sep,text width=\Linewidth] (x)
- {\hspace*{\npskip}\box0} ;
- \end{tikzpicture}%
- \vspace*{.0125\panelheight}
-}
-
-\long\def\pinclude#1{\gdef\@pinclude{#1}}
-\let\@pinclude\empty
-
-\def\Strut{\vrule depth 2pt height 10pt width 0pt}
-\def\pdfButton#1#2{\begin{tikzpicture}
- \node[fill=blue!10,draw,shade,top color=blue!50,
- bottom color=white,shape=buttonbox,
- inner sep=2pt,text width=#1](x)
- {\parbox{#1}{\centering\Strut#2}}; \end{tikzpicture}}
-
-\def\vpanel{\def\@linkcolor{blue}%
- \def\@urlcolor{blue}%
- \def\@menucolor{blue}%
- \begin{minipage}[t][\vpanelheight][c]{\paperwidth}%
- \normalsfcodes%
- \hspace*{.25cm}
- \begin{minipage}[c][\vpanelheight][c]{17cm}
- \parbox[c][27mm][b]{15mm}%
-% {\includegraphics[width=15mm]{logo4.pdf}}\hfill%\hspace{1cm}
- {\def\rulecolor{Goldenrod}%
- \def\rulewidth{1pt}%
- \begin{tikzpicture}%
- %\node[fill=black!10,draw,shape=filledbox,
- \node[fill=white!10,%
- draw,
-% shade,%
-% top color=blue!10,
-% bottom color=white,
- shape=roundedbox,
- inner sep=2mm,
- text width=13mm] (x)
- {\includegraphics[width=13mm]{els-logo.pdf}};
- \end{tikzpicture}}\hfill
-%
- \parbox[c][24mm][b]{145mm}%
- {{\fontsize{30}{30}\selectfont\textsf{\color{white}elsarticle.cls}}
- \quad{\fontsize{14}{14}\selectfont\sffamily\color{blue!50}
- A better way to format your submission}}
- \end{minipage}
- \hfill
- \begin{minipage}[c][\vpanelheight][b]{7.9cm}
- \sffamily\footnotesize
- \pdfButton{2cm}{\href{mailto:elsarticle@river-valley.com}{BUGS}}
- \pdfButton{2cm}{\href{http://support.river-valley.com}{SUPPORT}}
- \pdfButton{2cm}%
- {\href{http://www.elsevier.com/locate/latex}%
- {RESOURCES}}
-% \pdfButton{2cm}{\Acrobatmenu{GoToPage}{GoTo}}
- \end{minipage}\\
- \rule{\paperwidth}{0.1pt}
- \end{minipage}%
-}
-
-\@ifundefined{backgroundcolor}%
- {\def\backgroundcolor#1{\gdef\@backgroundcolor{#1}}}{}
-\colorlet{panelbackground}{orange!10}
-\backgroundcolor{orange!10}
-\def\@urlcolor{brown}
-\def\@linkcolor{brown}
-\def\@menucolor{brown}
-
-\RequirePackage{moreverb}
-
-\newenvironment{vquote}%
- {\medskip
- \verbatimwrite{tmp.tex}}
- {\endverbatimwrite
- \aftergroup\printBox}
-
-\def\printBox{\bgroup\def\rulecolor{orange}%
- \def\rulewidth{.2pt}%
- \noindent\begin{tikzpicture}
- \node[fill=blue!10,draw,shade,top color=white!10,
- bottom color=cyan!5,shape=quotedbox,
- inner sep=8pt,text width=.95\linewidth] (x)
- {\color{orange}\verbatiminput{tmp.tex}%
- \vspace*{-\baselineskip}%
- } ;
- \end{tikzpicture}%
- \egroup
- \medskip
-}
-\def\red{\color{Sepia}}
-\def\verbatim@font{\red\normalfont\ttfamily}
-
-\def\verbatimcontinuewrite{%
- \@bsphack
-% \verbatim@out=#1
- \let\do\@makeother\dospecials
- \obeyspaces\catcode`\^^M\active \catcode`\^^I=12
- \def\verbatim@processline{%
- \immediate\write\verbatim@out
- {\the\verbatim@line}}%
- \verbatim@start}
-
-\def\@@@lbr{\expandafter\@gobble\string\{}
-\def\@@@rbr{\expandafter\@gobble\string\}}
-\def\@@@pcr{\expandafter\@gobble\string\%}
-
-
-\immediate\write18{touch mytool.tex
- ^^J rm mytool.tex ^^J touch mytool.tex}
-
-\newenvironment{toolwrite}[1]%
- {\@tempdima=#1
- \verbatimwrite{xx}}
- {\endverbatimwrite
- \immediate\write18{echo
- "\string\Clear\@@@lbr\the\@tempdima\@@@rbr\@@@lbr\@@@pcr">>mytool.tex^^J
- cat xx.tex >> mytool.tex ^^J
- echo "\@@@rbr" >> mytool.tex}}
-
-\tikzstyle{place}=[scale=.39,rectangle,draw=blue!90,fill=blue!30,thin,%
- minimum height=1mm,minimum width=13mm]
-\tikzstyle{trans}=[scale=.39,rectangle,draw=Olive,fill=Olive!20,thin,%
- minimum height=1mm,minimum width=13mm]
-\tikzstyle{past}=[scale=.39,rectangle,draw=Olive,fill=Olive!60,thin,%
- minimum height=1mm,minimum width=13mm]
-
-\def\printSq#1{\parbox{107mm}{\@tempcnta=1
- \let\printfill\@empty
- \loop\ifnum\@tempcnta<#1
- {\printfill\ifnum\c@page=\@tempcnta
- \tikz\node at(0,0) [place]{};\else
- \ifnum\c@page<\@tempcnta
- \hyperlink{page.\the\@tempcnta}{\tikz\node at(0,0)
- [trans]{};}%
- \else
- \hyperlink{page.\the\@tempcnta}{\tikz\node at(0,0)
- [past]{};}%
- \fi\fi}%
- \advance\@tempcnta 1 \let\printfill\,\repeat}}
-
-
-\endinput
-
-
diff --git a/Master/texmf-dist/source/latex/elsarticle/contrib/tiger.pdf b/Master/texmf-dist/source/latex/elsarticle/contrib/tiger.pdf
deleted file mode 100644
index 8005f10400c..00000000000
--- a/Master/texmf-dist/source/latex/elsarticle/contrib/tiger.pdf
+++ /dev/null
Binary files differ