David Koes add style sheets  about 8 years ago

Commit id: dc82aa1cbd9f795c8de4976f8d44473f206c0c72

deletions | additions      

         

%%   %% This is file `natbib.sty',   %% generated with the docstrip utility.   %%   %% The original source files were:   %%   %% natbib.dtx (with options: `package,all')   %% =============================================   %% IMPORTANT NOTICE:   %%   %% This program can be redistributed and/or modified under the terms   %% of the LaTeX Project Public License Distributed from CTAN   %% archives in directory macros/latex/base/lppl.txt; either   %% version 1 of the License, or any later version.   %%   %% This is a generated file.   %% It may not be distributed without the original source file natbib.dtx.   %%   %% Full documentation can be obtained by LaTeXing that original file.   %% Only a few abbreviated comments remain here to describe the usage.   %% =============================================   %% Copyright 1993-2000 Patrick W Daly   %% Max-Planck-Institut f\"ur Aeronomie   %% Max-Planck-Str. 2   %% D-37191 Katlenburg-Lindau   %% Germany   %% E-mail: [email protected]   \NeedsTeXFormat{LaTeX2e}[1995/06/01]   \ProvidesPackage{NAR-natbib}   [2000/07/24 7.0a (PWD)]   % This package reimplements the LaTeX \cite command to be used for various   % citation styles, both author-year and numerical. It accepts BibTeX   % output intended for many other packages, and therefore acts as a   % general, all-purpose citation-style interface.   %   % With standard numerical .bst files, only numerical citations are   % possible. With an author-year .bst file, both numerical and   % author-year citations are possible.   %   % If author-year citations are selected, \bibitem must have one of the   % following forms:   % \bibitem[Jones et al.(1990)]{key}...   % \bibitem[Jones et al.(1990)Jones, Baker, and Williams]{key}...   % \bibitem[Jones et al., 1990]{key}...   % \bibitem[\protect\citeauthoryear{Jones, Baker, and Williams}{Jones   % et al.}{1990}]{key}...   % \bibitem[\protect\citeauthoryear{Jones et al.}{1990}]{key}...   % \bibitem[\protect\astroncite{Jones et al.}{1990}]{key}...   % \bibitem[\protect\citename{Jones et al., }1990]{key}...   % \harvarditem[Jones et al.]{Jones, Baker, and Williams}{1990}{key}...   %   % This is either to be made up manually, or to be generated by an   % appropriate .bst file with BibTeX.   % Author-year mode || Numerical mode   % Then, \citet{key} ==>> Jones et al. (1990) || Jones et al. [21]   % \citep{key} ==>> (Jones et al., 1990) || [21]   % Multiple citations as normal:   % \citep{key1,key2} ==>> (Jones et al., 1990; Smith, 1989) || [21,24]   % or (Jones et al., 1990, 1991) || [21,24]   % or (Jones et al., 1990a,b) || [21,24]   % \cite{key} is the equivalent of \citet{key} in author-year mode   % and of \citep{key} in numerical mode   % Full author lists may be forced with \citet* or \citep*, e.g.   % \citep*{key} ==>> (Jones, Baker, and Williams, 1990)   % Optional notes as:   % \citep[chap. 2]{key} ==>> (Jones et al., 1990, chap. 2)   % \citep[e.g.,][]{key} ==>> (e.g., Jones et al., 1990)   % \citep[see][pg. 34]{key}==>> (see Jones et al., 1990, pg. 34)   % (Note: in standard LaTeX, only one note is allowed, after the ref.   % Here, one note is like the standard, two make pre- and post-notes.)   % \citealt{key} ==>> Jones et al. 1990   % \citealt*{key} ==>> Jones, Baker, and Williams 1990   % \citealp{key} ==>> Jones et al., 1990   % \citealp*{key} ==>> Jones, Baker, and Williams, 1990   % Additional citation possibilities (both author-year and numerical modes)   % \citeauthor{key} ==>> Jones et al.   % \citeauthor*{key} ==>> Jones, Baker, and Williams   % \citeyear{key} ==>> 1990   % \citeyearpar{key} ==>> (1990)   % \citetext{priv. comm.} ==>> (priv. comm.)   % Note: full author lists depends on whether the bib style supports them;   % if not, the abbreviated list is printed even when full requested.   %   % For names like della Robbia at the start of a sentence, use   % \Citet{dRob98} ==>> Della Robbia (1998)   % \Citep{dRob98} ==>> (Della Robbia, 1998)   % \Citeauthor{dRob98} ==>> Della Robbia   %   %   % Citation aliasing is achieved with   % \defcitealias{key}{text}   % \citetalias{key} ==>> text   % \citepalias{key} ==>> (text)   %   % Defining the citation style of a given bib style:   % Use \bibpunct (in the preamble only) with 6 mandatory arguments:   % 1. opening bracket for citation   % 2. closing bracket   % 3. citation separator (for multiple citations in one \cite)   % 4. the letter n for numerical styles, s for superscripts   % else anything for author-year   % 5. punctuation between authors and date   % 6. punctuation between years (or numbers) when common authors missing   % One optional argument is the character coming before post-notes. It   % appears in square braces before all other arguments. May be left off.   % Example (and default) \bibpunct[, ]{(}{)}{;}{a}{,}{,}   %   % To make this automatic for a given bib style, named newbib, say, make   % a local configuration file, natbib.cfg, with the definition   % \newcommand{\bibstyle@newbib}{\bibpunct...}   % Then the \bibliographystyle{newbib} will cause \bibstyle@newbib to   % be called on THE NEXT LATEX RUN (via the aux file).   %   % Such preprogrammed definitions may be invoked in the text (preamble only)   % by calling \citestyle{newbib}. This is only useful if the style specified   % differs from that in \bibliographystyle.   %   % With \citeindextrue and \citeindexfalse, one can control whether the   % \cite commands make an automatic entry of the citation in the .idx   % indexing file. For this, \makeindex must also be given in the preamble.   %   % LaTeX2e Options: (for selecting punctuation)   % round - round parentheses are used (default)   % square - square brackets are used [option]   % curly - curly braces are used {option}   % angle - angle brackets are used   % colon - multiple citations separated by colon (default)   % comma - separated by comma   % authoryear - selects author-year citations (default)   % numbers- selects numerical citations   % super - numerical citations as superscripts   % sort - sorts multiple citations according to order in ref. list   % sort&compress - like sort, but also compresses numerical citations   % longnamesfirst - makes first citation full author list   % sectionbib - puts bibliography in a \section* instead of \chapter*   % Punctuation so selected dominates over any predefined ones.   % LaTeX2e options are called as, e.g.   % \usepackage[square,comma]{natbib}   % LaTeX the source file natbib.dtx to obtain more details   % or the file natnotes.tex for a brief reference sheet.   %-----------------------------------------------------------   \@ifclassloaded{aguplus}{\PackageError{natbib}   {The aguplus class already includes natbib coding,\MessageBreak   so you should not add it explicitly}   {Type for now, but then later remove\MessageBreak   the command \protect\usepackage{natbib} from the document}   \endinput}{}   \@ifclassloaded{nlinproc}{\PackageError{natbib}   {The nlinproc class already includes natbib coding,\MessageBreak   so you should not add it explicitly}   {Type for now, but then later remove\MessageBreak   the command \protect\usepackage{natbib} from the document}   \endinput}{}   \@ifclassloaded{egs}{\PackageError{natbib}   {The egs class already includes natbib coding,\MessageBreak   so you should not add it explicitly}   {Type for now, but then later remove\MessageBreak   the command \protect\usepackage{natbib} from the document}   \endinput}{}   % Define citation punctuation for some author-year styles   % One may add and delete at this point   % Or put additions into local configuration file natbib.cfg   %\newcommand\bibstyle@bioinformatics{\bibpunct{(}{)}{;}{a}{,}{,}}   \newcommand\bibstyle@chicago{\bibpunct{(}{)}{;}{a}{,}{,}}   \newcommand\bibstyle@named{\bibpunct{[}{]}{;}{a}{,}{,}}   \newcommand\bibstyle@agu{\bibpunct{[}{]}{;}{a}{,}{,~}}%Amer. Geophys. Union   \newcommand\bibstyle@egs{\bibpunct{(}{)}{;}{a}{,}{,}}%Eur. Geophys. Soc.   \newcommand\bibstyle@agsm{\bibpunct{(}{)}{,}{a}{}{,}\gdef\harvardand{\&}}   \newcommand\bibstyle@kluwer{\bibpunct{(}{)}{,}{a}{}{,}\gdef\harvardand{\&}}   \newcommand\bibstyle@dcu{\bibpunct{(}{)}{;}{a}{;}{,}\gdef\harvardand{and}}   \newcommand\bibstyle@aa{\bibpunct{(}{)}{;}{a}{}{,}} %Astronomy & Astrophysics   \newcommand\bibstyle@pass{\bibpunct{(}{)}{;}{a}{,}{,}}%Planet. & Space Sci   \newcommand\bibstyle@anngeo{\bibpunct{(}{)}{;}{a}{,}{,}}%Annales Geophysicae   \newcommand\bibstyle@nlinproc{\bibpunct{(}{)}{;}{a}{,}{,}}%Nonlin.Proc.Geophys.   % Define citation punctuation for some numerical styles   \newcommand\bibstyle@cospar{\bibpunct{/}{/}{,}{n}{}{}%   \gdef\NAT@biblabelnum##1{##1.}}   \newcommand\bibstyle@esa{\bibpunct{(Ref.~}{)}{,}{n}{}{}%   \gdef\NAT@biblabelnum##1{##1.\hspace{1em}}}   \newcommand\bibstyle@nature{\bibpunct{}{}{,}{s}{}{\textsuperscript{,}}%   \gdef\NAT@biblabelnum##1{##1.}}   % The standard LaTeX styles   \newcommand\bibstyle@plain{\bibpunct{[}{]}{,}{n}{}{,}}   \let\bibstyle@alpha=\bibstyle@plain   \let\bibstyle@abbrv=\bibstyle@plain   \let\bibstyle@unsrt=\bibstyle@plain   % The author-year modifications of the standard styles   \newcommand\bibstyle@plainnat{\bibpunct{[}{]}{,}{a}{,}{,}}   \let\bibstyle@abbrvnat=\bibstyle@plainnat   \let\bibstyle@unsrtnat=\bibstyle@plainnat   \newif\ifNAT@numbers \NAT@numbersfalse   \newif\ifNAT@super \NAT@superfalse   \DeclareOption{numbers}{\NAT@numberstrue   \ExecuteOptions{square,comma,nobibstyle}}   \DeclareOption{super}{\NAT@supertrue\NAT@numberstrue   \renewcommand\NAT@open{}\renewcommand\NAT@close{}   \ExecuteOptions{nobibstyle}}   \DeclareOption{authoryear}{\NAT@numbersfalse   \ExecuteOptions{round,colon,bibstyle}}   \DeclareOption{round}{%   \renewcommand\NAT@open{(} \renewcommand\NAT@close{)}   \ExecuteOptions{nobibstyle}}   \DeclareOption{square}{%   \renewcommand\NAT@open{[} \renewcommand\NAT@close{]}   \ExecuteOptions{nobibstyle}}   \DeclareOption{angle}{%   \renewcommand\NAT@open{$<$} \renewcommand\NAT@close{$>$}   \ExecuteOptions{nobibstyle}}   \DeclareOption{curly}{%   \renewcommand\NAT@open{\{} \renewcommand\NAT@close{\}}   \ExecuteOptions{nobibstyle}}   \DeclareOption{comma}{\renewcommand\NAT@sep{,}   \ExecuteOptions{nobibstyle}}   \DeclareOption{colon}{\renewcommand\NAT@sep{;}   \ExecuteOptions{nobibstyle}}   \DeclareOption{nobibstyle}{\let\bibstyle=\@gobble}   \DeclareOption{bibstyle}{\let\bibstyle=\@citestyle}   \newif\ifNAT@openbib \NAT@openbibfalse   \DeclareOption{openbib}{\NAT@openbibtrue}   \DeclareOption{sectionbib}{\def\NAT@sectionbib{on}}   \def\NAT@sort{0}   \DeclareOption{sort}{\def\NAT@sort{1}}   \DeclareOption{sort&compress}{\def\NAT@sort{2}}   \@ifpackageloaded{cite}{\PackageWarningNoLine{natbib}   {The `cite' package should not be used\MessageBreak   with natbib. Use option `sort' instead}\ExecuteOptions{sort}}{}   \newif\ifNAT@longnames\NAT@longnamesfalse   \DeclareOption{longnamesfirst}{\NAT@longnamestrue}   \DeclareOption{nonamebreak}{\def\NAT@nmfmt#1{\mbox{\NAT@up#1}}}   \def\NAT@nmfmt#1{{\NAT@up#1}}   \renewcommand\bibstyle[1]{\@ifundefined{bibstyle@#1}{\relax}   {\csname bibstyle@#1\endcsname}}   \AtBeginDocument{\global\let\bibstyle=\@gobble}   \let\@citestyle\bibstyle   \newcommand\citestyle[1]{\@citestyle{#1}\let\bibstyle\@gobble}   \@onlypreamble{\citestyle}\@onlypreamble{\@citestyle}   \newcommand\bibpunct[7][, ]%   {\gdef\NAT@open{#2}\gdef\NAT@close{#3}\gdef   \NAT@sep{#4}\global\NAT@numbersfalse\ifx #5n\global\NAT@numberstrue   \else   \ifx #5s\global\NAT@numberstrue\global\NAT@supertrue   \fi\fi   \gdef\NAT@aysep{#6}\gdef\NAT@yrsep{#7}%   \gdef\NAT@cmt{#1}%   \global\let\bibstyle\@gobble   }   \@onlypreamble{\bibpunct}   \newcommand\NAT@open{(} \newcommand\NAT@close{)}   \newcommand\NAT@sep{;}   \ProcessOptions   \newcommand\NAT@aysep{,} \newcommand\NAT@yrsep{,}   \newcommand\NAT@cmt{, }   \newcommand\NAT@cite%   [3]{\ifNAT@swa\NAT@@open\if*#2*\else#2\ \fi   #1\if*#3*\else\NAT@cmt#3\fi\NAT@@close\else#1\fi\endgroup}   \newcommand\NAT@citenum%   [3]{\ifNAT@swa\NAT@@open\if*#2*\else#2\ \fi   #1\if*#3*\else\NAT@cmt#3\fi\NAT@@close\else#1\fi\endgroup}   \newcommand\NAT@citesuper[3]{\ifNAT@swa   \unskip\hspace{1\p@}\textsuperscript{#1}%   \if*#3*\else\ (#3)\fi\else #1\fi\endgroup}   \providecommand   \textsuperscript[1]{\mbox{$^{\mbox{\scriptsize#1}}$}}   \providecommand\@firstofone[1]{#1}   \newcommand\NAT@citexnum{}   \def\NAT@citexnum[#1][#2]#3{%   \NAT@sort@cites{#3}%   \let\@citea\@empty   \@cite{\def\NAT@num{-1}\let\NAT@last@yr\relax\let\NAT@nm\@empty   \@for\@citeb:=\NAT@cite@list\do   {\edef\@citeb{\expandafter\@firstofone\@citeb}%   \if@filesw\immediate\write\@auxout{\string\citation{\@citeb}}\fi   \@ifundefined{b@\@citeb\@extra@b@citeb}{%   {\reset@font\bfseries?}   \NAT@citeundefined\PackageWarning{natbib}%   {Citation `\@citeb' on page \thepage \space undefined}}%   {\let\NAT@last@num\NAT@num\let\NAT@last@nm\NAT@nm   \NAT@parse{\@citeb}%   \ifNAT@longnames\@ifundefined{bv@\@citeb\@extra@b@citeb}{%   \let\NAT@name=\NAT@all@names   \global\@namedef{bv@\@citeb\@extra@b@citeb}{}}{}%   \fi   \ifNAT@full\let\NAT@nm\NAT@all@names\else   \let\NAT@nm\NAT@name\fi   \ifNAT@swa   \ifnum\NAT@ctype>1\relax\@citea   \hyper@natlinkstart{\@citeb\@extra@b@citeb}%   \ifnum\NAT@ctype=2\relax\NAT@test{\NAT@ctype}%   \else\NAT@alias   \fi\hyper@natlinkend\else   \ifnum\NAT@sort>1   \begingroup\catcode`\_=8   \ifcat _\ifnum\z@<0\NAT@num _\else A\fi   \global\let\NAT@nm=\NAT@num \else \gdef\NAT@nm{-2}\fi   \ifcat _\ifnum\z@<0\NAT@last@num _\else A\fi   \global\@tempcnta=\NAT@last@num \global\advance\@tempcnta by\@ne   \else \global\@tempcnta\m@ne\fi   \endgroup   \ifnum\NAT@nm=\@tempcnta   \ifx\NAT@last@yr\relax   \edef\NAT@last@yr{\@citea \mbox{\noexpand\citenumfont{\NAT@num}}}%   \else   \edef\NAT@last@yr{--\penalty\@m\mbox{\noexpand\citenumfont{\NAT@num}}}%   \fi   \else   \NAT@last@yr \@citea \mbox{\citenumfont{\NAT@num}}%   \let\NAT@last@yr\relax   \fi   \else   \@citea \mbox{\hyper@natlinkstart{\@citeb\@extra@b@citeb}%   {\citenumfont{\NAT@num}}\hyper@natlinkend}%   \fi   \fi   \def\@citea{\NAT@sep\penalty\@m\NAT@space}%   \else   \ifcase\NAT@ctype\relax   \ifx\NAT@last@nm\NAT@nm \NAT@yrsep\penalty\@m\NAT@space\else   \@citea \NAT@test{1}\ \NAT@@open   \if*#1*\else#1\ \fi\fi \NAT@mbox{%   \hyper@natlinkstart{\@citeb\@extra@b@citeb}%   {\citenumfont{\NAT@num}}\hyper@natlinkend}%   \def\@citea{\NAT@@close\NAT@sep\penalty\@m\ }%   \or\@citea   \hyper@natlinkstart{\@citeb\@extra@b@citeb}%   \NAT@test{\NAT@ctype}\hyper@natlinkend   \def\@citea{\NAT@sep\penalty\@m\ }%   \or\@citea   \hyper@natlinkstart{\@citeb\@extra@b@citeb}%   \NAT@test{\NAT@ctype}\hyper@natlinkend   \def\@citea{\NAT@sep\penalty\@m\ }%   \or\@citea   \hyper@natlinkstart{\@citeb\@extra@b@citeb}%   \NAT@alias\hyper@natlinkend   \def\@citea{\NAT@sep\penalty\@m\ }%   \fi   \fi   }}%   \ifnum\NAT@sort>1\relax\NAT@last@yr\fi   \ifNAT@swa\else\ifnum\NAT@ctype=0\if*#2*\else   \NAT@cmt#2\fi \NAT@@close\fi\fi}{#1}{#2}}   \newcommand\NAT@test[1]{\ifnum#1=1 \ifx\NAT@nm\NAT@noname   {\reset@font\bfseries(author?)}\PackageWarning{natbib}   {Author undefined for citation`\@citeb'   \MessageBreak   on page \thepage}\else \NAT@nm \fi   \else \if\relax\NAT@date\relax   {\reset@font\bfseries(year?)}\PackageWarning{natbib}   {Year undefined for citation`\@citeb'   \MessageBreak   on page \thepage}\else \NAT@date \fi \fi}   \let\citenumfont=\relax   \newcommand\NAT@citex{}   \def\NAT@citex%   [#1][#2]#3{%   \NAT@sort@cites{#3}%   \let\@citea\@empty   \@cite{\let\NAT@nm\@empty\let\NAT@year\@empty   \@for\@citeb:=\NAT@cite@list\do   {\edef\@citeb{\expandafter\@firstofone\@citeb}%   \if@filesw\immediate\write\@auxout{\string\citation{\@citeb}}\fi   \@ifundefined{b@\@citeb\@extra@b@citeb}{\@citea%   {\reset@font\bfseries ?}\NAT@citeundefined   \PackageWarning{natbib}%   {Citation `\@citeb' on page \thepage \space undefined}\def\NAT@date{}}%   {\let\NAT@last@nm=\NAT@nm\let\NAT@last@yr=\NAT@year   \NAT@parse{\@citeb}%   \ifNAT@longnames\@ifundefined{bv@\@citeb\@extra@b@citeb}{%   \let\NAT@name=\NAT@all@names   \global\@namedef{bv@\@citeb\@extra@b@citeb}{}}{}%   \fi   \ifNAT@full\let\NAT@nm\NAT@all@names\else   \let\NAT@nm\NAT@name\fi   \ifNAT@swa\ifcase\NAT@ctype   \if\relax\NAT@date\relax   \@citea\hyper@natlinkstart{\@citeb\@extra@b@citeb}%   \NAT@nmfmt{\NAT@nm}\NAT@date\hyper@natlinkend   \else   \ifx\NAT@last@nm\NAT@nm\NAT@yrsep   \ifx\NAT@last@yr\NAT@year   \hyper@natlinkstart{\@citeb\@extra@b@citeb}\NAT@exlab   \hyper@natlinkend   \else\unskip\   \hyper@natlinkstart{\@citeb\@extra@b@citeb}\NAT@date   \hyper@natlinkend   \fi   \else\@citea\hyper@natlinkstart{\@citeb\@extra@b@citeb}%   \NAT@nmfmt{\NAT@nm}%   \hyper@natlinkbreak{\NAT@aysep\ }{\@citeb\@extra@b@citeb}%   \NAT@date\hyper@natlinkend   \fi   \fi   \or\@citea\hyper@natlinkstart{\@citeb\@extra@b@citeb}%   \NAT@nmfmt{\NAT@nm}\hyper@natlinkend   \or\@citea\hyper@natlinkstart{\@citeb\@extra@b@citeb}%   \NAT@date\hyper@natlinkend   \or\@citea\hyper@natlinkstart{\@citeb\@extra@b@citeb}%   \NAT@alias\hyper@natlinkend   \fi \def\@citea{\NAT@sep\ }%   \else\ifcase\NAT@ctype   \if\relax\NAT@date\relax   \@citea\hyper@natlinkstart{\@citeb\@extra@b@citeb}%   \NAT@nmfmt{\NAT@nm}\hyper@natlinkend   \else   \ifx\NAT@last@nm\NAT@nm\NAT@yrsep   \ifx\NAT@last@yr\NAT@year   \hyper@natlinkstart{\@citeb\@extra@b@citeb}\NAT@exlab   \hyper@natlinkend   \else\unskip\   \hyper@natlinkstart{\@citeb\@extra@b@citeb}\NAT@date   \hyper@natlinkend   \fi   \else\@citea\hyper@natlinkstart{\@citeb\@extra@b@citeb}%   \NAT@nmfmt{\NAT@nm}%   \hyper@natlinkbreak{\ \NAT@@open\if*#1*\else#1\ \fi}%   {\@citeb\@extra@b@citeb}%   \NAT@date\hyper@natlinkend\fi   \fi   \or\@citea\hyper@natlinkstart{\@citeb\@extra@b@citeb}%   \NAT@nmfmt{\NAT@nm}\hyper@natlinkend   \or\@citea\hyper@natlinkstart{\@citeb\@extra@b@citeb}%   \NAT@date\hyper@natlinkend   \or\@citea\hyper@natlinkstart{\@citeb\@extra@b@citeb}%   \NAT@alias\hyper@natlinkend   \fi \if\relax\NAT@date\relax\def\@citea{\NAT@sep\ }%   \else\def\@citea{\NAT@@close\NAT@sep\ }\fi   \fi   }}\ifNAT@swa\else\if*#2*\else\NAT@cmt#2\fi   \if\relax\NAT@date\relax\else\NAT@@close\fi\fi}{#1}{#2}}   \newif\ifNAT@par \NAT@partrue   \newcommand\NAT@@open{\ifNAT@par\NAT@open\fi}   \newcommand\NAT@@close{\ifNAT@par\NAT@close\fi}   \newcommand\NAT@alias{\@ifundefined{al@\@citeb\@extra@b@citeb}{%   {\reset@font\bfseries(alias?)}\PackageWarning{natbib}   {Alias undefined for citation `\@citeb'   \MessageBreak on page \thepage}}{\@nameuse{al@\@citeb\@extra@b@citeb}}}   \let\NAT@up\relax   \newcommand\NAT@Up[1]{{\let\protect\@unexpandable@protect\let~\relax   \expandafter\NAT@deftemp#1}\expandafter\NAT@UP\NAT@temp}   \newcommand\NAT@deftemp[1]{\xdef\NAT@temp{#1}}   \newcommand\NAT@UP[1]{\let\@tempa\NAT@UP\ifcat a#1\MakeUppercase{#1}%   \let\@tempa\relax\else#1\fi\@tempa}   \newcommand\shortcites[1]{%   \@bsphack\@for\@citeb:=#1\do   {\edef\@citeb{\expandafter\@firstofone\@citeb}%   \global\@namedef{bv@\@citeb\@extra@b@citeb}{}}\@esphack}   \newcommand\NAT@biblabel[1]{\hfill}   \newcommand\NAT@biblabelnum[1]{\bibnumfmt{#1}}   \newcommand\bibnumfmt[1]{#1.}   \def\@tempa#1{[#1]}   \ifx\@tempa\@biblabel\let\@biblabel\@empty\fi   \newcommand\NAT@bibsetnum[1]{\settowidth\labelwidth{\@biblabel{#1}}%   \setlength{\leftmargin}{\labelwidth}\addtolength{\leftmargin}{\labelsep}%   \setlength{\itemsep}{\bibsep}\setlength{\parsep}{\z@}%   \ifNAT@openbib   \addtolength{\leftmargin}{\bibindent}%   \setlength{\itemindent}{-\bibindent}%   \setlength{\listparindent}{\itemindent}%   \setlength{\parsep}{0pt}%   \fi   }   \newlength{\bibhang}   \setlength{\bibhang}{1em}   \newlength{\bibsep}   {\@listi \global\bibsep\itemsep \global\advance\bibsep by\parsep}     \newcommand\NAT@bibsetup%   [1]{\setlength{\leftmargin}{\bibhang}\setlength{\itemindent}{-\leftmargin}%   \setlength{\itemsep}{\bibsep}\setlength{\parsep}{\z@}}   \newcommand\NAT@set@cites{\ifNAT@numbers   \ifNAT@super \let\@cite\NAT@citesuper   \def\NAT@mbox##1{\unskip\nobreak\hspace{1\p@}\textsuperscript{##1}}%   \let\citeyearpar=\citeyear   \let\NAT@space\relax\else   \let\NAT@mbox=\mbox   \let\@cite\NAT@citenum \def\NAT@space{ }\fi   \let\@citex\NAT@citexnum   \ifx\@biblabel\@empty\let\@biblabel\NAT@biblabelnum\fi   \let\@bibsetup\NAT@bibsetnum   \def\natexlab##1{}%   \else   \let\@cite\NAT@cite   \let\@citex\NAT@citex   \let\@biblabel\NAT@biblabel   \let\@bibsetup\NAT@bibsetup   \def\natexlab##1{##1}%   \fi}   \AtBeginDocument{\NAT@set@cites}   \AtBeginDocument{\ifx\SK@def\@undefined\else   \ifx\SK@cite\@empty\else   \SK@def\@citex[#1][#2]#3{\SK@\SK@@ref{#3}\SK@@citex[#1][#2]{#3}}\fi   \ifx\SK@citeauthor\@undefined\def\HAR@checkdef{}\else   \let\citeauthor\SK@citeauthor   \let\citefullauthor\SK@citefullauthor   \let\citeyear\SK@citeyear\fi   \fi}   \AtBeginDocument{\@ifpackageloaded{hyperref}{%   \ifnum\NAT@sort=2\def\NAT@sort{1}\fi}{}}   \newif\ifNAT@full\NAT@fullfalse   \newif\ifNAT@swa   \DeclareRobustCommand\citet   {\begingroup\NAT@swafalse\def\NAT@ctype{0}\NAT@partrue   \@ifstar{\NAT@fulltrue\NAT@citetp}{\NAT@fullfalse\NAT@citetp}}   \newcommand\NAT@citetp{\@ifnextchar[{\NAT@@citetp}{\NAT@@citetp[]}}   \newcommand\NAT@@citetp{}   \def\NAT@@citetp[#1]{\@ifnextchar[{\@citex[#1]}{\@citex[][#1]}}   \DeclareRobustCommand\citep   {\begingroup\NAT@swatrue\def\NAT@ctype{0}\NAT@partrue   \@ifstar{\NAT@fulltrue\NAT@citetp}{\NAT@fullfalse\NAT@citetp}}   \DeclareRobustCommand\cite   {\begingroup\def\NAT@ctype{0}\NAT@partrue\NAT@swatrue   \@ifstar{\NAT@fulltrue\NAT@cites}{\NAT@fullfalse\NAT@cites}}   \newcommand\NAT@cites{\@ifnextchar [{\NAT@@citetp}{%   \ifNAT@numbers\else   \NAT@swafalse   \fi   \NAT@@citetp[]}}   \DeclareRobustCommand\citealt   {\begingroup\NAT@swafalse\def\NAT@ctype{0}\NAT@parfalse   \@ifstar{\NAT@fulltrue\NAT@citetp}{\NAT@fullfalse\NAT@citetp}}   \DeclareRobustCommand\citealp   {\begingroup\NAT@swatrue\def\NAT@ctype{0}\NAT@parfalse   \@ifstar{\NAT@fulltrue\NAT@citetp}{\NAT@fullfalse\NAT@citetp}}   \DeclareRobustCommand\citeauthor   {\begingroup\NAT@swafalse\def\NAT@ctype{1}\NAT@parfalse   \@ifstar{\NAT@fulltrue\NAT@citetp}{\NAT@fullfalse\NAT@citetp}}   \DeclareRobustCommand\Citet   {\begingroup\NAT@swafalse\def\NAT@ctype{0}\NAT@partrue   \let\NAT@up\NAT@Up   \@ifstar{\NAT@fulltrue\NAT@citetp}{\NAT@fullfalse\NAT@citetp}}   \DeclareRobustCommand\Citep   {\begingroup\NAT@swatrue\def\NAT@ctype{0}\NAT@partrue   \let\NAT@up\NAT@Up   \@ifstar{\NAT@fulltrue\NAT@citetp}{\NAT@fullfalse\NAT@citetp}}   \DeclareRobustCommand\Citealt   {\begingroup\NAT@swafalse\def\NAT@ctype{0}\NAT@parfalse   \let\NAT@up\NAT@Up   \@ifstar{\NAT@fulltrue\NAT@citetp}{\NAT@fullfalse\NAT@citetp}}   \DeclareRobustCommand\Citealp   {\begingroup\NAT@swatrue\def\NAT@ctype{0}\NAT@parfalse   \let\NAT@up\NAT@Up   \@ifstar{\NAT@fulltrue\NAT@citetp}{\NAT@fullfalse\NAT@citetp}}   \DeclareRobustCommand\Citeauthor   {\begingroup\NAT@swafalse\def\NAT@ctype{1}\NAT@parfalse   \let\NAT@up\NAT@Up   \@ifstar{\NAT@fulltrue\NAT@citetp}{\NAT@fullfalse\NAT@citetp}}   \DeclareRobustCommand\citeyear   {\begingroup\NAT@swafalse\def\NAT@ctype{2}\NAT@parfalse\NAT@citetp}   \DeclareRobustCommand\citeyearpar   {\begingroup\NAT@swatrue\def\NAT@ctype{2}\NAT@partrue\NAT@citetp}   \newcommand\citetext[1]{\NAT@open#1\NAT@close}   \DeclareRobustCommand\citefullauthor   {\citeauthor*}   \newcommand\defcitealias[2]{%   \@ifundefined{al@#1\@extra@b@citeb}{}   {\PackageWarning{natbib}{Overwriting existing alias for citation #1}}   \@namedef{al@#1\@extra@b@citeb}{#2}}   \DeclareRobustCommand\citetalias{\begingroup   \NAT@swafalse\def\NAT@ctype{3}\NAT@parfalse\NAT@citetp}   \DeclareRobustCommand\citepalias{\begingroup   \NAT@swatrue\def\NAT@ctype{3}\NAT@partrue\NAT@citetp}   \renewcommand\nocite[1]{\@bsphack   \@for\@citeb:=#1\do{%   \edef\@citeb{\expandafter\@firstofone\@citeb}%   \if@filesw\immediate\write\@auxout{\string\citation{\@citeb}}\fi   \if*\@citeb\else   \@ifundefined{b@\@citeb\@extra@b@citeb}{%   \NAT@citeundefined \PackageWarning{natbib}%   {Citation `\@citeb' undefined}}{}\fi}%   \@esphack}   \newcommand\NAT@parse[1]{{%   \let\protect=\@unexpandable@protect\let~\relax   \let\active@prefix=\@gobble   \xdef\NAT@temp{\csname b@#1\@extra@b@citeb\endcsname}}%   \expandafter\NAT@split\NAT@temp   \expandafter\NAT@parse@date\NAT@date??????@@%   \ifciteindex\NAT@index\fi   }   \newcommand\NAT@split[4]{%   \gdef\NAT@num{#1}\gdef\NAT@name{#3}\gdef\NAT@date{#2}%   \gdef\NAT@all@names{#4}%   \ifx\NAT@noname\NAT@all@names \gdef\NAT@all@names{#3}\fi}   \newcommand\NAT@parse@date{}   \def\NAT@parse@date#1#2#3#4#5#6@@{%   \ifnum\the\catcode`#1=11\def\NAT@year{}\def\NAT@exlab{#1}\else   \ifnum\the\catcode`#2=11\def\NAT@year{#1}\def\NAT@exlab{#2}\else   \ifnum\the\catcode`#3=11\def\NAT@year{#1#2}\def\NAT@exlab{#3}\else   \ifnum\the\catcode`#4=11\def\NAT@year{#1#2#3}\def\NAT@exlab{#4}\else   \def\NAT@year{#1#2#3#4}\def\NAT@exlab{{#5}}\fi\fi\fi\fi}   \newcommand\NAT@index{}   \let\NAT@makeindex=\makeindex   \renewcommand\makeindex{\NAT@makeindex   \renewcommand\NAT@index{\@bsphack\begingroup   \def~{\string~}\@wrindex{\NAT@idxtxt}}}   \newcommand\NAT@idxtxt{\NAT@name\ \NAT@open\NAT@date\NAT@close}   \@ifundefined{@indexfile}{}{\let\NAT@makeindex\relax\makeindex}   \newif\ifciteindex \citeindexfalse   \newcommand\citeindextype{default}   \newcommand\NAT@index@alt{{\let\protect=\noexpand\let~\relax   \xdef\NAT@temp{\NAT@idxtxt}}\expandafter\NAT@exp\NAT@temp\@nil}   \newcommand\NAT@exp{}   \def\NAT@exp#1\@nil{\mbox{}\index[\citeindextype]{#1}}     \AtBeginDocument{%   \@ifpackageloaded{index}{\let\NAT@index=\NAT@index@alt}{}}   \newcommand\NAT@ifcmd{\futurelet\NAT@temp\NAT@ifxcmd}   \newcommand\NAT@ifxcmd{\ifx\NAT@temp\relax\else\expandafter\NAT@bare\fi}   \def\NAT@bare#1(#2)#3(@)#4\@nil#5{%   \if @#2   \expandafter\NAT@apalk#1, , \@nil{#5}\else   \stepcounter{NAT@ctr}%   \NAT@wrout{\arabic {NAT@ctr}}{#2}{#1}{#3}{#5}   \fi   }   \newcommand\NAT@wrout[5]{%   \if@filesw   {\let\protect\noexpand\let~\relax   \immediate   \write\@auxout{\string\bibcite{#5}{{#1}{#2}{{#3}}{{#4}}}}}\fi   \ignorespaces}   \def\NAT@noname{{}}   \renewcommand\bibitem{%   \@ifnextchar[{\@lbibitem}{%   \global\NAT@stdbsttrue   \stepcounter{NAT@ctr}\@lbibitem[\arabic{NAT@ctr}]}}   \def\@lbibitem[#1]#2{%   \if\relax\@extra@b@citeb\relax\else   \@ifundefined{br@#2\@extra@b@citeb}{}{%   \@namedef{br@#2}{\@nameuse{br@#2\@extra@b@citeb}}}\fi   \@ifundefined{b@#2\@extra@b@citeb}{\def\NAT@num{}}{\NAT@parse{#2}}%   \ifx\@webpdf\undefined%   \item[\hfil\hyper@natanchorstart{#2\@extra@b@citeb}\hyper@natanchorend\@biblabel{\NAT@num}]%   \else%   \item[\hfil\Hy@raisedlink{\hyper@natanchorstart{#2\@extra@b@citeb}\hyper@natanchorend}\@biblabel{\NAT@num}]%   \fi%   \NAT@ifcmd#1(@)(@)\@nil{#2}}   \ifx\SK@lbibitem\@undefined\else   \let\SK@lbibitem\@lbibitem   \def\@lbibitem[#1]#2{%   \SK@lbibitem[#1]{#2}\SK@\SK@@label{#2}\ignorespaces}\fi   \newif\ifNAT@stdbst \NAT@stdbstfalse     \AtEndDocument   {\ifNAT@stdbst\if@filesw\immediate\write\@auxout{\string   \global\string\NAT@numberstrue}\fi\fi   }   \providecommand\bibcite{}   \renewcommand\bibcite[2]{\@ifundefined{b@#1\@extra@binfo}\relax   {\NAT@citemultiple   \PackageWarningNoLine{natbib}{Citation `#1' multiply defined}}%   \global\@namedef{b@#1\@extra@binfo}{#2}}   \AtEndDocument{\NAT@swatrue\let\bibcite\NAT@testdef}   \newcommand\NAT@testdef[2]{%   \def\NAT@temp{#2}\expandafter \ifx \csname b@#1\@extra@binfo\endcsname   \NAT@temp \else \ifNAT@swa \NAT@swafalse   \PackageWarningNoLine{natbib}{Citation(s) may have   changed.\MessageBreak   Rerun to get citations correct}\fi\fi}   \newcommand\NAT@apalk{}   \def\NAT@apalk#1, #2, #3\@nil#4{\if\relax#2\relax   \global\NAT@stdbsttrue   \NAT@wrout{#1}{}{}{}{#4}\else   \stepcounter{NAT@ctr}%   \NAT@wrout{\arabic {NAT@ctr}}{#2}{#1}{}{#4}\fi}   \newcommand\citeauthoryear{}   \def\citeauthoryear#1#2#3(@)(@)\@nil#4{\stepcounter{NAT@ctr}\if\relax#3\relax   \NAT@wrout{\arabic {NAT@ctr}}{#2}{#1}{}{#4}\else   \NAT@wrout{\arabic {NAT@ctr}}{#3}{#2}{#1}{#4}\fi}   \newcommand\citestarts{\NAT@open}   \newcommand\citeends{\NAT@close}   \newcommand\betweenauthors{and}   \newcommand\astroncite{}   \def\astroncite#1#2(@)(@)\@nil#3{\stepcounter{NAT@ctr}\NAT@wrout{\arabic   {NAT@ctr}}{#2}{#1}{}{#3}}   \newcommand\citename{}   \def\citename#1#2(@)(@)\@nil#3{\expandafter\NAT@apalk#1#2, \@nil{#3}}   \newcommand\harvarditem[4][]%   {\if\relax#1\relax\bibitem[#2(#3)]{#4}\else   \bibitem[#1(#3)#2]{#4}\fi }   \newcommand\harvardleft{\NAT@open}   \newcommand\harvardright{\NAT@close}   \newcommand\harvardyearleft{\NAT@open}   \newcommand\harvardyearright{\NAT@close}   \AtBeginDocument{\providecommand{\harvardand}{and}}   \newcommand\harvardurl[1]{\textbf{URL:} \textit{#1}}   \providecommand\bibsection{}   \@ifundefined{chapter}%   {\renewcommand\bibsection{\section*{\refname   \@mkboth{\MakeUppercase{\refname}}{\MakeUppercase{\refname}}}}}   {\@ifundefined{NAT@sectionbib}%   {\renewcommand\bibsection{\chapter*{\bibname   \@mkboth{\MakeUppercase{\bibname}}{\MakeUppercase{\bibname}}}}}   {\renewcommand\bibsection{\section*{\bibname   \ifx\@mkboth\@gobbletwo\else\markright{\MakeUppercase{\bibname}}\fi}}}}   \@ifclassloaded{amsart}%   {\renewcommand\bibsection{\section*{\refname}}}{}   \@ifclassloaded{amsbook}%   {\renewcommand\bibsection{\chapter*{\bibname}}}{}   \@ifundefined{bib@heading}{}{\let\bibsection\bib@heading}   \newcounter{NAT@ctr}   %\renewenvironment{thebibliography}[1]{%   % \bibsection\parindent \z@\bibpreamble\bibfont\list   % {\@biblabel{\arabic{NAT@ctr}}}{\@bibsetup{#1}%   % \setcounter{NAT@ctr}{0}}%   % \ifNAT@openbib   % \renewcommand\newblock{\par}   % \else   % \renewcommand\newblock{\hskip .11em \@plus.33em \@minus.07em}%   % \fi   % \sloppy\clubpenalty4000\widowpenalty4000   % \sfcode`\.=1000\relax   % \let\citeN\cite \let\shortcite\cite   % \let\citeasnoun\cite   % }{\def\@noitemerr{%   % \PackageWarning{natbib}   % {Empty `thebibliography' environment}}%   % \endlist\vskip-\lastskip}   \let\bibfont\relax   \let\bibpreamble\relax   \providecommand\reset@font{\relax}   \providecommand\bibname{Bibliography}   \providecommand\refname{References}   \newcommand\NAT@citeundefined{\gdef \NAT@undefined {%   \PackageWarningNoLine{natbib}{There were undefined citations}}}   \let \NAT@undefined \relax   \newcommand\NAT@citemultiple{\gdef \NAT@multiple {%   \PackageWarningNoLine{natbib}{There were multiply defined citations}}}   \let \NAT@multiple \relax   \AtEndDocument{\NAT@undefined\NAT@multiple}   \providecommand\@mkboth[2]{}   \providecommand\MakeUppercase{\uppercase}   \providecommand{\@extra@b@citeb}{}   \gdef\@extra@binfo{}   \providecommand\hyper@natanchorstart[1]{}   \providecommand\hyper@natanchorend{}   \providecommand\hyper@natlinkstart[1]{}   \providecommand\hyper@natlinkend{}   \providecommand\hyper@natlinkbreak[2]{#1}   \@ifundefined{bbl@redefine}{}{%   \bbl@redefine\nocite#1{%   \@safe@activestrue\org@nocite{#1}\@safe@activesfalse}%   \bbl@redefine\@lbibitem[#1]#2{%   \@safe@activestrue\org@@lbibitem[#1]{#2}\@safe@activesfalse}%   }   \AtBeginDocument{\@ifundefined{bbl@redefine}{}{%   \bbl@redefine\@citex[#1][#2]#3{%   \@safe@activestrue\org@@citex[#1][#2]{#3}\@safe@activesfalse}%   \bbl@redefine\NAT@testdef#1#2{%   \@safe@activestrue\org@NAT@testdef{#1}{#2}\@safe@activesfalse}%   \@ifundefined{org@@lbibitem}{%   \bbl@redefine\@lbibitem[#1]#2{%   \@safe@activestrue\org@@lbibitem[#1]{#2}\@safe@activesfalse}}{}%   }}   \ifnum\NAT@sort>0   \newcommand\NAT@sort@cites[1]{%   \@tempcntb\m@ne   \let\@celt\delimiter   \def\NAT@num@list{}%   \def\NAT@cite@list{}%   \def\NAT@nonsort@list{}%   \@for \@citeb:=#1\do{\NAT@make@cite@list}%   \edef\NAT@cite@list{\NAT@cite@list\NAT@nonsort@list}%   \edef\NAT@cite@list{\expandafter\NAT@xcom\NAT@cite@list @@}}   \begingroup \catcode`\_=8   \gdef\NAT@make@cite@list{%   \edef\@citeb{\expandafter\@firstofone\@citeb}%   \@ifundefined{b@\@citeb\@extra@b@citeb}{\def\NAT@num{A}}%   {\NAT@parse{\@citeb}}%   \ifcat _\ifnum\z@<0\NAT@num _\else A\fi   \@tempcnta\NAT@num \relax   \ifnum \@tempcnta>\@tempcntb   \edef\NAT@num@list{\NAT@num@list \@celt{\NAT@num}}%   \edef\NAT@cite@list{\NAT@cite@list\@citeb,}%   \@tempcntb\@tempcnta   \else   \let\NAT@@cite@list=\NAT@cite@list \def\NAT@cite@list{}%   \edef\NAT@num@list{\expandafter\NAT@num@celt \NAT@num@list \@gobble @}%   {\let\@celt=\NAT@celt\NAT@num@list}%   \fi   \else   \edef\NAT@nonsort@list{\NAT@nonsort@list\@citeb,}%   \fi}   \endgroup   \def\NAT@celt#1{\ifnum #1<\@tempcnta   \xdef\NAT@cite@list{\NAT@cite@list\expandafter\NAT@nextc\NAT@@cite@list @@}%   \xdef\NAT@@cite@list{\expandafter\NAT@restc\NAT@@cite@list}%   \else   \xdef\NAT@cite@list{\NAT@cite@list\@citeb,\NAT@@cite@list}\let\@celt\@gobble%   \fi}   \def\NAT@num@celt#1#2{\ifx \@celt #1%   \ifnum #2<\@tempcnta   \@celt{#2}%   \expandafter\expandafter\expandafter\NAT@num@celt   \else   \@celt{\number\@tempcnta}\@celt{#2}%   \fi\fi}   \def\NAT@nextc#1,#2@@{#1,}   \def\NAT@restc#1,#2{#2}   \def\NAT@xcom#1,@@{#1}   \else   \newcommand\NAT@sort@cites[1]{\edef\NAT@cite@list{#1}}\fi   \InputIfFileExists{natbib.cfg}   {\typeout{Local config file natbib.cfg used}}{}   %%   %% <<<<< End of generated file <<<<<<   %%   %% End of file `natbib.sty'.           

%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%   %%%%% %%%%%%   %%%%% * LATEX CLASS FILE FOR JOURNALS * %%%%%%   %%%%% %%%%%%   %%%%% Journal: NAR (Nucleic Acids Research) %%%%%%   %%%%% %%%%%%   %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%     \NeedsTeXFormat{LaTeX2e}[1995/12/01]   \ProvidesClass{NAR}   [2012/07/01 v1.5   Standard LaTeX document class]   \newif\if@restonecol   \newif\if@titlepage\@titlepagefalse   \DeclareOption{a4paper}   {\setlength\paperheight {11in}%   \setlength\paperwidth {8.25in}}   \DeclareOption{a5paper}   {\setlength\paperheight {210mm}%   \setlength\paperwidth {148mm}}   \DeclareOption{b5paper}   {\setlength\paperheight {250mm}%   \setlength\paperwidth {176mm}}   \DeclareOption{letterpaper}   {\setlength\paperheight {11in}%   \setlength\paperwidth {8.5in}}   \DeclareOption{legalpaper}   {\setlength\paperheight {14in}%   \setlength\paperwidth {8.5in}}   \DeclareOption{executivepaper}   {\setlength\paperheight {10.5in}%   \setlength\paperwidth {7.25in}}   \DeclareOption{custompaper}   {\setlength\paperheight {11in}%   \setlength\paperwidth {8.5in}}   \DeclareOption{landscape}   {\setlength\@tempdima {\paperheight}%   \setlength\paperheight {\paperwidth}%   \setlength\paperwidth {\@tempdima}}   \newif\if@cropmarkson \@cropmarksontrue   \newif\if@theoremsty \@theoremstytrue   \DeclareOption{crop}{\PassOptionsToPackage{cam}{crop}\global\@cropmarksontrue}   \DeclareOption{nocrop}{\PassOptionsToPackage{off}{crop}\global\@cropmarksonfalse}     \DeclareOption{oneside}{\@twosidefalse \@mparswitchfalse}   \DeclareOption{twoside}{\@twosidetrue \@mparswitchtrue}   \DeclareOption{draft}{\setlength\overfullrule{5pt}}   \DeclareOption{final}{\setlength\overfullrule{0pt}}   \DeclareOption{webpdf}{\gdef\@webpdf{webpdf}}   \DeclareOption{titlepage}{\@titlepagetrue}   \DeclareOption{notitlepage}{\@titlepagefalse}   \DeclareOption{onecolumn}{\@twocolumnfalse}   \DeclareOption{twocolumn}{\@twocolumntrue}   \DeclareOption{notheoremsty}{\@theoremstyfalse}   \DeclareOption{leqno}{\input{leqno.clo}}   \DeclareOption{fleqn}{\input{fleqn.clo}}   \newif\if@openbib \@openbibfalse   \DeclareOption{openbib}{%   \@openbibtrue%   \AtEndOfPackage{%   \renewcommand\@openbib@code{%   \advance\leftmargin\bibindent   \itemindent -\bibindent   \listparindent \itemindent   \parsep \z@   }%   \renewcommand\newblock{\par}}%   }     \ExecuteOptions{custompaper,twoside,crop,reqno,proof}   \ProcessOptions   \RequirePackage{crop,inputenc,amsmath,amssymb,latexsym,   float,epsfig,wrapfig,graphicx,stfloats,   multicol,rotating,multirow,dcolumn,   boxedminipage,makeidx,soul,url,xspace,times}     %   %%%%%%%%%%%%%%%%%%%%%%%% *** SIZES *** %%%%%%%%%%%%%%%%%%%%%%%%%%   %   \renewcommand\normalsize{%   \@setfontsize\normalsize{10\p@}{11\p@}   %\@setfontsize\normalsize\@xpt\@xiipt   \abovedisplayskip 13\p@ \@plus6\p@ \@minus3\p@   \abovedisplayshortskip 6\p@ \@plus3\p@ \@minus3\p@   \belowdisplayshortskip 6\p@ \@plus3\p@ \@minus3\p@   \belowdisplayskip \abovedisplayskip   \let\@listi\@listI}   \normalsize   \newcommand\small{%   \@setfontsize\small\@ixpt{11}%   \abovedisplayskip 9\p@ \@plus3\p@ \@minus4\p@   \abovedisplayshortskip \z@ \@plus2\p@   \belowdisplayshortskip 4\p@ \@plus2\p@ \@minus2\p@   \def\@listi{\leftmargin\leftmargini   \topsep 4\p@ \@plus2\p@ \@minus2\p@   \parsep 2\p@ \@plus\p@ \@minus\p@   \itemsep \parsep}%   \belowdisplayskip \abovedisplayskip}     \newcommand\footnotesize{%   \@setfontsize\footnotesize\@viiipt{10}%   \abovedisplayskip 6\p@ \@plus2\p@ \@minus4\p@   \abovedisplayshortskip \z@ \@plus\p@   \belowdisplayshortskip 3\p@ \@plus\p@ \@minus2\p@   \def\@listi{\leftmargin\leftmargini   \topsep 3\p@ \@plus\p@ \@minus\p@   \parsep 2\p@ \@plus\p@ \@minus\p@   \itemsep \parsep}%   \belowdisplayskip \abovedisplayskip}   %   \newcommand\scriptsize{\@setfontsize\scriptsize\@viipt\@viiipt}   \newcommand\tiny{\@setfontsize\tiny\@vpt\@vipt}   \newcommand\large{\@setfontsize\large\@xiipt{14}}   \newcommand\Large{\@setfontsize\Large\@xivpt{16}}   \newcommand\LARGE{\@setfontsize\LARGE\@xviipt{22}}   \newcommand\huge{\@setfontsize\huge\@xxpt{25}}   \newcommand\Huge{\@setfontsize\Huge\@xxvpt{30}}   %   \DeclareMathSizes{10}{10}{8}{6}   \DeclareMathSizes{9}{9}{7.6}{5}   \DeclareMathSizes{8}{8}{6}{5}   %   %%%%%%%%%%%%%%%%%%%% ** PENALTIES ** %%%%%%%%%%%%%%%%%%%   %   % Page break penalties   \@lowpenalty 31   \@medpenalty 151   \@highpenalty 301   % Disallow widows and orphans   \clubpenalty 10000   \widowpenalty 10000   % Disable page breaks before equations, allow pagebreaks after   % equations and discourage widow lines before equations.   \displaywidowpenalty 100   \predisplaypenalty 10000   \postdisplaypenalty 100   % Allow breaking the page in the middle of a paragraph   \interlinepenalty 0   % Disallow breaking the page after a hyphenated line   \brokenpenalty 10000   % Hyphenation; don't split words into less than three characters   \lefthyphenmin=3   \righthyphenmin=3   \hyphenation{figure figures Figure table tables Table Section section Chapter chapter}   %   % Prevent Hyphenation   \hyphenpenalty=2000   \tolerance=1000   %   \frenchspacing   \vbadness=9999   \doublehyphendemerits=10000   \doublehyphendemerits 640000 % corresponds to badness 800   \finalhyphendemerits 1000000 % corresponds to badness 1000   %   %%%%%%%%%%%%%%%%%%%% ** PAGE LAYOUT ** %%%%%%%%%%%%%%%%%%%   %   % Set page layout dimensions   \setlength\topmargin{37pt} % head margin   \addtolength\topmargin{-1in} % subtract out the 1 inch driver margin   %   \setlength\headheight{7\p@} % height of running head   \setlength\topskip{10\p@} % height of first line of text   \setlength\headsep{35\p@} % space below running head --   \addtolength\headsep{-\topskip} % base to base with first line of text   %   \setlength\textwidth{514pt} % text measure excluding margins   \setlength\textheight{61\baselineskip} % # lines of text   \addtolength\textheight{1.2pt}     % Side Margins   \setlength\oddsidemargin{56pt}   \addtolength\oddsidemargin{-1in} % subtract out the 1 inch driver margin   %   \setlength\evensidemargin{\paperwidth}   \addtolength\evensidemargin{-\textwidth}   \addtolength\evensidemargin{-\oddsidemargin}   \addtolength\evensidemargin{-2in}   %   \setlength\columnsep{20\p@} % space between columns for double-column text   \setlength\columnseprule{0\p@} % width of rule between two columns   %   \setlength\lineskip{1\p@}   \setlength\normallineskip{1\p@}   \renewcommand\baselinestretch{1}   \setlength\parskip{0\p@}   \setlength\parindent{1em}   %   \setlength\footskip{24\p@}   \setlength\maxdepth{0pt}%   %   \setlength\marginparwidth{2.5pc}   \setlength\marginparsep{.5pc}   \def \@marginparreset {%   \reset@font   \scriptsize   \@setminipage}   %   \setlength\smallskipamount{3\p@ \@plus 1\p@ \@minus 1\p@}   \setlength\medskipamount{6\p@ \@plus 2\p@ \@minus 2\p@}   \setlength\bigskipamount{12\p@ \@plus 4\p@ \@minus 4\p@}   %   %%%%%%%%%%%%%%%%%%%% ** TITLE DEFS ** %%%%%%%%%%%%%%%%%%%   %   \def\jshort{bio}   \newcommand\contentsname{Contents}   \newcommand\listfigurename{List of Figures}   \newcommand\listtablename{List of Tables}   \newcommand\refname{REFERENCES}   \newcommand\indexname{Index}   \newcommand\figurename{Figure}   \newcommand\tablename{Table}   \newcommand\partname{Part}   \newcommand\appendixname{Appendix}   \newcommand\abstractname{Abstract}   \newcommand\ackname{Acknowledgements}   \newcommand\keywordname{Keywords}   \def\today{\ifcase\month\or   January\or February\or March\or April\or May\or June\or   July\or August\or September\or October\or November\or December\fi   \space\number\day, \number\year}   %   %%%%%%%%%%%%%%%%%%%% ** OLD COMMANDS ** %%%%%%%%%%%%%%%%%%%   %   \DeclareOldFontCommand{\rm}{\normalfont\rmfamily}{\mathrm}   \DeclareOldFontCommand{\sf}{\normalfont\sffamily}{\mathsf}   \DeclareOldFontCommand{\sfit}{\normalfont\sffamily\itshape}{\mathsf}   \DeclareOldFontCommand{\sfb}{\normalfont\sffamily\bfseries}{\mathsf}   \DeclareOldFontCommand{\sfbi}{\normalfont\sffamily\bfseries\itshape}{\mathsf}   \DeclareOldFontCommand{\tt}{\normalfont\ttfamily}{\mathtt}   \DeclareOldFontCommand{\tti}{\normalfont\ttfamily\itshape}{\mathtt}   \DeclareOldFontCommand{\ttb}{\normalfont\ttfamily\bfseries}{\mathtt}   \DeclareOldFontCommand{\ttbi}{\normalfont\ttfamily\bfseries\itshape}{\mathtt}   \DeclareOldFontCommand{\bf}{\normalfont\bfseries}{\mathbf}   \DeclareOldFontCommand{\bi}{\normalfont\bfseries\itshape}{\mathbi}   \DeclareOldFontCommand{\it}{\normalfont\itshape}{\mathit}   \DeclareOldFontCommand{\sl}{\normalfont\slshape}{\@nomath\sl}   \DeclareOldFontCommand{\sc}{\normalfont\scshape}{\@nomath\sc}   \DeclareRobustCommand*\cal{\@fontswitch\relax\mathcal}   \DeclareRobustCommand*\mit{\@fontswitch\relax\mathnormal}   %   %%%%%%%%%%%%%%%%%%%% ** PAGE STYLES ** %%%%%%%%%%%%%%%%%%%   %   \if@twoside   \def\ps@headings{%   \def\@evenhead{\rule[-4pt]{\textwidth}{1pt}\hfil\slshape\leftmark}%   \def\@oddhead{\rule[-4pt]{\textwidth}{1pt}{\slshape\rightmark}\hfil}%   \def\@oddfoot{\hfil\thepage}   \def\@evenfoot{\thepage\hfil}   \let\@mkboth\markboth   \def\sectionmark##1{\markboth{##1}{##1}}%   }   \else   \def\ps@headings{%   \let\@oddfoot\@empty   \def\@oddhead{{\slshape\rightmark}\hfil\thepage}%   \let\@mkboth\markboth   \def\sectionmark##1{\markright {##1}}}   \fi   \def\ps@plain{\let\@mkboth\@gobbletwo   \def\@oddhead{%   \raisebox{6pt}[0pt]{\smash{\hbox to \textwidth{{\catchlineinfofont Published\ online\ }{\catchlineinfofont\@pubdate}\ \hfill{\catchlineinfofont\catchlineinfo}}}}%   }%   \def\@evenhead{%   \raisebox{6pt}{\smash{\hbox to \textwidth{{\catchlineinfofont Published\ online\ }{\catchlineinfofont\@pubdate}\ \hfill{\catchlineinfofont\catchlineinfo}}}}%   \llap{\rule[-26pt]{\textwidth}{1pt}}}%   \def\@oddfoot{\raisebox{24pt}[0pt]{\copyrightfont\begin{tabular*}{\textwidth}{@{}p{\textwidth}@{}}   \copyright\ \@copyrightyear\ The Author(s)\\   This is an Open Access article distributed under the terms of the Creative Commons Attribution Non-Commercial License (http://creativecommons.org/licenses/\penalty0by-nc/2.0/uk/) which permits unrestricted non-commercial use, distribution, and reproduction in any medium, provided the original work is properly cited.   \end{tabular*}}}   \def\@evenfoot{\rlap{\rule[12pt]{\textwidth}{.5pt}}{\foliofont\thepage}\hfil\copyrightfont \copyright\ The Author 2008. Published by Oxford University Press. All rights reserved. For Permissions, please email: [email protected]}   }   %   \def\ps@front{\let\@mkboth\@gobbletwo   \def\@oddhead{%   \raisebox{-9pt}{\smash{\hbox to \textwidth{\hskip\jnameskip{\jnamefont\@jname}\hfill{\ifx\@articletype\articletypecheck\articletypesmallfont\else\articletypefont\fi\@articletype}\hfill{\catchlineinfofont\catchlineinfo}}}}%   \llap{\rule[-16pt]{\textwidth}{1pt}}}%   \def\@evenhead{%   \raisebox{-9pt}{\smash{\hbox to \textwidth{\hskip\jnameskip{\jnamefont\@jname}\hfill{\ifx\@articletype\articletypecheck\articletypesmallfont\else\articletypefont\fi\@articletype}\hfill{\catchlineinfofont\catchlineinfo}}}}%   \llap{\rule[-16pt]{\textwidth}{1pt}}}%   \def\@oddfoot{\rlap{\rule[12pt]{\textwidth}{1pt}}\copyrightfont }   \def\@evenfoot{\rlap{\rule[12pt]{\textwidth}{1pt}}\copyrightfont }   }   \def\ps@contents{%   \def\@evenhead{\rlap{\rule[-10pt]{\textwidth}{.5pt}}{\lrhfont\leftmark}\hfil}%   \def\@oddhead{\rlap{\rule[-10pt]{\textwidth}{.5pt}}\hfil{\rrhfont\rightmark}}%   \def\@oddfoot{\rlap{\rule[12pt]{\textwidth}{1pt}}}   \def\@evenfoot{\rlap{\rule[12pt]{\textwidth}{1pt}}}   \let\@mkboth\@gobbletwo   \let\chaptermark\@gobble   \let\sectionmark\@gobble   \def\titlemark##1{\markboth{##1}{##1}}%   \def\authormark##1{\gdef\leftmark{##1}}%   }   \def\ps@myheadings{%   \let\@oddfoot\@empty   \let\@evenfoot\@empty   \def\@evenhead{{\lrffont\thepage}\quad{\lrhfont\rightmark}\hfil}%   \def\@oddhead{\hfil{\rrhfont\rightmark}\quad{\rrffont\thepage}}%   \let\@mkboth\@gobbletwo   \let\chaptermark\@gobble   \let\sectionmark\@gobble   \def\titlemark##1{\markboth{##1}{##1}}%   \def\authormark##1{\gdef\leftmark{##1}}%   }   \def\ps@empty{\let\@mkboth\@gobbletwo%   \def\@oddhead\@empty%   \let\@oddfoot\@empty%   \def\@evenhead\@empty%   \let\@evenfoot\@empty}   %   %%%%%%%%%%%%%%%%%%%% ** LOCAL FONT DEFINITIONS ** %%%%%%%%%%%%%%%%%%%   %   % Running head, foot, pageno & other info.   \def\lrhfont{\fontfamily{\rmdefault}\fontshape{it}\fontsize{10.16}{10.16}\selectfont}   \def\rrhfont{\fontfamily{\rmdefault}\fontshape{it}\fontsize{10.16}{10.16}\selectfont}   \def\rrffont{\fontfamily{\rmdefault}\fontseries{b}\fontshape{it}\fontsize{10}{10}\selectfont}   \def\lrffont{\fontfamily{\rmdefault}\fontseries{b}\fontshape{it}\fontsize{10}{10}\selectfont}   \def\foliofont{\reset@font\fontfamily{\sfdefault}\fontseries{b}\fontshape{n}\fontsize{9}{11}\selectfont}   \def\opheadfootfont{\fontfamily{\rmdefault}\fontsize{8}{8}\selectfont}   % Header   \def\titlefont{\fontfamily{\sfdefault}\fontsize{20}{22}\fontseries{b}\selectfont\leftskip0pt\rightskip0pt plus1fill}   \def\subtitlefont{\fontfamily{\sfdefault}\fontsize{14}{18}\fontseries{m}\selectfont\leftskip0pt\rightskip0pt plus1fill}   \def\authorfont{\reset@font\fontfamily{\sfdefault}\fontsize{12}{14}\fontseries{b}\selectfont\leftskip0pt\rightskip0pt plus1fill\relax}   \def\addressfont{\reset@font\fontfamily{\sfdefault}\fontsize{10}{12}\fontseries{n}\selectfont\leftskip0pt\rightskip0pt plus1fill}   \def\abstractfont{\fontfamily{\sfdefault}\fontsize{10}{12}\fontseries{b}\selectfont\leftskip0pt\rightskip0pt}   \def\abstractheadfont{\normalfont\bf\selectfont}   \def\keywordheadfont{\fontfamily{\rmdefault}\fontsize{8}{10}\selectfont\itshape}   \def\keywordfont{\fontfamily{\rmdefault}\fontsize{8}{10}\selectfont\leftskip0pt\rightskip0pt}   \def\historyfont{\fontfamily{\sfdefault}\fontsize{8}{10}\fontseries{n}\selectfont\leftskip0pt\rightskip0pt plus1fill}   \def\accessfont{\fontfamily{\sfdefault}\fontsize{8}{10}\fontseries{n}\selectfont\leftskip0pt\rightskip0pt plus1fill}   \def\editorfont{\fontfamily{\sfdefault}\fontsize{8}{10}\fontseries{n}\selectfont\leftskip0pt\rightskip0pt plus1fill}   % Sections   \def\sectionfont{\fontfamily{\sfdefault}\fontsize{10}{11}\fontseries{b}\selectfont\leftskip0pt\rightskip0pt plus1fill}   \def\subsectionfont{\fontfamily{\rmdefault}\fontsize{10}{11}\fontseries{b}\selectfont\leftskip0pt\rightskip0pt plus1fill}   \def\subsubsectionfont{\fontfamily{\rmdefault}\fontshape{it}\selectfont\raggedright}   \def\paragraphfont{\fontfamily{\rmdefault}\fontsize{10}{12}\bfseries\selectfont}   \def\subparagraphfont{\fontfamily{\sfdefault}\fontsize{8}{10}\fontseries{b}\selectfont}   \def\listheadfont{\normalfont\normalsize}   % Floats   \def\timesc{\fontsize{7.5}{12}\selectfont}   \def\figurenumberfont{\reset@font\fontsize{8}{9}\fontseries{b}\selectfont}%   \def\figurecaptionfont{\fontsize{8}{9}\selectfont}   %   \def\tablenumberfont{\reset@font\fontfamily{\rmdefault}\fontsize{8}{10}\fontseries{b}\selectfont}   \def\tablecaptionfont{\fontfamily{\rmdefault}\fontsize{8}{10}\selectfont\leftskip\tablecapleftskip\rightskip\tablecaprightskip}   \def\tablebodyfont{\fontfamily{\rmdefault}\fontsize{8}{9}\selectfont\leftskip\tableleftskip\rightskip\tablerightskip}   \def\tablefootfont{\fontfamily{\rmdefault}\fontsize{7}{9}\selectfont\leftskip\tablefootleftskip \rightskip\tablefootrightskip}   \def\TCHfont{\fontfamily{\rmdefault}\fontsize{8}{10}\selectfont}   \def\SCHfont{\fontfamily{\rmdefault}\fontsize{8}{10}\selectfont}   % List   \def\listfont{\normalfont}   \def\listlabelfont{\normalfont}   \def\mclistfont{\fontsize{10}{13}\selectfont}   % Biliography   \def\bibfont{\fontsize{8}{9}\selectfont}   % Index   \def\indexfont{\fontsize{9}{11}\selectfont}   % OTHERS   \def\extractfont{}%\fontsize{10}{12}\selectfont   \def\quotefont{\fontsize{10}{11}\selectfont}   \def\symbolsfont{\fontsize{10}{13}\selectfont}   \def\ackfont{\fontsize{10}{12}\selectfont}   %   %%%%%%%%%%%%%%%%%%%% ** JOURNAL HEADER COMMANDS ** %%%%%%%%%%%%%%%%%%%   %   \newskip\jnameskip   \def\jnamefont{\fontfamily{\rmdefault}\fontsize{10}{10}\selectfont\fontshape{it}\selectfont}   \def\jname#1{\gdef\@jname{#1}}\jname{Nucleic Acids Research}   %   \def\articletypefont{\fontfamily{\rmdefault}\fontsize{10}{10}\selectfont\fontshape{it}\selectfont}   \def\articletypesmallfont{\fontfamily{\rmdefault}\fontsize{10}{10}\selectfont\fontshape{it}\selectfont}   \def\articletype#1{\gdef\@articletype{#1}}   \articletype{ORIGINAL PAPER}   \def\articletypecheck{APPLICATIONS NOTE}   %   \def\pubdate#1{\gdef\@pubdate{#1}}   %   \def\articlesubtypefont{\fontfamily{\sfdefault}\fontsize{20}{22}\fontseries{b}\selectfont\selectfont}   \def\articlesubtype#1{\gdef\@articlesubtype{\uppercase{#1}}}   \articlesubtype{}%Sequence analysis   %   \def\jvolume#1{\gdef\@jvol{#1}}\jvolume{00}   \def\jissue#1{\gdef\@jissue{#1}}\jissue{00}   \def\pubyear#1{\def\@pubyear{#1}}\pubyear{0000}     \def\copyrightfont{\fontfamily{\rmdefault}\fontsize{7.5}{9}\selectfont\selectfont}   \def\copyrightyear#1{\def\@copyrightyear{#1}}   \def\artid#1{\gdef\@artid{#1}}\artid{000}   \def\shortjname#1{\gdef\@shortjname{#1}}\shortjname{gkn}   %   \def\catchlineinfofont{\fontfamily{\rmdefault}\fontsize{10}{11}\selectfont\fontshape{it}\selectfont}   \def\catchlineinfo{\begin{tabular}[t]{@{}r@{}}   \@jname,\ \@pubyear,\ \ifx\@jvol\undefined\else Vol.\ \@jvol,\ \fi\ifx\@jissue\undefined\else No.\ \@jissue\hskip1em\fi\ \textbf{\textit{\@firstpage--\@lastpage}}\\   doi:10.1093/nar/\@shortjname\@artid   \end{tabular}}   %   \long\def\title{\@ifnextchar[{\short@title}{\@@title}}   \def\short@title[#1]{\titlemark{#1}\@@@title}   \def\@@title#1{\authormark{#1}\@@@title{#1}}   \long\def\@@@title#1{\gdef\@title{#1}\addcontentsline{toc}{article}{#1}}   %   \def\subtitle#1{\gdef\@subtitle{{#1}}}   %   \long\def\author{\@ifnextchar[{\short@uthor}{\@uthor}}   \def\short@uthor[#1]{\authormark{#1}\@@author}   \def\@uthor#1{\authormark{#1}\@@author{#1}}   \long\def\@@author#1{\gdef\@author{#1}}   %   \def\address#1{\gdef\@address{#1}}   %   \def\history#1{\gdef\@history{#1}}\history{}   \def\access#1{\gdef\@access{#1}}\access{}   \def\editor#1{\gdef\@editor{#1}}\editor{}   %   \def\rec#1{\unskip Received #1}%   \def\acc#1{\unskip Accepted #1}%     \def\keyword#1{\def\@key{{\keywordheadfont \keywordname}:~#1}}   \gdef\email#1{E-mail: #1}     \newenvironment{abstract}{\begingroup%   \abstractfont%   \let\section\subparagraph%   \def\@periodaftersection{}%   {\fontseries{b}\selectfont ABSTRACT}\vskip6pt\noindent \ignorespaces}   {\endgroup}%\bigskip\@afterheading\@afterindentfalse     %   \def\mystar{\ifx\@webpdf\undefined   $\ast$   \else%   \hyperlink{\csname fn\@roman\c@footnote\endcsname}{\textsuperscript{$\ast$}}%   \fi}   %   \def\@fnsymbol#1{\ensuremath{\ifcase#1\or {\ast} \or {\dagger}\or \ddagger\or   \mathsection\or \mathparagraph\or \|\or **\or \dagger\dagger   \or \ddagger\ddagger \else\@ctrerr\fi}}   %   \def\@myfnsymbol#1{\ensuremath{\ifcase#1\or ^{\ast} \or ^{\dagger}\or ^{\ddagger}\or   \mathsection\or \mathparagraph\or \|\or **\or \dagger\dagger   \or \ddagger\ddagger \else\@ctrerr\fi}}   %   %%%%%%%%%%%%%%%%%%%% ** ARTICLE HEADER ** %%%%%%%%%%%%%%%%%%%   %   \newcommand\maketitle{\par   \begingroup   \makeatletter   \markboth{\@jname,\ \@pubyear,\ Vol.~\@jvol,\ No.~\@jissue}   {\@jname,\ \@pubyear,\ Vol.~\@jvol,\ No.~\@jissue}   \makeatother   \renewcommand\thefootnote{\@myfnsymbol\c@footnote}%   \long\def\@makefntext##1{\footnotesize%   \begin{tabular*}{\textwidth}{@{}p{\textwidth}@{}}   \if\c@footnote=1%   \ifx\@webpdf\undefined%   {\mystar}%   \else%   \hypertarget{\csname fn\@roman\c@footnote\endcsname}{\mystar}%   \fi%   \else%   \ifx\@webpdf\undefined%   {{\@thefnmark}}%   \else%   \hypertarget{\csname fn\@roman\c@footnote\endcsname}{{\textsuperscript{\@thefnmark}}}%   \fi   \fi   ##1\end{tabular*}   }%   \def\@makefnmark{%   \if\c@footnote=1%   \ifx\@webpdf\undefined%   {\mystar}%   \else%   \hyperlink{\csname fn\@roman\c@footnote\endcsname}{\mystar}%   \fi%   \else%   \ifx\@webpdf\undefined%   {{\@thefnmark}}%   \else%   \hyperlink{\csname fn\@roman\c@footnote\endcsname}{{\@thefnmark}}%   \fi%   \fi}%   \if@twocolumn%   \ifnum \col@number=\@ne%   \@maketitle%   \else%   \twocolumn[\@maketitle]%   \fi   \else   \newpage   \global\@topnum\z@ % Prevents figures from going at top of page.   \@maketitle   \fi   \thispagestyle{plain}\@thanks   \endgroup   \@afterindentfalse   \setcounter{footnote}{0}%   \global\let\@chapter\@empty\global\let\type\relax   \global\let\@title\@empty\global\let\title\relax   \global\let\@subtitle\@empty\global\let\subtitle\relax %%subtitle   \global\let\@author\@empty\global\let\author\relax   \global\let\@thanks\@empty\global\let\thanks\relax   \global\let\@address\@empty\global\let\address\relax   \global\let\affD\relax   \global\let\@Date\@empty\global\let\Date\relax   \global\let\@abs\@empty\global\let\abs\relax   \global\let\@key\@empty\global\let\key\relax   \global\let\@tableofcontents\@empty\global\let\tableofcontents\relax   \global\let\maketitle\relax\global\let\@maketitle\relax   \@afterheading   \enlargethispage{-24.5pt}}   %   \newdimen\titleskip\titleskip=3pt%\titleskip=-5.5pt   \newdimen\ruleskip\ruleskip=4pt   \newdimen\ruleht\ruleht=1pt   \def\@maketitle{%   \begin{flushleft}%   \let \footnote\thanks   \ifx\@articlesubtype\empty\else   \vspace*{-19.7pt}%   \vtop to 10.3pt{\articlesubtypefont\@articlesubtype\par\vfill}   \fi%   \ifx\@title\empty\else   \vspace*{\titleskip}%   {\titlefont\@title\par}\vspace{-2pt}   \fi%   \ifx\@subtitle\undefined\else   \vskip4pt   {\subtitlefont\@subtitle\par}   \fi%   \ifx\@author\empty\else   \vskip10pt%   {\authorfont\@author\par}   \fi%   \ifx\@address\empty\else   \vspace*{12pt}%   {\addressfont\@address\par}   \fi%   \ifx\@history\empty\else   \vspace*{14pt}%   {\historyfont\@history\par}   \fi%   \ifx\@access\empty   \vspace*{8.5pt}%   \else   \vspace*{3pt}%   {\accessfont\@access\par}   \fi%   \ifx\@editor\empty\else   \vspace*{3pt}%   {\editorfont\@editor\par}   \fi%   \vskip6pt   \end{flushleft}%   \par}   %   %%%%%%%%%%%%%%%%%%%% ** DROPCAP ** %%%%%%%%%%%%%%%%%%%   %   \def\dropfont{\fontsize{26}{26}\selectfont\bfseries}   \newcount\droplines\droplines=2   %   \newdimen\dropsep\dropsep=2pt   \newskip\capvskip\capvskip=5pt   \newskip\caphskip\caphskip=0pt   %   \newdimen\capwd   \newdimen\droplinewd   %   \def\dropcap#1#2{%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Usage: \dropcap{1st letter}{few words}   \settowidth{\capwd}{\dropfont#1}   \droplinewd=\hsize%   \advance\droplinewd by-\capwd   %   \advance\capwd by\dropsep   \advance\capwd by\caphskip   \advance\droplinewd by-\dropsep   \advance\droplinewd by-\caphskip   %   \advance\droplines by1   \vskip-\baselineskip   \moveright \caphskip \vbox to 0pt{\vspace*{\capvskip}\hbox to \capwd{{\dropfont#1}}}\par%   \parshape= \droplines%   \ifcase\droplines%   \or%   \or%   \capwd \droplinewd   \or   \capwd \droplinewd \capwd \droplinewd   \or   \capwd \droplinewd \capwd \droplinewd \capwd \droplinewd   \or   \capwd \droplinewd \capwd \droplinewd \capwd \droplinewd \capwd \droplinewd   \fi   0pt \hsize   \noindent\ignorespaces\textbf{#2}}   %   %%%%%%%%%%%%%%%%%%%% ** ARTICLE SECTIONS ** %%%%%%%%%%%%%%%%%%%   %   \def\cleardoublepage{\clearpage\if@twoside \ifodd\c@page\else   \hbox{}\newpage\if@twocolumn\hbox{}\newpage\fi\fi\fi}   \newcommand*\chaptermark[1]{}   \newcommand*\authormark[1]{}   \setcounter{secnumdepth}{0}   \newcounter {part}   \newcounter {section}   \newcounter {subsection}[section]   \newcounter {subsubsection}[subsection]   \newcounter {paragraph}[subsubsection]   \newcounter {subparagraph}[paragraph]   \renewcommand \thepart {\@Roman\c@part}   \renewcommand \thesection {\@arabic\c@section}   \renewcommand\thesubsection {\thesection.\@arabic\c@subsection}   \renewcommand\thesubsubsection{\thesubsection .\@arabic\c@subsubsection}   \renewcommand\theparagraph {\thesubsubsection.\@arabic\c@paragraph}   \renewcommand\thesubparagraph {\theparagraph.\@arabic\c@subparagraph}   \newcommand\part{%   \if@noskipsec \leavevmode \fi   \par   \addvspace{4ex}%   \@afterindentfalse   \secdef\@part\@spart}     \def\@part[#1]#2{%   \ifnum \c@secnumdepth >\m@ne   \refstepcounter{part}%   \addcontentsline{toc}{part}{\thepart\hspace{1em}#1}%   \else   \addcontentsline{toc}{part}{#1}%   \fi   {\parindent \z@ \raggedright   \interlinepenalty \@M   \normalfont   \ifnum \c@secnumdepth >\m@ne   \Large\bfseries \partname~\thepart   \par\nobreak   \fi   \huge \bfseries #2%   \markboth{}{}\par}%   \nobreak   \vskip 3ex   \@afterheading}   \def\@spart#1{%   {\parindent \z@ \raggedright   \interlinepenalty \@M   \normalfont   \huge \bfseries #1\par}%   \nobreak   \vskip 3ex   \@afterheading}   %   \def\@seccntformat#1{\csname the#1\endcsname.\hskip0.4em\relax}     \newcommand\abstracthead{\@startsection {section}{4}{1em}%   {0pt \@plus 0\p@ \@minus 0\p@}%   {-4pt}%   {\abstractheadfont}}   \newcommand\section{\@startsection {section}{1}{\z@}%   {-18pt \@plus -2\p@ \@minus -2\p@}%   {5pt}%   {\sectionfont}}   \newcommand\subsection{\@startsection{subsection}{2}{\z@}%   {-12pt \@plus -2\p@ \@minus -2\p@}%   {5\p@}%   {\subsectionfont}}   \newcommand\subsubsection{\@startsection{subsubsection}{3}{\z@}%   {-11pt \@plus -2\p@ \@minus -2\p@}%   {-.5em}%   {\subsubsectionfont}}   \newcommand\paragraph{\@startsection{paragraph}{4}{0pt}%   {2\p@ \@plus 2\p@ \@minus 2\p@}%   {-3\p@ \@plus -1\p@ \@minus -1\p@}%   {\paragraphfont}}   \newcommand\subparagraph{\@startsection{subparagraph}{5}{0pt}%   {0\p@ \@plus 0\p@ \@minus 0\p@}%   {-.5em \@plus -1\p@ \@minus -1\p@}%   {\subparagraphfont}}     \newcommand\listhead{\@startsection{subparagraph}{5}{12\p@}%   {0\p@ \@plus 0\p@ \@minus 0\p@}%   {0.0001pt}%   {\listheadfont}}     \def\periodaftersection#1{\gdef\@periodaftersection{#1}}   \periodaftersection{.}     \def\@sect#1#2#3#4#5#6[#7]#8{%   \ifnum #2>\c@secnumdepth%   \let\@svsec\@empty%   \else%   \refstepcounter{#1}%   \ifnum #2 >4%   \edef\@svsec{\csname the#1\endcsname\hskip .25em}%   \else%   \edef\@svsec{\csname the#1\endcsname\hskip1em}%   \fi%   \fi%   \@tempskipa #5\relax%   \ifdim \@tempskipa>\z@%   \ifcase#2\or%   \begingroup #6\relax   \parindent=0pt%   \@hangfrom{\hskip #3\relax\@svsec}{\interlinepenalty \@M{\uppercase{#8}}\par}%   \endgroup   \or   %\@afterindenttrue   \begingroup #6\relax   \parindent=0pt%   \@hangfrom{\hskip #3\relax\@svsec}{\interlinepenalty \@M{{#8}}\par}%   \endgroup   \or   %\@afterindenttrue   \begingroup #6\relax   \parindent=0pt%   \@hangfrom{\hskip #3\relax\@svsec}{\interlinepenalty \@M{{#8}}\par}%   \endgroup   \or   \begingroup #6\relax   \parindent=0pt%   \@hangfrom{\hskip #3\relax\@svsec}{\interlinepenalty \@M{{#8}}\par}%   \endgroup   \or   \begingroup #6\relax   \parindent=0pt%   \@hangfrom{\hskip #3\relax\@svsec}{\interlinepenalty \@M{{#8}}\par}%   \endgroup   \else   \begingroup #6\relax   {\noindent{\hskip #3\relax\@svsec}{\interlinepenalty \@M{#8}\par}}%   \endgroup   \fi%   \csname #1mark\endcsname{#7}%   \addcontentsline{toc}{#1}{\ifnum #2>\c@secnumdepth%   \else \protect\numberline{\csname the#1\endcsname}%   \fi#7}%   \else%   \periodaftersection{}   \def\@svsechd{%   #6{\hskip #3\relax   \@svsec #8\@periodaftersection}%   \csname #1mark\endcsname{#7}%   \addcontentsline{toc}{#1}{%   \ifnum #2>\c@secnumdepth \else   \protect\numberline{\csname the#1\endcsname}%   \fi   #7}}%   \fi%   \@xsect{#5}}   %   \def\@ssect#1#2#3#4#5{%   \@tempskipa #3\relax   \ifdim \@tempskipa>\z@   \ifcase\level   \or   \begingroup   #4{%   \@hangfrom{\hskip #1}%   \interlinepenalty \@M \uppercase{#5}\@@par}%   \endgroup   \or   %\@afterindenttrue   \begingroup   #4{%   \@hangfrom{\hskip #1}%   \interlinepenalty \@M #5\@@par}%   \endgroup   \or   %\@afterindenttrue   \begingroup   #4{%   \@hangfrom{\hskip #1}%   \interlinepenalty \@M #5\@@par}%   \endgroup   \else   \begingroup   #4{%   \@hangfrom{\hskip #1}%   \interlinepenalty \@M #5\@@par}%   \endgroup   \fi   \else   \def\@svsechd{#4{\hskip #1\relax #5}}%   \fi   \@xsect{#3}}   %   \def\@startsection#1#2#3#4#5#6{%   \if@noskipsec \leavevmode \fi%   \par%   \def\level{#2}%%%%%% my Change   \@tempskipa #4\relax%   \@afterindenttrue%   \ifdim \@tempskipa <\z@%   \@tempskipa -\@tempskipa \@afterindentfalse%   \fi%   \if@nobreak%   \everypar{}%   \ifnum#2=2%   \vspace*{0pt}%   \fi%   \else%   \addpenalty\@secpenalty\addvspace\@tempskipa%   \fi%   \@ifstar%   {\@ssect{#3}{#4}{#5}{#6}}%   {\@dblarg{\@sect{#1}{#2}{#3}{#4}{#5}{#6}}}}   %   %%%%%%%%%%%%%%%%%%%% ** LISTS ** %%%%%%%%%%%%%%%%%%%   %   \if@twocolumn   \setlength\leftmargini {2em}   \else   \setlength\leftmargini {2.5em}   \fi   \leftmargin \leftmargini   \setlength\leftmarginii {2.2em}   \setlength\leftmarginiii {1.87em}   \setlength\leftmarginiv {1.7em}   \if@twocolumn   \setlength\leftmarginv {.5em}   \setlength\leftmarginvi {.5em}   \else   \setlength\leftmarginv {1em}   \setlength\leftmarginvi {1em}   \fi   \setlength \labelsep {.5em}   \setlength \labelwidth{\leftmargini}   \addtolength\labelwidth{-\labelsep}   \@beginparpenalty -\@lowpenalty   \@endparpenalty -\@lowpenalty   \@itempenalty -\@lowpenalty   \renewcommand\theenumi{\@arabic\c@enumi}   \renewcommand\theenumii{\@alph\c@enumii}   \renewcommand\theenumiii{\@roman\c@enumiii}   \renewcommand\theenumiv{\@Alph\c@enumiv}   \newcommand\labelenumi{\theenumi.}   \newcommand\labelenumii{(\theenumii)}   \newcommand\labelenumiii{\theenumiii.}   \newcommand\labelenumiv{\theenumiv.}   \renewcommand\p@enumii{\theenumi}   \renewcommand\p@enumiii{\theenumi(\theenumii)}   \renewcommand\p@enumiv{\p@enumiii\theenumiii}   \newcommand\labelitemi{\textbullet}   \newcommand\labelitemii{\normalfont\bfseries \textendash}   \newcommand\labelitemiii{\textasteriskcentered}   \newcommand\labelitemiv{\textperiodcentered}     \newenvironment{description}   {\list{}{\labelwidth\z@ \itemindent-\leftmargin   \let\makelabel\descriptionlabel}}   {\endlist}     \newcommand*\descriptionlabel[1]{\hspace\labelsep   \normalfont\bfseries #1}   \newenvironment{verse}   {\let\\\@centercr   \list{}{\itemsep \z@   \itemindent -1.5em%   \listparindent\itemindent   \rightmargin \leftmargin   \advance\leftmargin 1.5em}%   \item\relax}   {\endlist}     \newenvironment{quotation}   {\list{}{\listparindent 1.5em%   \itemindent \listparindent   \rightmargin \leftmargin   \parsep \z@ \@plus\p@}%   \item\relax}   {\endlist}     \newenvironment{quote}   {\quotefont\list{}{\rightmargin0pt\leftmargin0pt}%   \item\relax}   {\endlist}     \setlength\partopsep{2\p@ \@plus 1\p@ \@minus 1\p@}   \def\@listi{\leftmargin\leftmargini   \parsep 4\p@ \@plus2\p@ \@minus\p@   \topsep 8\p@ \@plus2\p@ \@minus4\p@   \itemsep4\p@ \@plus2\p@ \@minus\p@}   \let\@listI\@listi   \@listi   \def\@listii {\leftmargin\leftmarginii   \labelwidth\leftmarginii   \advance\labelwidth-\labelsep   \topsep 4\p@ \@plus2\p@ \@minus\p@   \parsep 2\p@ \@plus\p@ \@minus\p@   \itemsep \parsep}   \def\@listiii{\leftmargin\leftmarginiii   \labelwidth\leftmarginiii   \advance\labelwidth-\labelsep   \topsep 2\p@ \@plus\p@\@minus\p@   \parsep \z@   \partopsep \p@ \@plus\z@ \@minus\p@   \itemsep \topsep}   \def\@listiv {\leftmargin\leftmarginiv   \labelwidth\leftmarginiv   \advance\labelwidth-\labelsep}   \def\@listv {\leftmargin\leftmarginv   \labelwidth\leftmarginv   \advance\labelwidth-\labelsep}   \def\@listvi {\leftmargin\leftmarginvi   \labelwidth\leftmarginvi   \advance\labelwidth-\labelsep}   %   \newdimen\labelwidthi   \newdimen\labelwidthii   \newdimen\labelwidthiii   \newdimen\labelwidthiv   %   \newskip\topsepi   \newskip\topsepii   \newskip\topsepiii   \newskip\topsepiv   %   \newskip\itemsepi   \newskip\itemsepii   \newskip\itemsepiii   \newskip\itemsepiv   %   \newdimen\labelsepi   \newdimen\labelsepii   \newdimen\labelsepiii   \newdimen\labelsepiv   %   \newdimen\parsepi   \newdimen\parsepii   \newdimen\parsepiii   \newdimen\parsepiv   %   \newdimen\rightmargini   \newdimen\rightmarginii   \newdimen\rightmarginiii   \newdimen\rightmarginiv   %   \newdimen\itemindenti   \newdimen\itemindentii   \newdimen\itemindentiii   \newdimen\itemindentiv   %   \newdimen\labelleftmargin   %   \newif\ifdotalign\global\dotaligntrue   %   \def\myenumerate#1{%   \ifnum \@enumdepth >\thr@@\@toodeep\else%   \advance\@enumdepth\@ne%   \settowidth{\csname labelwidth\romannumeral\the\@enumdepth\endcsname}{\listlabelfont#1}%   \labelsep \csname labelsep\romannumeral\the\@enumdepth\endcsname%   \csname leftmargin\romannumeral\the\@enumdepth\endcsname\csname labelwidth\romannumeral\the\@enumdepth\endcsname%   \advance\csname leftmargin\romannumeral\the\@enumdepth\endcsname\csname labelsep\romannumeral\the\@enumdepth\endcsname%   \ifnum \@enumdepth =\@ne\advance\csname leftmargin\romannumeral\the\@enumdepth\endcsname\labelleftmargin\fi%%%%% Label leftmargin set for first level only!   \edef\@enumctr{enum\romannumeral\the\@enumdepth}%   \expandafter%   \list%   \csname label\@enumctr\endcsname%   {\listfont%   \topsep \csname topsep\romannumeral\the\@enumdepth\endcsname%   \itemsep \csname itemsep\romannumeral\the\@enumdepth\endcsname%   \rightmargin\csname rightmargin\romannumeral\the\@enumdepth\endcsname%   \parsep \csname parsep\romannumeral\the\@enumdepth\endcsname%   \itemindent \csname itemindent\romannumeral\the\@enumdepth\endcsname   \usecounter\@enumctr\def\makelabel##1{%   \ifdotalign\hss\llap{\listlabelfont##1}%   \else   \hfill\llap{{\hbox to\csname labelwidth\romannumeral\the\@enumdepth\endcsname{{{\listlabelfont##1}}}}}%   \fi}}%   \fi}   \let\endmyenumerate =\endlist   %   \newenvironment{arabiclist}[1][(1)]{%   \dotaligntrue%   \topsepi5.5pt plus2pt minus0pt%   \topsepii5.5pt plus0pt minus0pt%   \itemsepi3pt plus0pt minus0pt%   \itemsepii3pt plus0pt minus0pt%   \labelsepi4pt%   \labelsepii4pt%   \rightmargini0pt%   \rightmarginii0pt%   \labelleftmargin\parindent% leftmargin for labels for first level only   %\raggedright%   \def\labelenumi{(\theenumi)} \def\theenumi{\arabic{enumi}}   \def\labelenumii{(\theenumii)} \def\theenumii{\arabic{enumii})}   \def\listfont{\normalfont}   \def\listlabelfont{\normalfont}   \myenumerate{#1}%   }{\endlist}     \newenvironment{alphalist}[1][(b)]{%   \dotalignfalse%   \topsepi5.5pt plus2pt minus0pt%   \topsepii5.5pt plus2pt minus0pt%   \itemsepi3pt plus0pt minus0pt%   \itemsepii3pt plus0pt minus0pt%   \labelsepi4pt%   \labelsepii4pt%   \rightmargini0pt   \rightmarginii0pt   \labelleftmargin\parindent% leftmargin for labels for first level only   %\raggedright%   \def\labelenumi{(\theenumi)} \def\theenumi{\alph{enumi}}   \def\labelenumii{(\theenumii)} \def\theenumii{\alph{enumii}}   \def\listfont{\normalfont}   \def\listlabelfont{\normalfont}   \myenumerate{#1}%   }{\endlist}     \newenvironment{romanlist}[1][(i)]{%   %\dotalignfalse%   \topsepi6pt plus2pt minus0pt%   \topsepii0pt%   \itemsepi0pt   \itemsepii0pt   \labelsepi4pt%   \labelsepii4pt%   \rightmargini0pt   \rightmarginii0pt   \labelleftmargin1em% leftmargin for labels for first level only   %\raggedright%   \def\labelenumi{\theenumi} \def\theenumi{\roman{enumi}}   \def\labelenumii{\theenumii} \def\theenumii{\roman{enumii}}   \def\listfont{\normalfont}   \def\listlabelfont{\normalfont}   \myenumerate{#1}%   }{\endlist}   %   \newenvironment{greeklist}[1][(\ensuremath{\gamma})]{%   %\dotalignfalse%   \topsepi6pt plus2pt minus0pt%   \topsepii6pt plus2pt minus0pt%   \itemsepi0pt   \itemsepii0pt   \labelsepi4pt%   \labelsepii4pt%   \rightmargini0pt   \rightmarginii0pt   \labelleftmargin1em% leftmargin for labels for first level only   %\raggedright%   \def\labelenumi{\theenumi} \def\theenumi{(\@greek\c@enumi)}   \def\labelenumii{\theenumii} \def\theenumii{(\@greek\c@enumii)}   \def\listfont{\normalfont}   \def\listlabelfont{\normalfont}   \myenumerate{#1}%   }{\endlist}   %   \def\@greek#1{\ensuremath{\ifcase#1\or \alpha\or \beta\or \gamma\or   \delta\or \epsilon\or \lambda\or \mu\or \sigma   \or \zeta \else\@ctrerr\fi}}   %   \def\bulletfont{}   %   \newenvironment{bulletlist}[1][\bulletfont\textbullet]{%   \topsepi5pt plus2pt minus0pt%   \topsepii0pt%   \itemsepi3pt%   \itemsepii3pt   \labelsepi5.5pt%   \labelsepii5.5pt%   \rightmargini0pt   \rightmarginii0pt   \labelleftmargin9.5pt% leftmargin for labels for first level only   %\raggedright%   \def\labelenumi{\lower0pt\hbox{\bulletfont\textbullet}}%   \def\labelenumii{\lower0pt\hbox{\bulletfont\textbullet}}%   \def\listfont{\normalfont}   \def\listlabelfont{\normalfont}   \myenumerate{#1}%   }{\endlist}   %   \newenvironment{methbulletlist}[1][\bulletfont\textbullet]{%   \topsepi5pt plus2pt minus0pt%   \topsepii0pt%   \itemsepi2pt%   \itemsepii2pt   \labelsepi5.5pt%   \labelsepii5.5pt%   \rightmargini0pt   \rightmarginii0pt   \labelleftmargin9.5pt% leftmargin for labels for first level only   %\raggedright%   \def\labelenumi{\lower0pt\hbox{\bulletfont\textbullet}}%   \def\labelenumii{\lower0pt\hbox{\bulletfont\textbullet}}%   \def\listfont{\normalfont}   \def\listlabelfont{\normalfont}   \myenumerate{#1}%   }{\endlist}   %   \newenvironment{circlelist}[1][\bulletfont$\circ$]{%   \topsepi6pt plus2pt minus0pt%   \topsepii0pt%   \itemsepi0pt%   \itemsepii0pt   \labelsepi5.5pt%   \labelsepii5.5pt%   \rightmargini0pt \rightmarginii0pt   \labelleftmargin9.5pt% leftmargin for labels for first level only   %\raggedright%   \def\labelenumi{\lower0pt\hbox{\bulletfont$\circ$}}%   \def\labelenumii{\lower0pt\hbox{\bulletfont$\circ$}}%   \def\listfont{\normalfont}   \def\listlabelfont{\normalfont}   \myenumerate{#1}%   }{\endlist}   %   \newenvironment{hyphenlist}[1][\textendash]{%   \topsepi6pt plus2pt minus0pt%   \topsepii0pt plus0pt minus0pt%   \itemsepi0pt%   \itemsepii0pt   \labelsepi5.5pt%   \labelsepii5.5pt%   \rightmargini0pt   \rightmarginii0pt   \labelleftmargin1em% leftmargin for labels for first level only   %\raggedright%   \def\labelenumi{\lower0pt\hbox{\textendash}}%   \def\labelenumii{\lower0pt\hbox{\textendash}}%   \def\listfont{\normalfont}   \def\listlabelfont{\normalfont}   \myenumerate{#1}%   }{\endlist}   %   %   \newenvironment{unnumlist}[1][]{%   \topsepi6pt plus2pt minus0pt%   \topsepii0pt%   \itemsepi0pt%   \itemsepii0pt   \labelsepi0pt%   \labelsepii0pt%   \rightmargini0pt   \rightmarginii0pt   \labelleftmargin2em% leftmargin for labels for first level only   \itemindenti-1em%%%%% hangindent   %\raggedright%   \def\labelenumi{}%   \def\labelenumii{}%   \def\listfont{\normalfont}   \def\listlabelfont{\normalfont}   \myenumerate{#1}%   }{\endlist}   %   \gdef\tab#1{\begin{tabular}{#1}}   %   \newenvironment{mclist}[1]{%\par\vskip6pt plus2pt minus0pt   \parindent0pt\mclistfont   \list{}{\topsep6pt%   \parsep0pt%   \itemindent0pt   \leftmargin0pt}\item[]#1}   {\end{tabular}\endlist}%   %   %%%%%%%%%%%%%%%%%%%% ** MATHS ** %%%%%%%%%%%%%%%%%%%   %   \renewcommand \theequation {{\bf\@arabic\c@equation}}   \setlength\arraycolsep{1.5\p@}   \setlength\arrayrulewidth{.4\p@}     %%% To get better spacing in the subscript   %%% \ldots and     \DeclareMathSymbol{\ldotjs}{\mathord}{letters}{"3A}   \def\mymathellipsis{{\mathchoice   {\mathinner{\mskip0.05mu\ldotjs\mskip4mu\ldotjs\mskip4mu   \ldotjs\mskip4mu}}%   {\mathinner{\mskip0.05mu\ldotjs\mskip4mu\ldotjs\mskip4mu   \ldotjs\mskip4mu}}%   {\mathinner{\mskip2.6mu\ldotjs\mskip3.3mu\ldotjs\mskip3.3mu   \ldotjs\mskip3.3mu}}%   {\mathinner{\mskip2.6mu\ldotjs\mskip3.3mu\ldotjs\mskip3.3mu   \ldotjs\mskip3.3mu}}}}%   \DeclareRobustCommand{\mydots}{%   \ifmmode\mymathellipsis\else\textellipsis\fi}%   %\AtBeginDocument{\let\ldots=\mydots}     \def\mathtight{%   \thickmuskip2mu   \thinmuskip1mu   \medmuskip=1.5mu\relax}     %%% Standard math spacing   \def\MathSpS{%   \thinmuskip=3mu   \medmuskip=4mu plus 2mu minus 4mu   \thickmuskip=5mu plus 5mu\relax}   %%% With no extra declaration it is \MathSPS in effect     %%% Standard math spacing with less flexibility   \def\MathSpSS{%   \thinmuskip=3mu   \medmuskip=4mu plus 1.5mu minus 2mu   \thickmuskip=5mu plus 2mu minus 1mu\relax}     %%% Tight math spacing   \def\MathSpT{%   \thinmuskip=2mu   \medmuskip=2.8mu plus 1.5mu minus 1.5mu   \thickmuskip=3.7mu plus 2mu minus 1mu\relax}     %%% Very tight math spacing   \def\MathSpTT{%   \thinmuskip=2mu   \medmuskip=2mu plus 1.2mu minus 0.8mu   \thickmuskip=2.6mu plus 1.5mu minus 1mu\relax}     \jot=3pt   \def\DS{\displaystyle}   \mathchardef\@m=1500 % adapted value   \mathtight   %   %%%%%%%%%%%%%%%%%%%% ** OTHER ENVIR. ** %%%%%%%%%%%%%%%%%%%   %   \newenvironment{extract}   {\begin{list}{}   {%   \extractfont   \setlength{\topsep}{6pt}   \setlength{\leftmargin}{1em}   \setlength{\rightmargin}{0em}   \setlength{\parsep}{0pt}   \setlength{\itemsep}{18pt}   \setlength{\itemindent}{0pt}   \setlength{\listparindent}{12pt}   }\item[]}   {\end{list}}   \def\source#1{{\par\selectfont\leftskip0pt plus1fill #1\par}}   %   \newenvironment{ack}[1][\ackname]   {\section*{#1}%   \ackfont\list{}{\rightmargin0pt\leftmargin0pt}%   \item\relax}   {\endlist}   %   %%%%%%%%%%%%%%%%%%%% ** FIGURE & TABLE ** %%%%%%%%%%%%%%%%%%%   %   \setlength\tabcolsep{6\p@}   \setlength\doublerulesep{2\p@}   \setlength\tabbingsep{\labelsep}   %   \newcounter{figure}   \def\thefigure{\@arabic\c@figure}   \def\fps@figure{tbp}   \def\ftype@figure{1}   \def\ext@figure{lof}   \def\fnum@figure{\figurename~\thefigure}   %   \newcounter{table}   \def\thetable{\@arabic\c@table}   \def\fps@table{tbp}   \def\ftype@table{2}   \def\ext@table{lot}   \def\fnum@table{\tablename~\thetable}   %   \newenvironment{figure}   {\let\@makecaption\@figurecaption\@float{figure}}   {\end@float}   \newenvironment{figure*}   {\let\@makecaption\@figurecaption\@dblfloat{figure}}   {\end@dblfloat}   \newenvironment{intextfigure}   {\par\addvspace{12pt plus2pt minus2pt}\begin{minipage}{\textwidth}\centering}%   {\end{minipage}\par\addvspace{12pt plus2pt minus2pt}\@endparenv}   %   \newenvironment{table}   {\let\@makecaption\@tablecaption\@float{table}}   {\end@float}   \newenvironment{table*}   {\let\@makecaption\@tablecaption\@dblfloat{table}}   {\end@dblfloat}   %   \newlength\abovecaptionskip   \newlength\belowcaptionskip   \setlength\abovecaptionskip{7\p@}   \setlength\belowcaptionskip{4.2\p@}   %   \long\def\@makecaption#1#2{%   \vskip\abovecaptionskip   \sbox\@tempboxa{#1: #2}%   \ifdim \wd\@tempboxa >\hsize   #1: #2\par   \else   \global \@minipagefalse   \hb@xt@\hsize{\hfil\box\@tempboxa\hfil}%   \fi   \vskip\belowcaptionskip}   %   \long\def\@figurecaption#1#2{%   \ifx\@webpdf\undefined\else%   \def\HyperRaiseLinkDefault{\figureheight}%   \advance\HyperRaiseLinkDefault\abovecaptionskip%   \fi%   \vskip\abovecaptionskip%   \sbox\@tempboxa{\figurecaptionfont {\figurenumberfont #1.}\hskip0.5em#2}%   \ifdim \wd\@tempboxa > \hsize   {\figurecaptionfont {\figurenumberfont #1.}\hskip0.5em#2\par}   \else   \global \@minipagefalse   \hb@xt@\hsize{{\unhbox\@tempboxa\hfill}}%   \fi}   %   \graphicspath{{\artdir}{\artdir}}   %   \newdimen\figurewidth   \newdimen\figureheight%   \def\EPSfbox#1{\centering%   \settowidth{\figurewidth}{\epsfbox{#1}}%   \settoheight{\figureheight}{\epsfbox{#1}}%   \vspace*{\@fptop}%   \epsfbox{#1}   }%   %   \newdimen\dwidth   \newdimen\dheight   \newcount\ncolumns   \newcount\nrows   %   \def\showtiff#1#2#3#4{%   \dwidth=#2\dheight=#2   \ncolumns=#3\nrows=#4   \divide\dheight by \ncolumns   \multiply\dheight by \nrows   \edef\width{\number\dwidth}\edef\height{\number\dheight}\hbox{\vbox to   \dheight{\vfill\hbox to \dwidth{\special{insertimage:#1 \width \space   \height}\hfill}}}\vspace{4pt}}%   %   % TABLE   %   \newdimen\tablewd   \newdimen\tablewidth   \newdimen\captionwd   \newbox\tempbox   \newskip\tableleftskip%   \newskip\tablerightskip%   \newskip\tablecapleftskip%   \newskip\tablecaprightskip%   \newskip\tablefootleftskip%   \newskip\tablefootrightskip%   %   \newcolumntype{d}[1]{D{.}{.}{#1}}   %   \def\TCH#1{\TCHfont #1} %Table col-heads   \def\SCH#1{\SCHfont #1} %Table col-heads   %   \def\@tablecaption#1#2{%   \vspace*{\@fptop}%   \settowidth{\global\captionwd}{\hbox{\tablecaptionfont{\tablenumberfont #1.}\hskip.5em#2\vphantom{pyg}}}%   {\tablecaptionfont{\tablenumberfont #1.}\hskip.5em#2\vphantom{pyg}\par}   \vskip\belowcaptionskip}   %   \long\def\tableparts#1#2#3{%%%%%%%%%%%%%%%%%%%%%%%%%%%%% #1-caption #2-body #3-footnote   \setbox\tempbox\vbox{#1} %% to calculate width caption   \addtocounter{table}{-1} %%   \settowidth{\global\tablewd}{\tablebodyfont#2} %% \captionwd - caption of width   \tablewidth\hsize %% \tablewd - table width   \advance\tablewidth-\tablewd   \divide\tablewidth 2   \global\tableleftskip\tablewidth   \global\tablerightskip\tablewidth   \ifdim\captionwd>\hsize   \global\tablecapleftskip\tablewidth   \global\tablecaprightskip\tablewidth %plus2fill   \else   \global\tablecapleftskip\tablewidth %plus2fill   \global\tablecaprightskip\tablewidth plus2fill   \fi   \global\tablefootleftskip\tablewidth   \global\tablefootrightskip\tablewidth %plus2fill   {#1 \par}%   {\tablebodyfont #2\par}%   {\tablefootfont #3\par}%   }   %   % Tablenotes   \long\def\tablenote#1{\par\textit{Note}:\ #1\par}   \long\def\tablesource#1{\par\textit{Source}:\ #1\par}   \long\def\tablefoot#1{\par#1\par}   %   \def\tfmark#1{\if#1**\else\textsuperscript{\smash{#1}}\fi}   %   \def\myhline#1{%   \noalign{\ifnum0=`}\fi\hrule \@height #1 \futurelet   \reserved@a\@xhline}%   %   %\def\toprule{\myhline{1pt}\vrule height12pt depth0pt width0pt}%   %\def\colrule{\vrule height0pt depth5pt width0pt\\\myhline{1pt}\vrule height12pt depth0pt width0pt}%   %\def\botrule{\vrule height0pt depth5pt width0pt\\\myhline{1pt}\omit {\vspace*{4pt}}}%   %     \newcommand{\up}{\HD{12}{0}}   \newcommand{\down}{\HD{0}{8}}   \newcommand{\Ndown}{\HD{0}{6}}     \def\toprule{\noalign{\ifnum0=`}\fi   \hrule \@height .5\p@   \hrule \@height 6\p@ \@width \z@   \futurelet \@tempa\@xhline}     \def\colrule{\noalign{\ifnum0=`}\fi   \hrule \@height 3.5\p@ \@width \z@   \hrule \@height .5\p@   \hrule \@height 5\p@ \@width\z@   \futurelet \@tempa\@xhline}     \def\botrule{\noalign{\ifnum0=`}\fi   \hrule \@height 3.25\p@ \@width \z@   \hrule \@height .5\p@   \hrule \@height 3.25\p@ \@width\z@   \futurelet \@tempa\@xhline}     %\def\crules#1{\vrule height0pt depth5pt width0pt\\#1\vrule height11pt depth0pt width0pt}     \def\crules#1{\noalign{\hrule \@height 5.5\p@ \@width \z@}#1\noalign{\hrule \@height 5.5\p@ \@width \z@}}     %%%%%%%%%%%%%%%%%%%% ** FLOAT PLACEMENT ** %%%%%%%%%%%%%%%%%%%   %   % Float placement parameters.   %   % The total number of floats that can be allowed on a page.   \setcounter{totalnumber}{9}   % The maximum number of floats at the top and bottom of a page.   \setcounter{topnumber}{9}   \setcounter{bottomnumber}{9}   % The maximum part of the top or bottom of a text page that can be   % occupied by floats. This is set so that at least four lines of text   % fit on the page.   \renewcommand\topfraction{.9}   \renewcommand\bottomfraction{.9}   % The minimum amount of a text page that must be occupied by text.   % This should accomodate four lines of text.   \renewcommand\textfraction{.1}   % The minimum amount of a float page that must be occupied by floats.   \renewcommand\floatpagefraction{.85}%{.91}   % The same parameters repeated for double column output   \setcounter{dbltopnumber}{2}   \renewcommand\dbltopfraction{.9}   \renewcommand\dblfloatpagefraction{.9}   % Space between floats   \setlength\floatsep{18\p@ \@plus 3\p@ \@minus \z@}   % Space between floats and text   \setlength\textfloatsep{22\p@ \@plus 3\p@ \@minus 3\p@}   % Space above and below an inline figure   \setlength\intextsep {6\p@ \@plus \z@ \@minus 2\p@}   % For double column floats   \setlength\dblfloatsep {12\p@ \@plus 2\p@ \@minus 2\p@}   \setlength\dbltextfloatsep{17\p@ \@plus 6\p@ \@minus 6\p@}     % Space left at top, bottom and inbetween floats on a float page.   \setlength\@fptop{3.5\p@}% \@plus 1fil % no space above float page figures   \setlength\@fpsep{12\p@ \@plus 2fil}   \setlength\@fpbot{0\p@ \@plus 1fil}     % The same for double column   \setlength\@dblfptop{0\p@}   \setlength\@dblfpsep{12\p@ \@plus 2fil}   \setlength\@dblfpbot{0\p@ \@plus 1fil}   %   %%%%%%%%%%%%%%%%%%%% ** TOC ** %%%%%%%%%%%%%%%%%%%   %   \newcommand\@pnumwidth{1.5em}   \newcommand\@tocrmarg{0em}   \newcommand\@dotsep{2}   \setcounter{tocdepth}{1}   \def\dotfill{\leaders\hbox to.3em{\hss .\hss}\hskip\z@ plus 1fill}%   %   \newcommand\tableofcontents{%   \section*{\contentsname   \@mkboth{%   \MakeUppercase\contentsname}{\MakeUppercase\contentsname}}%   \@starttoc{toc}%   }   \newcommand*\l@part[3]{%   \ifnum \c@tocdepth >-2\relax   \addpenalty\@secpenalty   \addvspace{.5em \@plus\p@}%   \begingroup   \parindent \z@ \rightskip \@pnumwidth   \parfillskip -\@pnumwidth   {\leavevmode   \@hangfrom{\hbox to 10.5pc{\bfseries #1\hfill}}\textbf{#2} \hfil \hb@xt@\@pnumwidth{\hss #3}}\par   \nobreak   \if@compatibility   \global\@nobreaktrue   \everypar{\global\@nobreakfalse\everypar{}}%   \fi   \endgroup   \fi}   \newcommand*\l@subpart[3]{%   \ifnum \c@tocdepth >-2\relax   \addpenalty\@secpenalty   \addvspace{.5em \@plus\p@}%   \begingroup   \parindent \z@ \rightskip \@pnumwidth   \parfillskip -\@pnumwidth   {\leavevmode   \@hangfrom{\hbox to 10.5pc{\bfseries #1\hfill}}\textbf{#2} \hfil \hb@xt@\@pnumwidth{\hss #3}}\par   \nobreak   \if@compatibility   \global\@nobreaktrue   \everypar{\global\@nobreakfalse\everypar{}}%   \fi   \endgroup   \fi}   \newcommand*\l@section[2]{%   \ifnum \c@tocdepth >\z@   \addpenalty\@secpenalty   \addvspace{1.0em \@plus\p@}%   \setlength\@tempdima{1.5em}%   \begingroup   \parindent \z@ \rightskip \@pnumwidth   \parfillskip -\@pnumwidth   \leavevmode \bfseries   \advance\leftskip\@tempdima   \hskip -\leftskip   #1\nobreak\hfil \nobreak\hb@xt@\@pnumwidth{\hss #2}\par   \endgroup   \fi}   %   \newcommand*\l@article[2]{%   \renewcommand\@pnumwidth{5pc}   \ifnum \c@tocdepth >\z@   \addpenalty\@secpenalty   \addvspace{.6em \@plus\p@}%   \setlength\@tempdima{10.5pc}%   \begingroup   \parindent \z@ \rightskip \@pnumwidth   \parfillskip -\@pnumwidth   \leavevmode \fontsize{9}{11}\selectfont   \advance\leftskip\@tempdima   %\hskip -\leftskip   {\bfseries #1}\nobreak\hfil \nobreak\hb@xt@\@pnumwidth{\hss #2}\par   \endgroup   \fi}   %   \newcommand*\l@author[2]{%   \ifnum \c@tocdepth >\z@   \addpenalty\@secpenalty   \addvspace{0em \@plus\p@}%   \setlength\@tempdima{10.5pc}%   \begingroup   \parindent \z@ \rightskip \@pnumwidth   \parfillskip -\@pnumwidth   \leavevmode \fontsize{8}{9}\selectfont   \advance\leftskip\@tempdima   %\hskip -\leftskip   {#1}\nobreak\hfil \nobreak\hb@xt@\@pnumwidth{\hss #2}\par   \endgroup   \fi}   %     \def\@dottedtocline#1#2#3#4#5{%   \ifnum #1>\c@tocdepth \else   \vskip \z@ \@plus.2\p@   {\leftskip #2\relax \rightskip \@tocrmarg \parfillskip -\rightskip   \parindent #2\relax\@afterindenttrue   \interlinepenalty\@M   \leavevmode   \@tempdima #3\relax   \advance\leftskip \@tempdima \null\nobreak\hskip -\leftskip   {#4}\nobreak   \leaders\hbox{$\m@th   \mkern \@dotsep mu\hbox{.}\mkern \@dotsep   mu$}\hfill   \nobreak   \hb@xt@\@pnumwidth{\hfil\normalfont \normalcolor #5}%   \par}%   \fi}   %   \newcommand*\l@subsection{\@dottedtocline{2}{1.5em}{2.3em}}   \newcommand*\l@subsubsection{\@dottedtocline{3}{3.8em}{3.2em}}   \newcommand*\l@paragraph{\@dottedtocline{4}{7.0em}{4.1em}}   \newcommand*\l@subparagraph{\@dottedtocline{5}{10em}{5em}}   \newcommand\listoffigures{%   \section*{\listfigurename   \@mkboth{\MakeUppercase\listfigurename}%   {\MakeUppercase\listfigurename}}%   \@starttoc{lof}%   }   \newcommand*\l@figure{\@dottedtocline{1}{1.5em}{2.3em}}   \newcommand\listoftables{%   \section*{\listtablename   \@mkboth{%   \MakeUppercase\listtablename}{\MakeUppercase\listtablename}}%   \@starttoc{lot}%   }   \let\l@table\l@figure   %   %%%%%%%%%%%%%%%%%%%% ** FOOTNOTES ** %%%%%%%%%%%%%%%%%%%   %   \setlength\footnotesep{6.65\p@}   \setlength{\skip\footins}{26\p@ \@plus 4\p@ \@minus 0\p@}   \skip\@mpfootins = \skip\footins   %   \renewcommand\footnoterule{%   \kern-5\p@   \hrule\@width\textwidth \@height .5\p@   \kern5\p@}   %   \def\footnum#1{\gdef\@footnum{#1}}   \footnum{\mbox{\fontsize{5.31}{5}\selectfont\arabic{footnote}}}   %   \newdimen\footnumskip   \def\@makefnmark{$^{\mbox{\fontsize{5.98}{6}\selectfont\arabic{footnote}}}$}   \long\def\@makefntext#1{\hspace*{\footnumskip}{\textsuperscript{\@footnum}}#1\footnumskip=0pt}   %   %%%%%%%%%%%%%%%%%%%% ** APPENDIX ** %%%%%%%%%%%%%%%%%%%   %   \newcommand\appendix{\par   \setcounter{section}{0}%   \setcounter{subsection}{0}%   \setcounter{table}{0}%   \setcounter{figure}{0}%   \setcounter{equation}{0}%   \gdef\thesection{\Alph{section}.1}%   \def\thefigure{\Alph{section}\@arabic\c@figure}%   \def\thetable{\Alph{section}\@arabic\c@table}%   \def\theequation {\Alph{section}\@arabic\c@equation}}   %   %%%%%%%%%%%%%%%%%%%% ** BIBLIOGRAPHY ** %%%%%%%%%%%%%%%%%%%   %   \newdimen\bibindent   \setlength\bibindent{11pt}   \def\@mybiblabel#1{\llap{\hbox to \leftmargin{\hfill#1\hskip\labelsep}\hskip-\labelsep}}   %   \newdimen\maxbibwd   \gdef\maxbib#1{%   \global\settowidth\maxbibwd{#1}   \leftskip-\maxbibwd}   \def\resetmaxbib{\leftskip0pt}   %   \newenvironment{thebibliography}[1]   {\bibsection%   \gdef\@bibmax{#1}%   \addcontentsline{toc}{section}{\protect\numberline{\relax}\refname}   \list{\ifx\@bibmax\empty\@biblabel{\@arabic\c@enumiv}\else\@mybiblabel{\@biblabel{\@arabic\c@enumiv}}\fi}%   {\bibfont%   \ifx\@bibmax\empty   \settowidth\labelwidth{\@biblabel{#1}}%   \leftmargin\labelwidth   \advance\leftmargin\labelsep   \else   \itemindent=0pt   \labelsep=3pt   \settowidth\bibindent{\@bibmax.}   \advance\bibindent\labelsep   \leftmargin\bibindent   \fi   \itemsep=0pt \@plus 0\p@   \parsep=0pt   \@openbib@code   \usecounter{enumiv}%   \let\p@enumiv\@empty   \renewcommand\theenumiv{\@arabic\c@enumiv}}%   \sloppy   \clubpenalty4000   \@clubpenalty \clubpenalty   \widowpenalty4000%   \sfcode`\.\@m}   {\def\@noitemerr   {\@latex@warning{Empty `thebibliography' environment}}%   \endlist   }   %   \newcommand\newblock{\hskip .11em\@plus.33em\@minus.07em}   \let\@openbib@code\@empty   \newcommand{\bysame}{\leavevmode\hbox to5em{\hrulefill}\thinspace}   %   %%%%%%%%%%%%%%%% ** CITATION STYLE ** %%%%%%%%%%%%%%%%   %   \if@openbib   \DeclareRobustCommand\cite{%   \@ifnextchar [{\@tempswatrue\@citex}{\@tempswafalse\@citex[]}}   \def\@citex[#1]#2{%   \let\@citea\@empty   \@cite{\@for\@citeb:=#2\do   {\@citea\def\@citea{;\penalty\@m\ }%   \edef\@citeb{\expandafter\@firstofone\@citeb\@empty}%   \if@filesw\immediate\write\@auxout{\string\citation{\@citeb}}\fi   \@ifundefined{b@\@citeb}{\mbox{\reset@font\bfseries ?}%   \G@refundefinedtrue   \@latex@warning   {Citation `\@citeb' on page \thepage \space undefined}}%   {{\csname b@\@citeb\endcsname}}}}{#1}}   \def\@cite#1#2{{#1\if@tempswa , #2\fi}}   \def\@biblabel#1{}   \else   \usepackage[authoryear,sort,comma]{NAR-natbib}   \let\mycite\cite   \let\cite\citep   \setlength{\bibhang}{11pt}   \bibsep=0pt   \fi   \def\bibfont{\fontsize{8}{9}\selectfont}   %   \def\bibsection{\section*{\refname}%\markboth{\refname}{\refname}   \vspace*{2pt}}   \ifx\@webpdf\undefined\else%   \usepackage{hypernat}%% used with natbib pdfstartview={FitH -32768},   \fi   %   \ifx\@webpdf\undefined   \def\url#1{#1}%   \def\href#1#2{#1}%   \else%raiselinks,   \usepackage[hyperfootnotes, dvipsone, breaklinks=true, colorlinks=true,   urlcolor=black, linkcolor=blue,citecolor=blue,linkbordercolor=0 0 0,citebordercolor=0 0 0,   bookmarks,bookmarksopen=true,bookmarksnumbered=true,pdfpagelayout={OneColumn},pdfstartview={FitH -32768}]{hyperref}%   \fi%   %   %%%%%%%%%%%%%%%%%%%% ** INDEX ** %%%%%%%%%%%%%%%%%%%   %   \newenvironment{theindex}   {%   \columnseprule \z@   \columnsep 12\p@   \@mkboth{\MakeUppercase\indexname}%   {\MakeUppercase\indexname}%   \thispagestyle{plain}\parindent\z@   \parskip\z@ \@plus .3\p@\relax   \let\item\@idxitem   \linewidth42pc\hsize42pc%   \multicolsep = 0pt plus 0pt minus 0pt%   \begin{multicols}{3}[\vspace*{2pc}]%   }   {\end{multicols}%\if@restonecol\onecolumn\else\clearpage\fi   }   \newcommand\@idxitem{\par\hangindent 18\p@}   \newcommand\subitem{\@idxitem \hspace*{9\p@}}   \newcommand\subsubitem{\@idxitem \hspace*{18\p@}}   \newcommand\indexspace{\par \vskip 16\p@ \@plus5\p@ \@minus3\p@\relax}   %   %%%%%%%%%%%%%%%%%%%% ** OTHER MACAROS ** %%%%%%%%%%%%%%%%%%%   %   \newif\iffirstpagegiven \firstpagegivenfalse   \newif\iflastpagegiven \lastpagegivenfalse     % use \firstpage and \lastpage to set the page range explicitly   \newcommand\firstpage[1]{%   \gdef\@firstpage{#1}   \global\firstpagegiventrue%   }   \def\@firstpage{1}     \newcommand\lastpage[1]{%   \xdef\@lastpage{#1}%   \global\lastpagegiventrue}   \def\@lastpage{0}     \def\setlastpage{\iflastpagegiven\else   \edef\@tempa{@lastpage}%   \expandafter   \ifx \csname \@tempa \endcsname \relax   \gdef\@lastpage{0}%   \else   \xdef\@lastpage{\@nameuse{@lastpage}}%   \fi   \fi}     \def\writelastpage{%   \iflastpagegiven   \else   \immediate\write\@auxout%   {\string\global\string\@namedef{@lastpage}{\thepage}}   \fi}     \def\setfirstpage{%   \iffirstpagegiven   \else   \xdef\@firstpage{\thepage}   \fi}   %   \AtBeginDocument{\setfirstpage\setlastpage}   \AtEndDocument{\writelastpage%   }   %   \newcommand\ourcurrentdirectory{}   \def\filecontents{\chaptername\space\thechapter}   \AtBeginDocument{\filename@parse{\jobname}   \gdef\filename{\MakeLowercase{\filename@base}%   \if\filename@ext\relax.tex%   \else\MakeLowercase{\filename@ext}\fi}}   % calculate the time of day   \newcount\hours   \newcount\minutes   \hours=\time   \divide\hours by 60   \minutes=-\hours   \multiply\minutes by 60   \advance\minutes by \time   \def\timenow{\two@digits{\the\hours}:\two@digits{\the\minutes}}   %\font\slugfont=hv at 6pt   \font\slugfont=cmss10 at 6truept   \IfFileExists{crop.cfg}{}{%   \renewcommand*\CROP@@info{%   \lower 19\p@   \hbox to \paperwidth{\slugfont%   \hskip 3mm   [\timenow\enskip\the\day/\the\month/\the\year\enskip \ourcurrentdirectory\filename]   \hfill   \space   \hfill Page:\space\thepage\quad\@firstpage--\@lastpage%   \hskip 3mm   }}   \renewcommand*\CROP@@ulc{%   \begin{picture}(0,0)\unitlength 1mm\thinlines   \put(-10,0){\line(1,0){9}}   \put(0,10){\line(0,-1){9}}   \end{picture}}   \renewcommand*\CROP@@urc{%   \begin{picture}(0,0)\unitlength 1mm\thinlines   \put(10,0){\line(-1,0){9}}   \put(0,10){\line(0,-1){9}}   \end{picture}}   \renewcommand*\CROP@@llc{%   \begin{picture}(0,0)\unitlength 1mm\thinlines   \put(-10,0){\line(1,0){9}}   \put(0,-10){\line(0,1){9}}   \end{picture}}   \renewcommand*\CROP@@lrc{%   \begin{picture}(0,0)\unitlength 1mm\thinlines   \put(10,0){\line(-1,0){9}}   \put(0,-10){\line(0,1){9}}   \end{picture}}   \cropdef\CROP@@ulc\CROP@@urc\CROP@@llc\CROP@@lrc{cam}   \renewcommand*\CROP@kernel{\color@setgroup   \vbox to\z@{\vskip-1in   \hb@xt@\z@{\hskip-1in   \CROP@every   \vbox to\paperheight{%   \hb@xt@\paperwidth{%   \CROP@ulc\CROP@uedge\CROP@urc}%   \CROP@ledge   \hb@xt@\paperwidth{%   \setbox\z@\hbox{\CROP@info}%   \ht\z@\z@ \dp\z@\z@ \wd\z@\z@ \box\z@   \CROP@llc\hfil\CROP@lrc}}%   \hss}%   \vss}\color@endgroup}   }     \if@cropmarkson \crop[cam] \fi   %   \newdimen\grid@sidemargin   \newdimen\grid@wd   \newdimen\grid@ht   \newdimen\grid@linewd\grid@linewd=0.1pt   \newdimen\grid@topofline   \grid@topofline\headheight%   \advance\grid@topofline\headsep%   \advance\[email protected]\topskip%   %   %%%%%%%%%%%%%%%%%%% ** LETTER SPACING & TRACKING %%%%%%%%%%%%%%%%%%   %   \sodef\textso{}{-.015em}{.3em\@plus.08em\@minus.06em}%   {.55em\@plus.275em\@minus.183em}%   %   \def\dolist{\afterassignment\dodolist\let\next= }   \def\dodolist{\ifx\next\endlist \let\next\relax   \else \\\let\next\dolist \fi   \next}   %   \def\track#1#2{%   \def\\{\expandafter\if\space\next\setbox0=\hbox{\ }%   \else \setbox0=\hbox{\next}\fi%   \box0\kern#1}%   \leavevmode\hbox{\dolist#2\endlist\unkern}}   %   %%%%%%%%%%%%%%%%%%%%%%%%%%%% SMALL CAP %%%%%%%%%%%%%%%%%%%%%%%%%%%%   %   \newdimen\currfontsize   \def\makesc#1#2{%   \currfontsize=1em   \def\scsize{\fontsize{#1\currfontsize}{1em}\selectfont}%   \def\\{\expandafter\if\space\next\gdef\xxx{\ }%   \else\gdef\eachchar{%   \ifx\next a{\scsize A}\else%   \ifx\next b{\scsize B}\else%   \ifx\next c{\scsize C}\else%   \ifx\next d{\scsize D}\else%   \ifx\next e{\scsize E}\else%   \ifx\next f{\scsize F}\else%   \ifx\next g{\scsize G}\else%   \ifx\next h{\scsize H}\else%   \ifx\next i{\scsize I}\else%   \ifx\next j{\scsize J}\else%   \ifx\next k{\scsize K}\else%   \ifx\next l{\scsize L}\else%   \ifx\next m{\scsize M}\else%   \ifx\next n{\scsize N}\else%   \ifx\next o{\scsize O}\else%   \ifx\next p{\scsize P}\else%   \ifx\next q{\scsize Q}\else%   \ifx\next r{\scsize R}\else%   \ifx\next s{\scsize S}\else%   \ifx\next t{\scsize T}\else%   \ifx\next u{\scsize U}\else%   \ifx\next v{\scsize V}\else%   \ifx\next w{\scsize W}\else%   \ifx\next x{\scsize X}\else%   \ifx\next y{\scsize Y}\else%   \ifx\next z{\scsize Z}\else%   \next\kern-.25pt\unskip\fi\fi\fi\fi\fi\fi\fi\fi\fi%   \fi\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi%   }\fi\eachchar}%   \leavevmode\hbox{\dolist#2\endlist\unkern}}   %   %%%%%%%%%%%%%%%%%%%% ** Author's COMMANDS ** %%%%%%%%%%%%%%%%%%%   %   %%%%for smaller size text   \newenvironment{methods}{%   \begingroup   \let\bulletlist\methbulletlist%   \let\endbulletlist\endmethbulletlist%   \footnotesize   \par}   {\par\endgroup}%\bigskip\@afterheading\@afterindentfalse   %   \setlength{\jot}{5\p@}   \mathchardef\@m=1500 % adapted value   %   \language=2   \hyphenation{Figure Table Figures Tables}     \def\sbond{\ensuremath{\raise.25ex\hbox{${-}\!\!\!\!{-}$}}\kern -.9pt}   \def\dbond{\ensuremath{\raise.25ex\hbox{=$\!$=}}}   \def\tbond{\ensuremath{\raise.20ex\hbox{${\equiv}\!\!\!{\equiv}$}}}     %   %%%%%%%%%%%%%%%%%%%% ** USER COMMANDS ** %%%%%%%%%%%%%%%%%%%   %   \twocolumn   \pagestyle{myheadings}   \pagenumbering{arabic}   \sloppy   \flushbottom   %     \usepackage{amsthm}   % Theorems   \def\th@plain{%   \thm@headfont{\quad\scshape}% heading font is bold   \thm@notefont{\upshape\mdseries}% same as heading font   \thm@headpunct{.}% no period after heading   \thm@headsep 5\p@ plus\p@ minus\p@\relax   \itshape % body font   }     \renewenvironment{proof}[1][\proofname]{\par   \normalfont \topsep6\p@\@plus6\p@\relax   \labelsep 0.5em   \trivlist   \item[\hskip\labelsep\hskip1em\textsc{#1}.]\ignorespaces   }{\endtrivlist\@endpefalse}     \def\editorialhead#1{{\fontfamily{\sfdefault}\fontsize{21}{21}\fontseries{b}\fontshape{it}\selectfont\leftskip0pt\rightskip0pt   plus1fill \noindent #1\par\vskip\baselineskip}}     \makeindex   \def\au#1{\index{#1}}     \endinput   %%   %% End of file `NAR.cls'.           

%%   %% This is file `crop.sty',   %% generated with the docstrip utility.   %%   %% The original source files were:   %%   %% crop.dtx (with options: `package')   %%   %% IMPORTANT NOTICE:   %%   %% For the copyright see the source file.   %%   %% Any modified versions of this file must be renamed   %% with new filenames distinct from crop.sty.   %%   %% For distribution of the original source see the terms   %% for copying and modification in the file crop.dtx.   %%   %% This generated file may be distributed as long as the   %% original source files, as listed above, are part of the   %% same distribution. (The sources need not necessarily be   %% in the same archive or directory.)   %% File: crop.dtx Copyright (C) 1998, 1999, 2000, 2001 Melchior FRANZ   %% $Id: crop.dtx,v 1.21 2001/11/16 21:12:14 m Exp $   \NeedsTeXFormat{LaTeX2e}   \ProvidesPackage{crop}[2001/11/16 v1.6 cropmarks (mf)]   \newdimen\CROP@width \CROP@width\z@   \newdimen\CROP@height \CROP@height\z@   \newcount\CROP@index \CROP@index\z@   \newcommand*\CROP@includegraphics{%   \PackageError{crop}%   {Package file `graphics.sty' not found.}{The options   `nographics' and `graphics' require the graphics package.}}   \newcommand*\CROP@driver{}   \IfFileExists{graphics.sty}{%   \RequirePackage{graphics}%   \let\CROP@includegraphics\includegraphics   \ifx\Gin@driver\@empty\else   \filename@parse{\Gin@driver}%   \edef\CROP@driver{\filename@base}%   \fi   }{}   \newcommand*\CROP@font{}   \newcommand*\CROP@size[2]{\CROP@width#1 \CROP@height#2 }   \DeclareOption{landscape}{%   \def\CROP@size#1#2{\CROP@height#1 \CROP@width#2 }}   \DeclareOption{a0}{\CROP@size{841truemm}{1189truemm}}   \DeclareOption{a1}{\CROP@size{595truemm}{841truemm}}   \DeclareOption{a2}{\CROP@size{420truemm}{595truemm}}   \DeclareOption{a3}{\CROP@size{297truemm}{420truemm}}   \DeclareOption{a4}{\CROP@size{210truemm}{297truemm}}   \DeclareOption{a5}{\CROP@size{149truemm}{210truemm}}   \DeclareOption{a6}{\CROP@size{105truemm}{149truemm}}   \DeclareOption{b0}{\CROP@size{1000truemm}{1414truemm}}   \DeclareOption{b1}{\CROP@size{707truemm}{1000truemm}}   \DeclareOption{b2}{\CROP@size{500truemm}{707truemm}}   \DeclareOption{b3}{\CROP@size{353truemm}{500truemm}}   \DeclareOption{b4}{\CROP@size{250truemm}{353truemm}}   \DeclareOption{b5}{\CROP@size{176truemm}{250truemm}}   \DeclareOption{b6}{\CROP@size{125truemm}{176truemm}}   \DeclareOption{letter}{\CROP@size{8.5truein}{11truein}}   \DeclareOption{legal}{\CROP@size{8.5truein}{14truein}}   \DeclareOption{executive}{\CROP@size{7.25truein}{10.5truein}}   \DeclareOption{center}{\AtEndOfPackage{\CROP@center}}   \newcommand*\CROP@center{%   \ifdim\CROP@width=\z@   \PackageError{crop}{no printing paper size selected}{%   you have to select a paper size before you can use %   the `center' option   }%   \else   \voffset\CROP@height   \advance\voffset-\paperheight\voffset.5\voffset   \hoffset\CROP@width   \advance\hoffset-\paperwidth\hoffset.5\hoffset   \fi   }   \DeclareOption*{\CROP@execopt\CurrentOption}   \newcommand*\crop[1][cam,noaxes]{%   \@for\CROP@@:=#1\do{\CROP@execopt\CROP@@}}   \newcommand*\CROP@execopt[1]{%   \def\CROP@##1=##2=##3\@nil{\def\CROP@{##1}\def\CROP@@{##2}}%   \expandafter\CROP@#1==\@nil%   \@ifundefined{CROP@opt@\CROP@}%   {\PackageError{crop}{Requested option `#1' not provided}%   {Note that the `*center' options are obsolete. You have to   request\MessageBreak e.g. [a4,center] instead of [a4center].}}%   {\@nameuse{CROP@opt@\CROP@}}}   \newcommand*\cropdef[6][\CROP@@info]{%   \@namedef{CROP@opt@#6}{%   \CROP@on   \def\CROP@info{#1}%   \let\CROP@ulc#2   \let\CROP@urc#3   \let\CROP@llc#4   \let\CROP@lrc#5}}   \newcommand*\CROP@@vaxis{%   \hfil   \setbox\z@\hbox{\vtop{\hrule\@height12\p@\@depth-2\p@\@width.4\p@   \vskip\paperheight\vskip4\p@   \hrule\@height\z@\@depth10\p@\@width.4\p@}}%   \ht\z@\z@ \dp\z@\z@ \box\z@   \hfil}   \newcommand*\CROP@@haxis{%   \vfil   \hb@xt@\paperwidth{%   \llap{\vrule\@height.2\p@\@depth.2\p@\@width10\p@\hskip2\p@}%   \hfil   \rlap{\hskip2\p@\vrule\@height.2\p@\@depth.2\p@\@width10\p@}}%   \vfil}   \newcommand*\CROP@time{}   {\count@\time \divide\time60 \count\@ne\time   \multiply\time60 \advance\count@-\time   \xdef\CROP@time{\the\count\@ne:\two@digits{\count@}}}   \newcommand*\CROP@@info{{\global\advance\CROP@index\@ne   \def\x{\discretionary{}{}{\hbox{\kern.5em---\kern.5em}}}%   \hskip10\p@\advance\paperwidth-20\p@   \raise8\p@\vbox to\z@{\centering\hsize\paperwidth\vss   \normalfont\let\protect\relax\CROP@font{%   ``\jobname''\x\the\year/\the\month/\the\day\x\CROP@time\x   page\kern.5em\thepage\x\#\the\CROP@index\strut}}}}   \newcommand*\CROP@opt@font{\let\CROP@font\CROP@@}   \newcommand*\CROP@@ulc{%   \begin{picture}(0,0)\unitlength\p@\thinlines   \put(-30,0){\circle{10}}   \put(-30,-5){\line(0,1){10}}   \put(-35,0){\line(1,0){30}}   \put(0,30){\circle{10}}   \put(-5,30){\line(1,0){10}}   \put(0,35){\line(0,-1){30}}   \end{picture}}   \newcommand*\CROP@@urc{%   \begin{picture}(0,0)\unitlength\p@\thinlines   \put(30,0){\circle{10}}   \put(30,-5){\line(0,1){10}}   \put(35,0){\line(-1,0){30}}   \put(0,30){\circle{10}}   \put(-5,30){\line(1,0){10}}   \put(0,35){\line(0,-1){30}}   \end{picture}}   \newcommand*\CROP@@llc{%   \begin{picture}(0,0)\unitlength\p@\thinlines   \put(-30,0){\circle{10}}   \put(-30,-5){\line(0,1){10}}   \put(-35,0){\line(1,0){30}}   \put(0,-30){\circle{10}}   \put(-5,-30){\line(1,0){10}}   \put(0,-35){\line(0,1){30}}   \end{picture}}   \newcommand*\CROP@@lrc{%   \begin{picture}(0,0)\unitlength\p@\thinlines   \put(30,0){\circle{10}}   \put(30,-5){\line(0,1){10}}   \put(35,0){\line(-1,0){30}}   \put(0,-30){\circle{10}}   \put(-5,-30){\line(1,0){10}}   \put(0,-35){\line(0,1){30}}   \end{picture}}   \cropdef\CROP@@ulc\CROP@@urc\CROP@@llc\CROP@@lrc{cam}   \newcommand*\CROP@@cross{%   \begin{picture}(0,0)\unitlength1in\thinlines   \put(-1,0){\line(1,0){2}}   \put(0,-1){\line(0,1){2}}   \end{picture}}   \cropdef\CROP@@cross\CROP@@cross\CROP@@cross\CROP@@cross{cross}   \newcommand*\CROP@@frame{%   \begin{picture}(0,0)\unitlength\p@\thinlines   \put(0,0){\line(1,0){\strip@pt\paperwidth}}   \put(0,0){\line(0,-1){\strip@pt\paperheight}}   \put(\strip@pt\paperwidth,0){\line(0,-1){\strip@pt\paperheight}}   \put(0,-\strip@pt\paperheight){\line(1,0){\strip@pt\paperwidth}}   \end{picture}}   \cropdef\CROP@@frame\relax\relax\relax{frame}   \let\CROP@shipout\shipout   \renewcommand*\shipout{\afterassignment\CROP@ship\setbox\@cclv=}   \newcommand*\CROP@ship{%   \ifvoid\@cclv\expandafter\aftergroup\fi\CROP@@ship}   \newcommand*\CROP@shiplist{\CROP@@@ship\box\@cclv}   \newcommand*\CROP@@ship{\CROP@shipout\vbox{\CROP@shiplist}}   \newcommand*\CROP@shipadd[1]{\begingroup   \toks@\expandafter{\expandafter#1\expandafter{\CROP@shiplist}}%   \xdef\CROP@shiplist{\the\toks@}%   \endgroup}   \newcommand*\CROP@kernel{\color@setgroup   \vbox to\z@{\vskip\CROP@vorigin   \hb@xt@\z@{\hskip\CROP@horigin   \CROP@every   \vbox to\paperheight{%   \hb@xt@\paperwidth{%   \setbox\z@\hbox{\normalfont\CROP@@@info}%   \ht\z@\z@ \dp\z@\z@ \wd\z@\z@ \box\z@   \CROP@ulc\CROP@uedge\CROP@urc}%   \CROP@ledge   \hb@xt@\paperwidth{%   \CROP@llc\hfil\CROP@lrc}}%   \hss}%   \vss}\color@endgroup}   \newcommand*\CROP@opt@horigin{\let\CROP@horigin\CROP@@}   \newcommand*\CROP@opt@vorigin{\let\CROP@vorigin\CROP@@}   \newcommand*\CROP@@@ship{}   \newcommand*\CROP@on{\let\CROP@@@ship\CROP@kernel}   \newcommand*\CROP@opt@off{\let\CROP@@@ship\relax}   \newcommand*\CROP@@@info{}   \newcommand*\CROP@opt@info{\def\CROP@@@info{\CROP@info}}   \newcommand*\CROP@opt@noinfo{\let\CROP@@@info\relax}   \newcommand*\CROP@opt@axes{%   \let\CROP@uedge\CROP@@vaxis   \let\CROP@ledge\CROP@@haxis}   \newcommand*\CROP@opt@noaxes{%   \let\CROP@uedge\hfil   \let\CROP@ledge\vfil}   \expandafter\newcommand\expandafter*\csname CROP@opt@mount1\endcsname   {\let\CROP@every\relax}   \newcount\CROP@offset   \expandafter\newcommand\expandafter*\csname CROP@opt@mount2\endcsname   {\CROP@offset=\ifx\CROP@@\empty\z@\else\CROP@@\fi   \def\CROP@every{\count@\c@page   \advance\count@\CROP@offset   \ifodd\count@   \let\CROP@ulc\relax\let\CROP@llc\relax   \else   \let\CROP@urc\relax\let\CROP@lrc\relax\let\CROP@info\relax   \fi}}   \DeclareOption{mirror}{%   \AtBeginDocument{\CROP@shipadd\CROP@reflect\CROP@setps}}   \newcommand*\CROP@reflect[1]{%   \vbox to\z@{\vskip\CROP@vorigin\hb@xt@\z@{\hskip\CROP@horigin   \CROP@ps{gsave currentpoint}\kern\paperwidth   \CROP@ps{currentpoint}\hss}\vss}%   \CROP@ps{translate -1 1 scale neg exch neg exch translate}%   \vbox{#1}%   \CROP@ps{grestore}}   \DeclareOption{rotate}{%   \AtBeginDocument{\CROP@shipadd\CROP@rotate\CROP@setps}}   \newcommand*\CROP@rotate[1]{%   \hb@xt@\z@{\hskip\CROP@horigin\vbox to\z@{\vskip\CROP@vorigin   \CROP@ps{gsave currentpoint}\kern\paperheight   \hb@xt@\z@{\kern\paperwidth\CROP@ps{currentpoint}\hss}\vss}\hss}%   \CROP@ps{translate 180 rotate neg exch neg exch translate}%   \vbox{#1}%   \CROP@ps{grestore}}   \newcommand*\CROP@setps{%   \ifx\Gin@PS@raw\@undefined   \PackageWarning{crop}{internal PostScript interface used}%   \newcommand*\CROP@ps[1]{\special{ps: ##1}}%   \else   \PackageInfo{crop}{graphics/color PostScript interface used}{}%   \let\CROP@ps\Gin@PS@raw   \fi   \let\CROP@setps\relax}   \DeclareOption{invert}{%   \AtEndOfPackage{\RequirePackage{color}}%   \AtBeginDocument{\CROP@invert{black}}}   \newcommand*\CROP@invert[1]{%   \ifx\color\@undefined   \PackageWarning{crop}%   {The `color' package could not be loaded, so I'm\MessageBreak   ignoring the `invert' and `notext' option}%   \else   \pagecolor{#1}\color{white}%   \newcommand\CROP@color[2][]{}%   \DeclareRobustCommand\color{\CROP@color}%   \DeclareRobustCommand\pagecolor{\CROP@color}%   \DeclareRobustCommand\textcolor{\CROP@color}%   \let\normalcolor\relax   \fi   \let\CROP@invert\relax}   \DeclareOption{notext}{%   \AtEndOfPackage{\RequirePackage{color}}%   \AtBeginDocument{\CROP@invert{white}}}   \newcommand*\CROP@incgrph{}   \newcommand*\CROP@opt@nographics{%   \def\includegraphics##1##{\bgroup   \let\special\@gobble   \CROP@incgrph{##1}   }%   \def\CROP@incgrph##1##2{%   \CROP@includegraphics##1{##2}\egroup   }%   }   \newcommand*\CROP@opt@graphics{%   \let\includegraphics\CROP@includegraphics}   \newcommand*\CROP@compat{\PackageWarning{crop}{center options like   `a4center' are obsolete and only\MessageBreak provided for   compatibility reasons. They will be removed\MessageBreak in future   releases. Use the new options `a4'\MessageBreak and   `center' separately instead.}}   \DeclareOption{landscapecenter}{%   \CROP@compat\ExecuteOptions{landscape,center}}   \DeclareOption{a4center}{%   \CROP@compat\ExecuteOptions{a4,center}}   \DeclareOption{a5center}{%   \CROP@compat\ExecuteOptions{a5,center}}   \DeclareOption{b5center}{%   \CROP@compat\ExecuteOptions{b5,center}}   \DeclareOption{b4center}{%   \CROP@compat\ExecuteOptions{b4,center}}   \DeclareOption{lettercenter}{%   \CROP@compat\ExecuteOptions{letter,center}}   \DeclareOption{legalcenter}{%   \CROP@compat\ExecuteOptions{legal,center}}   \DeclareOption{executivecenter}{%   \CROP@compat\ExecuteOptions{executive,center}}   \DeclareOption{vtex}{\renewcommand*\CROP@driver{vtex}}   \DeclareOption{pdftex}{\renewcommand*\CROP@driver{pdftex}}   \DeclareOption{pdflatex}{\renewcommand*\CROP@driver{pdftex}}   \DeclareOption{dvips}{\renewcommand*\CROP@driver{dvips}}   \newcommand*\CROP@init@dvips{%   \PackageInfo{crop}{using dvips graphics driver}%   \ifdim\CROP@width=\z@\else   \special{papersize=\the\CROP@width,\the\CROP@height}%   \fi   }   \newcommand*\CROP@init@pdftex{%   \PackageInfo{crop}{using pdf(la)tex graphics driver}%   \ifx\@undefined\pdfpagewidth   \PackageWarning{crop}{implicit or explicit pdf(la)tex option   ignored:^^JThis isn't pdftex!}%   \else   \ifdim\CROP@width=\z@\else   \pdfpagewidth\CROP@width   \pdfpageheight\CROP@height   \fi   \renewcommand*\CROP@opt@nographics{%   \renewcommand\includegraphics[2][]{%   \phantom{\CROP@includegraphics[####1]{####2}}   }%   }%   \fi   }   \newcommand*\CROP@init@vtex{%   \PackageInfo{crop}{using vtex graphics driver}%   \ifdim\CROP@width=\z@\else   \ifx\@undefined\mediawidth   \PackageWarning{crop}{implicit or explicit vtex option   ignored:^^JThis isn't vtex!}%   \else   \mediawidth\CROP@width \mediaheight\CROP@height   \fi   \fi   }   \newcommand*\CROP@horigin{-1truein}   \newcommand*\CROP@vorigin{-1truein}   \crop[off,noaxes,info,mount1]   \InputIfFileExists{crop.cfg}%   {\PackageInfo{crop}{Local config file crop.cfg used}}{}   \ProcessOptions   \AtEndOfPackage{\@nameuse{CROP@init@\CROP@driver}}   \endinput   %%   %% End of file `crop.sty'.           

%%   %% This is file `times.sty',   %% generated with the docstrip utility.   %%   %% The original source files were:   %%   %% psfonts.dtx (with options: `times')   %%   %% IMPORTANT NOTICE:   %%   %% For the copyright see the source file.   %%   %% You are *not* allowed to modify this file.   %%   %% You are *not* allowed to distribute this file.   %% For distribution of the original source see the terms   %% for copying and modification in the file psfonts.dtx.   %%   \ProvidesPackage{times}   [2000/01/12 PSNFSS-v8.1   Times font as default roman (SPQR)   ]   \renewcommand{\sfdefault}{cmss}   \renewcommand{\rmdefault}{ptm}   \renewcommand{\ttdefault}{pcr}   \endinput   %%   %% End of file `times.sty'.