From 473f33554099457951e23b4bc239521b1569e927 Mon Sep 17 00:00:00 2001 From: Carl Pearson Date: Thu, 4 May 2017 14:03:15 -0500 Subject: [PATCH] Initial ShareLaTeX Import --- IEEEtran.cls | 4580 ++++++++++++++++++++++++++++++++++++++++++++ cem17_template.pdf | Bin 0 -> 126333 bytes cem17_template.tex | 232 +++ example_fig0.eps | 3432 +++++++++++++++++++++++++++++++++ example_fig0.pdf | Bin 0 -> 14873 bytes example_fig1.eps | 3486 +++++++++++++++++++++++++++++++++ example_fig1.pdf | Bin 0 -> 14608 bytes example_fig2.eps | 3485 +++++++++++++++++++++++++++++++++ example_fig2.pdf | Bin 0 -> 14609 bytes 9 files changed, 15215 insertions(+) create mode 100644 IEEEtran.cls create mode 100644 cem17_template.pdf create mode 100644 cem17_template.tex create mode 100644 example_fig0.eps create mode 100644 example_fig0.pdf create mode 100644 example_fig1.eps create mode 100644 example_fig1.pdf create mode 100644 example_fig2.eps create mode 100644 example_fig2.pdf diff --git a/IEEEtran.cls b/IEEEtran.cls new file mode 100644 index 0000000..948eb40 --- /dev/null +++ b/IEEEtran.cls @@ -0,0 +1,4580 @@ +%% +%% IEEEtran.cls 2005/09/13 version V1.6c +%% +%% NOTE: This text file uses MS Windows line feed conventions. When (human) +%% reading this file on other platforms, you may have to use a text +%% editor that can handle lines terminated by the MS Windows line feed +%% characters (0x0D 0x0A). +%% +%% +%% This is the official IEEE LaTeX class for authors of the Institute of +%% Electrical and Electronics Engineers (IEEE) Transactions journals and +%% conferences. +%% +%% The latest version and documentation of IEEEtran can be obtained at: +%% http://www.ieee.org +%% and/or +%% http://www.ctan.org/tex-archive/macros/latex/contrib/IEEEtran/ +%% +%% The CTAN page may have additional files related to obscure, +%% non-IEEE standard and/or platform dependent use of this tool. +%% +%% Based on the original 1993 IEEEtran.cls, but with many bug fixes +%% and enhancements (from both JVH and MDS) over the 1996/7 version. +%% +%% +%% Contributors: +%% Gerry Murray (1993), Silvano Balemi (1993), +%% Jon Dixon (1996), Peter N"uchter (1996), +%% Juergen von Hagen (2000), and Michael Shell (2001-2005) +%% +%% +%% Copyright (c) 1993-2005 by Gerry Murray, Silvano Balemi, +%% Jon Dixion, Peter N"uchter, +%% Juergen von Hagen and Michael Shell +%% +%% Current maintainer (V1.3 to V1.6): Michael Shell +%% mshell@ece.gatech.edu +%% See the CTAN website above +%% for current contact information. +%% +%% Special thanks to Peter Wilson (CUA) and Donald Arseneau +%% for allowing the inclusion of the \@ifmtarg command +%% from their ifmtarg LaTeX package. +%% +%%********************************************************************** +%% Legal Notice: +%% This code is offered as-is without any warranty either +%% expressed or implied; without even the implied warranty of +%% MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE! +%% User assumes all risk. +%% In no event shall IEEE or any contributor to this code +%% be liable for any damages or losses, including, but not limited to, +%% incidental, consequential, or any other damages, resulting from the +%% use or misuse of any information contained here. +%% +%% All comments are the opinions of their respective authors and are not +%% necessarily endorsed by the IEEE. +%% +%% This code is distributed under the Perl Artistic License +%% ( http://language.perl.com/misc/Artistic.html ) +%% and may be freely used, distributed and modified. +%% Retain the contribution notices and credits. +%% +%% Major changes to the user interface should be indicated by an +%% increase in the version numbers. If a version is a beta, it will +%% be indicated with a BETA suffix, i.e., 1.4 BETA. +%% Small changes can be indicated by appending letters to the version +%% such as "IEEEtran_v14a.cls". +%% In all cases, \Providesclass, any \typeout messages to the user, +%% \IEEEtransversionmajor and \IEEEtransversionminor must reflect the +%% correct version information. +%% The changes should also be documented via source comments. +%%********************************************************************** +%% +% +% Available class options +% (e.g., \documentclass[10pt,conference]{IEEEtran} +% +% *** choose only one from each category *** +% +% 9pt, 10pt, 11pt, 12pt +% Sets normal font size. The default is 10pt. +% +% conference, journal, technote, peerreview, peerreviewca +% determines format mode - conference papers, journal papers, +% correspondence papers (technotes), or peer review papers. The user +% should also select 9pt when using technote. peerreview is like +% journal mode, but provides for a single-column "cover" title page for +% anonymous peer review. The paper title (without the author names) is +% repeated at the top of the page after the cover page. For peer review +% papers, the \IEEEpeerreviewmaketitle command must be executed (will +% automatically be ignored for non-peerreview modes) at the place the +% cover page is to end, usually just after the abstract (keywords are +% not normally used with peer review papers). peerreviewca is like +% peerreview, but allows the author names to be entered and formatted +% as with conference mode so that author affiliation and contact +% information can be easily seen on the cover page. +% The default is journal. +% +% draft, draftcls, draftclsnofoot, final +% determines if paper is formatted as a widely spaced draft (for +% handwritten editor comments) or as a properly typeset final version. +% draftcls restricts draft mode to the class file while all other LaTeX +% packages (i.e., \usepackage{graphicx}) will behave as final - allows +% for a draft paper with visible figures, etc. draftclsnofoot is like +% draftcls, but does not display the date and the word "DRAFT" at the foot +% of the pages. If using one of the draft modes, the user will probably +% also want to select onecolumn. +% The default is final. +% +% letterpaper, a4paper +% determines paper size: 8.5in X 11in or 210mm X 297mm. CHANGING THE PAPER +% SIZE WILL NOT ALTER THE TYPESETTING OF THE DOCUMENT - ONLY THE MARGINS +% WILL BE AFFECTED. In particular, documents using the a4paper option will +% have reduced side margins (A4 is narrower than US letter) and a longer +% bottom margin (A4 is longer than US letter). For both cases, the top +% margins will be the same and the text will be horizontally centered. +% For final submission to IEEE, authors should use US letter (8.5 X 11in) +% paper. Note that authors should ensure that all post-processing +% (ps, pdf, etc.) uses the same paper specificiation as the .tex document. +% Problems here are by far the number one reason for incorrect margins. +% IEEEtran will automatically set the default paper size under pdflatex +% (without requiring a change to pdftex.cfg), so this issue is more +% important to dvips users. Fix config.ps, config.pdf, or ~/.dvipsrc for +% dvips, or use the dvips -t papersize option instead as needed. See the +% testflow documentation +% http://www.ctan.org/tex-archive/macros/latex/contrib/supported/IEEEtran/testflow +% for more details on dvips paper size configuration. +% The default is letterpaper. +% +% oneside, twoside +% determines if layout follows single sided or two sided (duplex) +% printing. The only notable change is with the headings at the top of +% the pages. +% The default is oneside. +% +% onecolumn, twocolumn +% determines if text is organized into one or two columns per page. One +% column mode is usually used only with draft papers. +% The default is twocolumn. +% +% nofonttune +% turns off tuning of the font interword spacing. Maybe useful to those +% not using the standard Times fonts or for those who have already "tuned" +% their fonts. +% The default is to enable IEEEtran to tune font parameters. +% +% +%******* +% 09/2005 V1.6c (MDS) changes: +% +% 1) Changed endfigure/endfloat definitions so as not to cause problems with +% preview-LaTeX and other packages. Thanks to Stephan Heuel and David +% Kastrup for reporting this problem. +% +% +%******* +% 11/2002 V1.6b (MDS) changes: +% +% 1) Fixed problem with figure captions when using hyperref. Thanks to +% Leandro Barajas and Michael Bassetti for reporting this bug. +% +% 2) Provide a fake nabib command \NAT@parse so that hyperref will not +% interfere with the operation of cite.sty. However, as a result citation +% numbers will not be hyperlinked. Also, natbib will not be able to work +% with IEEEtran. However, this is perhaps the best solution until cite.sty +% and hyperref.sty are able to co-exist with each other. +% It easy enough to override the fake command via: +% \makeatletter +% \let\NAT@parse\undefined +% \makeatother +% +% 3) Revised font selection method so as not to have problems when used +% with setspace.sty. Thanks to Zhang Yan for reporting this bug. +% +% 4) Added \special to feed papersize to dvips. Thanks to Moritz Borgmann +% for suggesting this feature. +% +% 5) In addition to the IEEE IED lists, the original IED style list +% environments (as is done in article.cls) are now provided as +% LaTeXitemize, LaTeXenumerate, and LaTeXdescription. Also, users can +% now redefine \makelabel within IEEE IED list controls. There may be +% some use for this in specialized applications. Thanks to Eli Barzilay +% for suggesting this feature. +% +% 6) \table* now defaults to \footnotesize text like \table. +% +% 7) The draft modes now no longer force a pagebreak after the title. +% Thanks to Christian Peel for suggesting this change. +% +% 8) New draftclsnofoot mode is like draftcls, but does not display the +% date and the word "DRAFT" at the foot of the page. Thanks to +% Christian Peel for suggesting this feature. +% +% 9) New peerreview and peerreviewca modes with \IEEEpeerreviewmaketitle +% command allows for a "cover" titlepage for anonymous peer review. +% Except for the cover titlepage, peerreview is much like journal mode. +% peerreviewca is like peerreview, but allows the author names to be +% entered and formatted as under conference mode so that author +% affiliations and contact information can be easily seen on the cover +% page. Thanks to Eric Benedict for suggesting this feature. +% +% +%******* +% 7/2002 V1.6 (MDS) changes: +% +% 1) Added conference mode via conference option. Defaults to the traditional +% journal mode. i.e., \documentclass[conference]{IEEEtran} +% +% 2) Added support for A4 paper via new a4paper option. Pdflatex's paper size +% lengths are now automatically set to the proper paper size being used. +% +% 3) Revised margins again. Page text is now horizontally centered. +% Conference mode increases the top and bottom margins with the bottom +% margin being slightly larger. For A4 paper, the top margin and text +% typesetting will not change from those of US letter paper, but the side +% margins will be smaller and the bottom margin will be larger than that of +% US letter. All per IEEE specs. +% +% 4) Fixed footnote line spacing anomaly in draft mode. +% Thanks to Alberto Rodriguez for reporting this bug. +% +% Also, slightly revised footnote and \thanks note spacing. +% Set \interfootnotelinepenalty=10000 to prevent LaTeX +% from breaking footnotes across multiple pages or columns. +% +% 5) Fixed bug that caused overwritten photo areas and sometimes anomalous +% spacing when a new paragraph was started within a biography. Also, +% the presence of \par's, new lines or spaces at the beginning of +% abstract, keywords, biography, or biographynophoto will no longer +% affect the first word spacing. +% Thanks to Eric Durant for reporting this bug. +% +% The biography environment now does a better job in preventing +% a biography photo area from being broken across pages or columns. +% +% 6) Fixed whitespace between \cite entries bug. i.e., +% both \cite{einstein24, knuth84} and \cite{einstein24,knuth84} +% are now valid. \cite is now a robust command as it should be. +% IEEEtran now no longer defines the old non-standard \shortcite or +% \citename. +% +% The base IEEEtran.cls does not sort citation numbers or produce ranges +% for three or more consecutive numbers. However, V1.6 of IEEEtran.cls +% now pre-defines the following format control macros to facilitate easy +% use with Donald Arseneau's cite.sty package (tested with cite.sty V3.9): +% +% \def\citepunct{], [} +% \def\citedash{]--[} +% +% cite.sty is standard on most LaTeX sytems and can be obtained from +% www.ctan.org. Thanks to Donald Arseneau for creating cite.sty, providing +% the required format arguments to produce the IEEE style. and +% designing a cite interface capable of handling the IEEE citation +% style. +% +% Note: Historically, IEEE has wanted authors to "hardcode" symbolics. +% (i.e., replace all \cite{} with fixed [x]). However, it now seems that +% most electronic manuscript submissions to IEEE are in .pdf format, and +% as such, do not require the LaTeX document reference numbers to be hard +% coded. If an author is required to submit actual LaTeX files, I do +% recommend that the bibliography file (.bbl) be copied into the .tex +% document and the \bibliographystyle{} and \bibliography{} commands be +% commented out so that the .tex file does not depend on (potentially +% lengthy and/or confidential) external bibliography database files. +% +% 7) Adjusted some spacing parameters. The spacing above and below equations +% has been revised (to a typical IEEE value). \jot now has a decent value. +% The title text is now exactly 24pt. (On a related note, \fontsubfuzz has +% been increased to 0.9pt to prevent annoying font substitution warnings +% when using the Computer Modern fonts that use the 24.88pt size.) +% In V1.6, \small is now 8.5pt in 9pt docs because \footnotesize is 8pt. +% For 9pt docs, you should probably go ahead and use \footnotesize when you +% need text a little smaller than \normalsize. +% The interword spacing has been adjusted to be extremely close to that +% which IEEE uses. You can use a new class option, nofonttune, if you need +% to disable the adjusting of the interword spacing. This adjustment and +% an increase to \hyphenpenalty have greatly reduced the amount of +% hyphenation in a typical paper. +% The baselineskip for the normalsize fonts has been tweaked to reduce +% underfull vboxes on journal paper columns with only paragraphs. +% Conference mode does the same thing but by also tweaking the \textheight +% slightly off 9.25in (IEEE spec) to ensure an integer number of lines per +% page. Draft (also draftcls) mode has also been revised to reduce +% underfull vbox warnings. However, draft mode can still produce underfull +% vboxes (a direct result of the increase in line spacing and margins) if: +% A non-normalsize font occupies an entire column (abstract and index terms +% take up a whole column by themselves); or the beginning of a section +% occurs near the end of a column and cannot be squeezed into the bottom, +% etc. This is normal as draft mode's liberal spacings cannot guarantee +% perfect formatting. +% +% 8) New biographynophoto environment for biographies without photos. +% Usage: +% +% \begin{biographynophoto}{author name} +% biography text here +% \end{biographynophoto} +% +% 9) Fixed bug that produced multiple table of contents entries for papers +% with more than one biography. Also, biography now works better with +% hyperref. +% +%10) New \sublargesize font size command provides for 11pt text in a 10pt +% document. (Needed for things like author names.) For documents not +% using 10pt normal size text, \sublargesize is currently identical +% to \large. +% +%11) New \IEEEmembership command to provide correct font to indicate IEEE +% membership for journal papers. +% +%12) Fixed author name line overflow problem when in journal mode. This +% problem had been introduced in V1.5 in my rush to get \and to work for +% conferences. \and is unneeded (and invalid) in journal mode. For +% conference mode, \and will work as expected and features an optional +% spacing argument. i.e., \and[\hspace{5ex}] +% \and will default (recommended) to using \hfill which will result in +% equal spacing between author blocks. +% +%13) New \authorblockN, \authorblockA and \authorrefmark commands to +% facilitate easy formatting of author names, affiliations and cross +% reference symbols, respectively, when in conference mode. These +% three commands are to be used only for conference papers. +% In conference mode, \author text is placed within a modified tabular +% environment (somewhat like article.cls). So, within \author in conference +% mode, you should not try to enclose multiple \\ within an environment or +% command (other than the argument braces of \authorblockX{}). For example: +% +% \author{\authorblockN{{John Doe \\ Jane Doe}}} % WRONG! +% +% will generate an error. +% +% Note that font size/attribute changes will now persists across \\ within +% \author. (But, not across author blocks nor across \and.) +% However, with the new commands, there should be no need to alter any +% font attributes within \author. All text sizing and spacing within +% \author{} and the author block commands is per IEEE specs for both +% conference and journal modes. (In conference mode, the author names +% are only very slightly larger than the affiliations which are in normal +% size.) For specialized applications you can alter the justification of +% author lines by placing \hfill at the beginning or at the end of a line. +% The interline spacing within \author is determined by the font attributes +% that are in effect at the end of each line within author. +% +%14) Because the titles and author name blocks use different font sizes/styles +% from the main text, it was possible that two column papers with titles that +% span both columns (standard journal and conference papers, but not technotes) +% with certain numbers of lines for the title and authors' name/affiliations +% can cause underfull vbox problems (paragraphs with large spacings between +% them) in the second column of the main text on the title page - if there were +% no new sections, equations or figures in this column (they would provide some +% needed rubber spacing). The use of things like special paper notices and +% publisher ID marks also affected this issue. The problem could not happen +% in the first column because the first column has a rubber length around the +% heading of the first section. Furthermore, problems seldom occurred on pages +% after the first as the margins had been chosen not to cause it with the popular +% font sizes. Rubber lengths after the author names would not fix this problem. +% Auto-calculating a "good" spacing after the title is a tad difficult +% to do in LaTeX. However, I am pleased to report that V1.6 has this new +% capability - "dynamically determined title spacing". IEEEtran will now +% measure the height of all the title and author text in \maketitle +% and then calculate a rigid (non-rubber) spacer to follow that meets +% IEEE specs and also produces a \textheight on the title page that ensures +% an integer number of normalsized lines on the rest of the page. Single +% column papers, and two column papers with the title entirely in column +% one (technotes) do not need dynamic rigid spacing and therefore use +% standard rubber spacers. +% +% Note: This problem can still crop up if you use floats that span both +% columns (i.e., figure*). It has been a decade+ long limitation with LaTeX +% that the stretchable portion of \dbltextfloatsep is ignored. +% If you get a problem with underful vbox warnings and paragraphs that "are +% pulled apart" on page with a float that spans both columns, tweak the +% space between the figure and the main text a little: +% +% \vskip 5pt +% \end{figure*} +% +% If you can't find a value that fixes both columns, you are going to +% have to put a rubber spacer somewhere in one or both of the columns. +% +%15) Because of change #14 above, those of you using \pubid will, as of V1.6, +% have to place it *before* \maketitle in order for it have the intended +% affect. The dynamic spacer algorithm must see if you are using \pubid when +% \maketitle is called. \pubidadjcol works as before except that it now +% has additional logic to prevent it from doing anything if \pubid was never +% called. +% +%16) In some unusual, non-standard circumstances, an author may desire to +% alter the spacing after the title area or put some unusual text above +% the main text. For instance, to stop a bad break when a new section +% occurs right at the start of the second page. This is difficult to do +% when the title spans both columns of two column text since LaTeX treats +% such title text as a type of float. A new command, \IEEEaftertitletext{}, +% gives access to the end of that produced by \maketitle. The types of +% things that can go into \IEEEaftertitletext are the same as those into +% \twocolumn[] - no \par, but \\ are OK. There is no restriction on the +% range of spacings that can be used. +% i.e., \IEEEaftertitletext{\vspace{-100pt}} will push the main text well +% into the title and \IEEEaftertitletext{\vspace{100pt}} will push it far down +% the page. You will have complete control. If used, place +% \IEEEaftertitletext{} before \maketitle like \title and \author. IEEEtran's +% dynamic title spacing intentionally does not take into consideration the +% contents of \IEEEaftertitletext{} when determining the spacer after the title +% area (otherwise it would try to second guess you), so the user will have +% manually adjust the height of the contents in \IEEEaftertitletext{} if the +% problem discussed in #14 above should develop. A safe bet is to keep +% the height of contents of \IEEEaftertitletext{} to integer multiples of +% \baselineskip, i.e., \IEEEaftertitletext{\vspace{-1\baselineskip}} +% +% Because it can result in an IEEE nonstandard format, the use of +% \IEEEaftertitletext{} is discouraged. Possible uses include (1) the use of +% IEEEtran for non-IEEE work with different title spacing requirements, +% or (2) as an emergency manual override if a problem should develop in +% IEEEtran's automatic spacing algorithm. +% +%17) completely rewritten \PARstart to: +% a. no longer have problems when the user begins an environment +% within the paragraph that uses \PARstart. +% b. auto-detect and use the current font family +% c. revise handling of the space at the end of the first word so that +% interword glue will now work as normal. +% d. produce correctly aligned edges for the (two) indented lines. +% +% Because the current font family is now auto-detected, there is no +% longer any need for \CMPARstart - it is now the same as \PARstart. +% +%18) There is now a new "open box" Q.E.D. symbol (\QEDopen) as well as the +% original default (\QED) closed one (\QEDclosed). Some journals use +% the open form. To make \proof use the open form, just do: +% \renewcommand{\QED}{\QEDopen} +% +%19) Additional \typeout{} notices added to warn the user when unusual +% settings/commands are detected or as reminders to avoid common errors +% when in conference mode. +% +%20) IEEEtran now provides \abovecaptionskip and \belowcaptionskip skip +% registers because article class provides them and some packages +% may error if they are missing. However, IEEEtran only uses +% \abovecaptionskip for actual caption spacing. +% +%21) Fixed bug that prevented users from redefining the section headings +% to use arabic digits. Thanks to Richardt H. Wilkinson for reporting +% this bug. +% +%22) Code cleaned up to be more efficient with the use of TeX registers; +% removed some old LaTeX 2.09 code; revised option processing to +% LaTeX2e standard; eliminated unwanted "phantom" spaces in some +% environments. +% +%23) Added new \IEEEeqnarray, \IEEEeqnarraybox, \IEEEeqnarrayboxm and +% \IEEEeqnarrayboxt environments to provide superior alternatives to the +% standard LaTeX \eqnarray, \array and \tabular. Additional new support +% commands include \IEEEeqnarraydecl, \IEEEeqnarrayboxdecl, +% \IEEEeqnarraymathstyle, \IEEEeqnarraytextstyle, \yesnumber. \IEEEnonumber, +% \IEEEyesnumber, \IEEEyessubnumber, \IEEEeqnarraynumspace, \IEEEeqnarraymulticol, +% \IEEEeqnarrayomit, \IEEEeqnarraydefcol, \IEEEeqnarraydefcolsep, \IEEEeqnarrayseprow, +% \IEEEeqnarrayseprowcut, \IEEEeqnarrayrulerow, \IEEEeqnarraydblrulerowcut, +% \IEEEeqnarraystrutmode, \IEEEeqnarraystrutsize, \IEEEeqnarraystrutsizeadd, +% \IEEEvisiblestrutstrue, \IEEEvisiblestrutsfalse and \IEEEstrut. +% These are documented in the user's guide. +% +%24) V1.6 changed back to using () around theorem names (which are also now in italics) +% as this is what IEEE is using now. Thanks to Christian Peel for reporting this. +% Also, when section numbers are used as the first part of theorem numbers, display +% them in arabic, not Roman. +% +%25) New \IEEEtriggeratref{X} command allows a page break to be triggered just +% before the given reference number "X". This is most useful when balancing +% the columns on the last page and a \newpage between references is desired. +% \IEEEtriggercmd{X} allows a different command to be executed at trigger. +% +% +%******* +% 7/2001 V1.5 (MDS) changes: +% +% +% 1) Fixed \and within \author bug: (! Misplaced \crcr. \endtabular ->\crcr) +% Thanks to Rainer Dorsch for discovering and reporting that \and +% did not work. +% +% 2) Fixed the biography environment so that if a biography's text is shorter +% than the area allocated for the photo, a collision with the next +% biography does not occur. You can now put real graphics (using the +% graphicx package) into the biography photo box with a new optional +% argument of the biography command! For example: +% +% \begin{biography}[{\includegraphics[width=1in,height=1.25in,clip,keepaspectratio]{./tux.eps}}]{Linux Penguin} +% +% will use the specified graphic as the author's photo. The photo area is +% exactly 1in wide by 1.25in high - as is done in IEEE Transactions. Try +% to keep the same 4:5 aspect ratio if scanning/cropping your photos. +% Note the need for the extra set of enclosing braces around the +% \includegraphics. Without it, The LaTeX parser may get confused when it +% sees the \includegraphics's brackets within the biography's optional +% argument. Due to the length of the \includegraphics command, you may wish +% to define your own shorthand form of it. I have not done so with IEEEtran +% to prevent dependence on the graphicx package. If you do not use the +% optional argument, or leave it empty, a standard frame box with the +% words "Place Photo Here" will be used. If you want the space to remain +% completely empty, you can do: +% +% \begin{biography}[\mbox{}]{The Invisible Man} +% +% The interface to biography's optional argument is into a +% 1in X 1.25in minipage in which the argument text is centered both +% horizontally and vertically: +% +% \begin{minipage}[b][1.25in][c]{1in}% +% \centering +% #1% +% \end{minipage} +% +% Within the biography environment, \unitlength is set to 1in. +% With this in mind, you can even design your own custom frameboxes. +% For instance: +% +% \begin{biography}[\framebox(1,1.25){\parbox[][\height][c]{0.9in}{\centering PLACE\\ PHOTO\\ HERE}}]{Author Name} +% +% will yield the same type of result as the default photo box. +% +% Thanks to Herbert Voss for discovering the collision bug, suggesting the ability +% to handle graphics and providing some prototype code. +% +% +% +%******* +% 3/2001 V1.4 (MDS) changes: +% +% +% 1) New "draftcls" and "final" options have been added. +% Thanks to Dragan Cvetkovic for suggesting an option like draftcls. +% +% 2) Documentation changes to reflect the fact that this IEEEtran.cls +% is no longer beta test. +% +% 3) Slightly revised caption sizes. Figure and table captions are now +% in \footnotesize, not \small as before. +% +% 4) Allow user to control figure caption justification. IEEEtran.cls +% normally defaults to left justified as is done in Transactions. +% However, for conferences, you may wish to issue the command: +% \centerfigcaptionstrue +% in the preamble. Short (less than one line long) figure captions +% will then be centered. Multi-line figure captions will always be +% properly left justified. V1.6: This is already done for you when +% using the conference mode. +% +% +% +%******* +% 1/2001 V1.3 +% Michael Shell (MDS) made extensive changes and additions: +% +% +% BUGS FIXED (and many others too numerous to mention!): +% 1) Fixed improper alignment with itemized, enumerated and +% description lists. Added new controls to these three +% environments so that it is easy to get the alignment IEEE +% uses. Furthermore, the itemize, enumerate and description lists +% no longer force a new paragraph to begin at the end the list +% (\par). (Sometimes lists are used within paragraphs.) +% +% 2) JVH's fixes now allow things like $\mathbf{N}(0,P(0))$ +% to work properly without needing the extra braces: +% ${\mathbf{N}}(0,P(0))$. There is no longer any dependence +% on the "rawfonts" and "oldlfont" packages. Thanks Juergen! +% +% 3) Fixed underfull hbox errors and incorrect reference number +% alignment when the number of references in the bibliography +% exceeded 9 entries (which is almost every paper!). +% +% 4) Removed dependence on the LaTeX sizexx.clo files. +% Now, 9pt documents should work correctly even on systems that +% lack a size9.clo file. This is most often used in conjunction +% with the option "technote" for "correspondence" papers like those +% in IEEE Transactions on Information Theory. For virtually all +% other papers, 10pt is used and so it is the default. +% Some improper font sizes have been corrected. \footnotesize is +% now 8pt in 9pt docs, so footnotes in technotes should be the +% correct size now. +% +% 5) Added \interlinepenalty within the bibliography section to discourage +% LaTeX from breaking within a reference. IEEE almost never breaks within +% a reference and when they do it is usually in technotes +% (correspondence papers). You may get an underfull vbox warning in the +% bibliography indicating that the spacing just before the "REFERENCES" +% section is larger than normal, but the final result will be more like +% what IEEE will publish. See the comments in the BIBLIOGRAPHY section +% around line 2034 below if you want to change this behavior. +% +% 6) No longer "blows up" when you use \paragraph and have a table +% of contents. +% +% 7) Theorem environment changed, (but for V1.6, back to the old way, sigh). +% +% 8) Figure captions adjusted: IEEE left (not center) justifies +% figure captions (for journals) and does not indent figure caption text. +% +% 9) Adjusted some spacings in the table of contents(TOC))/list-of-figures/ +% list-of-tables so that section/table numbers will not so easily +% collide with the titles. Section VIII was usually the worst offender. +% Still doesn't right justify the section numbers, but neither does +% article.cls (This must be why LaTeX likes the x.y.z section numbering +% scheme unlike I, II, III, etc. of IEEE. ) +% It may be "normal" as it is (left justified). sigh. +% +%10) Now uses "index terms" now as a heading instead of "keywords". +% Furthermore, the "index terms" and "abstract" headings are in bold +% italic. This is how IEEE does things. +% +%11) \thebibliography and \biography now put entries into +% the table of contents for you. +% +% ******* +% +% +% +% +% +% ******* +% 9/2000 (JVH) changes: (now designated as V1.2) +% +% made some corrections to get closer to LaTeX2e +% 20000906 Juergen v.Hagen +% vonhagen@ihefiji.etec.uni-karlsruhe.de +% +% Permission to redistribute granted as of December 2000. +% ******* +% +% +% +% +% +% ******* +% +% 1996 (JWD) LaTeX2e version: (now designated as V1.1) +% +% In the most recent TeXhax digest, there was a request for a copy of +% IEEEtrans.sty modified to work with LaTeX2e. I have a version I +% modified to make it IEEEtrans.cls, which I have sent to the person +% making the request and am now sending to you to consider posting to +% the archives. +% -- +% Jon Dixon +% dixonj@colorado.edu +% http://spot.colorado.edu/~dixonj/ +% +%******* +% +% +% +% +% +%******* +% +% 30-August-1993 original LaTeX 2.09 version (IEEEtran.sty), +% (now designated as V1.0): +% +% by Gerry Murray and Silvano Balemi +% Automatic Control Lab, ETH Zurich, Switzerland +% balemi@aut.ee.ethz.ch +% +%******* +% +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% +% +% +% +% +% +\ProvidesClass{IEEEtran}[2005/09/13 revision V1.6c by Michael Shell] +\typeout{-- See the "IEEEtran_HOWTO" manual for usage information.} +\typeout{-- The source comments contain changelog notes.} +\NeedsTeXFormat{LaTeX2e} + +% define new needed flags to indicate document options +% and set a few "failsafe" defaults +\newif\if@twocolumnmode \global\@twocolumnmodetrue +\newif\if@draftversion \global\@draftversionfalse +\newif\if@draftclsmode \global\@draftclsmodefalse +\newif\if@draftclsmodefoot \global\@draftclsmodefootfalse +\newif\if@confmode \global\@confmodefalse +\newif\if@peerreviewoption \global\@peerreviewoptionfalse +\newif\if@peerreviewcaoption \global\@peerreviewcaoptionfalse + +% we HAVE to turn off technote as there is no +% "not a tech note" option +\newif\if@technote \global\@technotefalse + +% V1.6 we allow the user to control whether or not the +% font interword spacings are tuned to be more like +% that of IEEE. The default is to tune things. +\newif\if@fonttunesettings \global\@fonttunesettingstrue + +% V1.6b flag to show if using a4paper +\newif\if@IEEEusingAfourpaper \global\@IEEEusingAfourpaperfalse + +% IEEEtran class scratch pad registers +% dimen +\newdimen\@IEEEtrantmpdimenA +\newdimen\@IEEEtrantmpdimenB +% count +\newcount\@IEEEtrantmpcountA +\newcount\@IEEEtrantmpcountB +% token list +\newtoks\@IEEEtrantmptoksA + +% we use \@IEEEptsize so that we can ID the point size (even for 9pt docs) +% as well as LaTeX's \@ptsize to retain some compatability with some +% external packages +\def\@IEEEptsize{10} +\def\@ptsize{0} +% LaTeX does not support 9pt, so we set \@ptsize to 0 - same as that of 10pt +\DeclareOption{9pt}{\def\@IEEEptsize{9}\def\@ptsize{0}} +\DeclareOption{10pt}{\def\@IEEEptsize{10}\def\@ptsize{0}} +\DeclareOption{11pt}{\def\@IEEEptsize{11}\def\@ptsize{1}} +\DeclareOption{12pt}{\def\@IEEEptsize{12}\def\@ptsize{2}} + + +% \@IEEEmarginE is the side margin for equal margins +% \@IEEEmarginW is the wider side margin when the margins are not equal +% NOTE: BOTH of the above margins are as they appear +% on the paper - they are NOT offset by 1 inch +\DeclareOption{letterpaper}{\setlength{\paperheight}{11in}% + \setlength{\paperwidth}{8.5in}% + \def\@IEEEmarginE{0.680in}% + \def\@IEEEmarginW{0.775in}% + \@IEEEusingAfourpaperfalse} + + +\DeclareOption{a4paper}{\setlength{\paperheight}{297mm}% + \setlength{\paperwidth}{210mm}% + \def\@IEEEmarginE{14.32mm}% + \def\@IEEEmarginW{17mm} + \@IEEEusingAfourpapertrue} + +\DeclareOption{oneside}{\@twosidefalse \@mparswitchfalse} +\DeclareOption{twoside}{\@twosidetrue \@mparswitchtrue} + +\DeclareOption{onecolumn}{\global\@twocolumnmodefalse} +% the file twocolumn.sty is not read as it changes \textwidth. +\DeclareOption{twocolumn}{\global\@twocolumnmodetrue} + +% If the user selects draft, then this class AND any packages +% will go into draft mode. +\DeclareOption{draft}{\global\@draftversiontrue \global\@draftclsmodetrue +\global\@draftclsmodefoottrue} +% draftcls is for a draft mode which will not affect any packages +% used by the document. +\DeclareOption{draftcls}{\global\@draftversionfalse \global\@draftclsmodetrue +\global\@draftclsmodefoottrue} +% draftclsnofoot is like draftcls, but without the footer. +\DeclareOption{draftclsnofoot}{\global\@draftversionfalse \global\@draftclsmodetrue +\global\@draftclsmodefootfalse} +% we provide a final option just for completeness (article.cls has one) +\DeclareOption{final}{\global\@draftversionfalse \global\@draftclsmodefalse +\global\@draftclsmodefootfalse} + +\DeclareOption{journal}{\global\@peerreviewoptionfalse \global\@peerreviewcaoptionfalse +\global\@confmodefalse \global\@technotefalse} + +\DeclareOption{conference}{\global\@peerreviewoptionfalse \global\@peerreviewcaoptionfalse +\global\@confmodetrue \global\@technotefalse} + +\DeclareOption{technote}{\global\@peerreviewoptionfalse \global\@peerreviewcaoptionfalse +\global\@confmodefalse \global\@technotetrue} + +\DeclareOption{peerreview}{\global\@peerreviewoptiontrue \global\@peerreviewcaoptionfalse +\global\@confmodefalse \global\@technotefalse} + +\DeclareOption{peerreviewca}{\global\@peerreviewoptiontrue \global\@peerreviewcaoptiontrue +\global\@confmodefalse \global\@technotefalse} + +\DeclareOption{nofonttune}{\global\@fonttunesettingsfalse} + + +% IEEE uses Times font, so we'll default to times. +% These three commands make up the entire times.sty package. +\renewcommand{\sfdefault}{phv} +\renewcommand{\rmdefault}{ptm} +\renewcommand{\ttdefault}{pcr} +% enable Times now - so that all class options can see the correct font families +\normalfont\selectfont + + +% default to US letter paper, 10pt, twocolumn, one sided, final, journal +\ExecuteOptions{letterpaper,10pt,twocolumn,oneside,final,journal} +% overrride these defaults per user requests +\ProcessOptions + +% we can send console reminder messages to the user here +\AtEndDocument{\if@confmode% +\typeout{}% +\typeout{** Conference Paper **}% +\typeout{Before submitting the final camera ready copy, remember to:}% +\typeout{}% +\typeout{ 1. Manually equalize the lengths of two columns on the last page}% +\typeout{ of your paper;}% +\typeout{}% +\typeout{ 2. Ensure that any PostScript and/or PDF output post-processing}% +\typeout{ uses only Type 1 fonts and that every step in the generation}% +\typeout{ process uses the US letter (8.5in X 11in) paper size.}% +\typeout{}% +\fi} + + +% warn about the use of single column other than for draft mode +\if@twocolumnmode\else% + \if@draftclsmode\else% + \typeout{** ATTENTION: Single column mode is not normally used with IEEE publications.}% + \fi% +\fi + + +% V1.6, if the user is using pdflatex, go ahead and set the output paper size. +% Otherwise, we declare the papersize via a \special for dvips. +% We keep the tests within braces because otherwise, if not using pdflatex, +% \pdfpageheight and \pdfpagewidth will be set to \relax - possibly affecting +% similar tests of other packages. +{\@ifundefined{pdfpageheight}{% not using pdflatex, setup paper size for dvips +\if@IEEEusingAfourpaper +\special{papersize=210mm,297mm}% +\else +\special{papersize=8.5in,11in}% +\fi}% +{% using pdftex, set paper size for pdftex +\global\pdfpageheight\paperheight\global\pdfpagewidth\paperwidth}} + + + +% The idea hinted here is for LaTeX to generate markleft{} and markright{} +% automatically for you after you enter \author{}, \journal{}, +% \journaldate{}, journalvol{}, \journalnum{}, etc. +% However, there may be some backward compatibility issues here as +% well as some special applications for IEEEtran.cls and special issues +% that may require the flexible \markleft{}, \markright{} and/or \markboth{}. +% We'll leave this as an open future suggestion. +%\newcommand{\journal}[1]{\def\@journal{#1}} +%\def\@journal{} + + + +% pointsize values +% used with ifx to determine the document's normal size +\def\@IEEEptsizenine{9} +\def\@IEEEptsizeten{10} +\def\@IEEEptsizeeleven{11} +\def\@IEEEptsizetwelve{12} + + + +% FONT DEFINITIONS (No sizexx.clo file needed) +% V1.6 revised font sizes, displayskip values and +% revised normalsize baselineskip to reduce underfull vbox problems +% on the 58pc = 696pt = 9.5in text height we want +% normalsize #lines/column baselineskip (aka leading) +% 9pt 63 11.0476pt (truncated down) +% 10pt 58 12pt (exact) +% 11pt 52 13.3846pt (truncated down) +% 12pt 50 13.92pt (exact) +% + +% we need to store the nominal baselineskip for the given font size +% in case baselinestretch ever changes. +\newskip\@IEEEnormalsizefontbaselineskip +\@IEEEnormalsizefontbaselineskip\baselineskip + +\ifx\@IEEEptsize\@IEEEptsizenine +\typeout{-- This is a 9 point document.} +\def\normalsize{\@setfontsize{\normalsize}{9}{11.0476pt}}% +\setlength{\@IEEEnormalsizefontbaselineskip}{11.0476pt}% +\normalsize +\abovedisplayskip 1.5ex plus3pt minus1pt% +\belowdisplayskip \abovedisplayskip% +\abovedisplayshortskip 0pt plus3pt% +\belowdisplayshortskip 1.5ex plus3pt minus1pt +\def\small{\@setfontsize{\small}{8.5}{10pt}} +\def\footnotesize{\@setfontsize{\footnotesize}{8}{9pt}} +\def\scriptsize{\@setfontsize{\scriptsize}{7}{8pt}} +\def\tiny{\@setfontsize{\tiny}{5}{6pt}} +% sublargesize is the same as large - 10pt +\def\sublargesize{\@setfontsize{\sublargesize}{10}{12pt}} +\def\large{\@setfontsize{\large}{10}{12pt}} +\def\Large{\@setfontsize{\Large}{12}{14pt}} +\def\LARGE{\@setfontsize{\LARGE}{14}{17pt}} +\def\huge{\@setfontsize{\huge}{17}{20pt}} +\def\Huge{\@setfontsize{\Huge}{20}{24pt}} +\fi + + +% Check if we have selected 10 points +\ifx\@IEEEptsize\@IEEEptsizeten +\typeout{-- This is a 10 point document.} +\def\normalsize{\@setfontsize{\normalsize}{10}{12.00pt}}% +\setlength{\@IEEEnormalsizefontbaselineskip}{12pt}% +\normalsize +\abovedisplayskip 1.5ex plus4pt minus2pt% +\belowdisplayskip \abovedisplayskip% +\abovedisplayshortskip 0pt plus4pt% +\belowdisplayshortskip 1.5ex plus4pt minus2pt +\def\small{\@setfontsize{\small}{9}{10pt}} +\def\footnotesize{\@setfontsize{\footnotesize}{8}{9pt}} +\def\scriptsize{\@setfontsize{\scriptsize}{7}{8pt}} +\def\tiny{\@setfontsize{\tiny}{5}{6pt}} +% sublargesize is a tad smaller than large - 11pt +\def\sublargesize{\@setfontsize{\sublargesize}{11}{13.4pt}} +\def\large{\@setfontsize{\large}{12}{14pt}} +\def\Large{\@setfontsize{\Large}{14}{17pt}} +\def\LARGE{\@setfontsize{\LARGE}{17}{20pt}} +\def\huge{\@setfontsize{\huge}{20}{24pt}} +\def\Huge{\@setfontsize{\Huge}{24}{28pt}} +\fi + + +% Check if we have selected 11 points +\ifx\@IEEEptsize\@IEEEptsizeeleven +\typeout{-- This is an 11 point document.} +\def\normalsize{\@setfontsize{\normalsize}{11}{13.3846pt}}% +\setlength{\@IEEEnormalsizefontbaselineskip}{13.3846pt}% +\normalsize +\abovedisplayskip 1.5ex plus5pt minus3pt% +\belowdisplayskip \abovedisplayskip% +\abovedisplayshortskip 0pt plus5pt% +\belowdisplayshortskip 1.5ex plus5pt minus3pt +\def\small{\@setfontsize{\small}{10}{12pt}} +\def\footnotesize{\@setfontsize{\footnotesize}{9}{10.5pt}} +\def\scriptsize{\@setfontsize{\scriptsize}{8}{9pt}} +\def\tiny{\@setfontsize{\tiny}{6}{7pt}} +% sublargesize is the same as large - 12pt +\def\sublargesize{\@setfontsize{\sublargesize}{12}{14pt}} +\def\large{\@setfontsize{\large}{12}{14pt}} +\def\Large{\@setfontsize{\Large}{14}{17pt}} +\def\LARGE{\@setfontsize{\LARGE}{17}{20pt}} +\def\huge{\@setfontsize{\huge}{20}{24pt}} +\def\Huge{\@setfontsize{\Huge}{24}{28pt}} +\fi + + +% Check if we have selected 12 points +\ifx\@IEEEptsize\@IEEEptsizetwelve +\typeout{-- This is a 12 point document.} +\def\normalsize{\@setfontsize{\normalsize}{12}{13.92pt}}% +\setlength{\@IEEEnormalsizefontbaselineskip}{13.92pt}% +\normalsize +\abovedisplayskip 1.5ex plus6pt minus4pt% +\belowdisplayskip \abovedisplayskip% +\abovedisplayshortskip 0pt plus6pt% +\belowdisplayshortskip 1.5ex plus6pt minus4pt +\def\small{\@setfontsize{\small}{10}{12pt}} +\def\footnotesize{\@setfontsize{\footnotesize}{9}{10.5pt}} +\def\scriptsize{\@setfontsize{\scriptsize}{8}{9pt}} +\def\tiny{\@setfontsize{\tiny}{6}{7pt}} +% sublargesize is the same as large - 14pt +\def\sublargesize{\@setfontsize{\sublargesize}{14}{17pt}} +\def\large{\@setfontsize{\large}{14}{17pt}} +\def\Large{\@setfontsize{\Large}{17}{20pt}} +\def\LARGE{\@setfontsize{\LARGE}{20}{24pt}} +\def\huge{\@setfontsize{\huge}{22}{26pt}} +\def\Huge{\@setfontsize{\Huge}{24}{28pt}} +\fi + + +% V1.6 The Computer Modern Fonts will issue a substitution warning for +% 24pt titles (24.88pt is used instead) increase the substitution +% tolerance to turn off this warning +\def\fontsubfuzz{.9pt} +% However, the default (and correct) Times font will scale exactly as needed. + + +% warn the user in case they forget to use the 9pt option with +% technote +\if@technote% + \ifx\@IEEEptsize\@IEEEptsizenine\else% + \typeout{** ATTENTION: Technotes are normally 9pt documents.}% + \fi% +\fi + + +% set \baselinestretch +\def\baselinestretch{1} +\if@draftclsmode% draft mode uses larger than normal spacing +\def\baselinestretch{1.5} % controls line spacing for draft version +\fi % some people may like 1.7 or greater + % so that there will be even more space + % for hand written comments + +\normalsize % make \baselinestretch take affect + + +% V1.6 +% store the normalsize baselineskip +\newskip\normalsizebaselineskip +\normalsizebaselineskip=\baselineskip\relax +% store the nominal value of jot +\newskip\normaljot +\normaljot=0.25\normalsizebaselineskip\relax + +% set \jot +\jot=\normaljot\relax + + +% abstract and keywords are in \small, except +% for 9pt docs in which they are in \footnotesize +% Since 9pt docs use an 8pt footnotesize, \small +% becomes a rather awkward 8.5pt +\let\@IEEEabskeysecsize=\small +\ifx\@IEEEptsize\@IEEEptsizenine + \let\@IEEEabskeysecsize=\footnotesize +\fi + + + +% V1.6, we are now going to fine tune the interword spacing +% The default interword glue for Times under TeX appears to use a +% nominal interword spacing of 25% (relative to the font size, i.e., 1em) +% a maximum of 40% and a minimum of 19%. +% For example, 10pt text uses an interword glue of: +% +% 2.5pt plus 1.49998pt minus 0.59998pt +% +% However, IEEE allows for a more generous range which reduces the need +% for hyphenation, especially for two column text. Furthermore, IEEE +% tends to use a little bit more nominal space between the words. +% IEEE's interword spacing percentages appear to be: +% 35% nominal +% 23% minimum +% 50% maximum +% (They may even be using a tad more for the largest fonts such as 24pt.) +% +% for bold text, IEEE increases the spacing a little more: +% 37.5% nominal +% 23% minimum +% 55% maximum + +% here are the interword spacing ratios we'll use +% for medium (normal weight) +\def\@IEEEinterspaceratioM{0.35} +\def\@IEEEinterspaceMINratioM{0.23} +\def\@IEEEinterspaceMAXratioM{0.50} + +% for bold +\def\@IEEEinterspaceratioB{0.375} +\def\@IEEEinterspaceMINratioB{0.23} +\def\@IEEEinterspaceMAXratioB{0.55} + + +% command to revise the interword spacing for the current font under TeX: +% \fontdimen2 = nominal interword space +% \fontdimen3 = interword stretch +% \fontdimen4 = interword shrink +% since all changes to the \fontdimen are global, we can enclose these commands +% in braces to confine any font attribute or length changes +\def\@@@IEEEsetfontdimens#1#2#3{{% +\setlength{\@IEEEtrantmpdimenB}{\f@size pt}% grab the font size in pt, could use 1em instead. +\setlength{\@IEEEtrantmpdimenA}{#1\@IEEEtrantmpdimenB}% +\fontdimen2\font=\@IEEEtrantmpdimenA\relax +\addtolength{\@IEEEtrantmpdimenA}{-#2\@IEEEtrantmpdimenB}% +\fontdimen3\font=-\@IEEEtrantmpdimenA\relax +\setlength{\@IEEEtrantmpdimenA}{#1\@IEEEtrantmpdimenB}% +\addtolength{\@IEEEtrantmpdimenA}{-#3\@IEEEtrantmpdimenB}% +\fontdimen4\font=\@IEEEtrantmpdimenA\relax}} + +% revise the interword spacing for each font weight +\def\@@IEEEsetfontdimens{{% +\mdseries +\@@@IEEEsetfontdimens{\@IEEEinterspaceratioM}{\@IEEEinterspaceMAXratioM}{\@IEEEinterspaceMINratioM}% +\bfseries +\@@@IEEEsetfontdimens{\@IEEEinterspaceratioB}{\@IEEEinterspaceMAXratioB}{\@IEEEinterspaceMINratioB}% +}} + +% revise the interword spacing for each font shape +% \slshape is not often used for IEEE work and is not altered here. The \scshape caps are +% already a tad too large in the free LaTeX fonts (as compared to what IEEE uses) so we +% won't alter these either. +\def\@IEEEsetfontdimens{{% +\normalfont +\@@IEEEsetfontdimens +\normalfont\itshape +\@@IEEEsetfontdimens +}} + +% if the nofonttune class option is not given, revise the interword spacing +% for each font size (and shape and weight). Only the \rmfamily is done here +% as \ttfamily uses a fixed spacing and \sffamily is not used as the main +% text of IEEE papers. +\def\@IEEEtunefonts{% +\if@fonttunesettings +{\selectfont\rmfamily +\tiny\@IEEEsetfontdimens +\scriptsize\@IEEEsetfontdimens +\footnotesize\@IEEEsetfontdimens +\small\@IEEEsetfontdimens +\normalsize\@IEEEsetfontdimens +\sublargesize\@IEEEsetfontdimens +\large\@IEEEsetfontdimens +\LARGE\@IEEEsetfontdimens +\huge\@IEEEsetfontdimens +\Huge\@IEEEsetfontdimens}\fi} + +% if needed, revise the interword spacing now - in case IEEEtran makes any default +% length measurements, and make sure all the default fonts are loaded +\@IEEEtunefonts + +% and again at the start of the document in case the user loaded different fonts +\AtBeginDocument{\@IEEEtunefonts} + + + +% V1.6 +% LaTeX is a little to quick to use hyphenations +% So, we increase the penalty for their use and raise +% the badness level that triggers an underfull hbox +% warning. The author may still have to tweak things, +% but the appearance will be much better "right out +% of the box" than that under V1.5 and prior. +% TeX default is 50 +\hyphenpenalty=750 +% If we didn't adjust the interword spacing, 2200 might be better. +% The TeX default is 1000 +\hbadness=1350 +% IEEE does not use extra spacing after punctuation +\frenchspacing + + + +% we want to maintain textheight as an integer multiple of +% \baselineskip. Keep \topsep in with this game plan too. +\topskip=\baselineskip +% set sizes and margins +% Book typesetting is a world where point and pica (12pt) reign supreme. +% IEEE textwidth is 21 pica. They have a colsep of 1 pica. +% V1.6 conference mode margins +\if@confmode + \topmargin -0.25in + \textheight 9.25in % The standard for conferences + % However, we will adjust this a tad so that an integer number + % of lines will always fit on each page + % The baselineskip (leading) for each document point size is used + % to determine these values + % rounded up an extra 0.1pt or so to prevent trouble with any rounding errors + \ifx\@IEEEptsize\@IEEEptsizenine\textheight=674.0pt\fi %9.3261in 61 lines/page + \ifx\@IEEEptsize\@IEEEptsizeten\textheight=672.1pt\fi %9.2998in 56 lines/page + \ifx\@IEEEptsize\@IEEEptsizeeleven\textheight=669.3pt\fi %9.2611in 50 lines/page + \ifx\@IEEEptsize\@IEEEptsizetwelve\textheight=668.3pt\fi %9.2473in 48 lines/page +\else + \topmargin -49.0pt + \textheight 58pc % = 9.63in or 696pt +\fi + + +\textwidth 43pc % 2 x 21pc + 1pc = 43pc +\columnsep 1pc + + +% IEEE MARGIN INFO and new \overrideIEEEmargins command +% V1.6 revised margins again +% IEEE wants the side margins to be equal under both US letter +% and A4 paper +% +% However, for those of you who need to bind copies of your work +% (for review distribution, etc.) the \overrideIEEEmargins +% command will shift the text a tad away from the binding +% edge. +% +% + + +% the default side margins are equal +\oddsidemargin \@IEEEmarginE +\addtolength{\oddsidemargin}{-1in}% compensate for LaTeX's 1in offset +\evensidemargin \@IEEEmarginE +\addtolength{\evensidemargin}{-1in}% compensate for LaTeX's 1in offset + +% execute \overrideIEEEmargins in the preamble to make the side margin +% near the spine slightly wider so that the paper will be much more +% agreeable to being bound. \overrideIEEEmargins will have no effect +% when in draft or draftcls mode. +\def\overrideIEEEmargins{\if@draftclsmode\relax\else% + \typeout{** ATTENTION: Overriding IEEE standard margins (line \the\inputlineno).}% + \if@twoside + % for double sided, odd pages have the bound side on the left + % make this the wide margin + \oddsidemargin\@IEEEmarginW + % and even pages have the narrow margin on the left + % as they are bound on the right + % evensidemargin is to be the narrow margin + % calculate the narrow margin and set evensidemargin + \setlength{\evensidemargin}{\paperwidth}% + \addtolength{\evensidemargin}{-\@IEEEmarginW}% + \addtolength{\evensidemargin}{-\textwidth}% + \else + % for single sided the bound side is always on the left + % make this the wide margin + \oddsidemargin\@IEEEmarginW + \evensidemargin\@IEEEmarginW + \fi + \addtolength{\oddsidemargin}{-1.0in}% compensate for LaTeX's 1in offset + \addtolength{\evensidemargin}{-1.0in}% +\fi} + + +\parindent 1.0em + +% conference papers do not have headers, other papers need +% to reserve space for them +\if@confmode +\headsep 0in +\headheight 0in +\else +\headsep 0.25in +\headheight 12pt +\fi + +% V1.6, if things get too close, go ahead and let them touch +\lineskip 0pt +\normallineskip 0pt +\lineskiplimit 0pt +\normallineskiplimit 0pt + + +% The distance from the lower edge of the text body to the +% footline +\footskip 0.4in + +% normally zero, should be relative to font height. +% put in a little rubber to help stop some bad breaks (underfull vboxes) +\parskip 0ex plus 0.2ex minus 0.1ex + + + +% draft mode settings override that of all other modes +% provides a nice 1" margin all around the paper and extra +% space between the lines for editor's comments +\if@draftclsmode +\headsep 0.25in +\headheight 12pt +% want 1" from top of paper to text +\setlength{\topmargin}{-\headsep}% +\addtolength{\topmargin}{-\headheight}% + +% we want 1in side margins regardless of paper type +\oddsidemargin 0in +\evensidemargin 0in + +% set the text width - start with the entire page +\setlength{\textwidth}{\paperwidth}% +% subtract for the 1" top/bottom margins +\addtolength{\textwidth}{-2.0in}% +% give them a textheight that won't have underfull +% vbox problems, but can't help them if they later change +% baselinestretch from its default +\setlength{\textheight}{\paperheight}% +\addtolength{\textheight}{-2.0in}% +% subtract of first line taken by \topskip +\addtolength{\textheight}{-1\topskip}% +% now digitize \textheight so that the length after +% the first line is an integer multiple of \baselineskip +% to cut down on underfull vbox errors in draft mode +\divide\textheight by \baselineskip% +\multiply\textheight by \baselineskip% +% add back the first line +\addtolength{\textheight}{\topskip}% +\fi + + + +% margin note stuff +\marginparsep 10pt +\marginparwidth 20pt +\marginparpush 25pt + + +% LIST SPACING CONTROLS + +% Controls the amount of EXTRA spacing +% above and below \trivlist +% Both \list and IED lists override this. +% However, \trivlist will use this as will most +% things built from \trivlist like the \center +% environment. +\topsep 0.5\baselineskip + +% Controls the additional spacing around lists preceded +% or followed by blank lines. IEEE does not increase +% spacing before or after paragraphs so it is set to zero. +% \z@ is the same as zero, but faster. +\partopsep \z@ + +% Controls the spacing between paragraphs in lists. +% IEEE does not increase spacing before or after paragraphs +% so this is also zero. +% With IEEEtran.cls, global changes to +% this value DO affect lists (but not IED lists). +\parsep \z@ + +% Controls the extra spacing between list items. +% IEEE does not put extra spacing between items. +% With IEEEtran.cls, global changes to this value DO affect +% lists (but not IED lists). +\itemsep \z@ + +% \itemindent is the amount to indent the FIRST line of a list +% item. It is auto set to zero within the \list environment. To alter +% it, you have to do so when you call the \list. +% However, IEEE uses this for the theorem environment +% There is an alternative value for this near \leftmargini below +\itemindent -1em + +% \leftmargin, the spacing from the left margin of the main text to +% the left of the main body of a list item is set by \list. +% Hence this statement does nothing for lists. +% But, quote and verse do use it for indention. +\leftmargin 2em + +% we retain this stuff from the older IEEEtran.cls so that \list +% will work the same way as before. However, itemize, enumerate and +% description (IED) could care less about what these are as they +% all are overridden. +\leftmargini 2em +%\itemindent 2em % Alternative values: sometimes used. +%\leftmargini 0em +\leftmarginii 1em +\leftmarginiii 1.5em +\leftmarginiv 1.5em +\leftmarginv 1.0em +\leftmarginvi 1.0em +\labelsep 0.5em +\labelwidth \z@ + + +% The old IEEEtran.cls behavior of \list is retained. +% However, the new V1.3 IED list environments override all the +% @list stuff (\@listX is called within \list for the +% appropriate level just before the user's list_decl is called). +% \topsep is now 2pt as IEEE puts a little extra space around +% lists - used by those non-IED macros that depend on \list. +% Note that \parsep and \itemsep are not redefined as in +% the sizexx.clo \@listX (which article.cls uses) so global changes +% of these values DO affect \list +% +\def\@listi{\leftmargin\leftmargini \topsep 2pt plus 1pt minus 1pt} +\let\@listI\@listi +\def\@listii{\leftmargin\leftmarginii\labelwidth\leftmarginii% + \advance\labelwidth-\labelsep \topsep 2pt} +\def\@listiii{\leftmargin\leftmarginiii\labelwidth\leftmarginiii% + \advance\labelwidth-\labelsep \topsep 2pt} +\def\@listiv{\leftmargin\leftmarginiv\labelwidth\leftmarginiv% + \advance\labelwidth-\labelsep \topsep 2pt} +\def\@listv{\leftmargin\leftmarginv\labelwidth\leftmarginv% + \advance\labelwidth-\labelsep \topsep 2pt} +\def\@listvi{\leftmargin\leftmarginvi\labelwidth\leftmarginvi% + \advance\labelwidth-\labelsep \topsep 2pt} + + +% IEEE uses 5) not 5. +\def\labelenumi{\theenumi)} \def\theenumi{\arabic{enumi}} + +% IEEE uses a) not (a) +\def\labelenumii{\theenumii)} \def\theenumii{\alph{enumii}} + +% IEEE uses iii) not iii. +\def\labelenumiii{\theenumiii)} \def\theenumiii{\roman{enumiii}} + +% IEEE uses A) not A. +\def\labelenumiv{\theenumiv)} \def\theenumiv{\Alph{enumiv}} + +% exactly the same as in article.cls +\def\p@enumii{\theenumi} +\def\p@enumiii{\theenumi(\theenumii)} +\def\p@enumiv{\p@enumiii\theenumiii} + +% itemized list label styles +\def\labelitemi{$\scriptstyle\bullet$} +\def\labelitemii{\textbf{--}} +\def\labelitemiii{$\ast$} +\def\labelitemiv{$\cdot$} + + +% IEEEtran.cls version numbers, provided as of V1.3 +% These values serve as a way a .tex file can +% determine if the new features are provided. +% The version number of this IEEEtrans.cls can be obtained from +% these values. i.e., V1.4 +% KEEP THESE AS INTEGERS! i.e., NO {4a} or anything like that- +% (no need to enumerate "a" minor changes here) +\def\IEEEtransversionmajor{1} +\def\IEEEtransversionminor{6} + + +% **** V1.3 ENHANCEMENTS **** +% Itemize, Enumerate and Description (IED) List Controls +% *************************** +% +% +% IEEE seems to use at least two different values by +% which ITEMIZED list labels are indented to the right +% For The Journal of Lightwave Technology (JLT) and The Journal +% on Selected Areas in Communications (JSAC), they tend to use +% an indention equal to \parindent. For Transactions on Communications +% they tend to indent ITEMIZED lists a little more--- 1.3\parindent. +% We'll provide both values here for you so that you can choose +% which one you like in your document using a command such as: +% setlength{\IEEEilabelindent}{\IEEEilabelindentB} +\newdimen\IEEEilabelindentA +\IEEEilabelindentA \parindent + +\newdimen\IEEEilabelindentB +\IEEEilabelindentB 1.3\parindent +% However, we'll default to using \parindent +% which makes more sense to me +\newdimen\IEEEilabelindent +\IEEEilabelindent \IEEEilabelindentA + + +% This controls the default amount the enumerated list labels +% are indented to the right. +% Normally, this is the same as the paragraph indention +\newdimen\IEEEelabelindent +\IEEEelabelindent \parindent + +% This controls the default amount the description list labels +% are indented to the right. +% Normally, this is the same as the paragraph indention +\newdimen\IEEEdlabelindent +\IEEEdlabelindent \parindent + +% This is the value actually used within the IED lists. +% The IED environments automatically set its value to +% one of the three values above, so global changes do +% not have any effect +\newdimen\labelindent +\labelindent \parindent + +% The actual amount labels will be indented is +% \labelindent multiplied by the factor below +% corresponding to the level of nesting depth +% This provides a means by which the user can +% alter the effective \labelindent for deeper +% levels +% There may not be such a thing as correct "standard IEEE" +% values. What IEEE actually does may depend on the specific +% circumstances. +% The first list level almost always has full indention. +% The second levels I've seen have only 75% of the normal indentation +% Three level or greater nestings are very rare. I am guessing +% that they don't use any indentation. +\def\IEEElabelindentfactori{1.0} % almost always one +\def\IEEElabelindentfactorii{0.75} % 0.0 or 1.0 may be used in some cases +\def\IEEElabelindentfactoriii{0.0} % 0.75? 0.5? 0.0? +\def\IEEElabelindentfactoriv{0.0} +\def\IEEElabelindentfactorv{0.0} +\def\IEEElabelindentfactorvi{0.0} + +% value actually used within IED lists, it is auto +% set to one of the 6 values above +% global changes here have no effect +\def\labelindentfactor{1.0} + +% This controls the default spacing between the end of the IED +% list labels and the list text, when normal text is used for +% the labels. +\newdimen\IEEEiednormlabelsep +\IEEEiednormlabelsep 0.6em + +% This controls the default spacing between the end of the IED +% list labels and the list text, when math symbols are used for +% the labels (nomenclature lists). IEEE usually increases the +% spacing in these cases +\newdimen\IEEEiedmathlabelsep +\IEEEiedmathlabelsep 1.2em + +% This controls the extra vertical separation put above and +% below each IED list. IEEE usually puts a little extra spacing +% around each list. However, this spacing is barely noticeable. +\newskip\IEEEiedtopsep +\IEEEiedtopsep 2pt plus 1pt minus 1pt + + +% This command is executed within each IED list environment +% at the beginning of the list. You can use this to set the +% parameters for some/all your IED list(s) without disturbing +% global parameters that affect things other than lists. +% i.e., renewcommand{\iedlistdecl}{\setlength{\labelsep}{5em}} +% will alter the \labelsep for the next list(s) until +% \iedlistdecl is redefined. +\def\iedlistdecl{\relax} + +% This command provides an easy way to set \leftmargin based +% on the \labelwidth, \labelsep and the argument \labelindent +% Usage: \calcleftmargin{width-to-indent-the-label} +% output is in the \leftmargin variable, i.e., effectively: +% \leftmargin = argument + \labelwidth + \labelsep +% Note controlled spacing here, shield end of lines with % +\def\calcleftmargin#1{\setlength{\leftmargin}{#1}% +\addtolength{\leftmargin}{\labelwidth}% +\addtolength{\leftmargin}{\labelsep}} + +% This command provides an easy way to set \labelwidth to the +% width of the given text. It is the same as +% \settowidth{\labelwidth}{label-text} +% and useful as a shorter alternative. +% Typically used to set \labelwidth to be the width +% of the longest label in the list +\def\setlabelwidth#1{\settowidth{\labelwidth}{#1}} + +% When this command is executed, IED lists will use the +% IEEEiedmathlabelsep label separation rather than the normal +% spacing. To have an effect, this command must be executed via +% the \iedlistdecl or within the option of the IED list +% environments. +\def\usemathlabelsep{\setlength{\labelsep}{\IEEEiedmathlabelsep}} + +% A flag which controls whether the IED lists automatically +% calculate \leftmargin from \labelindent, \labelwidth and \labelsep +% Useful if you want to specify your own \leftmargin +% This flag must be set (\nocalcleftmargintrue or \nocalcleftmarginfalse) +% via the \iedlistdecl or within the option of the IED list +% environments to have an effect. +\newif\ifnocalcleftmargin +\nocalcleftmarginfalse + +% A flag which controls whether \labelindent is multiplied by +% the \labelindentfactor for each list level. +% This flag must be set via the \iedlistdecl or within the option +% of the IED list environments to have an effect. +\newif\ifnolabelindentfactor +\nolabelindentfactorfalse + + +% internal variable to indicate type of IED label +% justification +% 0 - left; 1 - center; 2 - right +\def\@iedjustify{0} + + +% commands to allow the user to control IED +% label justifications. Use these commands within +% the IED environment option or in the \iedlistdecl +% Note that changing the normal list justifications +% is nonstandard and IEEE may not like it if you do so! +% I include these commands as they may be helpful to +% those who are using these enhanced list controls for +% other non-IEEE related LaTeX work. +% itemize and enumerate automatically default to right +% justification, description defaults to left. +\def\iedlabeljustifyl{\def\@iedjustify{0}}%left +\def\iedlabeljustifyc{\def\@iedjustify{1}}%center +\def\iedlabeljustifyr{\def\@iedjustify{2}}%right + + + + +% commands to save to and restore from the list parameter copies +% this allows us to set all the list parameters within +% the list_decl and prevent \list (and its \@list) +% from overriding any of our parameters +% V1.6 use \edefs instead of dimen's to conserve dimen registers +% Note controlled spacing here, shield end of lines with % +\def\@IEEEsavelistparams{\edef\@IEEEiedtopsep{\the\topsep}% +\edef\@IEEEiedlabelwidth{\the\labelwidth}% +\edef\@IEEEiedlabelsep{\the\labelsep}% +\edef\@IEEEiedleftmargin{\the\leftmargin}% +\edef\@IEEEiedpartopsep{\the\partopsep}% +\edef\@IEEEiedparsep{\the\parsep}% +\edef\@IEEEieditemsep{\the\itemsep}% +\edef\@IEEEiedrightmargin{\the\rightmargin}% +\edef\@IEEEiedlistparindent{\the\listparindent}% +\edef\@IEEEieditemindent{\the\itemindent}} + +% Note controlled spacing here +\def\@IEEErestorelistparams{\topsep\@IEEEiedtopsep\relax% +\labelwidth\@IEEEiedlabelwidth\relax% +\labelsep\@IEEEiedlabelsep\relax% +\leftmargin\@IEEEiedleftmargin\relax% +\partopsep\@IEEEiedpartopsep\relax% +\parsep\@IEEEiedparsep\relax% +\itemsep\@IEEEieditemsep\relax% +\rightmargin\@IEEEiedrightmargin\relax% +\listparindent\@IEEEiedlistparindent\relax% +\itemindent\@IEEEieditemindent\relax} + + +% v1.6b provide original LaTeX IED list environments +% note that latex.ltx defines \itemize and \enumerate, but not \description +% which must be created by the base classes +% save original LaTeX itemize and enumerate +\let\LaTeXitemize\itemize +\let\endLaTeXitemize\enditemize +\let\LaTeXenumerate\enumerate +\let\endLaTeXenumerate\endenumerate + +% provide original LaTeX description environment from article.cls +\newenvironment{LaTeXdescription} + {\list{}{\labelwidth\z@ \itemindent-\leftmargin + \let\makelabel\descriptionlabel}} + {\endlist} +\newcommand*\descriptionlabel[1]{\hspace\labelsep + \normalfont\bfseries #1} + + +% override LaTeX's default IED lists +\def\itemize{\@IEEEitemize} +\def\enditemize{\@endIEEEitemize} +\def\enumerate{\@IEEEenumerate} +\def\endenumerate{\@endIEEEenumerate} +\def\description{\@IEEEdescription} +\def\enddescription{\@endIEEEdescription} + +% provide the user with aliases - may help those using packages that +% override itemize, enumerate, or description +\def\IEEEitemize{\@IEEEitemize} +\def\endIEEEitemize{\@endIEEEitemize} +\def\IEEEenumerate{\@IEEEenumerate} +\def\endIEEEenumerate{\@endIEEEenumerate} +\def\IEEEdescription{\@IEEEdescription} +\def\endIEEEdescription{\@endIEEEdescription} + + +% V1.6 we want to keep the IEEEtran IED list definitions as our own internal +% commands so they are protected against redefinition +\def\@IEEEitemize{\@ifnextchar[{\@@IEEEitemize}{\@@IEEEitemize[\relax]}} +\def\@IEEEenumerate{\@ifnextchar[{\@@IEEEenumerate}{\@@IEEEenumerate[\relax]}} +\def\@IEEEdescription{\@ifnextchar[{\@@IEEEdescription}{\@@IEEEdescription[\relax]}} +\def\@endIEEEitemize{\endlist} +\def\@endIEEEenumerate{\endlist} +\def\@endIEEEdescription{\endlist} + + +% DO NOT ALLOW BLANK LINES TO BE IN THESE IED ENVIRONMENTS +% AS THIS WILL FORCE NEW PARAGRAPHS AFTER THE IED LISTS +% IEEEtran itemized list MDS 1/2001 +% Note controlled spacing here, shield end of lines with % +\def\@@IEEEitemize[#1]{% + \ifnum\@itemdepth>3\relax\@toodeep\else% + \ifnum\@listdepth>5\relax\@toodeep\else% + \advance\@itemdepth\@ne% + \edef\@itemitem{labelitem\romannumeral\the\@itemdepth}% + % get the labelindentfactor for this level + \advance\@listdepth\@ne% we need to know what the level WILL be + \edef\labelindentfactor{\csname IEEElabelindentfactor\romannumeral\the\@listdepth\endcsname}% + \advance\@listdepth-\@ne% undo our increment + \def\@iedjustify{2}% right justified labels are default + % set other defaults + \nocalcleftmarginfalse% + \nolabelindentfactorfalse% + \topsep\IEEEiedtopsep% + \labelindent\IEEEilabelindent% + \labelsep\IEEEiednormlabelsep% + \partopsep 0ex% + \parsep 0ex% + \itemsep 0ex% + \rightmargin 0em% + \listparindent 0em% + \itemindent 0em% + % calculate the label width + % the user can override this later if + % they specified a \labelwidth + \settowidth{\labelwidth}{\csname labelitem\romannumeral\the\@itemdepth\endcsname}% + \@IEEEsavelistparams% save our list parameters + \list{\csname\@itemitem\endcsname}{% + \@IEEErestorelistparams% override any list{} changes + % to our globals + \let\makelabel\@IEEEiedmakelabel% v1.6b setup \makelabel + \iedlistdecl% let user alter parameters + #1\relax% + % If the user has requested not to use the + % labelindent factor, don't revise \labelindent + \ifnolabelindentfactor\relax% + \else\labelindent=\labelindentfactor\labelindent% + \fi% + % Unless the user has requested otherwise, + % calculate our left margin based + % on \labelindent, \labelwidth and + % \labelsep + \ifnocalcleftmargin\relax% + \else\calcleftmargin{\labelindent}% + \fi}\fi\fi}% + + +% DO NOT ALLOW BLANK LINES TO BE IN THESE IED ENVIRONMENTS +% AS THIS WILL FORCE NEW PARAGRAPHS AFTER THE IED LISTS +% IEEEtran enumerate list MDS 1/2001 +% Note controlled spacing here, shield end of lines with % +\def\@@IEEEenumerate[#1]{% + \ifnum\@enumdepth>3\relax\@toodeep\else% + \ifnum\@listdepth>5\relax\@toodeep\else% + \advance\@enumdepth\@ne% + \edef\@enumctr{enum\romannumeral\the\@enumdepth}% + % get the labelindentfactor for this level + \advance\@listdepth\@ne% we need to know what the level WILL be + \edef\labelindentfactor{\csname IEEElabelindentfactor\romannumeral\the\@listdepth\endcsname}% + \advance\@listdepth-\@ne% undo our increment + \def\@iedjustify{2}% right justified labels are default + % set other defaults + \nocalcleftmarginfalse% + \nolabelindentfactorfalse% + \topsep\IEEEiedtopsep% + \labelindent\IEEEelabelindent% + \labelsep\IEEEiednormlabelsep% + \partopsep 0ex% + \parsep 0ex% + \itemsep 0ex% + \rightmargin 0em% + \listparindent 0em% + \itemindent 0em% + % calculate the label width + % We'll set it to the width suitable for all labels using + % normalfont 1) to 9) + % The user can override this later + \settowidth{\labelwidth}{9)}% + \@IEEEsavelistparams% save our list parameters + \list{\csname label\@enumctr\endcsname}{\usecounter{\@enumctr}% + \@IEEErestorelistparams% override any list{} changes + % to our globals + \let\makelabel\@IEEEiedmakelabel% v1.6b setup \makelabel + \iedlistdecl% let user alter parameters + #1\relax% + % If the user has requested not to use the + % labelindent factor, don't revise \labelindent + \ifnolabelindentfactor\relax% + \else\labelindent=\labelindentfactor\labelindent% + \fi% + % Unless the user has requested otherwise, + % calculate our left margin based + % on \labelindent, \labelwidth and + % \labelsep + \ifnocalcleftmargin\relax% + \else\calcleftmargin{\labelindent}% + \fi}\fi\fi}% + + +% DO NOT ALLOW BLANK LINES TO BE IN THESE IED ENVIRONMENTS +% AS THIS WILL FORCE NEW PARAGRAPHS AFTER THE IED LISTS +% IEEEtran description list MDS 1/2001 +% Note controlled spacing here, shield end of lines with % +\def\@@IEEEdescription[#1]{% + \ifnum\@listdepth>5\relax\@toodeep\else% + % get the labelindentfactor for this level + \advance\@listdepth\@ne% we need to know what the level WILL be + \edef\labelindentfactor{\csname IEEElabelindentfactor\romannumeral\the\@listdepth\endcsname}% + \advance\@listdepth-\@ne% undo our increment + \def\@iedjustify{0}% left justified labels are default + % set other defaults + \nocalcleftmarginfalse% + \nolabelindentfactorfalse% + \topsep\IEEEiedtopsep% + \labelindent\IEEEdlabelindent% + % assume normal labelsep + \labelsep\IEEEiednormlabelsep% + \partopsep 0ex% + \parsep 0ex% + \itemsep 0ex% + \rightmargin 0em% + \listparindent 0em% + \itemindent 0em% + % Bogus label width in case the user forgets + % to set it. + % TIP: If you want to see what a variable's width is you + % can use the TeX command \showthe\width-variable to + % display it on the screen during compilation + % (This might be helpful to know when you need to find out + % which label is the widest) + \settowidth{\labelwidth}{Hello}% + \@IEEEsavelistparams% save our list parameters + \list{}{\@IEEErestorelistparams% override any list{} changes + % to our globals + \let\makelabel\@IEEEiedmakelabel% v1.6b setup \makelabel + \iedlistdecl% let user alter parameters + #1\relax% + % If the user has requested not to use the + % labelindent factor, don't revise \labelindent + \ifnolabelindentfactor\relax% + \else\labelindent=\labelindentfactor\labelindent% + \fi% + % Unless the user has requested otherwise, + % calculate our left margin based + % on \labelindent, \labelwidth and + % \labelsep + \ifnocalcleftmargin\relax% + \else\calcleftmargin{\labelindent}\relax% + \fi}\fi} + +% v1.6b we use one makelabel that does justification as needed. +\def\@IEEEiedmakelabel#1{\relax\if\@iedjustify 0\relax +\makebox[\labelwidth][l]{\normalfont #1}\else +\if\@iedjustify 1\relax +\makebox[\labelwidth][c]{\normalfont #1}\else +\makebox[\labelwidth][r]{\normalfont #1}\fi\fi} + + +% VERSE and QUOTE +\def\verse{\let\\=\@centercr + \list{}{\itemsep\z@ \itemindent -1.5em \listparindent \itemindent + \rightmargin\leftmargin\advance\leftmargin 1.5em}\item[]} +\let\endverse\endlist +\def\quotation{\list{}{\listparindent 1.5em \itemindent\listparindent + \rightmargin\leftmargin \parsep 0pt plus 1pt}\item[]} +\let\endquotation=\endlist +\def\quote{\list{}{\rightmargin\leftmargin}\item[]} +\let\endquote=\endlist + + +% \titlepage +% provided only for backward compatibility. \maketitle is the correct +% way to create the title page. +\newif\if@restonecol +\def\titlepage{\@restonecolfalse\if@twocolumn\@restonecoltrue\onecolumn + \else \newpage \fi \thispagestyle{empty}\c@page\z@} +\def\endtitlepage{\if@restonecol\twocolumn \else \newpage \fi} + +% standard values from article.cls +\arraycolsep 5pt +\arrayrulewidth .4pt +\doublerulesep 2pt + +\tabcolsep 6pt +\tabbingsep 0.5em + + +%% FOOTNOTES +% +%\skip\footins 10pt plus 4pt minus 2pt +% V1.6 respond to changes in font size +% space added above the footnotes (if present) +\skip\footins 0.9\baselineskip plus 0.4\baselineskip minus 0.2\baselineskip + +% V1.6, we need to make \footnotesep responsive to changes +% in \baselineskip or strange spacings will result when in +% draft mode. Here is a little LaTeX secret - \footnotesep +% determines the height of an invisible strut that is placed +% *above* the baseline of footnotes after the first. Since +% LaTeX considers the space for characters to be 0.7/baselineskip +% above the baseline and 0.3/baselineskip below it, we need to +% use 0.7/baselineskip as a \footnotesep to maintain equal spacing +% between all the lines of the footnotes. IEEE often uses a tad +% more, so use 0.8\baselineskip. This slightly larger value also helps +% the text to clear the footnote marks. Note that \thanks now uses +% its own value of \footnotesep. +{\footnotesize +\global\footnotesep 0.8\baselineskip} + + +\skip\@mpfootins = \skip\footins +\fboxsep = 3pt +\fboxrule = .4pt +% V1.6 use 1em, the use LaTeX2e's \@makefnmark +% Note that IEEE normally *left* aligns the footnote marks, so we don't need +% box resizing tricks here. +\long\def\@makefntext#1{\parindent 1em\indent\hbox{\@makefnmark}#1}% V1.6 use 1em + +\def\footnoterule{} + +% V1.6 do not allow LaTeX to break a footnote across multiple pages +\interfootnotelinepenalty=10000 + +% V1.6 discourage breaks within equations +% Note that amsmath normally sets this to 10000, +% but LaTeX2e normally uses 100. +\interdisplaylinepenalty=2500 + + +\if@technote + \setcounter{secnumdepth}{3} +\else + \setcounter{secnumdepth}{4} +\fi + + +\newcounter{section} +\newcounter{subsection}[section] +\newcounter{subsubsection}[subsection] +\newcounter{paragraph}[subsubsection] + +% used only by IEEEtran's IEEEeqnarray as other packages may +% have their own, different, implementations +\newcounter{IEEEsubequation}[equation] + +% as shown when called by user from \ref, \label and in table of contents +\def\thesection{\Roman{section}} % I +\def\thesubsection{\thesection-\Alph{subsection}} % I-A +\def\thesubsubsection{\thesubsection.\arabic{subsubsection}} % I-A.1 +\def\theparagraph{\thesubsubsection.\alph{paragraph}} % I-A.1.a +\def\theequation{\arabic{equation}} % 1 +\def\theIEEEsubequation{\theequation\alph{IEEEsubequation}} % 1a (used only by IEEEtran's IEEEeqnarray) + +% Main text forms (how shown in main text headings) +% V1.6, using \thesection in \thesectiondis allows changes +% in the former to automatically appear in the latter +\def\thesectiondis{\thesection.} % I. +\def\thesubsectiondis{\Alph{subsection}.} % B. +\def\thesubsubsectiondis{\arabic{subsubsection})} % 3) +\def\theparagraphdis{\alph{paragraph})} % d) +% just like LaTeX2e's \@eqnnum +\def\theequationdis{{\normalfont \normalcolor (\theequation)}}% (1) +% IEEEsubequation used only by IEEEtran's IEEEeqnarray +\def\theIEEEsubequationdis{{\normalfont \normalcolor (\theIEEEsubequation)}}% (1a) +% redirect LaTeX2e's equation number display and all that depend on +% it, through IEEEtran's \theequationdis +\def\@eqnnum{\theequationdis} + +% LIST OF FIGURES AND TABLES AND TABLE OF CONTENTS +% +\def\@pnumwidth{1.55em} +\def\@tocrmarg{2.55em} +\def\@dotsep{4.5} +\setcounter{tocdepth}{3} + +% adjusted some spacings here so that section numbers will not easily +% collide with the section titles. +% VIII; VIII-A; and VIII-A.1 are usually the worst offenders. +% MDS 1/2001 +\def\tableofcontents{\section*{Contents}\@starttoc{toc}} +\def\l@section#1#2{\addpenalty{\@secpenalty}\addvspace{1.0em plus 1pt}% + \@tempdima 2.75em \begingroup \parindent \z@ \rightskip \@pnumwidth% + \parfillskip-\@pnumwidth {\bfseries\leavevmode #1}\hfil\hbox to\@pnumwidth{\hss #2}\par% + \endgroup} +% argument format #1:level, #2:labelindent,#3:labelsep +\def\l@subsection{\@dottedtocline{2}{2.75em}{3.75em}} +\def\l@subsubsection{\@dottedtocline{3}{6.5em}{4.5em}} +% must provide \l@ defs for ALL sublevels EVEN if tocdepth +% is such as they will not appear in the table of contents +% these defs are how TOC knows what level these things are! +\def\l@paragraph{\@dottedtocline{4}{6.5em}{5.5em}} +\def\l@subparagraph{\@dottedtocline{5}{6.5em}{6.5em}} +\def\listoffigures{\section*{List of Figures}\@starttoc{lof}} +\def\l@figure{\@dottedtocline{1}{0em}{2.75em}} +\def\listoftables{\section*{List of Tables}\@starttoc{lot}} +\let\l@table\l@figure + + +%% Definitions for floats +%% +%% Normal Floats +\floatsep 1\baselineskip plus 0.2\baselineskip minus 0.2\baselineskip +\textfloatsep 1.7\baselineskip plus 0.2\baselineskip minus 0.4\baselineskip +\@fptop 0pt plus 1fil +\@fpsep 0.75\baselineskip plus 2fil +\@fpbot 0pt plus 1fil +\def\topfraction{1.0} +\def\bottomfraction{.4} +\def\floatpagefraction{0.8} +\def\textfraction{.2} + +%% Double Column Floats +\dblfloatsep 1\baselineskip plus 0.2\baselineskip minus 0.2\baselineskip + +\dbltextfloatsep 1.7\baselineskip plus 0.2\baselineskip minus 0.4\baselineskip +% Note that it would be nice if the rubber here actually worked in LaTeX2e. +% There is a long standing limitation in LaTeX, first discovered (to the best +% of my knowledge) by Alan Jeffrey in 1992. LaTeX ignores the stretchable +% portion of \dbltextfloatsep, and as a result, double column figures can and +% do result in an non-integer number of lines in the main text columns with +% underfull vbox errors as a consequence. A post to comp.text.tex +% by Donald Arseneau confirms that this had not yet been fixed in 1998. +% IEEEtran V1.6 will fix this problem for you in the titles, but it doesn't +% protect you from other double floats. Happy vspace'ing. + +\@dblfptop 0pt plus 1fil +\@dblfpsep 0.75\baselineskip plus 2fil +\@dblfpbot 0pt plus 1fil +\def\dbltopfraction{1.0} +\def\dblfloatpagefraction{0.8} +\setcounter{dbltopnumber}{4} + +\intextsep 1\baselineskip plus 0.2\baselineskip minus 0.2\baselineskip +\setcounter{topnumber}{2} +\setcounter{bottomnumber}{2} +\setcounter{totalnumber}{4} + + +%% redefine CAPTION +% V1.4 add user control for short figure caption justification +\newif\ifcenterfigcaptions + +% V1.6 set the default according to conference mode +\if@confmode +\centerfigcaptionstrue +\else +\centerfigcaptionsfalse +\fi + +% article class provides these, we should too. +\newlength\abovecaptionskip +\newlength\belowcaptionskip +% but only \abovecaptionskip is used above figure captions and *below* table +% captions +\setlength\abovecaptionskip{0.5\baselineskip} +\setlength\belowcaptionskip{0pt} +% V1.6 create hooks in case the caption spacing ever needs to be +% overridden by a user +\def\@IEEEfigurecaptionsepspace{\vskip\abovecaptionskip\relax}% +\def\@IEEEtablecaptionsepspace{\vskip\abovecaptionskip\relax}% + + +% 1.6b revise caption system so that \@makecaption uses two arguments +% as with LaTeX2e. Otherwise, there will be problems when using hyperref. +\def\@IEEEtablestring{table} + +\long\def\@makecaption#1#2{% +% test if is a for a figure or table +\ifx\@captype\@IEEEtablestring% +% if a table, do table caption +\begin{center}{\footnotesize #1}\\{\footnotesize\scshape #2}\end{center}% +\@IEEEtablecaptionsepspace% V1.6 was a hard coded 8pt +% if not a table, format it as a figure +\else +\@IEEEfigurecaptionsepspace% V1.6 was a hard coded 5pt +% 3/2001 use footnotesize, not small; use two nonbreaking spaces, not one +\setbox\@tempboxa\hbox{\footnotesize #1.~~ #2}% +\ifdim \wd\@tempboxa >\hsize% +% if caption is longer than a line, let it wrap around +\setbox\@tempboxa\hbox{\footnotesize #1.~~ }% +\parbox[t]{\hsize}{\footnotesize \noindent\unhbox\@tempboxa#2}% +% if caption is shorter than a line, +% allow user to control short figure caption justification (left or center) +\else% +\ifcenterfigcaptions \hbox to\hsize{\footnotesize\hfil\box\@tempboxa\hfil}% +\else \hbox to\hsize{\footnotesize\box\@tempboxa\hfil}% +\fi\fi\fi} + + +\newcounter{figure} +\def\thefigure{\@arabic\c@figure} +\def\fps@figure{tbp} +\def\ftype@figure{1} +\def\ext@figure{lof} +\def\fnum@figure{Fig.~\thefigure} +\def\figure{\@float{figure}} +\def\endfigure{\end@float} +\@namedef{figure*}{\@dblfloat{figure}} +\@namedef{endfigure*}{\end@dblfloat} +\newcounter{table} +\def\thetable{\@Roman\c@table} +\def\fps@table{tbp} +\def\ftype@table{2} +\def\ext@table{lot} +\def\fnum@table{TABLE~\thetable} +% V1.6 IEEE uses 8pt text for tables +% to default to footnotesize, we hack into LaTeX2e's \@floatboxreset and pray +\def\table{\def\@floatboxreset{\reset@font\footnotesize\@setminipage}\@float{table}} +\def\endtable{\end@float} +% v1.6b double column tables need to default to footnotesize as well. +\@namedef{table*}{\def\@floatboxreset{\reset@font\footnotesize\@setminipage}\@dblfloat{table}} +\@namedef{endtable*}{\end@dblfloat} + + + + +%% +%% START OF IEEEeqnarry DEFINITIONS +%% +%% Inspired by the concepts, examples, and previous works of LaTeX +%% coders and developers such as Donald Arseneau, Fred Bartlett, +%% David Carlisle, Tony Liu, Frank Mittelbach, Piet van Oostrum, +%% Roland Winkler and Mark Wooding. +%% I don't make the claim that my work here is even near their calibre. ;) + + +% hook to allow easy changeover to IEEEtran.cls/tools.sty error reporting +\def\@IEEEclspkgerror{\ClassError{IEEEtran}} + +\newif\if@IEEEeqnarraystarform% flag to indicate if the environment was called as the star form +\@IEEEeqnarraystarformfalse + +\newif\if@advanceIEEEeqncolcnt% tracks if the environment should advance the col counter +% allows a way to make an \IEEEeqnarraybox that can be used within an \IEEEeqnarray +% used by IEEEeqnarraymulticol so that it can work properly in both +\@advanceIEEEeqncolcnttrue + +\newcount\@IEEEeqnnumcols % tracks how many IEEEeqnarray cols are defined +\newcount\@IEEEeqncolcnt % tracks how many IEEEeqnarray cols the user actually used + + +% The default math style used by the columns +\def\IEEEeqnarraymathstyle{\displaystyle} +% The default text style used by the columns +% default to using the current font +\def\IEEEeqnarraytextstyle{\relax} + +% like the iedlistdecl but for \IEEEeqnarray +\def\IEEEeqnarraydecl{\relax} +\def\IEEEeqnarrayboxdecl{\relax} + +% \yesnumber is the opposite of \nonumber +% a novel concept with the same def as the equationarray package +% However, we give IEEE versions too since some LaTeX packages such as +% the MDWtools mathenv.sty redefine \nonumber to something else. +\providecommand{\yesnumber}{\global\@eqnswtrue} +\def\IEEEyesnumber{\global\@eqnswtrue} +\def\IEEEnonumber{\global\@eqnswfalse} + + +\def\IEEEyessubnumber{\global\@IEEEissubequationtrue\global\@eqnswtrue% +\if@IEEEeqnarrayISinner% only do something inside an IEEEeqnarray +\if@IEEElastlinewassubequation\addtocounter{equation}{-1}\else\setcounter{IEEEsubequation}{1}\fi% +\def\@currentlabel{\p@IEEEsubequation\theIEEEsubequation}\fi} + +% flag to indicate that an equation is a sub equation +\newif\if@IEEEissubequation% +\@IEEEissubequationfalse + +% allows users to "push away" equations that get too close to the equation numbers +\def\IEEEeqnarraynumspace{\hphantom{\if@IEEEissubequation\theIEEEsubequationdis\else\theequationdis\fi}} + +% provides a way to span multiple columns within IEEEeqnarray environments +% will consider \if@advanceIEEEeqncolcnt before globally advancing the +% column counter - so as to work within \IEEEeqnarraybox +% usage: \IEEEeqnarraymulticol{number cols. to span}{col type}{cell text} +\long\def\IEEEeqnarraymulticol#1#2#3{\multispan{#1}% +% check if column is defined +\relax\expandafter\ifx\csname @IEEEeqnarraycolDEF#2\endcsname\@IEEEeqnarraycolisdefined% +\csname @IEEEeqnarraycolPRE#2\endcsname#3\relax\relax\relax\relax\relax% +\relax\relax\relax\relax\relax\csname @IEEEeqnarraycolPOST#2\endcsname% +\else% if not, error and use default type +\@IEEEclspkgerror{Invalid column type "#2" in \string\IEEEeqnarraymulticol.\MessageBreak +Using a default centering column instead}% +{You must define IEEEeqnarray column types before use.}% +\csname @IEEEeqnarraycolPRE@IEEEdefault\endcsname#3\relax\relax\relax\relax\relax% +\relax\relax\relax\relax\relax\csname @IEEEeqnarraycolPOST@IEEEdefault\endcsname% +\fi% +% advance column counter only if the IEEEeqnarray environment wants it +\if@advanceIEEEeqncolcnt\global\advance\@IEEEeqncolcnt by #1\relax\fi} + +% like \omit, but maintains track of the column counter for \IEEEeqnarray +\def\IEEEeqnarrayomit{\omit\if@advanceIEEEeqncolcnt\global\advance\@IEEEeqncolcnt by 1\relax\fi} + + +% provides a way to define a letter referenced column type +% usage: \IEEEeqnarraydefcol{col. type letter/name}{pre insertion text}{post insertion text} +\def\IEEEeqnarraydefcol#1#2#3{\expandafter\def\csname @IEEEeqnarraycolPRE#1\endcsname{#2}% +\expandafter\def\csname @IEEEeqnarraycolPOST#1\endcsname{#3}% +\expandafter\def\csname @IEEEeqnarraycolDEF#1\endcsname{1}} + + +% provides a way to define a numerically referenced inter-column glue types +% usage: \IEEEeqnarraydefcolsep{col. glue number}{glue definition} +\def\IEEEeqnarraydefcolsep#1#2{\expandafter\def\csname @IEEEeqnarraycolSEP\romannumeral #1\endcsname{#2}% +\expandafter\def\csname @IEEEeqnarraycolSEPDEF\romannumeral #1\endcsname{1}} + + +\def\@IEEEeqnarraycolisdefined{1}% just a macro for 1, used for checking undefined column types + + +% expands and appends the given argument to the \@IEEEtrantmptoksA token list +% used to build up the \halign preamble +\def\@IEEEappendtoksA#1{\edef\@@IEEEappendtoksA{\@IEEEtrantmptoksA={\the\@IEEEtrantmptoksA #1}}% +\@@IEEEappendtoksA} + +% also appends to \@IEEEtrantmptoksA, but does not expand the argument +% uses \toks8 as a scratchpad register +\def\@IEEEappendNOEXPANDtoksA#1{\toks8={#1}% +\edef\@@IEEEappendNOEXPANDtoksA{\@IEEEtrantmptoksA={\the\@IEEEtrantmptoksA\the\toks8}}% +\@@IEEEappendNOEXPANDtoksA} + +% define some common column types for the user +% math +\IEEEeqnarraydefcol{l}{$\IEEEeqnarraymathstyle}{$\hfil} +\IEEEeqnarraydefcol{c}{\hfil$\IEEEeqnarraymathstyle}{$\hfil} +\IEEEeqnarraydefcol{r}{\hfil$\IEEEeqnarraymathstyle}{$} +\IEEEeqnarraydefcol{L}{$\IEEEeqnarraymathstyle{}}{{}$\hfil} +\IEEEeqnarraydefcol{C}{\hfil$\IEEEeqnarraymathstyle{}}{{}$\hfil} +\IEEEeqnarraydefcol{R}{\hfil$\IEEEeqnarraymathstyle{}}{{}$} +% text +\IEEEeqnarraydefcol{s}{\IEEEeqnarraytextstyle}{\hfil} +\IEEEeqnarraydefcol{t}{\hfil\IEEEeqnarraytextstyle}{\hfil} +\IEEEeqnarraydefcol{u}{\hfil\IEEEeqnarraytextstyle}{} + +% vertical rules +\IEEEeqnarraydefcol{v}{}{\vrule width\arrayrulewidth} +\IEEEeqnarraydefcol{vv}{\vrule width\arrayrulewidth\hfil}{\hfil\vrule width\arrayrulewidth} +\IEEEeqnarraydefcol{V}{}{\vrule width\arrayrulewidth\hskip\doublerulesep\vrule width\arrayrulewidth} +\IEEEeqnarraydefcol{VV}{\vrule width\arrayrulewidth\hskip\doublerulesep\vrule width\arrayrulewidth\hfil}% +{\hfil\vrule width\arrayrulewidth\hskip\doublerulesep\vrule width\arrayrulewidth} + +% horizontal rules +\IEEEeqnarraydefcol{h}{}{\leaders\hrule height\arrayrulewidth\hfil} +\IEEEeqnarraydefcol{H}{}{\leaders\vbox{\hrule width\arrayrulewidth\vskip\doublerulesep\hrule width\arrayrulewidth}\hfil} + +% plain +\IEEEeqnarraydefcol{x}{}{} +\IEEEeqnarraydefcol{X}{$}{$} + +% the default column type to use in the event a column type is not defined +\IEEEeqnarraydefcol{@IEEEdefault}{\hfil$\IEEEeqnarraymathstyle}{$\hfil} + + +% a zero tabskip (used for "-" col types) +\def\@IEEEeqnarraycolSEPzero{0pt plus 0pt minus 0pt} +% a centering tabskip (used for "+" col types) +\def\@IEEEeqnarraycolSEPcenter{1000pt plus 0pt minus 1000pt} + +% top level default tabskip glues for the start, end, and inter-column +% may be reset within environments not always at the top level, e.g., \IEEEeqnarraybox +\edef\@IEEEeqnarraycolSEPdefaultstart{\@IEEEeqnarraycolSEPcenter}% default start glue +\edef\@IEEEeqnarraycolSEPdefaultend{\@IEEEeqnarraycolSEPcenter}% default end glue +\edef\@IEEEeqnarraycolSEPdefaultmid{\@IEEEeqnarraycolSEPzero}% default inter-column glue + + + +% creates a vertical rule that extends from the bottom to the top a a cell +% Provided in case other packages redefine \vline some other way. +% usage: \IEEEeqnarrayvrule[rule thickness] +% If no argument is provided, \arrayrulewidth will be used for the rule thickness. +\newcommand\IEEEeqnarrayvrule[1][\arrayrulewidth]{\vrule\@width#1\relax} + +% creates a blank separator row +% usage: \IEEEeqnarrayseprow[separation length][font size commands] +% default is \IEEEeqnarrayseprow[0.25\normalbaselineskip][\relax] +% blank arguments inherit the default values +% uses \skip5 as a scratch register - calls \@IEEEeqnarraystrutsize which uses more scratch registers +\def\IEEEeqnarrayseprow{\relax\@ifnextchar[{\@IEEEeqnarrayseprow}{\@IEEEeqnarrayseprow[0.25\normalbaselineskip]}} +\def\@IEEEeqnarrayseprow[#1]{\relax\@ifnextchar[{\@@IEEEeqnarrayseprow[#1]}{\@@IEEEeqnarrayseprow[#1][\relax]}} +\def\@@IEEEeqnarrayseprow[#1][#2]{\def\@IEEEeqnarrayseprowARGONE{#1}% +\ifx\@IEEEeqnarrayseprowARGONE\@empty% +% get the skip value, based on the font commands +% use skip5 because \IEEEeqnarraystrutsize uses \skip0, \skip2, \skip3 +% assign within a bogus box to confine the font changes +{\setbox0=\hbox{#2\relax\global\skip5=0.25\normalbaselineskip}}% +\else% +{\setbox0=\hbox{#2\relax\global\skip5=#1}}% +\fi% +\@IEEEeqnarrayhoptolastcolumn\IEEEeqnarraystrutsize{\skip5}{0pt}[\relax]\relax} + +% creates a blank separator row, but omits all the column templates +% usage: \IEEEeqnarrayseprowcut[separation length][font size commands] +% default is \IEEEeqnarrayseprowcut[0.25\normalbaselineskip][\relax] +% blank arguments inherit the default values +% uses \skip5 as a scratch register - calls \@IEEEeqnarraystrutsize which uses more scratch registers +\def\IEEEeqnarrayseprowcut{\multispan{\@IEEEeqnnumcols}\relax% span all the cols +% advance column counter only if the IEEEeqnarray environment wants it +\if@advanceIEEEeqncolcnt\global\advance\@IEEEeqncolcnt by \@IEEEeqnnumcols\relax\fi% +\@ifnextchar[{\@IEEEeqnarrayseprowcut}{\@IEEEeqnarrayseprowcut[0.25\normalbaselineskip]}} +\def\@IEEEeqnarrayseprowcut[#1]{\relax\@ifnextchar[{\@@IEEEeqnarrayseprowcut[#1]}{\@@IEEEeqnarrayseprowcut[#1][\relax]}} +\def\@@IEEEeqnarrayseprowcut[#1][#2]{\def\@IEEEeqnarrayseprowARGONE{#1}% +\ifx\@IEEEeqnarrayseprowARGONE\@empty% +% get the skip value, based on the font commands +% use skip5 because \IEEEeqnarraystrutsize uses \skip0, \skip2, \skip3 +% assign within a bogus box to confine the font changes +{\setbox0=\hbox{#2\relax\global\skip5=0.25\normalbaselineskip}}% +\else% +{\setbox0=\hbox{#2\relax\global\skip5=#1}}% +\fi% +\IEEEeqnarraystrutsize{\skip5}{0pt}[\relax]\relax} + + + +% draws a single rule across all the columns optional +% argument determines the rule width, \arrayrulewidth is the default +% updates column counter as needed and turns off struts +% usage: \IEEEeqnarrayrulerow[rule line thickness] +\def\IEEEeqnarrayrulerow{\multispan{\@IEEEeqnnumcols}\relax% span all the cols +% advance column counter only if the IEEEeqnarray environment wants it +\if@advanceIEEEeqncolcnt\global\advance\@IEEEeqncolcnt by \@IEEEeqnnumcols\relax\fi% +\@ifnextchar[{\@IEEEeqnarrayrulerow}{\@IEEEeqnarrayrulerow[\arrayrulewidth]}} +\def\@IEEEeqnarrayrulerow[#1]{\leaders\hrule height#1\hfil\relax% put in our rule +% turn off any struts +\IEEEeqnarraystrutsize{0pt}{0pt}[\relax]\relax} + + +% draws a double rule by using a single rule row, a separator row, and then +% another single rule row +% first optional argument determines the rule thicknesses, \arrayrulewidth is the default +% second optional argument determines the rule spacing, \doublerulesep is the default +% usage: \IEEEeqnarraydblrulerow[rule line thickness][rule spacing] +\def\IEEEeqnarraydblrulerow{\multispan{\@IEEEeqnnumcols}\relax% span all the cols +% advance column counter only if the IEEEeqnarray environment wants it +\if@advanceIEEEeqncolcnt\global\advance\@IEEEeqncolcnt by \@IEEEeqnnumcols\relax\fi% +\@ifnextchar[{\@IEEEeqnarraydblrulerow}{\@IEEEeqnarraydblrulerow[\arrayrulewidth]}} +\def\@IEEEeqnarraydblrulerow[#1]{\relax\@ifnextchar[{\@@IEEEeqnarraydblrulerow[#1]}% +{\@@IEEEeqnarraydblrulerow[#1][\doublerulesep]}} +\def\@@IEEEeqnarraydblrulerow[#1][#2]{\def\@IEEEeqnarraydblrulerowARG{#1}% +% we allow the user to say \IEEEeqnarraydblrulerow[][] +\ifx\@IEEEeqnarraydblrulerowARG\@empty% +\@IEEEeqnarrayrulerow[\arrayrulewidth]% +\else% +\@IEEEeqnarrayrulerow[#1]\relax% +\fi% +\def\@IEEEeqnarraydblrulerowARG{#2}% +\ifx\@IEEEeqnarraydblrulerowARG\@empty% +\\\IEEEeqnarrayseprow[\doublerulesep][\relax]% +\else% +\\\IEEEeqnarrayseprow[#2][\relax]% +\fi% +\\\multispan{\@IEEEeqnnumcols}% +% advance column counter only if the IEEEeqnarray environment wants it +\if@advanceIEEEeqncolcnt\global\advance\@IEEEeqncolcnt by \@IEEEeqnnumcols\relax\fi% +\def\@IEEEeqnarraydblrulerowARG{#1}% +\ifx\@IEEEeqnarraydblrulerowARG\@empty% +\@IEEEeqnarrayrulerow[\arrayrulewidth]% +\else% +\@IEEEeqnarrayrulerow[#1]% +\fi% +} + +% draws a double rule by using a single rule row, a separator (cutting) row, and then +% another single rule row +% first optional argument determines the rule thicknesses, \arrayrulewidth is the default +% second optional argument determines the rule spacing, \doublerulesep is the default +% usage: \IEEEeqnarraydblrulerow[rule line thickness][rule spacing] +\def\IEEEeqnarraydblrulerowcut{\multispan{\@IEEEeqnnumcols}\relax% span all the cols +% advance column counter only if the IEEEeqnarray environment wants it +\if@advanceIEEEeqncolcnt\global\advance\@IEEEeqncolcnt by \@IEEEeqnnumcols\relax\fi% +\@ifnextchar[{\@IEEEeqnarraydblrulerowcut}{\@IEEEeqnarraydblrulerowcut[\arrayrulewidth]}} +\def\@IEEEeqnarraydblrulerowcut[#1]{\relax\@ifnextchar[{\@@IEEEeqnarraydblrulerowcut[#1]}% +{\@@IEEEeqnarraydblrulerowcut[#1][\doublerulesep]}} +\def\@@IEEEeqnarraydblrulerowcut[#1][#2]{\def\@IEEEeqnarraydblrulerowARG{#1}% +% we allow the user to say \IEEEeqnarraydblrulerow[][] +\ifx\@IEEEeqnarraydblrulerowARG\@empty% +\@IEEEeqnarrayrulerow[\arrayrulewidth]% +\else% +\@IEEEeqnarrayrulerow[#1]% +\fi% +\def\@IEEEeqnarraydblrulerowARG{#2}% +\ifx\@IEEEeqnarraydblrulerowARG\@empty% +\\\IEEEeqnarrayseprowcut[\doublerulesep][\relax]% +\else% +\\\IEEEeqnarrayseprowcut[#2][\relax]% +\fi% +\\\multispan{\@IEEEeqnnumcols}% +% advance column counter only if the IEEEeqnarray environment wants it +\if@advanceIEEEeqncolcnt\global\advance\@IEEEeqncolcnt by \@IEEEeqnnumcols\relax\fi% +\def\@IEEEeqnarraydblrulerowARG{#1}% +\ifx\@IEEEeqnarraydblrulerowARG\@empty% +\@IEEEeqnarrayrulerow[\arrayrulewidth]% +\else% +\@IEEEeqnarrayrulerow[#1]% +\fi% +} + + + +% inserts a full row's worth of &'s +% relies on \@IEEEeqnnumcols to provide the correct number of columns +% uses \@IEEEtrantmptoksA, \count0 as scratch registers +\def\@IEEEeqnarrayhoptolastcolumn{\@IEEEtrantmptoksA={}\count0=1\relax% +\loop% add cols if the user did not use them all +\ifnum\count0<\@IEEEeqnnumcols\relax% +\@IEEEappendtoksA{&}% +\advance\count0 by 1\relax% update the col count +\repeat% +\the\@IEEEtrantmptoksA%execute the &'s +} + + + +\newif\if@IEEEeqnarrayISinner % flag to indicate if we are within the lines +\@IEEEeqnarrayISinnerfalse % of an IEEEeqnarray - after the IEEEeqnarraydecl + +\edef\@IEEEeqnarrayTHEstrutheight{0pt} % height and depth of IEEEeqnarray struts +\edef\@IEEEeqnarrayTHEstrutdepth{0pt} + +\edef\@IEEEeqnarrayTHEmasterstrutheight{0pt} % default height and depth of +\edef\@IEEEeqnarrayTHEmasterstrutdepth{0pt} % struts within an IEEEeqnarray + +\edef\@IEEEeqnarrayTHEmasterstrutHSAVE{0pt} % saved master strut height +\edef\@IEEEeqnarrayTHEmasterstrutDSAVE{0pt} % and depth + +\newif\if@IEEEeqnarrayusemasterstrut % flag to indicate that the master strut value +\@IEEEeqnarrayusemasterstruttrue % is to be used + + + +% saves the strut height and depth of the master strut +\def\@IEEEeqnarraymasterstrutsave{\relax% +\expandafter\skip0=\@IEEEeqnarrayTHEmasterstrutheight\relax% +\expandafter\skip2=\@IEEEeqnarrayTHEmasterstrutdepth\relax% +% remove stretchability +\dimen0\skip0\relax% +\dimen2\skip2\relax% +% save values +\edef\@IEEEeqnarrayTHEmasterstrutHSAVE{\the\dimen0}% +\edef\@IEEEeqnarrayTHEmasterstrutDSAVE{\the\dimen2}} + +% restores the strut height and depth of the master strut +\def\@IEEEeqnarraymasterstrutrestore{\relax% +\expandafter\skip0=\@IEEEeqnarrayTHEmasterstrutHSAVE\relax% +\expandafter\skip2=\@IEEEeqnarrayTHEmasterstrutDSAVE\relax% +% remove stretchability +\dimen0\skip0\relax% +\dimen2\skip2\relax% +% restore values +\edef\@IEEEeqnarrayTHEmasterstrutheight{\the\dimen0}% +\edef\@IEEEeqnarrayTHEmasterstrutdepth{\the\dimen2}} + + +% globally restores the strut height and depth to the +% master values and sets the master strut flag to true +\def\@IEEEeqnarraystrutreset{\relax% +\expandafter\skip0=\@IEEEeqnarrayTHEmasterstrutheight\relax% +\expandafter\skip2=\@IEEEeqnarrayTHEmasterstrutdepth\relax% +% remove stretchability +\dimen0\skip0\relax% +\dimen2\skip2\relax% +% restore values +\xdef\@IEEEeqnarrayTHEstrutheight{\the\dimen0}% +\xdef\@IEEEeqnarrayTHEstrutdepth{\the\dimen2}% +\global\@IEEEeqnarrayusemasterstruttrue} + + +% if the master strut is not to be used, make the current +% values of \@IEEEeqnarrayTHEstrutheight, \@IEEEeqnarrayTHEstrutdepth +% and the use master strut flag, global +% this allows user strut commands issued in the last column to be carried +% into the isolation/strut column +\def\@IEEEeqnarrayglobalizestrutstatus{\relax% +\if@IEEEeqnarrayusemasterstrut\else% +\xdef\@IEEEeqnarrayTHEstrutheight{\@IEEEeqnarrayTHEstrutheight}% +\xdef\@IEEEeqnarrayTHEstrutdepth{\@IEEEeqnarrayTHEstrutdepth}% +\global\@IEEEeqnarrayusemasterstrutfalse% +\fi} + + + +% usage: \IEEEeqnarraystrutsize{height}{depth}[font size commands] +% If called outside the lines of an IEEEeqnarray, sets the height +% and depth of both the master and local struts. If called inside +% an IEEEeqnarray line, sets the height and depth of the local strut +% only and sets the flag to indicate the use of the local strut +% values. If the height or depth is left blank, 0.7\normalbaselineskip +% and 0.3\normalbaselineskip will be used, respectively. +% The optional argument can be used to evaluate the lengths under +% a different font size and styles. If none is specified, the current +% font is used. +% uses scratch registers \skip0, \skip2, \skip3, \dimen0, \dimen2 +\def\IEEEeqnarraystrutsize#1#2{\relax\@ifnextchar[{\@IEEEeqnarraystrutsize{#1}{#2}}{\@IEEEeqnarraystrutsize{#1}{#2}[\relax]}} +\def\@IEEEeqnarraystrutsize#1#2[#3]{\def\@IEEEeqnarraystrutsizeARG{#1}% +\ifx\@IEEEeqnarraystrutsizeARG\@empty% +{\setbox0=\hbox{#3\relax\global\skip3=0.7\normalbaselineskip}}% +\skip0=\skip3\relax% +\else% arg one present +{\setbox0=\hbox{#3\relax\global\skip3=#1\relax}}% +\skip0=\skip3\relax% +\fi% if null arg +\def\@IEEEeqnarraystrutsizeARG{#2}% +\ifx\@IEEEeqnarraystrutsizeARG\@empty% +{\setbox0=\hbox{#3\relax\global\skip3=0.3\normalbaselineskip}}% +\skip2=\skip3\relax% +\else% arg two present +{\setbox0=\hbox{#3\relax\global\skip3=#2\relax}}% +\skip2=\skip3\relax% +\fi% if null arg +% remove stretchability, just to be safe +\dimen0\skip0\relax% +\dimen2\skip2\relax% +% dimen0 = height, dimen2 = depth +\if@IEEEeqnarrayISinner% inner does not touch master strut size +\edef\@IEEEeqnarrayTHEstrutheight{\the\dimen0}% +\edef\@IEEEeqnarrayTHEstrutdepth{\the\dimen2}% +\@IEEEeqnarrayusemasterstrutfalse% do not use master +\else% outer, have to set master strut too +\edef\@IEEEeqnarrayTHEmasterstrutheight{\the\dimen0}% +\edef\@IEEEeqnarrayTHEmasterstrutdepth{\the\dimen2}% +\edef\@IEEEeqnarrayTHEstrutheight{\the\dimen0}% +\edef\@IEEEeqnarrayTHEstrutdepth{\the\dimen2}% +\@IEEEeqnarrayusemasterstruttrue% use master strut +\fi} + + +% usage: \IEEEeqnarraystrutsizeadd{added height}{added depth}[font size commands] +% If called outside the lines of an IEEEeqnarray, adds the given height +% and depth to both the master and local struts. +% If called inside an IEEEeqnarray line, adds the given height and depth +% to the local strut only and sets the flag to indicate the use +% of the local strut values. +% In both cases, if a height or depth is left blank, 0pt is used instead. +% The optional argument can be used to evaluate the lengths under +% a different font size and styles. If none is specified, the current +% font is used. +% uses scratch registers \skip0, \skip2, \skip3, \dimen0, \dimen2 +\def\IEEEeqnarraystrutsizeadd#1#2{\relax\@ifnextchar[{\@IEEEeqnarraystrutsizeadd{#1}{#2}}{\@IEEEeqnarraystrutsizeadd{#1}{#2}[\relax]}} +\def\@IEEEeqnarraystrutsizeadd#1#2[#3]{\def\@IEEEeqnarraystrutsizearg{#1}% +\ifx\@IEEEeqnarraystrutsizearg\@empty% +\skip0=0pt\relax% +\else% arg one present +{\setbox0=\hbox{#3\relax\global\skip3=#1}}% +\skip0=\skip3\relax% +\fi% if null arg +\def\@IEEEeqnarraystrutsizearg{#2}% +\ifx\@IEEEeqnarraystrutsizearg\@empty% +\skip2=0pt\relax% +\else% arg two present +{\setbox0=\hbox{#3\relax\global\skip3=#2}}% +\skip2=\skip3\relax% +\fi% if null arg +% remove stretchability, just to be safe +\dimen0\skip0\relax% +\dimen2\skip2\relax% +% dimen0 = height, dimen2 = depth +\if@IEEEeqnarrayISinner% inner does not touch master strut size +% get local strut size +\expandafter\skip0=\@IEEEeqnarrayTHEstrutheight\relax% +\expandafter\skip2=\@IEEEeqnarrayTHEstrutdepth\relax% +% add it to the user supplied values +\advance\dimen0 by \skip0\relax% +\advance\dimen2 by \skip2\relax% +% update the local strut size +\edef\@IEEEeqnarrayTHEstrutheight{\the\dimen0}% +\edef\@IEEEeqnarrayTHEstrutdepth{\the\dimen2}% +\@IEEEeqnarrayusemasterstrutfalse% do not use master +\else% outer, have to set master strut too +% get master strut size +\expandafter\skip0=\@IEEEeqnarrayTHEmasterstrutheight\relax% +\expandafter\skip2=\@IEEEeqnarrayTHEmasterstrutdepth\relax% +% add it to the user supplied values +\advance\dimen0 by \skip0\relax% +\advance\dimen2 by \skip2\relax% +% update the local and master strut sizes +\edef\@IEEEeqnarrayTHEmasterstrutheight{\the\dimen0}% +\edef\@IEEEeqnarrayTHEmasterstrutdepth{\the\dimen2}% +\edef\@IEEEeqnarrayTHEstrutheight{\the\dimen0}% +\edef\@IEEEeqnarrayTHEstrutdepth{\the\dimen2}% +\@IEEEeqnarrayusemasterstruttrue% use master strut +\fi} + + +% allow user a way to see the struts +\newif\ifIEEEvisiblestruts +\IEEEvisiblestrutsfalse + +% inserts an invisible strut using the master or local strut values +% uses scratch registers \skip0, \skip2, \dimen0, \dimen2 +\def\@IEEEeqnarrayinsertstrut{\relax% +\if@IEEEeqnarrayusemasterstrut +% get master strut size +\expandafter\skip0=\@IEEEeqnarrayTHEmasterstrutheight\relax% +\expandafter\skip2=\@IEEEeqnarrayTHEmasterstrutdepth\relax% +\else% +% get local strut size +\expandafter\skip0=\@IEEEeqnarrayTHEstrutheight\relax% +\expandafter\skip2=\@IEEEeqnarrayTHEstrutdepth\relax% +\fi% +% remove stretchability, probably not needed +\dimen0\skip0\relax% +\dimen2\skip2\relax% +% dimen0 = height, dimen2 = depth +% allow user to see struts if desired +\ifIEEEvisiblestruts% +\vrule width0.2pt height\dimen0 depth\dimen2\relax% +\else% +\vrule width0pt height\dimen0 depth\dimen2\relax\fi} + + +% creates an invisible strut, useable even outside \IEEEeqnarray +% if \IEEEvisiblestrutstrue, the strut will be visible and 0.2pt wide. +% usage: \IEEEstrut[height][depth][font size commands] +% default is \IEEEstrut[0.7\normalbaselineskip][0.3\normalbaselineskip][\relax] +% blank arguments inherit the default values +% uses \dimen0, \dimen2, \skip0, \skip2 +\def\IEEEstrut{\relax\@ifnextchar[{\@IEEEstrut}{\@IEEEstrut[0.7\normalbaselineskip]}} +\def\@IEEEstrut[#1]{\relax\@ifnextchar[{\@@IEEEstrut[#1]}{\@@IEEEstrut[#1][0.3\normalbaselineskip]}} +\def\@@IEEEstrut[#1][#2]{\relax\@ifnextchar[{\@@@IEEEstrut[#1][#2]}{\@@@IEEEstrut[#1][#2][\relax]}} +\def\@@@IEEEstrut[#1][#2][#3]{\mbox{#3\relax% +\def\@IEEEstrutARG{#1}% +\ifx\@IEEEstrutARG\@empty% +\skip0=0.7\normalbaselineskip\relax% +\else% +\skip0=#1\relax% +\fi% +\def\@IEEEstrutARG{#2}% +\ifx\@IEEEstrutARG\@empty% +\skip2=0.3\normalbaselineskip\relax% +\else% +\skip2=#2\relax% +\fi% +% remove stretchability, probably not needed +\dimen0\skip0\relax% +\dimen2\skip2\relax% +\ifIEEEvisiblestruts% +\vrule width0.2pt height\dimen0 depth\dimen2\relax% +\else% +\vrule width0.0pt height\dimen0 depth\dimen2\relax\fi}} + + +% enables strut mode by setting a default strut size and then zeroing the +% \baselineskip, \lineskip, \lineskiplimit and \jot +\def\IEEEeqnarraystrutmode{\IEEEeqnarraystrutsize{0.7\normalbaselineskip}{0.3\normalbaselineskip}[\relax]% +\baselineskip=0pt\lineskip=0pt\lineskiplimit=0pt\jot=0pt} + + + +\def\IEEEeqnarray{\@IEEEeqnarraystarformfalse\@IEEEeqnarray} +\def\endIEEEeqnarray{\end@IEEEeqnarray} + +\@namedef{IEEEeqnarray*}{\@IEEEeqnarraystarformtrue\@IEEEeqnarray} +\@namedef{endIEEEeqnarray*}{\end@IEEEeqnarray} + + +% \IEEEeqnarray is an enhanced \eqnarray. +% The star form defaults to not putting equation numbers at the end of each row. +% usage: \IEEEeqnarray[decl]{cols} +\def\@IEEEeqnarray{\relax\@ifnextchar[{\@@IEEEeqnarray}{\@@IEEEeqnarray[\relax]}} +\def\@@IEEEeqnarray[#1]#2{% + % default to showing the equation number or not based on whether or not + % the star form was involked + \if@IEEEeqnarraystarform\global\@eqnswfalse + \else% not the star form + \global\@eqnswtrue + \fi% if star form + \@IEEEissubequationfalse% default to no subequations + \@IEEElastlinewassubequationfalse% assume last line is not a sub equation + \@IEEEeqnarrayISinnerfalse% not yet within the lines of the halign + \@IEEEeqnarraystrutsize{0pt}{0pt}[\relax]% turn off struts by default + \@IEEEeqnarrayusemasterstruttrue% use master strut till user asks otherwise + \IEEEvisiblestrutsfalse% diagnostic mode defaults to off + % no extra space unless the user specifically requests it + \lineskip=0pt\relax + \lineskiplimit=0pt\relax + \baselineskip=\normalbaselineskip\relax% + \jot=\normaljot\relax% + \mathsurround\z@\relax% no extra spacing around math + \@advanceIEEEeqncolcnttrue% advance the col counter for each col the user uses, + % used in \IEEEeqnarraymulticol and in the preamble build + \stepcounter{equation}% advance equation counter before first line + \setcounter{IEEEsubequation}{0}% no subequation yet + \def\@currentlabel{\p@equation\theequation}% redefine the ref label + \IEEEeqnarraydecl\relax% allow a way for the user to make global overrides + #1\relax% allow user to override defaults + \let\\\@IEEEeqnarraycr% replace newline with one that can put in eqn. numbers + \global\@IEEEeqncolcnt\z@% col. count = 0 for first line + \@IEEEbuildpreamble #2\end\relax% build the preamble and put it into \@IEEEtrantmptoksA + % put in the column for the equation number + \ifnum\@IEEEeqnnumcols>0\relax\@IEEEappendtoksA{&}\fi% col separator for those after the first + \toks0={##}% + % advance the \@IEEEeqncolcnt for the isolation col, this helps with error checking + \@IEEEappendtoksA{\global\advance\@IEEEeqncolcnt by 1\relax}% + % add the isolation column + \@IEEEappendtoksA{\tabskip\z@skip\bgroup\the\toks0\egroup}% + % advance the \@IEEEeqncolcnt for the equation number col, this helps with error checking + \@IEEEappendtoksA{&\global\advance\@IEEEeqncolcnt by 1\relax}% + % add the equation number col to the preamble + \@IEEEappendtoksA{\tabskip\z@skip\hb@xt@\z@\bgroup\hss\the\toks0\egroup}% + % note \@IEEEeqnnumcols does not count the equation col or isolation col + % set the starting tabskip glue as determined by the preamble build + \tabskip=\@IEEEBPstartglue\relax + % begin the display alignment + \@IEEEeqnarrayISinnertrue% commands are now within the lines + $$\everycr{}\halign to\displaywidth\bgroup + % "exspand" the preamble + \span\the\@IEEEtrantmptoksA\cr} + +% enter isolation/strut column (or the next column if the user did not use +% every column), record the strut status, complete the columns, do the strut if needed, +% restore counters to correct values and exit +\def\end@IEEEeqnarray{\@IEEEeqnarrayglobalizestrutstatus&\@@IEEEeqnarraycr\egroup% +\if@IEEElastlinewassubequation\global\advance\c@IEEEsubequation\m@ne\fi% +\global\advance\c@equation\m@ne% +$$\@ignoretrue} + +% need a way to remember if last line is a subequation +\newif\if@IEEElastlinewassubequation% +\@IEEElastlinewassubequationfalse + +% IEEEeqnarray uses a modifed \\ instead of the plain \cr to +% end rows. This allows for things like \\*[vskip amount] +% This "cr" macros are modified versions those for LaTeX2e's eqnarray +% the {\ifnum0=`} braces must be kept away from the last column to avoid +% altering spacing of its math, so we use & to advance to the next column +% as there is an isolation/strut column after the user's columns +\def\@IEEEeqnarraycr{\@IEEEeqnarrayglobalizestrutstatus&% save strut status and advance to next column + {\ifnum0=`}\fi + \@ifstar{% + \global\@eqpen\@M\@IEEEeqnarrayYCR + }{% + \global\@eqpen\interdisplaylinepenalty \@IEEEeqnarrayYCR + }% +} + +\def\@IEEEeqnarrayYCR{\@testopt\@IEEEeqnarrayXCR\z@skip} + +\def\@IEEEeqnarrayXCR[#1]{% + \ifnum0=`{\fi}% + \@@IEEEeqnarraycr + \noalign{\penalty\@eqpen\vskip\jot\vskip #1\relax}}% + +\def\@@IEEEeqnarraycr{\@IEEEtrantmptoksA={}% clear token register + \advance\@IEEEeqncolcnt by -1\relax% adjust col count because of the isolation column + \ifnum\@IEEEeqncolcnt>\@IEEEeqnnumcols\relax + \@IEEEclspkgerror{Too many columns within the IEEEeqnarray\MessageBreak + environment}% + {Use fewer \string &'s or put more columns in the IEEEeqnarry column\MessageBreak + specifications.}\relax% + \else + \loop% add cols if the user did not use them all + \ifnum\@IEEEeqncolcnt<\@IEEEeqnnumcols\relax + \@IEEEappendtoksA{&}% + \advance\@IEEEeqncolcnt by 1\relax% update the col count + \repeat + % this number of &'s will take us the the isolation column + \fi + % execute the &'s + \the\@IEEEtrantmptoksA% + % handle the strut/isolation column + \@IEEEeqnarrayinsertstrut% do the strut if needed + \@IEEEeqnarraystrutreset% reset the strut system for next line or IEEEeqnarray + &% and enter the equation number column + % is this line needs an equation number, display it and advance the + % (sub)equation counters, record what type this line was + \if@eqnsw% + \if@IEEEissubequation\theIEEEsubequationdis\addtocounter{equation}{1}\stepcounter{IEEEsubequation}% + \global\@IEEElastlinewassubequationtrue% + \else% display a standard equation number, initialize the IEEEsubequation counter + \theequationdis\stepcounter{equation}\setcounter{IEEEsubequation}{0}% + \global\@IEEElastlinewassubequationfalse\fi% + \fi% + % reset the eqnsw flag to indicate default preference of the display of equation numbers + \if@IEEEeqnarraystarform\global\@eqnswfalse\else\global\@eqnswtrue\fi + \global\@IEEEissubequationfalse% reset the subequation flag + % reset the number of columns the user actually used + \global\@IEEEeqncolcnt\z@\relax + % the real end of the line + \cr} + + + + + +% \IEEEeqnarraybox is like \IEEEeqnarray except the box form puts everything +% inside a vtop, vbox, or vcenter box depending on the letter in the second +% optional argument (t,b,c). Vbox is the default. Unlike \IEEEeqnarray, +% equation numbers are not displayed and \IEEEeqnarraybox can be nested. +% \IEEEeqnarrayboxm is for math mode (like \array) and does not put the vbox +% within an hbox. +% \IEEEeqnarrayboxt is for text mode (like \tabular) and puts the vbox within +% a \hbox{$ $} construct. +% \IEEEeqnarraybox will auto detect whether to use \IEEEeqnarrayboxm or +% \IEEEeqnarrayboxt depending on the math mode. +% The third optional argument specifies the width this box is to be set to - +% natural width is the default. +% The * forms do not add \jot line spacing +% usage: \IEEEeqnarraybox[decl][pos][width]{cols} +\def\IEEEeqnarrayboxm{\@IEEEeqnarraystarformfalse\@IEEEeqnarrayboxHBOXSWfalse\@IEEEeqnarraybox} +\def\endIEEEeqnarrayboxm{\end@IEEEeqnarraybox} +\@namedef{IEEEeqnarrayboxm*}{\@IEEEeqnarraystarformtrue\@IEEEeqnarrayboxHBOXSWfalse\@IEEEeqnarraybox} +\@namedef{endIEEEeqnarrayboxm*}{\end@IEEEeqnarraybox} + +\def\IEEEeqnarrayboxt{\@IEEEeqnarraystarformfalse\@IEEEeqnarrayboxHBOXSWtrue\@IEEEeqnarraybox} +\def\endIEEEeqnarrayboxt{\end@IEEEeqnarraybox} +\@namedef{IEEEeqnarrayboxt*}{\@IEEEeqnarraystarformtrue\@IEEEeqnarrayboxHBOXSWtrue\@IEEEeqnarraybox} +\@namedef{endIEEEeqnarrayboxt*}{\end@IEEEeqnarraybox} + +\def\IEEEeqnarraybox{\@IEEEeqnarraystarformfalse\ifmmode\@IEEEeqnarrayboxHBOXSWfalse\else\@IEEEeqnarrayboxHBOXSWtrue\fi% +\@IEEEeqnarraybox} +\def\endIEEEeqnarraybox{\end@IEEEeqnarraybox} + +\@namedef{IEEEeqnarraybox*}{\@IEEEeqnarraystarformtrue\ifmmode\@IEEEeqnarrayboxHBOXSWfalse\else\@IEEEeqnarrayboxHBOXSWtrue\fi% +\@IEEEeqnarraybox} +\@namedef{endIEEEeqnarraybox*}{\end@IEEEeqnarraybox} + +% flag to indicate if the \IEEEeqnarraybox needs to put things into an hbox{$ $} +% for \vcenter in non-math mode +\newif\if@IEEEeqnarrayboxHBOXSW% +\@IEEEeqnarrayboxHBOXSWfalse + +\def\@IEEEeqnarraybox{\relax\@ifnextchar[{\@@IEEEeqnarraybox}{\@@IEEEeqnarraybox[\relax]}} +\def\@@IEEEeqnarraybox[#1]{\relax\@ifnextchar[{\@@@IEEEeqnarraybox[#1]}{\@@@IEEEeqnarraybox[#1][b]}} +\def\@@@IEEEeqnarraybox[#1][#2]{\relax\@ifnextchar[{\@@@@IEEEeqnarraybox[#1][#2]}{\@@@@IEEEeqnarraybox[#1][#2][\relax]}} + +% #1 = decl; #2 = t,b,c; #3 = width, #4 = col specs +\def\@@@@IEEEeqnarraybox[#1][#2][#3]#4{\@IEEEeqnarrayISinnerfalse % not yet within the lines of the halign + \@IEEEeqnarraymasterstrutsave% save current master strut values + \@IEEEeqnarraystrutsize{0pt}{0pt}[\relax]% turn off struts by default + \@IEEEeqnarrayusemasterstruttrue% use master strut till user asks otherwise + \IEEEvisiblestrutsfalse% diagnostic mode defaults to off + % no extra space unless the user specifically requests it + \lineskip=0pt\relax% + \lineskiplimit=0pt\relax% + \baselineskip=\normalbaselineskip\relax% + \jot=\normaljot\relax% + \mathsurround\z@\relax% no extra spacing around math + % the default end glues are zero for an \IEEEeqnarraybox + \edef\@IEEEeqnarraycolSEPdefaultstart{\@IEEEeqnarraycolSEPzero}% default start glue + \edef\@IEEEeqnarraycolSEPdefaultend{\@IEEEeqnarraycolSEPzero}% default end glue + \edef\@IEEEeqnarraycolSEPdefaultmid{\@IEEEeqnarraycolSEPzero}% default inter-column glue + \@advanceIEEEeqncolcntfalse% do not advance the col counter for each col the user uses, + % used in \IEEEeqnarraymulticol and in the preamble build + \IEEEeqnarrayboxdecl\relax% allow a way for the user to make global overrides + #1\relax% allow user to override defaults + \let\\\@IEEEeqnarrayboxcr% replace newline with one that allows optional spacing + \@IEEEbuildpreamble #4\end\relax% build the preamble and put it into \@IEEEtrantmptoksA + % add an isolation column to the preamble to stop \\'s {} from getting into the last col + \ifnum\@IEEEeqnnumcols>0\relax\@IEEEappendtoksA{&}\fi% col separator for those after the first + \toks0={##}% + % add the isolation column to the preamble + \@IEEEappendtoksA{\tabskip\z@skip\bgroup\the\toks0\egroup}% + % set the starting tabskip glue as determined by the preamble build + \tabskip=\@IEEEBPstartglue\relax + % begin the alignment + \everycr{}% + % use only the very first token to determine the positioning + % this stops some problems when the user uses more than one letter, + % but is probably not worth the effort + % \noindent is used as a delimiter + \def\@IEEEgrabfirstoken##1##2\noindent{\let\@IEEEgrabbedfirstoken=##1}% + \@IEEEgrabfirstoken#2\relax\relax\noindent + % \@IEEEgrabbedfirstoken has the first token, the rest are discarded + % if we need to put things into and hbox and go into math mode, do so now + \if@IEEEeqnarrayboxHBOXSW \leavevmode \hbox \bgroup $\fi% + % use the appropriate vbox type + \if\@IEEEgrabbedfirstoken t\relax\vtop\else\if\@IEEEgrabbedfirstoken c\relax% + \vcenter\else\vbox\fi\fi\bgroup% + \@IEEEeqnarrayISinnertrue% commands are now within the lines + \ifx#3\relax\halign\else\halign to #3\relax\fi% + \bgroup + % "exspand" the preamble + \span\the\@IEEEtrantmptoksA\cr} + +% carry strut status and enter the isolation/strut column, +% exit from math mode if needed, and exit +\def\end@IEEEeqnarraybox{\@IEEEeqnarrayglobalizestrutstatus% carry strut status +&% enter isolation/strut column +\@IEEEeqnarrayinsertstrut% do strut if needed +\@IEEEeqnarraymasterstrutrestore% restore the previous master strut values +% reset the strut system for next IEEEeqnarray +% (sets local strut values back to previous master strut values) +\@IEEEeqnarraystrutreset% +% ensure last line, exit from halign, close vbox +\crcr\egroup\egroup% +% exit from math mode and close hbox if needed +\if@IEEEeqnarrayboxHBOXSW $\egroup\fi} + + + +% IEEEeqnarraybox uses a modifed \\ instead of the plain \cr to +% end rows. This allows for things like \\[vskip amount] +% This "cr" macros are modified versions those for LaTeX2e's eqnarray +% For IEEEeqnarraybox, \\* is the same as \\ +% the {\ifnum0=`} braces must be kept away from the last column to avoid +% altering spacing of its math, so we use & to advance to the isolation/strut column +% carry strut status into isolation/strut column +\def\@IEEEeqnarrayboxcr{\@IEEEeqnarrayglobalizestrutstatus% carry strut status +&% enter isolation/strut column +\@IEEEeqnarrayinsertstrut% do strut if needed +% reset the strut system for next line or IEEEeqnarray +\@IEEEeqnarraystrutreset% +{\ifnum0=`}\fi% +\@ifstar{\@IEEEeqnarrayboxYCR}{\@IEEEeqnarrayboxYCR}} + +% test and setup the optional argument to \\[] +\def\@IEEEeqnarrayboxYCR{\@testopt\@IEEEeqnarrayboxXCR\z@skip} + +% IEEEeqnarraybox does not automatically increase line spacing by \jot +\def\@IEEEeqnarrayboxXCR[#1]{\ifnum0=`{\fi}% +\cr\noalign{\if@IEEEeqnarraystarform\else\vskip\jot\fi\vskip#1\relax}} + + + +% starts the halign preamble build +\def\@IEEEbuildpreamble{\@IEEEtrantmptoksA={}% clear token register +\let\@IEEEBPcurtype=u%current column type is not yet known +\let\@IEEEBPprevtype=s%the previous column type was the start +\let\@IEEEBPnexttype=u%next column type is not yet known +% ensure these are valid +\def\@IEEEBPcurglue={0pt plus 0pt minus 0pt}% +\def\@IEEEBPcurcolname{@IEEEdefault}% name of current column definition +% currently acquired numerically referenced glue +% use a name that is easier to remember +\let\@IEEEBPcurnum=\@IEEEtrantmpcountA% +\@IEEEBPcurnum=0% +% tracks number of columns in the preamble +\@IEEEeqnnumcols=0% +% record the default end glues +\edef\@IEEEBPstartglue{\@IEEEeqnarraycolSEPdefaultstart}% +\edef\@IEEEBPendglue{\@IEEEeqnarraycolSEPdefaultend}% +% now parse the user's column specifications +\@@IEEEbuildpreamble} + + +% parses and builds the halign preamble +\def\@@IEEEbuildpreamble#1#2{\let\@@nextIEEEbuildpreamble=\@@IEEEbuildpreamble% +% use only the very first token to check the end +% \noindent is used as a delimiter as \end can be present here +\def\@IEEEgrabfirstoken##1##2\noindent{\let\@IEEEgrabbedfirstoken=##1}% +\@IEEEgrabfirstoken#1\relax\relax\noindent +\ifx\@IEEEgrabbedfirstoken\end\let\@@nextIEEEbuildpreamble=\@@IEEEfinishpreamble\else% +% identify current and next token type +\@IEEEgetcoltype{#1}{\@IEEEBPcurtype}{1}% current, error on invalid +\@IEEEgetcoltype{#2}{\@IEEEBPnexttype}{0}% next, no error on invalid next +% if curtype is a glue, get the glue def +\if\@IEEEBPcurtype g\@IEEEgetcurglue{#1}{\@IEEEBPcurglue}\fi% +% if curtype is a column, get the column def and set the current column name +\if\@IEEEBPcurtype c\@IEEEgetcurcol{#1}\fi% +% if curtype is a numeral, acquire the user defined glue +\if\@IEEEBPcurtype n\@IEEEprocessNcol{#1}\fi% +% process the acquired glue +\if\@IEEEBPcurtype g\@IEEEprocessGcol\fi% +% process the acquired col +\if\@IEEEBPcurtype c\@IEEEprocessCcol\fi% +% ready prevtype for next col spec. +\let\@IEEEBPprevtype=\@IEEEBPcurtype% +% be sure and put back the future token(s) as a group +\fi\@@nextIEEEbuildpreamble{#2}} + + +% executed just after preamble build is completed +% warn about zero cols, and if prevtype type = u, put in end tabskip glue +\def\@@IEEEfinishpreamble#1{\ifnum\@IEEEeqnnumcols<1\relax +\@IEEEclspkgerror{No column specifiers declared for IEEEeqnarray}% +{At least one column type must be declared for each IEEEeqnarray.}% +\fi%num cols less than 1 +%if last type undefined, set default end tabskip glue +\if\@IEEEBPprevtype u\@IEEEappendtoksA{\tabskip=\@IEEEBPendglue}\fi} + + +% Identify and return the column specifier's type code +\def\@IEEEgetcoltype#1#2#3{% +% use only the very first token to determine the type +% \noindent is used as a delimiter as \end can be present here +\def\@IEEEgrabfirstoken##1##2\noindent{\let\@IEEEgrabbedfirstoken=##1}% +\@IEEEgrabfirstoken#1\relax\relax\noindent +% \@IEEEgrabfirstoken has the first token, the rest are discarded +% n = number +% g = glue (any other char in catagory 12) +% c = letter +% e = \end +% u = undefined +% third argument: 0 = no error message, 1 = error on invalid char +\let#2=u\relax% assume invalid until know otherwise +\ifx\@IEEEgrabbedfirstoken\end\let#2=e\else +\ifcat\@IEEEgrabbedfirstoken\relax\else% screen out control sequences +\if0\@IEEEgrabbedfirstoken\let#2=n\else +\if1\@IEEEgrabbedfirstoken\let#2=n\else +\if2\@IEEEgrabbedfirstoken\let#2=n\else +\if3\@IEEEgrabbedfirstoken\let#2=n\else +\if4\@IEEEgrabbedfirstoken\let#2=n\else +\if5\@IEEEgrabbedfirstoken\let#2=n\else +\if6\@IEEEgrabbedfirstoken\let#2=n\else +\if7\@IEEEgrabbedfirstoken\let#2=n\else +\if8\@IEEEgrabbedfirstoken\let#2=n\else +\if9\@IEEEgrabbedfirstoken\let#2=n\else +\ifcat,\@IEEEgrabbedfirstoken\let#2=g\relax +\else\ifcat a\@IEEEgrabbedfirstoken\let#2=c\relax\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi +\if#2u\relax +\if0\noexpand#3\relax\else\@IEEEclspkgerror{Invalid character in column specifications}% +{Only letters, numerals and certain other symbols are allowed \MessageBreak +as IEEEeqnarray column specifiers.}\fi\fi} + + +% identify the current letter referenced column +% if invalid, use a default column +\def\@IEEEgetcurcol#1{\expandafter\ifx\csname @IEEEeqnarraycolDEF#1\endcsname\@IEEEeqnarraycolisdefined% +\def\@IEEEBPcurcolname{#1}\else% invalid column name +\@IEEEclspkgerror{Invalid column type "#1" in column specifications.\MessageBreak +Using a default centering column instead}% +{You must define IEEEeqnarray column types before use.}% +\def\@IEEEBPcurcolname{@IEEEdefault}\fi} + + +% identify and return the predefined (punctuation) glue value +\def\@IEEEgetcurglue#1#2{% +% ! = \! (neg small) -0.16667em (-3/18 em) +% , = \, (small) 0.16667em ( 3/18 em) +% : = \: (med) 0.22222em ( 4/18 em) +% ; = \; (large) 0.27778em ( 5/18 em) +% ' = \quad 1em +% " = \qquad 2em +% . = 0.5\arraycolsep +% / = \arraycolsep +% ? = 2\arraycolsep +% * = 1fil +% + = \@IEEEeqnarraycolSEPcenter +% - = \@IEEEeqnarraycolSEPzero +% Note that all em values are referenced to the math font (textfont2) fontdimen6 +% value for 1em. +% +% use only the very first token to determine the type +% this prevents errant tokens from getting in the main text +% \noindent is used as a delimiter here +\def\@IEEEgrabfirstoken##1##2\noindent{\let\@IEEEgrabbedfirstoken=##1}% +\@IEEEgrabfirstoken#1\relax\relax\noindent +% get the math font 1em value +% LaTeX2e's NFSS2 does not preload the fonts, but \IEEEeqnarray needs +% to gain access to the math (\textfont2) font's spacing parameters. +% So we create a bogus box here that uses the math font to ensure +% that \textfont2 is loaded and ready. If this is not done, +% the \textfont2 stuff here may not work. +% Thanks to Bernd Raichle for his 1997 post on this topic. +{\setbox0=\hbox{$\displaystyle\relax$}}% +% fontdimen6 has the width of 1em (a quad). +\@IEEEtrantmpdimenA=\fontdimen6\textfont2\relax% +% identify the glue value based on the first token +% we discard anything after the first +\if!\@IEEEgrabbedfirstoken\@IEEEtrantmpdimenA=-0.16667\@IEEEtrantmpdimenA\edef#2{\the\@IEEEtrantmpdimenA}\else +\if,\@IEEEgrabbedfirstoken\@IEEEtrantmpdimenA=0.16667\@IEEEtrantmpdimenA\edef#2{\the\@IEEEtrantmpdimenA}\else +\if:\@IEEEgrabbedfirstoken\@IEEEtrantmpdimenA=0.22222\@IEEEtrantmpdimenA\edef#2{\the\@IEEEtrantmpdimenA}\else +\if;\@IEEEgrabbedfirstoken\@IEEEtrantmpdimenA=0.27778\@IEEEtrantmpdimenA\edef#2{\the\@IEEEtrantmpdimenA}\else +\if'\@IEEEgrabbedfirstoken\@IEEEtrantmpdimenA=1\@IEEEtrantmpdimenA\edef#2{\the\@IEEEtrantmpdimenA}\else +\if"\@IEEEgrabbedfirstoken\@IEEEtrantmpdimenA=2\@IEEEtrantmpdimenA\edef#2{\the\@IEEEtrantmpdimenA}\else +\if.\@IEEEgrabbedfirstoken\@IEEEtrantmpdimenA=0.5\arraycolsep\edef#2{\the\@IEEEtrantmpdimenA}\else +\if/\@IEEEgrabbedfirstoken\edef#2{\the\arraycolsep}\else +\if?\@IEEEgrabbedfirstoken\@IEEEtrantmpdimenA=2\arraycolsep\edef#2{\the\@IEEEtrantmpdimenA}\else +\if *\@IEEEgrabbedfirstoken\edef#2{0pt plus 1fil minus 0pt}\else +\if+\@IEEEgrabbedfirstoken\edef#2{\@IEEEeqnarraycolSEPcenter}\else +\if-\@IEEEgrabbedfirstoken\edef#2{\@IEEEeqnarraycolSEPzero}\else +\edef#2{\@IEEEeqnarraycolSEPzero}% +\@IEEEclspkgerror{Invalid predefined inter-column glue type "#1" in\MessageBreak +column specifications. Using a default value of\MessageBreak +0pt instead}% +{Only !,:;'"./?*+ and - are valid predefined glue types in the\MessageBreak +IEEEeqnarray column specifications.}\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi\fi} + + + +% process a numerical digit from the column specification +% and look up the corresponding user defined glue value +% can transform current type from n to g or a as the user defined glue is acquired +\def\@IEEEprocessNcol#1{\if\@IEEEBPprevtype g% +\@IEEEclspkgerror{Back-to-back inter-column glue specifiers in column\MessageBreak +specifications. Ignoring consecutive glue specifiers\MessageBreak +after the first}% +{You cannot have two or more glue types next to each other\MessageBreak +in the IEEEeqnarray column specifications.}% +\let\@IEEEBPcurtype=a% abort this glue, future digits will be discarded +\@IEEEBPcurnum=0\relax% +\else% if we previously aborted a glue +\if\@IEEEBPprevtype a\@IEEEBPcurnum=0\let\@IEEEBPcurtype=a%maintain digit abortion +\else%acquire this number +% save the previous type before the numerical digits started +\if\@IEEEBPprevtype n\else\let\@IEEEBPprevsavedtype=\@IEEEBPprevtype\fi% +\multiply\@IEEEBPcurnum by 10\relax% +\advance\@IEEEBPcurnum by #1\relax% add in number, \relax is needed to stop TeX's number scan +\if\@IEEEBPnexttype n\else%close acquisition +\expandafter\ifx\csname @IEEEeqnarraycolSEPDEF\expandafter\romannumeral\number\@IEEEBPcurnum\endcsname\@IEEEeqnarraycolisdefined% +\edef\@IEEEBPcurglue{\csname @IEEEeqnarraycolSEP\expandafter\romannumeral\number\@IEEEBPcurnum\endcsname}% +\else%user glue not defined +\@IEEEclspkgerror{Invalid user defined inter-column glue type "\number\@IEEEBPcurnum" in\MessageBreak +column specifications. Using a default value of\MessageBreak +0pt instead}% +{You must define all IEEEeqnarray numerical inter-column glue types via\MessageBreak +\string\IEEEeqnarraydefcolsep \space before they are used in column specifications.}% +\edef\@IEEEBPcurglue{\@IEEEeqnarraycolSEPzero}% +\fi% glue defined or not +\let\@IEEEBPcurtype=g% change the type to reflect the acquired glue +\let\@IEEEBPprevtype=\@IEEEBPprevsavedtype% restore the prev type before this number glue +\@IEEEBPcurnum=0\relax%ready for next acquisition +\fi%close acquisition, get glue +\fi%discard or acquire number +\fi%prevtype glue or not +} + + +% process an acquired glue +% add any acquired column/glue pair to the preamble +\def\@IEEEprocessGcol{\if\@IEEEBPprevtype a\let\@IEEEBPcurtype=a%maintain previous glue abortions +\else +% if this is the start glue, save it, but do nothing else +% as this is not used in the preamble, but before +\if\@IEEEBPprevtype s\edef\@IEEEBPstartglue{\@IEEEBPcurglue}% +\else%not the start glue +\if\@IEEEBPprevtype g%ignore if back to back glues +\@IEEEclspkgerror{Back-to-back inter-column glue specifiers in column\MessageBreak +specifications. Ignoring consecutive glue specifiers\MessageBreak +after the first}% +{You cannot have two or more glue types next to each other\MessageBreak +in the IEEEeqnarray column specifications.}% +\let\@IEEEBPcurtype=a% abort this glue +\else% not a back to back glue +\if\@IEEEBPprevtype c\relax% if the previoustype was a col, add column/glue pair to preamble +\ifnum\@IEEEeqnnumcols>0\relax\@IEEEappendtoksA{&}\fi +\toks0={##}% +% make preamble advance col counter if this environment needs this +\if@advanceIEEEeqncolcnt\@IEEEappendtoksA{\global\advance\@IEEEeqncolcnt by 1\relax}\fi +% insert the column defintion into the preamble, being careful not to expand +% the column definition +\@IEEEappendtoksA{\tabskip=\@IEEEBPcurglue}% +\@IEEEappendNOEXPANDtoksA{\begingroup\csname @IEEEeqnarraycolPRE}% +\@IEEEappendtoksA{\@IEEEBPcurcolname}% +\@IEEEappendNOEXPANDtoksA{\endcsname}% +\@IEEEappendtoksA{\the\toks0}% +\@IEEEappendNOEXPANDtoksA{\relax\relax\relax\relax\relax% +\relax\relax\relax\relax\relax\csname @IEEEeqnarraycolPOST}% +\@IEEEappendtoksA{\@IEEEBPcurcolname}% +\@IEEEappendNOEXPANDtoksA{\endcsname\relax\relax\relax\relax\relax% +\relax\relax\relax\relax\relax\endgroup}% +\advance\@IEEEeqnnumcols by 1\relax%one more column in the preamble +\else% error: non-start glue with no pending column +\@IEEEclspkgerror{Inter-column glue specifier without a prior column\MessageBreak +type in the column specifications. Ignoring this glue\MessageBreak +specifier}% +{Except for the first and last positions, glue can be placed only\MessageBreak +between column types.}% +\let\@IEEEBPcurtype=a% abort this glue +\fi% previous was a column +\fi% back-to-back glues +\fi% is start column glue +\fi% prev type not a +} + + +% process an acquired letter referenced column and, if necessary, add it to the preamble +\def\@IEEEprocessCcol{\if\@IEEEBPnexttype g\else +\if\@IEEEBPnexttype n\else +% we have a column followed by something other than a glue (or numeral glue) +% so we must add this column to the preamble now +\ifnum\@IEEEeqnnumcols>0\relax\@IEEEappendtoksA{&}\fi%col separator for those after the first +\if\@IEEEBPnexttype e\@IEEEappendtoksA{\tabskip=\@IEEEBPendglue\relax}\else%put in end glue +\@IEEEappendtoksA{\tabskip=\@IEEEeqnarraycolSEPdefaultmid\relax}\fi% or default mid glue +\toks0={##}% +% make preamble advance col counter if this environment needs this +\if@advanceIEEEeqncolcnt\@IEEEappendtoksA{\global\advance\@IEEEeqncolcnt by 1\relax}\fi +% insert the column definition into the preamble, being careful not to expand +% the column definition +\@IEEEappendNOEXPANDtoksA{\begingroup\csname @IEEEeqnarraycolPRE}% +\@IEEEappendtoksA{\@IEEEBPcurcolname}% +\@IEEEappendNOEXPANDtoksA{\endcsname}% +\@IEEEappendtoksA{\the\toks0}% +\@IEEEappendNOEXPANDtoksA{\relax\relax\relax\relax\relax% +\relax\relax\relax\relax\relax\csname @IEEEeqnarraycolPOST}% +\@IEEEappendtoksA{\@IEEEBPcurcolname}% +\@IEEEappendNOEXPANDtoksA{\endcsname\relax\relax\relax\relax\relax% +\relax\relax\relax\relax\relax\endgroup}% +\advance\@IEEEeqnnumcols by 1\relax%one more column in the preamble +\fi%next type not numeral +\fi%next type not glue +} + + +%% +%% END OF IEEEeqnarry DEFINITIONS +%% + + + + +% set up the running headings, this complex because of all the different +% modes IEEEtran supports +\if@twoside + \if@technote + \def\ps@headings{% + \def\@oddhead{\hbox{}\scriptsize\leftmark \hfil \thepage} + \def\@evenhead{\scriptsize\thepage \hfil \leftmark\hbox{}} + \if@draftclsmode + \if@draftclsmodefoot + \def\@oddfoot{\scriptsize\@date\hfil DRAFT} + \def\@evenfoot{\scriptsize DRAFT\hfil\@date} + \else + \def\@oddfoot{}\def\@evenfoot{}% + \fi + \else + \def\@oddfoot{}\def\@evenfoot{} + \fi} + \else % not a technote + \def\ps@headings{% + \if@confmode + \def\@oddhead{} + \def\@evenhead{} + \else + \def\@oddhead{\hbox{}\scriptsize\rightmark \hfil \thepage} + \def\@evenhead{\scriptsize\thepage \hfil \leftmark\hbox{}} + \fi + \if@draftclsmode + \def\@oddhead{\hbox{}\scriptsize\rightmark \hfil \thepage} + \def\@evenhead{\scriptsize\thepage \hfil \leftmark\hbox{}} + \if@draftclsmodefoot + \def\@oddfoot{\scriptsize\@date\hfil DRAFT} + \def\@evenfoot{\scriptsize DRAFT\hfil\@date} + \else + \def\@oddfoot{}\def\@evenfoot{}% + \fi + \else + \def\@oddfoot{}\def\@evenfoot{}% + \fi} + \fi +\else % single side +\def\ps@headings{% + \if@confmode + \def\@oddhead{} + \def\@evenhead{} + \else + \def\@oddhead{\hbox{}\scriptsize\leftmark \hfil \thepage} + \def\@evenhead{} + \fi + \if@draftclsmode + \def\@oddhead{\hbox{}\scriptsize\leftmark \hfil \thepage} + \def\@evenhead{} + \if@draftclsmodefoot + \def\@oddfoot{\scriptsize \@date \hfil DRAFT} + \else + \def\@oddfoot{} + \fi + \else + \def\@oddfoot{} + \fi + \def\@evenfoot{}} +\fi + + +% title page style +\def\ps@titlepagestyle{\def\@oddfoot{}\def\@evenfoot{}% +\if@confmode + \def\@oddhead{}% + \def\@evenhead{}% +\else + \def\@oddhead{\hbox{}\scriptsize\leftmark \hfil \thepage}% + \def\@evenhead{\scriptsize\thepage \hfil \leftmark\hbox{}}% +\fi +\if@draftclsmode + \def\@oddhead{\hbox{}\scriptsize\leftmark \hfil \thepage}% + \def\@evenhead{\scriptsize\thepage \hfil \leftmark\hbox{}}% + \if@draftclsmodefoot + \def\@oddfoot{\scriptsize \@date\hfil DRAFT}% + \def\@evenfoot{\scriptsize DRAFT\hfil \@date}% + \fi +\else + % all non-draft mode footers + \if@IEEEusingpubid + % for title pages that are using a pubid + % do not repeat pubid if using peer review option + \if@peerreviewoption + \else + \footskip 0pt% + \def\@oddfoot{\hss\normalfont\footnotesize\raisebox{1.5ex}[1.5ex]{\@pubid}\hss}% + \def\@evenfoot{\hss\normalfont\footnotesize\raisebox{1.5ex}[1.5ex]{\@pubid}\hss}% + \fi + \fi +\fi} + + +% peer review cover page style +\def\ps@peerreviewcoverpagestyle{% +\def\@oddhead{}\def\@evenhead{}% +\def\@oddfoot{}\def\@evenfoot{}% +\if@draftclsmode + \if@draftclsmodefoot + \def\@oddfoot{\scriptsize \@date\hfil DRAFT}% + \def\@evenfoot{\scriptsize DRAFT\hfil \@date}% + \fi +\else + % non-draft mode footers + \if@IEEEusingpubid + \footskip 0pt% + \def\@oddfoot{\hss\normalfont\footnotesize\raisebox{1.5ex}[1.5ex]{\@pubid}\hss}% + \def\@evenfoot{\hss\normalfont\footnotesize\raisebox{1.5ex}[1.5ex]{\@pubid}\hss}% + \fi +\fi} + + +% start with empty headings +\def\rightmark{}\def\leftmark{} + + +%% Defines the command for putting the header. \footernote{TEXT} is the same +%% as \markboth{TEXT}{TEXT}. +%% Note that all the text is forced into uppercase, if you have some text +%% that needs to be in lower case, for instance et. al., then either manually +%% set \leftmark and \rightmark or use \MakeLowercase{et. al.} within the +%% arguments to \markboth. +\def\markboth#1#2{\def\leftmark{\MakeUppercase{#1}}\def\rightmark{\MakeUppercase{#2}}} +\def\footernote#1{\markboth{#1}{#1}} + +\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} + + + + +%% CITATION AND BIBLIOGRAPHY COMMANDS +%% +%% V1.6 no longer supports the older, nonstandard \shortcite and \citename setup stuff +% +% +% Modify Latex2e \@citex to separate citations with "], [" +\def\@citex[#1]#2{% + \let\@citea\@empty + \@cite{\@for\@citeb:=#2\do + {\@citea\def\@citea{], [}% + \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}}% + {\hbox{\csname b@\@citeb\endcsname}}}}{#1}} + +% V1.6 we create hooks for the optional use of Donald Arseneau's +% cite.sty package. cite.sty is "smart" and will notice that the +% following format controls are already defined and will not +% redefine them. The result will be the proper sorting of the +% citation numbers and auto detection of 3 or more entry "ranges" - +% all in IEEE style: [1], [2], [5]--[7], [12] +% This also allows for an optional note, i.e., \cite[mynote]{..}. +% If the \cite with note has more than one reference, the note will +% be applied to the last of the listed references. It is generally +% desired that if a note is given, only one reference is listed in +% that \cite. +% Thanks to Mr. Arseneau for providing the required format arguments +% to produce the IEEE style. +\def\citepunct{], [} +\def\citedash{]--[} + + +% V1.6b providing this command makes hyperref think the natbib package is +% in use so that it will not interfere with cite.sty. However, as a result, +% citation numbers will not be hyperlinked. +\def\NAT@parse{\typeout{IEEEtran error: Attempt to use fake Natbib command +which is provided to fool Hyperref.}} +% it easy enough to override via: +% \let\NAT@parse\undefined + + +% V1.6 class files should always provide these +\def\newblock{\hskip .11em\@plus.33em\@minus.07em} +\let\@openbib@code\@empty + + + +% Provide support for the control entries of IEEEtran.bst V1.00 and later. +\def\bstctlcite#1{\@bsphack + \@for\@citeb:=#1\do{% + \edef\@citeb{\expandafter\@firstofone\@citeb}% + \if@filesw\immediate\write\@auxout{\string\citation{\@citeb}}\fi}% + \@esphack} + +% V1.6 provide a way for a user to execute a command just before +% a given reference number - used to insert a \newpage to balance +% the columns on the last page +\edef\@IEEEtriggerrefnum{0} % the default of zero means that + % the command is not executed +\def\@IEEEtriggercmd{\newpage} + +% allow the user to alter the triggered command +\long\def\IEEEtriggercmd#1{\long\def\@IEEEtriggercmd{#1}} + +% allow user a way to specify the reference number just before the +% command is executed +\def\IEEEtriggeratref#1{\@IEEEtrantmpcountA=#1% +\edef\@IEEEtriggerrefnum{\the\@IEEEtrantmpcountA}}% + +% trigger command at the given reference +\def\@IEEEbibitemprefix{\@IEEEtrantmpcountA=\@IEEEtriggerrefnum\relax% +\advance\@IEEEtrantmpcountA by -1\relax% +\ifnum\c@enumiv=\@IEEEtrantmpcountA\relax\@IEEEtriggercmd\relax\fi} + +\def\@biblabel#1{[#1]} + +\def\thebibliography#1{\section*{References}% + \addcontentsline{toc}{section}{References}% + % V1.6 add some rubber space here and provide a command trigger + \footnotesize \vskip 0.3\baselineskip plus 0.1\baselineskip minus 0.1\baselineskip% + \list{\@biblabel{\@arabic\c@enumiv}}% + {\settowidth\labelwidth{\@biblabel{#1}}% + \leftmargin\labelwidth + \advance\leftmargin\labelsep\relax + \itemsep 0pt plus .5pt\relax% + \usecounter{enumiv}% + \let\p@enumiv\@empty + \renewcommand\theenumiv{\@arabic\c@enumiv}}% + \let\@IEEElatexbibitem\bibitem% + \def\bibitem{\@IEEEbibitemprefix\@IEEElatexbibitem}% +\def\newblock{\hskip .11em plus .33em minus .07em}% +% originally: +% \sloppy\clubpenalty4000\widowpenalty4000% +% by adding the \interlinepenalty here, we make it more +% difficult, but not impossible, for LaTeX to break within a reference. +% IEEE almost never breaks a reference (but they do it more often with +% technotes). You may get an underfull vbox warning around the bibliography, +% but the final result will be much more like what IEEE will publish. +% MDS 11/2000 +\if@technote\sloppy\clubpenalty4000\widowpenalty4000\interlinepenalty100% +\else\sloppy\clubpenalty4000\widowpenalty4000\interlinepenalty500\fi% + \sfcode`\.=1000\relax} +\let\endthebibliography=\endlist + + + + +% TITLE PAGE COMMANDS +% +% +% \IEEEmembership is used to produce the sublargesize italic font used to indicate author +% IEEE membership. +\def\IEEEmembership#1{{\sublargesize\normalfont\textit{#1}}} + + +% \authorrefmark{} produces a footnote type symbol to indicate author affiliation. +% When given an argument of 1 to 9, \authorrefmark{} follows the standard LaTeX footnote +% symbol sequence convention. However, for arguments 10 and above, \authorrefmark{} +% reverts to using lower case roman numerals, so it cannot overflow. Do note that you +% cannot use \footnotemark[] in place of \authorrefmark{} within \author as the footnote +% symbols will have been turned off to prevent \thanks from creating footnote marks. +% \authorrefmark{} produces a symbol that appears to LaTeX as having zero vertical +% height - this allows for a more compact line packing, but the user must ensure that +% the interline spacing is large enough to prevent \authorrefmark{} from colliding +% with the text above. +\def\authorrefmark#1{\raisebox{0pt}[0pt][0pt]{\textsuperscript{\footnotesize\ensuremath{\ifcase#1\or *\or \dagger\or \ddagger\or% + \mathsection\or \mathparagraph\or \|\or **\or \dagger\dagger% + \or \ddagger\ddagger \else\textsuperscript{\expandafter\romannumeral#1}\fi}}}} + + +% FONT CONTROLS AND SPACINGS FOR CONFERENCE MODE AUTHOR NAME AND AFFILIATION BLOCKS +% +% The default font styles for the author name and affiliation blocks (confmode) +\def\@IEEEauthorblockNstyle{\normalfont\sublargesize} +\def\@IEEEauthorblockAstyle{\normalfont\normalsize} +% The default if the user does not use an author block +\def\@IEEEauthordefaulttextstyle{\normalfont\sublargesize} + +% spacing from title (or special paper notice) to author name blocks (confmode) +% can be negative +\def\@IEEEauthorblockconfadjspace{-0.25em} + +% spacing between name and affiliation blocks (confmode) +% This can be negative. +% IEEE doesn't want any added spacing here, but I will leave these +% controls in place in case they ever change their mind. +% Personally, I like 0.75ex. +%\def\@IEEEauthorblockNtopspace{0.75ex} +%\def\@IEEEauthorblockAtopspace{0.75ex} +\def\@IEEEauthorblockNtopspace{0.0ex} +\def\@IEEEauthorblockAtopspace{0.0ex} +% baseline spacing within name and affiliation blocks (confmode) +% must be positive, spacings below certain values will make +% the position of line of text sensitive to the contents of the +% line above it i.e., whether or not the prior line has descenders, +% subscripts, etc. For this reason it is a good idea to keep +% these above 2.6ex +\def\@IEEEauthorblockNinterlinespace{2.6ex} +\def\@IEEEauthorblockAinterlinespace{2.75ex} + +% This tracks the required strut size. +% See the \@IEEEauthorhalign command for the actual default value used. +\def\@IEEEauthorblockXinterlinespace{2.7ex} + +% variables to retain font size and style across groups +% values given here have no effect as they will be overwritten later +\gdef\@IEEESAVESTATEfontsize{10} +\gdef\@IEEESAVESTATEfontbaselineskip{12} +\gdef\@IEEESAVESTATEfontencoding{OT1} +\gdef\@IEEESAVESTATEfontfamily{ptm} +\gdef\@IEEESAVESTATEfontseries{m} +\gdef\@IEEESAVESTATEfontshape{n} + +% saves the current font attributes +\def\@IEEEcurfontSAVE{\global\let\@IEEESAVESTATEfontsize\f@size% +\global\let\@IEEESAVESTATEfontbaselineskip\f@baselineskip% +\global\let\@IEEESAVESTATEfontencoding\f@encoding% +\global\let\@IEEESAVESTATEfontfamily\f@family% +\global\let\@IEEESAVESTATEfontseries\f@series% +\global\let\@IEEESAVESTATEfontshape\f@shape} + +% restores the saved font attributes +\def\@IEEEcurfontRESTORE{\fontsize{\@IEEESAVESTATEfontsize}{\@IEEESAVESTATEfontbaselineskip}% +\fontencoding{\@IEEESAVESTATEfontencoding}% +\fontfamily{\@IEEESAVESTATEfontfamily}% +\fontseries{\@IEEESAVESTATEfontseries}% +\fontshape{\@IEEESAVESTATEfontshape}% +\selectfont} + + +% variable to indicate if the current block is the first block in the column +\newif\if@IEEEprevauthorblockincol \@IEEEprevauthorblockincolfalse + + +% the command places a strut with height and depth = \@IEEEauthorblockXinterlinespace +% we use this technique to have complete manual control over the spacing of the lines +% within the halign environment. +% We set the below baseline portion at 30%, the above +% baseline portion at 70% of the total length. +% Responds to changes in the document's \baselinestretch +\def\@IEEEauthorstrutrule{\@IEEEtrantmpdimenA\@IEEEauthorblockXinterlinespace% +\@IEEEtrantmpdimenA=\baselinestretch\@IEEEtrantmpdimenA% +\rule[-0.3\@IEEEtrantmpdimenA]{0pt}{\@IEEEtrantmpdimenA}} + + +% blocks to hold the authors' names and affilations. +% Makes formatting easy for conferences +% +% use real definitions in conference mode +% name block +\def\authorblockN#1{\relax\@IEEEauthorblockNstyle% set the default text style +\gdef\@IEEEauthorblockXinterlinespace{0pt}% disable strut for spacer row +% the \expandafter hides the \cr in conditional tex, see the array.sty docs +% for details, probably not needed here as the \cr is in a macro +% do a spacer row if needed +\if@IEEEprevauthorblockincol\expandafter\@IEEEauthorblockNtopspaceline\fi +\global\@IEEEprevauthorblockincoltrue% we now have a block in this column +%restore the correct strut value +\gdef\@IEEEauthorblockXinterlinespace{\@IEEEauthorblockNinterlinespace}% +% input the author names +#1% +% end the row if the user did not already +\crcr} +% spacer row for names +\def\@IEEEauthorblockNtopspaceline{\cr\noalign{\vskip\@IEEEauthorblockNtopspace}} +% +% affiliation block +\def\authorblockA#1{\relax\@IEEEauthorblockAstyle% set the default text style +\gdef\@IEEEauthorblockXinterlinespace{0pt}%disable strut for spacer row +% the \expandafter hides the \cr in conditional tex, see the array.sty docs +% for details, probably not needed here as the \cr is in a macro +% do a spacer row if needed +\if@IEEEprevauthorblockincol\expandafter\@IEEEauthorblockAtopspaceline\fi +\global\@IEEEprevauthorblockincoltrue% we now have a block in this column +%restore the correct strut value +\gdef\@IEEEauthorblockXinterlinespace{\@IEEEauthorblockAinterlinespace}% +% input the author affiliations +#1% +% end the row if the user did not already +\crcr} +% spacer row for affiliations +\def\@IEEEauthorblockAtopspaceline{\cr\noalign{\vskip\@IEEEauthorblockAtopspace}} + + +% allow papers to compile even if author blocks are used in modes other +% than conference or peerreviewca. For such cases, we provide dummy blocks. +\if@confmode +\else + \if@peerreviewcaoption\else + % not conference or peerreviewca mode + \def\authorblockN#1{#1}% + \def\authorblockA#1{#1}% + \fi +\fi + + + +% we provide our own halign so as not to have to depend on tabular +\def\@IEEEauthorhalign{\@IEEEauthordefaulttextstyle% default text style + \lineskip=0pt\relax% disable line spacing + \lineskiplimit=0pt\relax% + \baselineskip=0pt\relax% + \@IEEEcurfontSAVE% save the current font + \mathsurround\z@\relax% no extra spacing around math + \let\\\@IEEEauthorhaligncr% replace newline with halign friendly one + \tabskip=0pt\relax% no column spacing + \everycr{}% ensure no problems here + \@IEEEprevauthorblockincolfalse% no author blocks yet + \def\@IEEEauthorblockXinterlinespace{2.7ex}% default interline space + \vtop\bgroup%vtop box + \halign\bgroup&\relax\hfil\@IEEEcurfontRESTORE\relax ##\relax + \hfil\@IEEEcurfontSAVE\@IEEEauthorstrutrule\cr} + +% ensure last line, exit from halign, close vbox +\def\end@IEEEauthorhalign{\crcr\egroup\egroup} + +% handle bogus star form +\def\@IEEEauthorhaligncr{{\ifnum0=`}\fi\@ifstar{\@@IEEEauthorhaligncr}{\@@IEEEauthorhaligncr}} + +% test and setup the optional argument to \\[] +\def\@@IEEEauthorhaligncr{\@testopt\@@@IEEEauthorhaligncr\z@skip} + +% end the line and do the optional spacer +\def\@@@IEEEauthorhaligncr[#1]{\ifnum0=`{\fi}\cr\noalign{\vskip#1\relax}} + + + +% flag to prevent multiple \and warning messages +\newif\if@IEEEWARNand +\@IEEEWARNandtrue + +% if in conference or peerreviewca modes, we support the use of \and as \author is a +% tabular environment, otherwise we warn the user that \and is invalid +% outside of conference or peerreviewca modes. +\def\and{\relax} % provide a bogus \and that we will then override + +\renewcommand{\and}[1][\relax]{\if@IEEEWARNand\typeout{** WARNING: \noexpand\and is valid only + when in conference or peerreviewca}\typeout{modes (line \the\inputlineno).}\fi\global\@IEEEWARNandfalse} + +\if@confmode% +\renewcommand{\and}[1][\hfill]{\end{@IEEEauthorhalign}#1\begin{@IEEEauthorhalign}}% +\fi +\if@peerreviewcaoption +\renewcommand{\and}[1][\hfill]{\end{@IEEEauthorhalign}#1\begin{@IEEEauthorhalign}}% +\fi + + +% page clearing command +% based on LaTeX2e's \cleardoublepage, but allows different page styles +% for the inserted blank pages +\def\@IEEEcleardoublepage#1{\clearpage\if@twoside\ifodd\c@page\else +\hbox{}\thispagestyle{#1}\newpage\if@twocolumn\hbox{}\thispagestyle{#1}\newpage\fi\fi\fi} + + +% user command to invoke the title page +\def\maketitle{\par% + \begingroup% + \normalfont% + \def\thefootnote{}% the \thanks{} mark type is empty + \def\footnotemark{}% and kill space from \thanks within author + \footnotesize% equal spacing between thanks lines + \footnotesep 0.7\baselineskip%see global setting of \footnotesep for more info + \normalsize% + \if@peerreviewoption + \newpage\global\@topnum\z@ \@maketitle\@IEEEstatictitlevskip\@IEEEaftertitletext% + \thispagestyle{peerreviewcoverpagestyle}\@thanks% + \else + \if@twocolumn% + \if@technote% + \newpage\global\@topnum\z@ \@maketitle\@IEEEstatictitlevskip\@IEEEaftertitletext% + \else + \twocolumn[\@maketitle\@IEEEdynamictitlevspace\@IEEEaftertitletext]% + \fi + \else + \newpage\global\@topnum\z@ \@maketitle\@IEEEstatictitlevskip\@IEEEaftertitletext% + \fi + \thispagestyle{titlepagestyle}\@thanks% + \fi + % pullup page for pubid if used. + \if@IEEEusingpubid + \enlargethispage{-\@pubidpullup}% + \fi + \endgroup + \setcounter{footnote}{0}\let\maketitle\relax\let\@maketitle\relax + \gdef\@thanks{} + % v1.6b do not clear these as we will need the title again for peer review papers + % \gdef\@author{}\gdef\@title{}% + \let\thanks\relax} + + +% formats the Title, authors names, affiliations and special paper notice +% THIS IS A CONTROLLED SPACING COMMAND! Do not allow blank lines or unintentional +% spaces to enter the definition - use % at the end of each line +\def\@maketitle{\newpage +\begin{center}% +\if@technote% + {\bfseries\large\@title\par}\vskip 1.3em{\lineskip .5em\@author\@specialpapernotice\par}% +\else% not a technote + \vskip0.2em{\Huge\@title\par}\vskip1.0em\par% + % V1.6 handle \author differently if in conference mode + \if@confmode% + {\@specialpapernotice\mbox{}\vskip\@IEEEauthorblockconfadjspace% + \mbox{}\hfill\begin{@IEEEauthorhalign}\@author\end{@IEEEauthorhalign}\hfill\mbox{}\par}% + \else% peerreviewca, peerreview or journal + \if@peerreviewcaoption + % peerreviewca handles author names just like conference mode + {\@specialpapernotice\mbox{}\vskip\@IEEEauthorblockconfadjspace% + \mbox{}\hfill\begin{@IEEEauthorhalign}\@author\end{@IEEEauthorhalign}\hfill\mbox{}\par}% + \else % journal or peerreview + {\lineskip.5em\sublargesize\@author\@specialpapernotice\par}% + \fi + \fi +\fi\end{center}} + + + +% V1.6b define the \IEEEpeerreviewmaketitle as needed +\if@peerreviewoption +\def\IEEEpeerreviewmaketitle{\@IEEEcleardoublepage{empty}% +\if@twocolumnmode +\twocolumn[\@IEEEpeerreviewmaketitle\@IEEEdynamictitlevspace] +\else +\newpage\@IEEEpeerreviewmaketitle\@IEEEstatictitlevskip +\fi +\thispagestyle{titlepagestyle}} +\else +% \IEEEpeerreviewmaketitle does nothing if peer review option has not been selected +\def\IEEEpeerreviewmaketitle{\relax} +\fi + +% peerreview formats the repeated title like the title in journal papers. +\def\@IEEEpeerreviewmaketitle{\begin{center}% +\normalfont\normalsize\vskip0.2em{\Huge\@title\par}\vskip1.0em\par +\end{center}} + + + +% V1.6 +% this is a static rubber spacer between the title/authors and the main text +% used for single column text, or when the title appears in the first column +% of two column text (technotes). +\def\@IEEEstatictitlevskip{{\normalfont\normalsize +% adjust spacing to next text +% v1.6b handle peer review papers +\if@peerreviewoption +% for peer review papers, the same value is used for both title pages +% regardless of the other paper modes + \vskip 1\baselineskip plus 0.375\baselineskip minus 0.1875\baselineskip +\else + \if@confmode% conference + \vskip 1\baselineskip plus 0.375\baselineskip minus 0.1875\baselineskip% + \else% + \if@technote% technote + \vskip 1\baselineskip plus 0.375\baselineskip minus 0.1875\baselineskip% + \else% journal uses more space + \vskip 2.5\baselineskip plus 0.75\baselineskip minus 0.375\baselineskip% + \fi + \fi +\fi}} + + +% V1.6 +% This is a dynamically determined rigid spacer between the title/authors +% and the main text. This is used only for single column titles over two +% column text (most common) +% This is bit tricky because we have to ensure that the textheight of the +% main text is an integer multiple of \baselineskip +% otherwise underfull vbox problems may develop in the second column of the +% text on the titlepage +% The possible use of \pubid must also be taken into account. +\def\@IEEEdynamictitlevspace{{% + % we run within a group so that all the macros can be forgotten when we are done + \def\thanks##1{\relax}%don't allow \thanks to run when we evaluate the vbox height + \normalfont\normalsize% we declare more descriptive variable names + \let\@maintextheight=\@IEEEtrantmpdimenA%height of the main text columns + \let\@INTmaintextheight=\@IEEEtrantmpdimenB%height of the main text columns with integer # lines + % set the nominal and minimum values for the title spacer + % the dynamic algorithm will not allow the spacer size to + % become less than \@MINtitlevspace - instead it will be + % lengthened + % default to journal values + \def\@NORMtitlevspace{2.5\baselineskip}% + \def\@MINtitlevspace{2\baselineskip}% + % conferences and technotes need tighter spacing + \if@confmode%conference + \def\@NORMtitlevspace{1\baselineskip}% + \def\@MINtitlevspace{0.75\baselineskip}% + \fi + \if@technote%technote + \def\@NORMtitlevspace{1\baselineskip}% + \def\@MINtitlevspace{0.75\baselineskip}% + \fi% + % get the height that the title will take up + \if@peerreviewoption + \settoheight{\@maintextheight}{\vbox{\hsize\textwidth \@IEEEpeerreviewmaketitle}}% + \else + \settoheight{\@maintextheight}{\vbox{\hsize\textwidth \@maketitle}}% + \fi + \@maintextheight=-\@maintextheight% title takes away from maintext, so reverse sign + % add the height of the page textheight + \advance\@maintextheight by \textheight% + % correct for title pages using pubid + \if@peerreviewoption\else + % peerreview papers use the pubid on the cover page only. + % And the cover page uses a static spacer. + \if@IEEEusingpubid\advance\@maintextheight by -\@pubidpullup\fi + \fi% + % subtract off the nominal value of the title bottom spacer + \advance\@maintextheight by -\@NORMtitlevspace% + % \topskip takes away some too + \advance\@maintextheight by -\topskip% + % calculate the column height of the main text for lines + % now we calculate the main text height as if holding + % an integer number of \normalsize lines after the first + % and discard any excess fractional remainder + % we subtracted the first line, because the first line + % is placed \topskip into the maintext, not \baselineskip like the + % rest of the lines. + \@INTmaintextheight=\@maintextheight% + \divide\@INTmaintextheight by \baselineskip% + \multiply\@INTmaintextheight by \baselineskip% + % now we calculate how much the title spacer height will + % have to be reduced from nominal (\@REDUCEmaintextheight is always + % a positive value) so that the maintext area will contain an integer + % number of normal size lines + % we change variable names here (to avoid confusion) as we no longer + % need \@INTmaintextheight and can reuse its dimen register + \let\@REDUCEmaintextheight=\@INTmaintextheight% + \advance\@REDUCEmaintextheight by -\@maintextheight% + \advance\@REDUCEmaintextheight by \baselineskip% + % this is the calculated height of the spacer + % we change variable names here (to avoid confusion) as we no longer + % need \@maintextheight and can reuse its dimen register + \let\@COMPENSATElen=\@maintextheight% + \@COMPENSATElen=\@NORMtitlevspace% set the nominal value + % we go with the reduced length if it is smaller than an increase + \ifdim\@REDUCEmaintextheight < 0.5\baselineskip\relax% + \advance\@COMPENSATElen by -\@REDUCEmaintextheight% + % if the resulting spacer is too small back out and go with an increase instead + \ifdim\@COMPENSATElen<\@MINtitlevspace\relax% + \advance\@COMPENSATElen by \baselineskip% + \fi% + \else% + % go with an increase because it is closer to the nominal than a decrease + \advance\@COMPENSATElen by -\@REDUCEmaintextheight% + \advance\@COMPENSATElen by \baselineskip% + \fi% + % set the calculated rigid spacer + \vspace{\@COMPENSATElen}}} + + + +% V1.6 +% we allow the user access to the last part of the title area +% useful in emergencies such as when a different spacing is needed +% This text is NOT compensated for in the dynamic sizer. +\let\@IEEEaftertitletext=\relax +\def\IEEEaftertitletext#1{\def\@IEEEaftertitletext{#1}} + + +% V1.6 have abstract and keywords strip leading spaces, pars and newlines +% so that spacing is more tightly controlled. +\def\abstract{\normalfont% + \if@twocolumn% + \@IEEEabskeysecsize\bfseries\textit{Abstract}---\,% + \else% + \begin{center}\vspace{-1.78ex}\@IEEEabskeysecsize\textbf{Abstract}\end{center}\quotation\@IEEEabskeysecsize% + \fi\@IEEEgobbleleadPARNLSP} +% V1.6 IEEE wants only 1 pica from end of abstract to introduction heading when in +% conference mode (the heading already has this much above it) +\def\endabstract{\relax\if@confmode\vspace{0ex}\else\vspace{1.34ex}\fi\par\if@twocolumn\else\endquotation\fi% + \normalfont\normalsize} + + +\def\keywords{\normalfont% + % IEEE uses the term (in bold italics) "Index Terms" now. + \if@twocolumn% + \@IEEEabskeysecsize\bfseries\textit{Index Terms}---\,\relax% + \else% + \begin{center}\@IEEEabskeysecsize\bfseries Index Terms\end{center}\quotation\@IEEEabskeysecsize% + \fi\@IEEEgobbleleadPARNLSP} +\def\endkeywords{\relax\if@technote\vspace{1.34ex}\else\vspace{0.67ex}\fi% + \par\if@twocolumn\else\endquotation\fi% + \normalsize\normalfont} + + +% gobbles all leading \, \\ and \par, upon finding first token that +% is not a \ , \\ or a \par, it ceases and returns that token +% +% used to strip leading \, \\ and \par from the input +% so that such things in the beginning of an environment will not +% affect the formatting of the text +\long\def\@IEEEgobbleleadPARNLSP#1{\let\@IEEEswallowthistoken=0% +\let\@IEEEgobbleleadPARNLSPtoken#1% +\let\@IEEEgobbleleadPARtoken=\par% +\let\@IEEEgobbleleadNLtoken=\\% +\let\@IEEEgobbleleadSPtoken=\ % +\def\@IEEEgobbleleadSPMACRO{\ }% +\ifx\@IEEEgobbleleadPARNLSPtoken\@IEEEgobbleleadPARtoken% +\let\@IEEEswallowthistoken=1% +\fi% +\ifx\@IEEEgobbleleadPARNLSPtoken\@IEEEgobbleleadNLtoken% +\let\@IEEEswallowthistoken=1% +\fi% +\ifx\@IEEEgobbleleadPARNLSPtoken\@IEEEgobbleleadSPtoken% +\let\@IEEEswallowthistoken=1% +\fi% +% a control space will come in as a macro +% when it is the last one on a line +\ifx\@IEEEgobbleleadPARNLSPtoken\@IEEEgobbleleadSPMACRO% +\let\@IEEEswallowthistoken=1% +\fi% +% if we have to swallow this token, do so and taste the next one +% else spit it out and stop gobbling +\ifx\@IEEEswallowthistoken 1\let\@IEEEnextgobbleleadPARNLSP=\@IEEEgobbleleadPARNLSP\else% +\let\@IEEEnextgobbleleadPARNLSP=#1\fi% +\@IEEEnextgobbleleadPARNLSP}% + + + + +% TITLING OF SECTIONS +\def\@IEEEsectpunct{:\ \,} % Punctuation after run-in section heading (headings which are + % part of the paragraphs), need little bit more than a space + +\def\@seccntformat#1{\csname the#1dis\endcsname\hskip 0.5em\relax} + +\def\@sect#1#2#3#4#5#6[#7]#8{% + \ifnum #2>\c@secnumdepth% + \def\@svsec{}% + \else% + \refstepcounter{#1} + % load section label and spacer into \@svsec + \protected@edef\@svsec{\@seccntformat{#1}\relax}% + \fi% + \@tempskipa #5\relax% + \ifdim \@tempskipa>\z@% tempskipa determines whether is treated as a high + \begingroup #6\relax% or low level heading + \noindent % subsections are NOT indented + % print top level headings. \@svsec is label, #8 is heading title + %\@hangfrom{\hskip #3\relax\@svsec}{\interlinepenalty \@M #8\par} + % IEEE does not block indent the section title text, it flows like normal + \relax{\hskip #3\relax\@svsec}{\interlinepenalty \@M #8\par}% + \endgroup% + % got rid of sectionmark stuff + % \csname #1mark\endcsname{#7} + \addcontentsline{toc}{#1}{\ifnum #2>\c@secnumdepth\relax\else% + \protect\numberline{\csname the#1\endcsname}\fi#7}% + \else % printout low level headings + % svsechd seems to swallow the trailing space, protect it with \mbox{} + % got rid of sectionmark stuff + \def\@svsechd{#6\hskip #3\@svsec #8\@IEEEsectpunct\mbox{}%\csname #1mark\endcsname{#7} + \addcontentsline{toc}{#1}{\ifnum #2>\c@secnumdepth\relax\else% + \protect\numberline{\csname the#1\endcsname}\fi#7}} + \fi%skip down + \@xsect{#5}} + +% section* handler +\def\@ssect#1#2#3#4#5{\@tempskipa #3\relax% + \ifdim \@tempskipa>\z@% + %\begingroup #4\@hangfrom{\hskip #1}{\interlinepenalty \@M #5\par}\endgroup + % IEEE does not block indent the section title text, it flows like normal + \begingroup \noindent #4\relax{\hskip #1}{\interlinepenalty \@M #5\par}\endgroup% + % svsechd swallows the trailing space, protect it with \mbox{} + \else \def\@svsechd{#4\hskip #1\relax #5\@IEEEsectpunct\mbox{}}\fi% + \@xsect{#3}} + + +%% SECTION heading spacing and font +%% +% arguments are: #1 - sectiontype name +% (for \@sect) #2 - section level +% #3 - section heading indent +% #4 - top separation (absolute value used, neg indicates not to indent main text) +% If negative, make stretch parts negative too! +% #5 - (absolute value used) positive: bottom separation after heading, +% negative: amount to indent main text after heading +% Both #4 and #5 negative means to indent main text and use negative top separation +% #6 - font control +% You've got to have \normalfont\normalsize in the font specs below to prevent +% trouble when you do something like: +% \section{Note}{\ttfamily TT-TEXT} is known to ... +% IEEE sometimes REALLY stretches the area before a section +% heading by up to about 0.5in. However, it may not be a good +% idea to let LaTeX have quite this much rubber. +\if@confmode% +% IEEE wants section heading spacing to decrease for conference mode +\def\section{\@startsection{section}{1}{\z@}{1.5ex plus 1.5ex minus 0.5ex}% +{0.7ex plus 1ex minus 0ex}{\normalfont\normalsize\centering\scshape}}% +\def\subsection{\@startsection{subsection}{2}{\z@}{1.5ex plus 1.5ex minus 0.5ex}% +{0.7ex plus .5ex minus 0ex}{\normalfont\normalsize\itshape}}% +\else % for journals +\def\section{\@startsection{section}{1}{\z@}{3.0ex plus 1.5ex minus 1.5ex}% V1.6 3.0ex from 3.5ex +{0.7ex plus 1ex minus 0ex}{\normalfont\normalsize\centering\scshape}}% +\def\subsection{\@startsection{subsection}{2}{\z@}{3.5ex plus 1.5ex minus 1.5ex}% +{0.7ex plus .5ex minus 0ex}{\normalfont\normalsize\itshape}}% +\fi +% decided to put in a little rubber above the section, might help somebody +\def\subsubsection{\@startsection{subsubsection}{3}{\parindent}{0ex plus 0.1ex minus 0.1ex}% +{0ex}{\normalfont\normalsize\itshape}}% +\def\paragraph{\@startsection{paragraph}{4}{2\parindent}{0ex plus 0.1ex minus 0.1ex}% +{0ex}{\normalfont\normalsize\itshape}}% + + + +%% ENVIRONMENTS +% "box" symbols at end of proofs +\def\QEDclosed{\mbox{\rule[0pt]{1.3ex}{1.3ex}}} % for a filled box +% V1.6 some journals use an open box instead that will just fit around a closed one +\def\QEDopen{{\setlength{\fboxsep}{0pt}\setlength{\fboxrule}{0.2pt}\fbox{\rule[0pt]{0pt}{1.3ex}\rule[0pt]{1.3ex}{0pt}}}} +\def\QED{\QEDclosed} % default to closed + +\def\proof{\noindent\hspace{2em}{\itshape Proof: }} +\def\endproof{\hspace*{\fill}~\QED\par\endtrivlist\unskip} +%\itemindent is set to \z@ by list, so define new temporary variable +\newdimen\@IEEEtmpitemindent +\def\@begintheorem#1#2{\@IEEEtmpitemindent\itemindent\topsep 0pt\rmfamily\trivlist% + \item[\hskip \labelsep{\indent\itshape #1\ #2:}]\itemindent\@IEEEtmpitemindent} +\def\@opargbegintheorem#1#2#3{\@IEEEtmpitemindent\itemindent\topsep 0pt\rmfamily \trivlist% +% V1.6 IEEE is back to using () around theorem names which are also in italics +% Thanks to Christian Peel for reporting this. + \item[\hskip\labelsep{\indent\itshape #1\ #2\ (#3):}]\itemindent\@IEEEtmpitemindent} +\def\@endtheorem{\endtrivlist\unskip} + +% V1.6 +% display command for the section the theorem is in - so that \thesection +% is not used as this will be in Roman numerals when we want arabic. +% LaTeX2e uses \def\@thmcounter#1{\noexpand\arabic{#1}} for the theorem number +% (second part) display and \def\@thmcountersep{.} as a separator. +\def\@IEEEthmcounterin#1{\arabic{#1}} +% redefine the #1#2[#3] form of newtheorem to use a hook to \@IEEEthmcounterin +\def\@xnthm#1#2[#3]{% + \expandafter\@ifdefinable\csname #1\endcsname + {\@definecounter{#1}\@newctr{#1}[#3]% + \expandafter\xdef\csname the#1\endcsname{% + \noexpand\@IEEEthmcounterin{#3}\@thmcountersep\@thmcounter{#1}}% + \global\@namedef{#1}{\@thm{#1}{#2}}% + \global\@namedef{end#1}{\@endtheorem}}} + + + +%% SET UP THE DEFAULT PAGESTYLE +\ps@headings +\pagenumbering{arabic} + +% normally the page counter starts at 1 +\setcounter{page}{1} +% however, for peerreview the cover sheet is page 0 or page -1 +% (for duplex printing) +\if@peerreviewoption + \if@twoside + \setcounter{page}{-1} + \else + \setcounter{page}{0} + \fi +\fi + +% standard book class behavior - let bottom line float up and down as +% needed when single sided +\if@twoside\else\raggedbottom\fi +% if two column - turn on twocolumn, allow word spacings to stretch more and +% enforce a rigid position for the last lines +\if@twocolumnmode +% the peer review option delays invoking twocolumn + \if@peerreviewoption\else + \twocolumn + \fi +\sloppy +\flushbottom +\fi + + + + +% \APPENDIX and \APPENDICES definitions + +% This is the \@ifmtarg command from the LaTeX ifmtarg package +% by Peter Wilson (CUA) and Donald Arseneau +% \@ifmtarg is used to determine if an argument to a command +% is present or not. +% For instance: +% \@ifmtarg{#1}{\typeout{empty}}{\typeout{has something}} +% \@ifmtarg is used with our redefined \section command if +% \appendices is invoked. +% The command \section will behave slightly differently depending +% on whether the user specifies a title: +% \section{My appendix title} +% or not: +% \section{} +% This way, we can eliminate the blank lines where the title +% would be, and the unneeded : after Appendix in the table of +% contents +\begingroup +\catcode`\Q=3 +\long\gdef\@ifmtarg#1{\@xifmtarg#1QQ\@secondoftwo\@firstoftwo\@nil} +\long\gdef\@xifmtarg#1#2Q#3#4#5\@nil{#4} +\endgroup +% end of \@ifmtarg defs + +% save the "original" meaning of \section so we can redefine +% \section after a call to \appendix or \appendices +\let\@IEEEappendixsavesection\section + +% neat trick to grab and process the argument from \section{argument} +% we process differently if the user invoked \section{} with no +% argument (title) +% note we reroute the call to the old \section* +\def\@IEEEprocessthesectionargument#1{% +\@ifmtarg{#1}{% +\@IEEEappendixsavesection*{Appendix \thesectiondis}% +\addcontentsline{toc}{section}{Appendix \thesection}}{% +\@IEEEappendixsavesection*{Appendix \thesectiondis \\* #1}% +\addcontentsline{toc}{section}{Appendix \thesection: #1}}} + +% we use this if the user calls \section{} after +% \appendix-- which has no meaning. So, we ignore the +% command and its argument. Then, warn the user. +\def\@IEEEdestroythesectionargument#1{\typeout{** WARNING: Ignoring useless +\protect\section\space in Appendix (line \the\inputlineno).}} + + +% remember \thesection forms will be displayed in \ref calls +% and in the Table of Contents. +% The \sectiondis form is used in the actual heading itself + +% appendix command for one single appendix +% normally has no heading. However, if you want a +% heading, you can do so via the optional argument: +% \appendix[Optional Heading] +\def\appendix{\relax} +\renewcommand{\appendix}[1][]{\par% + % v1.6 keep hyperref's identifiers unique + \def\theHsection{Appendix.A}% + % v1.6 adjust hyperref's string name for the section + \xdef\Hy@chapapp{appendix}% + \setcounter{section}{0}% + \setcounter{subsection}{0}% + \setcounter{subsubsection}{0}% + \setcounter{paragraph}{0}% + \def\thesection{}% + \def\thesectiondis{}% + \def\thesubsection{\Alph{subsection}}% + \refstepcounter{section}% update the \ref counter + \@ifmtarg{#1}{\@IEEEappendixsavesection*{Appendix}% + \addcontentsline{toc}{section}{Appendix}}{% + \@IEEEappendixsavesection*{Appendix \\* #1}% + \addcontentsline{toc}{section}{Appendix: #1}}% + % redefine \section command for appendix + % leave \section* as is + \def\section{\@ifstar{\@IEEEappendixsavesection*}{% + \@IEEEdestroythesectionargument}}% throw out the argument + % of the normal form +} + + +% provides the user a way to choose between +% Appendix A +% and +% Appendix I +% notation +% defaults to Roman. +\newif\ifuseRomanappendices +\useRomanappendicestrue + + +% appendices command for multiple appendices +% user then calls \section with an argument (possibly empty) to +% declare the individual appendices +\def\appendices{\par% + % v1.6 keep hyperref's identifiers unique + \def\theHsection{Appendix.\Alph{section}}% + % v1.6 adjust hyperref's string name for the section + \xdef\Hy@chapapp{appendix}% + \setcounter{section}{-1}% we want \refstepcounter to use section 0 + \setcounter{subsection}{0}% + \setcounter{subsubsection}{0}% + \setcounter{paragraph}{0}% + \ifuseRomanappendices% + \def\thesection{\Roman{section}}% + \def\thesectiondis{\Roman{section}}% + \else% + \def\thesection{\Alph{section}}% + \def\thesectiondis{\Alph{section}}% + \fi% + \refstepcounter{section}% update the \ref counter + \setcounter{section}{0}% NEXT \section will be the FIRST appendix + % redefine \section command for appendices + % leave \section* as is + \def\section{\@ifstar{\@IEEEappendixsavesection*}{% process the *-form + \refstepcounter{section}% or is a new section so, + \@IEEEprocessthesectionargument}}% process the argument + % of the normal form +} + + + +% \PARstart +% Definition for the big two line drop cap letter at the beginning of the +% first paragraph of journal papers. The first argument is the first letter +% of the first word, the second argument is the remaining letters of the +% first word which will be rendered in upper case. +% In V1.6 this has been completely rewritten to: +% +% 1. no longer have problems when the user begins an environment +% within the paragraph that uses \PARstart. +% 2. auto-detect and use the current font family +% 3. revise handling of the space at the end of the first word so that +% interword glue will now work as normal. +% 4. produce correctly aligned edges for the (two) indented lines. +% +% We generalize things via control macros - playing with these is fun too. +% +% the number of lines that are indented to clear it +\def\@IEEEPARstartDROPLINES{2} +% minimum number of lines left on a page to allow a \@PARstart +% Does not take into consideration rubber shrink, so it tends to +% be overly cautious +\def\@IEEEPARstartMINPAGELINES{2} +% the depth the letter is lowered below the baseline +% the height (and size) of the letter is determined by the sum +% of this value and the height of a capital "T" in the current +% font. It is a good idea to set this value in terms of the baselineskip +% so that it can respond to changes therein. +\def\@IEEEPARstartDROPDEPTH{1.1\baselineskip} +% This is the separation distance from the drop letter to the main text. +% Lengths that depend on the font (i.e., ex, em, etc.) will be referenced +% to the font that is active when PARstart is called. +\def\@IEEEPARstartSEP{0.15em} + + +% definition of \PARstart +% THIS IS A CONTROLLED SPACING AREA, DO NOT ALLOW SPACES WITHIN THESE LINES +% +% The token \@IEEEPARstartfont will be globally defined after the first use +% of \PARstart and will be a font command which creates the big letter +% The first argument is the first letter of the first word and the second +% argument is the rest of the first word(s). +\def\PARstart#1#2{\par{% +% if this page does not have enough space, break it and lets start +% on a new one +\@IEEEtranneedspace{\@IEEEPARstartMINPAGELINES\baselineskip}{\relax}% +% calculate the desired height of the big letter +% it extends from the top of a capital "T" in the current font +% down to \@IEEEPARstartDROPDEPTH below the current baseline +\settoheight{\@IEEEtrantmpdimenA}{T}% +\addtolength{\@IEEEtrantmpdimenA}{\@IEEEPARstartDROPDEPTH}% +% extract the name of the current font in bold +% and place it in \@IEEEPARstartFONTNAME +\def\@IEEEPARstartGETFIRSTWORD##1 ##2\relax{##1}% +{\bfseries% +\edef\@IEEEPARstartFONTNAMESPACE{\fontname\font\space}% +\xdef\@IEEEPARstartFONTNAME{\expandafter\@IEEEPARstartGETFIRSTWORD\@IEEEPARstartFONTNAMESPACE\relax}}% +% define a font based on this name with a point size equal to the desired +% height of the drop letter +\font\@IEEEPARstartsubfont\@IEEEPARstartFONTNAME\space at \@IEEEtrantmpdimenA\relax% +% save this value as a counter (integer) value (sp points) +\@IEEEtrantmpcountA=\@IEEEtrantmpdimenA% +% now get the height of the actual letter produced by this font size +\settoheight{\@IEEEtrantmpdimenB}{\@IEEEPARstartsubfont\MakeUppercase{#1}}% +% If something bogus happens like the first argument is empty or the +% current font is strange, do not allow a zero height. +\ifdim\@IEEEtrantmpdimenB=0pt\relax% +\typeout{** WARNING: PARstart drop letter has zero height! (line \the\inputlineno)}% +\typeout{ Forcing the drop letter font size to 10pt.}% +\@IEEEtrantmpdimenB=10pt% +\fi% +% and store it as a counter +\@IEEEtrantmpcountB=\@IEEEtrantmpdimenB% +% Since a font size doesn't exactly correspond to the height of the capital +% letters in that font, the actual height of the letter, \@IEEEtrantmpcountB, +% will be less than that desired, \@IEEEtrantmpcountA +% we need to raise the font size, \@IEEEtrantmpdimenA +% by \@IEEEtrantmpcountA / \@IEEEtrantmpcountB +% But, TeX doesn't have floating point division, so we have to use integer +% division. Hence the use of the counters. +% We need to reduce the denominator so that the loss of the remainder will +% have minimal affect on the accuracy of the result +\divide\@IEEEtrantmpcountB by 200% +\divide\@IEEEtrantmpcountA by \@IEEEtrantmpcountB% +% Then reequalize things when we use TeX's ability to multiply by +% floating point values +\@IEEEtrantmpdimenB=0.005\@IEEEtrantmpdimenA% +\multiply\@IEEEtrantmpdimenB by \@IEEEtrantmpcountA% +% \@IEEEPARstartfont is globaly set to the calculated font of the big letter +% We need to carry this out of the local calculation area to to create the +% big letter. +\global\font\@IEEEPARstartfont\@IEEEPARstartFONTNAME\space at \@IEEEtrantmpdimenB% +% Now set \@IEEEtrantmpdimenA to the width of the big letter +% We need to carry this out of the local calculation area to set the +% hanging indent +\settowidth{\global\@IEEEtrantmpdimenA}{\@IEEEPARstartfont\MakeUppercase{#1}}}% +% end of the isolated calculation environment +% add in the extra clearance we want +\advance\@IEEEtrantmpdimenA by \@IEEEPARstartSEP% +% \@IEEEtrantmpdimenA has the width of the big letter plus the +% separation space and \@IEEEPARstartfont is the font we need to use +% Now, we make the letter and issue the hanging indent command +% The letter is placed in a box of zero width and height so that other +% text won't be displaced by it. +\noindent\hangindent\@IEEEtrantmpdimenA\hangafter=-\@IEEEPARstartDROPLINES% +\makebox[0pt][l]{\hspace{-\@IEEEtrantmpdimenA}\raisebox{-\@IEEEPARstartDROPDEPTH}[0pt][0pt]{\@IEEEPARstartfont\MakeUppercase{#1}}}\MakeUppercase{#2}} + + +% V1.6 \CMPARstart is no longer needed as \PARstart now uses whatever +% the current font family is. +% \CMPARstart is provided here for backward compatability. +\let\CMPARstart=\PARstart + + + +% determines if the space remaining on a given page is equal to or greater +% than the specified space of argument one +% if not, execute argument two (only if the remaining space is greater than zero) +% and issue a \newpage +% +% example: \@IEEEtranneedspace{2in}{\vfill} +% +% Does not take into consideration rubber shrinkage, so it tends to +% be overly cautious +% Based on an example posted by Donald Arseneau +% Note this macro uses \@IEEEtrantmpdimenB internally for calculations, +% so DO NOT PASS \@IEEEtrantmpdimenB to this routine +% if you need a dimen register, import with \@IEEEtrantmpdimenA instead +\def\@IEEEtranneedspace#1#2{\penalty-100\begingroup%shield temp variable +\@IEEEtrantmpdimenB\pagegoal\advance\@IEEEtrantmpdimenB-\pagetotal% space left +\ifdim #1>\@IEEEtrantmpdimenB\relax% not enough space left +\ifdim\@IEEEtrantmpdimenB>\z@\relax #2\fi% +\newpage% +\fi\endgroup} + + + +% BIOGRAPHY ENVIRONMENT +% Allows user to enter BIOGRAPHY leaving place for picture (adapts to font size) +% As of V1.5, a new optional argument allows you to have a real graphic! +% V1.5 and later also fixes the "colliding biographies" which could happen when a +% biography's text was shorter than the space for the photo. +% MDS 7/2001 +% V1.6 prevent multiple biographies from making multiple TOC entries +\newif\if@biographyTOCentrynotmade +\global\@biographyTOCentrynotmadetrue + +% biography counter so hyperref can jump directly to the biographies +% and not just the previous section +\newcounter{biography} +\setcounter{biography}{0} + +% photo area size +\def\@IEEEBIOphotowidth{1.0in} % width of the biography photo area +\def\@IEEEBIOphotodepth{1.25in} % depth (height) of the biography photo area +% area cleared for photo +\def\@IEEEBIOhangwidth{1.14in} % width cleared for the biography photo area +\def\@IEEEBIOhangdepth{1.25in} % depth cleared for the biography photo area + % actual depth will be a multiple of + % \baselineskip, rounded up +\def\@IEEEBIOskipN{4\baselineskip}% nominal value of the vskip above the biography + +\newenvironment{biography}[2][]{\normalfont\footnotesize% +\unitlength 1in\parskip=0pt\par\parindent 1em\interlinepenalty500% +% we need enough space to support the hanging indent +% the nominal value of the spacer +% and one extra line for good measure +\@IEEEtrantmpdimenA=\@IEEEBIOhangdepth% +\advance\@IEEEtrantmpdimenA by \@IEEEBIOskipN% +\advance\@IEEEtrantmpdimenA by 1\baselineskip% +% if this page does not have enough space, break it and lets start +% with a new one +\@IEEEtranneedspace{\@IEEEtrantmpdimenA}{\relax}% +% nominal spacer can strech, not shrink use 1fil so user can out stretch with \vfill +\vskip \@IEEEBIOskipN plus 1fil minus 0\baselineskip% +% the default box for where the photo goes +\def\@IEEEtempbiographybox{{\setlength{\fboxsep}{0pt}\framebox{\begin{minipage}[b][\@IEEEBIOphotodepth][c]{\@IEEEBIOphotowidth}\centering PLACE\\ PHOTO\\ HERE \end{minipage}}}}% +% +% detect if the optional argument was supplied, this requires the +% \@ifmtarg command as defined in the appendix section above +% and if so, override the default box with what they want +\@ifmtarg{#1}{\relax}{\def\@IEEEtempbiographybox{\mbox{\begin{minipage}[b][\@IEEEBIOphotodepth][c]{\@IEEEBIOphotowidth}% +\centering% +#1% +\end{minipage}}}}% end if optional argument supplied +% Make an entry into the table of contents only if we have not done so before +\if@biographyTOCentrynotmade% +% link labels to the biography counter so hyperref will jump +% to the biography, not the previous section +\setcounter{biography}{-1}% +\refstepcounter{biography}% +\addcontentsline{toc}{section}{Biographies}% +\global\@biographyTOCentrynotmadefalse% +\fi% +% one more biography +\refstepcounter{biography}% +% Make an entry for this name into the table of contents +\addcontentsline{toc}{subsection}{#2}% +% V1.6 properly handle if a new paragraph should occur while the +% hanging indent is still active. Do this by redefining \par so +% that it will not start a new paragraph. (But it will appear to the +% user as if it did.) Also, strip any leading pars, newlines, or spaces. +\let\@IEEEBIOORGparCMD=\par% save the original \par command +\edef\par{\hfil\break\indent}% the new \par will not be a "real" \par +\settoheight{\@IEEEtrantmpdimenA}{\@IEEEtempbiographybox}% get height of biography box +\@IEEEtrantmpdimenB=\@IEEEBIOhangdepth% +\@IEEEtrantmpcountA=\@IEEEtrantmpdimenB% countA has the hang depth +\divide\@IEEEtrantmpcountA by \baselineskip% calculates lines needed to produce the hang depth +\advance\@IEEEtrantmpcountA by 1% ensure we overestimate +% set the hanging indent +\hangindent\@IEEEBIOhangwidth% +\hangafter-\@IEEEtrantmpcountA% +% reference the top of the photo area to the top of a capital T +\settoheight{\@IEEEtrantmpdimenB}{\mbox{T}}% +% set the photo box, give it zero width and height so as not to disturb anything +\noindent\makebox[0pt][l]{\hspace{-\@IEEEBIOhangwidth}\raisebox{\@IEEEtrantmpdimenB}[0pt][0pt]{\raisebox{-\@IEEEBIOphotodepth}[0pt][0pt]{\@IEEEtempbiographybox}}}% +% now place the author name and begin the bio text +\noindent\textbf{#2\ }\@IEEEgobbleleadPARNLSP}{\relax\let\par=\@IEEEBIOORGparCMD\par% +% 7/2001 V1.5 detect when the biography text is shorter than the photo area +% and pad the unused area - preventing a collision from the next biography entry +% MDS +\ifnum \prevgraf <\@IEEEtrantmpcountA\relax% detect when the biography text is shorter than the photo + \advance\@IEEEtrantmpcountA by -\prevgraf% calculate how many lines we need to pad + \advance\@IEEEtrantmpcountA by -1\relax% we compensate for the fact that we indented an extra line + \@IEEEtrantmpdimenA=\baselineskip% calculate the length of the padding + \multiply\@IEEEtrantmpdimenA by \@IEEEtrantmpcountA% + \noindent\rule{0pt}{\@IEEEtrantmpdimenA}% insert an invisible support strut +\fi% +\par\normalfont} + + + +% V1.6 +% added biography without a photo environment +\newenvironment{biographynophoto}[1]{% +% Make an entry into the table of contents only if we have not done so before +\if@biographyTOCentrynotmade% +% link labels to the biography counter so hyperref will jump +% to the biography, not the previous section +\setcounter{biography}{-1}% +\refstepcounter{biography}% +\addcontentsline{toc}{section}{Biographies}% +\global\@biographyTOCentrynotmadefalse% +\fi% +% one more biography +\refstepcounter{biography}% +% Make an entry for this name into the table of contents +\addcontentsline{toc}{subsection}{#1}% +\normalfont\footnotesize\interlinepenalty500% +\vskip 4\baselineskip plus 1fil minus 0\baselineskip% +\parskip=0pt\par% +\noindent\textbf{#1\ }\@IEEEgobbleleadPARNLSP}{\relax\par\normalfont} + + +% provide the user with some old font commands +% got this from article.cls +\DeclareOldFontCommand{\rm}{\normalfont\rmfamily}{\mathrm} +\DeclareOldFontCommand{\sf}{\normalfont\sffamily}{\mathsf} +\DeclareOldFontCommand{\tt}{\normalfont\ttfamily}{\mathtt} +\DeclareOldFontCommand{\bf}{\normalfont\bfseries}{\mathbf} +\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} + + +% SPECIAL PAPER NOTICE COMMANDS +% +% holds the special notice text +\def\@specialpapernotice{\relax} + +% for special papers, like invited papers, the user can do: +% \specialpapernotice{(Invited Paper)} before \maketitle +\def\specialpapernotice#1{\if@confmode% +\def\@specialpapernotice{{\sublargesize\textit{#1}\vspace*{1em}}}% +\else% +\def\@specialpapernotice{{\\*[1.5ex]\sublargesize\textit{#1}}\vspace*{-2ex}}% +\fi} + + + + +% PUBLISHER ID COMMANDS +% to insert a publisher's ID footer +% V1.6 \pubid has been changed so that the change in page size and style +% occurs in \maketitle. \pubid must now be issued prior to \maketitle +% use \pubidadjcol as before - in the second column of the title page +% These changes allow \maketitle to take the reduced page height into +% consideration when dynamically setting the space between the author +% names and the maintext. +% +% the amount the main text is pulled up to make room for the +% publisher's ID footer +% IEEE uses about 1.3\baselineskip for journals, +% dynamic title spacing will clean up the fraction +\def\@pubidpullup{1.3\baselineskip} +\if@technote +% for technotes it must be an integer of baselineskip as there can be no +% dynamic title spacing for two column mode technotes (the title is in the +% in first column) and we should maintain an integer number of lines in the +% second column +% There are some examples (such as older issues of "Transactions on +% Information Theory") in which IEEE really pulls the text off the ID for +% technotes - about 0.55in (or 4\baselineskip). We'll use 2\baselineskip +% and call it even. +\def\@pubidpullup{2\baselineskip} +\fi + +% holds the ID text +\def\@pubid{\relax} + +% flag so \maketitle can tell if \pubid was called +\newif\if@IEEEusingpubid +\global\@IEEEusingpubidfalse +% issue this command in the page to have the ID at the bottom +% V1.6 use before \maketitle +\def\pubid#1{\def\@pubid{#1} \global\@IEEEusingpubidtrue} + + +% command which will pull up (shorten) the column it is executed in +% to make room for the publisher ID. Place in the second column of +% the title page when using \pubid +% Is smart enough not to do anything when in single column text or +% if the user hasn't called \pubid +% currently needed in for the second column of a page with the +% publisher ID. If not needed in future releases, please provide this +% command and define it as \relax for backward compatibility +% v1.6b do not allow command to operate if the peer review option has been +% selected because \pubidadjcol will not be on the cover page. +\def\pubidadjcol{\if@peerreviewoption\else\if@twocolumn\if@IEEEusingpubid\enlargethispage{-\@pubidpullup}\fi\fi\fi} + +% Special thanks to Peter Wilson, Daniel Luecking, and the other +% gurus at comp.text.tex, for helping me to understand how best to +% implement the pubid command in LaTeX. + + + +%% Lockout some commands under various conditions + +% general purpose bit bucket +\newsavebox{\@IEEEtranrubishbin} + +% flags to prevent multiple warning messages +\newif\if@IEEEWARNthanks +\newif\if@IEEEWARNPARstart +\newif\if@IEEEWARNCMPARstart +\newif\if@IEEEWARNkeywords +\newif\if@IEEEWARNbiography +\newif\if@IEEEWARNbiographynophoto +\newif\if@IEEEWARNpubid +\newif\if@IEEEWARNpubidadjcol +\newif\if@IEEEWARNIEEEmembership +\newif\if@IEEEWARNIEEEaftertitletext +\@IEEEWARNthankstrue +\@IEEEWARNPARstarttrue +\@IEEEWARNCMPARstarttrue +\@IEEEWARNkeywordstrue +\@IEEEWARNbiographytrue +\@IEEEWARNbiographynophototrue +\@IEEEWARNpubidtrue +\@IEEEWARNpubidadjcoltrue +\@IEEEWARNIEEEmembershiptrue +\@IEEEWARNIEEEaftertitletexttrue + + +%% Lockout some commands when in various modes, but allow them to be restored if needed +%% +% save commands which might be locked out +% so that the user can later restore them if needed +\let\@IEEESAVECMDthanks\thanks +\let\@IEEESAVECMDPARstart\PARstart +\let\@IEEESAVECMDCMPARstart\CMPARstart +\let\@IEEESAVECMDkeywords\keywords +\let\@IEEESAVECMDendkeywords\endkeywords +\let\@IEEESAVECMDbiography\biography +\let\@IEEESAVECMDendbiography\endbiography +\let\@IEEESAVECMDbiographynophoto\biographynophoto +\let\@IEEESAVECMDendbiographynophoto\endbiographynophoto +\let\@IEEESAVECMDpubid\pubid +\let\@IEEESAVECMDpubidadjcol\pubidadjcol +\let\@IEEESAVECMDIEEEmembership\IEEEmembership +\let\@IEEESAVECMDIEEEaftertitletext\IEEEaftertitletext + + +% disable \PARstart when in draft mode +% This may have originally been done because the pre-V1.6 drop letter +% algorithm had problems with a non-unity baselinestretch +% At any rate, it seems too formal to have a drop letter in a draft +% paper. +\if@draftclsmode +\def\PARstart#1#2{#1#2\if@IEEEWARNPARstart\typeout{** ATTENTION: \noexpand\PARstart is disabled in draft mode (line \the\inputlineno).}\fi\global\@IEEEWARNPARstartfalse} +\def\CMPARstart#1#2{#1#2\if@IEEEWARNPARstart\typeout{** ATTENTION: \noexpand\CMPARstart is disabled in draft mode (line \the\inputlineno).}\fi\global\@IEEEWARNCMPARstartfalse} +\fi +% and for technotes +\if@technote +\def\PARstart#1#2{#1#2\if@IEEEWARNPARstart\typeout{** WARNING: \noexpand\PARstart is locked out for technotes (line \the\inputlineno).}\fi\global\@IEEEWARNPARstartfalse} +\def\CMPARstart#1#2{#1#2\if@IEEEWARNPARstart\typeout{** WARNING: \noexpand\CMPARstart is locked out for technotes (line \the\inputlineno).}\fi\global\@IEEEWARNCMPARstartfalse} +\fi + + +% lockout unneeded commands when in conference mode +\if@confmode +% when locked out, \thanks, \keywords, \biography, \biographynophoto, \pubid, +% \IEEEmembership and \IEEEaftertitletext will all swallow their given text. +% \PARstart and \CMPARstart will output a normal character instead +% warn the user about these commands only once to prevent the console screen +% from filling up with redundant messages +\def\thanks#1{\if@IEEEWARNthanks\typeout{** WARNING: \noexpand\thanks is locked out when in conference mode (line \the\inputlineno).}\fi\global\@IEEEWARNthanksfalse} +\def\PARstart#1#2{#1#2\if@IEEEWARNPARstart\typeout{** WARNING: \noexpand\PARstart is locked out when in conference mode (line \the\inputlineno).}\fi\global\@IEEEWARNPARstartfalse} +\def\CMPARstart#1#2{#1#2\if@IEEEWARNPARstart\typeout{** WARNING: \noexpand\CMPARstart is locked out when in conference mode (line \the\inputlineno).}\fi\global\@IEEEWARNCMPARstartfalse} + +\renewenvironment{keywords}[1]{\if@IEEEWARNkeywords\typeout{** WARNING: \noexpand\keywords is locked out when in conference mode (line \the\inputlineno).}\fi\global\@IEEEWARNkeywordsfalse% +\setbox\@IEEEtranrubishbin\vbox\bgroup}{\egroup\relax} + +% LaTeX treats environments and commands with optional arguments differently. +% the actual ("internal") command is stored as \\commandname +% (accessed via \csname\string\commandname\endcsname ) +% the "external" command \commandname is a macro with code to determine +% whether or not the optional argument is presented and to provide the +% default if it is absent. So, in order to save and restore such a command +% we would have to save and restore \\commandname as well. But, if LaTeX +% ever changes the way it names the internal names, the trick would break. +% Instead let us just define a new environment so that the internal +% name can be left undisturbed. +\newenvironment{@IEEEbogusbiography}[2][]{\if@IEEEWARNbiography\typeout{** WARNING: \noexpand\biography is locked out when in conference mode (line \the\inputlineno).}\fi\global\@IEEEWARNbiographyfalse% +\setbox\@IEEEtranrubishbin\vbox\bgroup}{\egroup\relax} +% and make biography point to our bogus biography +\let\biography=\@IEEEbogusbiography +\let\endbiography=\end@IEEEbogusbiography + +\renewenvironment{biographynophoto}[1]{\if@IEEEWARNbiographynophoto\typeout{** WARNING: \noexpand\biographynophoto is locked out when in conference mode (line \the\inputlineno).}\fi\global\@IEEEWARNbiographynophotofalse% +\setbox\@IEEEtranrubishbin\vbox\bgroup}{\egroup\relax} + +\def\pubid#1{\if@IEEEWARNpubid\typeout{** WARNING: \noexpand\pubid is locked out when in conference mode (line \the\inputlineno).}\fi\global\@IEEEWARNpubidfalse} +\def\pubidadjcol{\if@IEEEWARNpubidadjcol\typeout{** WARNING: \noexpand\pubidadjcol is locked out when in conference mode (line \the\inputlineno).}\fi\global\@IEEEWARNpubidadjcolfalse} +\def\IEEEmembership#1{\if@IEEEWARNIEEEmembership\typeout{** WARNING: \noexpand\IEEEmembership is locked out when in conference mode (line \the\inputlineno).}\fi\global\@IEEEWARNIEEEmembershipfalse} +\def\IEEEaftertitletext#1{\if@IEEEWARNIEEEaftertitletext\typeout{** WARNING: \noexpand\IEEEaftertitletext is locked out when in conference mode (line \the\inputlineno).}\fi\global\@IEEEWARNIEEEaftertitletextfalse} +\fi + + +% provide a way to restore the commands that are locked out +\def\IEEEoverridecommandlockouts{% +\typeout{** ATTENTION: Overriding command lockouts (line \the\inputlineno).}% +\let\thanks\@IEEESAVECMDthanks% +\let\PARstart\@IEEESAVECMDPARstart% +\let\CMPARstart\@IEEESAVECMDCMPARstart% +\let\keywords\@IEEESAVECMDkeywords% +\let\endkeywords\@IEEESAVECMDendkeywords% +\let\biography\@IEEESAVECMDbiography% +\let\endbiography\@IEEESAVECMDendbiography% +\let\biographynophoto\@IEEESAVECMDbiographynophoto% +\let\endbiographynophoto\@IEEESAVECMDendbiographynophoto% +\let\pubid\@IEEESAVECMDpubid% +\let\pubidadjcol\@IEEESAVECMDpubidadjcol% +\let\IEEEmembership\@IEEESAVECMDIEEEmembership% +\let\IEEEaftertitletext\@IEEESAVECMDIEEEaftertitletext} + + +\endinput + +%%%%%%%%%%%%%%%%%%%%%%%%%%%%% End of IEEEtran.cls %%%%%%%%%%%%%%%%%%%%%%%%%%%% +% That's all folks! + diff --git a/cem17_template.pdf b/cem17_template.pdf new file mode 100644 index 0000000000000000000000000000000000000000..8bd1cab5adca9aa22ae4642e6c3c8abc33236654 GIT binary patch literal 126333 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 z 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%0DMG1#?|2)--3|uc7xIr<2hPklx}?wa&nm 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 IoGASN13Y>0GXMYp literal 0 HcmV?d00001 diff --git a/cem17_template.tex b/cem17_template.tex new file mode 100644 index 0000000..5481ff8 --- /dev/null +++ b/cem17_template.tex @@ -0,0 +1,232 @@ +% IEEE Paper Template for A4 Page Size (V1) +% Sample Conference Paper using IEEE LaTeX style file for A4 pagesize. +% Copyright (C) 2006 Causal Productions Pty Ltd. +% Permission is granted to distribute and revise this file provided that +% this header remains intact. +% +% +% This style file is produced for CEM'17 Computational Electromagnetics Workshop +% Modified from a file indicated above. + + +\documentclass[10pt,conference,a4paper]{IEEEtran} +\usepackage{times,amsmath,epsfig} + +\title{Solving Problems Involving Inhomogeneous Media with MLFMA on GPU Clusters} +\author{ +{Carl Pearson{\small $^{1}$}, Mert Hidayetoglu{\small $^{1}$}, and +Wen-Mei Hwu{\small $^{1}$} } +\vspace{1.6mm}\\ +\fontsize{10}{10}\selectfont\itshape +$~^{1}$University of Illinois Urbana-Champaign Electrical and Computer Engineering, Urbana, 61801, USA\\ +$~^{2}$Second Affiliation, City, Postal Code, Country\\ +\fontsize{9}{9}\upshape \texttt{\{pearson, hidayet2, w-hwu\}}@illinois.edu} +\begin{document} +\maketitle + +\begin{abstract} +The multilevel fast multiple method (MLFMM) is a key tool for efficiently solving large scattering problems. +Highly inhomogeneous media prevents converting the problem into a surface-scattering problem via equivalence principle, and therefore we solve the corresponding volume integral equation. +We evaluate an efficient implementation of MLFMM for such two-dimensional volumetric scattering problems on high-performance GPU-accelerated supercomputing nodes. +This class of problems are commonly encountered in imaging and inverse-scattering applications. +\end{abstract} + +\section{Introduction} + + +In order to achieve an efficient implementation on multiple graphics processing units (GPUs), we formulate the MLFMM operations as matrix-matrix multiplications, where the large matrices are partitioned among message passing interface (MPI) processes. Each process employs a single GPU for performing the corresponding partial multiplications. The implementation can employ up to 16 GPUs. During the MLFMM multiplications, the GPUs communicate through MPI to receive the required data from each other. These communications are costly since they involve moving the data from GPUs to central processing units (CPUs), CPUs to CPUs (as in the traditional CPU implementation), and then from CPUs to GPUs. To minimize this cost, we optimize the data amount to be transferred, and merge small MPI buffers into large ones. Furthermore, we overlap the communications with the GPU computations by a reordering of the MLFMM operations. This strategy completely hides the communication overhead and provides good, i.e., 94\%, MPI parallelization efficiency. + +\section{Inverse-Scattering Formulation and Application Architecture} +\label{sec:application} + +Table \ref{tab:components} shows the breakdown of application component execution times on the Blue Waters supercomputer. + +\begin{table}{} +\centering \caption{Breakdown of Application Component Time} \label{tab:components} +\begin{tabular}{|c|c|} +\hline \textbf{Component} & \textbf{Wall Time (s)} \\ +\hline +\hline Preprocessing & 0 \\ +\hline Setup & 0 \\ +\hline Solution & 0 \\ +\hline Matvec & 0 \\ +\hline Solver & 0 \\ +\hline Postprocessing & 0 \\ +\hline Other & 0 \\ +\hline Total & 0 \\ +\hline +\end{tabular} +\end{table} + +\section{MLFMM Results} + +As described in section \ref{sec:application} and shown in Table \ref{tab:components}, the MLFMM realization of matrix-vector multiplications forms the core computational kernel of the application, and its performance dominates that of the full inverse solver. This section presents an analysis of the performance of the MLFMM algorithm on three different systems. + +\subsection{Evaluation Systems} + +\begin{table}{} +\centering \caption{Evaluation Systems} \label{tab:systems} +\begin{tabular}{|c|c|c|c|} +\hline & \textbf{Blue Waters XK Node} & \textbf{Blue Waters XE Node} & \textbf{Minsky} \\ +\hline +\hline \textbf{CPU 1} & AMD Opteron 6276 & AMD Opteron 6276 & IBM Power8 \\ +\hline \textbf{CPU 2} & -- & AMD Opteron 6276 & IBM Power8 \\ +\hline +\hline \textbf{GPU 1} & K20X (6 GB RAM & -- & P100 (16GB RAM) \\ +\hline \textbf{GPU 2} & -- & -- & P100 (16GB RAM) \\ +\hline \textbf{GPU 3} & -- & -- & P100 (16GB RAM) \\ +\hline \textbf{GPU 4} & -- & -- & P100 (16GB RAM) \\ +\hline \textbf{RAM} & 32GB & 64 GB & 512 GB \\ +\hline \textbf{CPU-GPU Connection} & PCIe & -- & NVLink \\ +\hline +\end{tabular} +\end{table} + +The Blue Waters XE Node and Blue Waters XK node are two different kinds of computing nodes available on the Blue Waters supercomputer. +Both nodes are two socket-systems: the XE node has two AMD Opteron 6276 CPUs, each which has 8 floating-point units and hardware support for 16 executing threads. The XK node replaces one of these CPUs with an NVIDIA K20X GPUs based off of the Kepler architecture with 6GB of RAM. +These systems are representative of the nodes in current-generation clusters and supercomputers. +The Minsky system represents a next-generation accelerator-heavy supercomputing node. +It has two IBM Power8 CPUs with 10 floating-point units and 80 executing threads. +In addition, each Minsky machine has four NVIDIA P100 GPUs based off of the Pascal architecture with 16GB of RAM. + +\subsection{MLFMM Performance} + +\subsection{GPU Kernel Performance} + +\begin{table}{} +\centering \caption{Evaluation Systems} \label{tab:systems} +\begin{tabular}{|c|c|c|} +\hline \textbf{Kernel} & \textbf{XK} & \textbf{Minsky} \\ +\hline +\hline \textbf{CPU 1} & AMD Opteron 6276 & AMD Opteron 6276 \\ +\hline \textbf{CPU 2} & -- & AMD Opteron 6276 \\ +\hline +\hline \textbf{GPU 1} & K20X (6 GB RAM & -- \\ +\hline \textbf{GPU 2} & -- & -- \\ +\hline \textbf{GPU 3} & -- & -- \\ +\hline \textbf{GPU 4} & -- & -- \\ +\hline \textbf{RAM} & 32GB & 64 GB \\ +\hline \textbf{CPU-GPU Connection} & PCIe & \\ +\hline +\end{tabular} +\end{table} + +This document is a template for authors preparing papers for the +CEM'17 Computing and Electromagnetics Workshop in Barcelona, Spain. +The papers are required to use the IEEE style by following the +instructions provided in this document. The language is English. +The papers are expected to be two-pages long. +\begin{figure}[b] +\begin{center} +\begin{tabular}{c} +\mbox{\psfig{figure=example_fig0.pdf,width=8cm}} +\end{tabular} +\end{center} + \caption{A three-dimensional plot with gray-scale +format.}\label{fig1} +\end{figure} + +\section{Text Format} Page size is A4, which is 210 mm (8.27 in) wide and 297 mm +(11.69 in) long. The margins are as follows: +\begin{itemize} +\item Top: 19 mm (0.75 in) \item Bottom: 43 mm (1.69 in) \item +Left-Right: 14.32 mm (0.56 in) +\end{itemize} +The paper is in two column format with a space of 4.22 mm (0.17 in) +between columns. All title and author details must be in +single-column format and must be centered. All paragraphs are +indented. The entire document should be in Times New Roman or +Times font. Recommended font size is 10~pt for the main text. +Headings of the subsections are as follows, if required: +\subsection{This is First-Level Subsection} +You may use 1st level subsections, if required. +\\ +\subsubsection{This is Second-Level Subsection} +You may use 2nd level subsections, if required. +\\ +\\ +\indent Page numbers, headers and footers should not be used. All +hypertext links and bookmarks should be removed from papers. If +you need to refer to an Internet email address or URL in your +paper, you should type out the address or URL fully in regular +font. + +\begin{figure}[t] +\begin{center} +\begin{tabular}{c} +\mbox{\psfig{figure=example_fig1.pdf,width=8cm}}\\ +{(a)}\\\\ \mbox{\psfig{figure=example_fig2.pdf,width=8cm}}\\{(b)} +\end{tabular} +\end{center} +\caption{Three-dimensional plots with colors. Using (a) +inappropriate and (b) appropriate colors for gray-scale +prints.}\label{fig2} +\end{figure} + +\section{Figures and Tables} +Figures should be centered in the column, but large figures may +span across both columns, if they are positioned either at the top +or at the bottom of the page. Graphics should have an adequate +resolution. Fig.~\ref{fig1} presents an example plot in gray-scale +format. Colors can be used; however, it is recommended that the +graphics are checked to reproduce the required details in +gray-scale copy. For example, the colors in Fig.~\ref{fig2}(a) are +not appropriate for a gray-scale print. For the same plot, +Fig.~\ref{fig2}(b) is more preferable. Figures are numbered using +Arabic numerals and the captions are in 8~pt regular font. Tables +should be numbered using uppercase Roman numerals and their +captions are centered as in Table~\ref{table1}. + + + +\begin{table}{} +\centering \caption{Caption of the Table.} \label{table1} +\begin{tabular}{|c|c|c|c|} +\hline Item~1& Item~2 +& Item~3 & Item~4\\ +\hline\hline \multicolumn{4}{|c|}{Item~5} \\ +\hline Item~6& +\multicolumn{3}{|c|}{Item~7}\\ +\hline Item~8 & Item~9 & Item~10 & Item~11\\ +\hline +\end{tabular} +\end{table} + + + +\section{References} The heading of the references section is +not be numbered and all reference items are in 8~pt font. +References are required to be in IEEE style. Please refer to the +examples for journals~\cite{journal}, for +books~\cite{book1},~\cite{book2}, and for conference +papers~\cite{conf1},~\cite{conf2}. + +% the following vfill coursely balances the columns on the last page +\vfill \pagebreak + +\section{Conclusions} +This template uses IEEE style and provides necessary information +to prepare papers for CEM'17 Workshop. Thank you for your +contributions. + + +\section*{Acknowledgment} +Acknowledgments should be here. + +\bibliographystyle{IEEEtran} +\begin{thebibliography}{99} +\bibitem{journal} A.~Author, B.~Author, and C.~Author, +``Publication title,'' {\it Journal Title}, vol.~0, no.~0, +pp.~00--00, Month~Year. +\bibitem{book1} A.~Author, B.~Author, and C.~Author, +{\it Book Title}. Location: Publisher,~Year. +\bibitem{book2} A.~Author, B.~Author, and C.~Author, +``Chapter title,'' in {\it Book Title}, A.~Editor,~Ed. Location: +Publisher,~Year,~Chap.~0. +\bibitem{conf1} A.~Author, B.~Author, and C.~Author, ``Paper +title,'' in {\it Proc. Conference Title}, vol.~0, Year, pp.~0--0. +\bibitem{conf2} A.~Author, B.~Author, and C.~Author, ``Paper +title,'' {\it Conference Title}, Location, Country, Month~Year. +\end{thebibliography} + +\end{document} diff --git a/example_fig0.eps b/example_fig0.eps new file mode 100644 index 0000000..4d4c7d4 --- /dev/null +++ b/example_fig0.eps @@ -0,0 +1,3432 @@ +%!PS-Adobe-2.0 EPSF-1.2 +%%Creator: MATLAB, The Mathworks, Inc. +%%Title: example_fig0.eps +%%CreationDate: 05/02/2007 02:50:03 +%%DocumentNeededFonts: Helvetica +%%DocumentProcessColors: Cyan Magenta Yellow Black +%%Extensions: CMYK +%%Pages: 1 +%%BoundingBox: 18 192 573 583 +%%EndComments + +%%BeginProlog +% MathWorks dictionary +/MathWorks 160 dict begin +% definition operators +/bdef {bind def} bind def +/ldef {load def} bind def +/xdef {exch def} bdef +/xstore {exch store} bdef +% operator abbreviations +/c /clip ldef +/cc /concat ldef +/cp /closepath ldef +/gr /grestore ldef +/gs /gsave ldef +/mt /moveto ldef +/np /newpath ldef +/cm /currentmatrix ldef +/sm /setmatrix ldef +/rm /rmoveto ldef +/rl /rlineto ldef +/s {show newpath} bdef +/sc {setcmykcolor} bdef +/sr /setrgbcolor ldef +/sg /setgray ldef +/w /setlinewidth ldef +/j /setlinejoin ldef +/cap /setlinecap ldef +/rc {rectclip} bdef +/rf {rectfill} bdef +% page state control +/pgsv () def +/bpage {/pgsv save def} bdef +/epage {pgsv restore} bdef +/bplot /gsave ldef +/eplot {stroke grestore} bdef +% orientation switch +/portraitMode 0 def /landscapeMode 1 def /rotateMode 2 def +% coordinate system mappings +/dpi2point 0 def +% font control +/FontSize 0 def +/FMS {/FontSize xstore findfont [FontSize 0 0 FontSize neg 0 0] + makefont setfont} bdef +/ISOLatin1Encoding where {pop /WindowsLatin1Encoding 256 array bdef +ISOLatin1Encoding WindowsLatin1Encoding copy pop +/.notdef/.notdef/quotesinglbase/florin/quotedblbase/ellipsis/dagger +/daggerdbl/circumflex/perthousand/Scaron/guilsinglleft/OE/.notdef/.notdef +/.notdef/.notdef/quoteleft/quoteright/quotedblleft/quotedblright/bullet +/endash/emdash/tilde/trademark/scaron/guilsinglright/oe/.notdef/.notdef +/Ydieresis WindowsLatin1Encoding 128 32 getinterval astore pop} +{/WindowsLatin1Encoding StandardEncoding bdef} ifelse +/reencode {exch dup where {pop load} {pop StandardEncoding} ifelse + exch dup 3 1 roll findfont dup length dict begin + { 1 index /FID ne {def}{pop pop} ifelse } forall + /Encoding exch def currentdict end definefont pop} bdef +/isroman {findfont /CharStrings get /Agrave known} bdef +/FMSR {3 1 roll 1 index dup isroman {reencode} {pop pop} ifelse + exch FMS} bdef +/csm {1 dpi2point div -1 dpi2point div scale neg translate + dup landscapeMode eq {pop -90 rotate} + {rotateMode eq {90 rotate} if} ifelse} bdef +% line types: solid, dotted, dashed, dotdash +/SO { [] 0 setdash } bdef +/DO { [.5 dpi2point mul 4 dpi2point mul] 0 setdash } bdef +/DA { [6 dpi2point mul] 0 setdash } bdef +/DD { [.5 dpi2point mul 4 dpi2point mul 6 dpi2point mul 4 + dpi2point mul] 0 setdash } bdef +% macros for lines and objects +/L {lineto stroke} bdef +/MP {3 1 roll moveto 1 sub {rlineto} repeat} bdef +/AP {{rlineto} repeat} bdef +/PDlw -1 def +/W {/PDlw currentlinewidth def setlinewidth} def +/PP {closepath eofill} bdef +/DP {closepath stroke} bdef +/MR {4 -2 roll moveto dup 0 exch rlineto exch 0 rlineto + neg 0 exch rlineto closepath} bdef +/FR {MR stroke} bdef +/PR {MR fill} bdef +/L1i {{currentfile picstr readhexstring pop} image} bdef +/tMatrix matrix def +/MakeOval {newpath tMatrix currentmatrix pop translate scale +0 0 1 0 360 arc tMatrix setmatrix} bdef +/FO {MakeOval stroke} bdef +/PO {MakeOval fill} bdef +/PD {currentlinewidth 2 div 0 360 arc fill + PDlw -1 eq not {PDlw w /PDlw -1 def} if} def +/FA {newpath tMatrix currentmatrix pop translate scale + 0 0 1 5 -2 roll arc tMatrix setmatrix stroke} bdef +/PA {newpath tMatrix currentmatrix pop translate 0 0 moveto scale + 0 0 1 5 -2 roll arc closepath tMatrix setmatrix fill} bdef +/FAn {newpath tMatrix currentmatrix pop translate scale + 0 0 1 5 -2 roll arcn tMatrix setmatrix stroke} bdef +/PAn {newpath tMatrix currentmatrix pop translate 0 0 moveto scale + 0 0 1 5 -2 roll arcn closepath tMatrix setmatrix fill} bdef +/vradius 0 def /hradius 0 def /lry 0 def +/lrx 0 def /uly 0 def /ulx 0 def /rad 0 def +/MRR {/vradius xdef /hradius xdef /lry xdef /lrx xdef /uly xdef + /ulx xdef newpath tMatrix currentmatrix pop ulx hradius add uly + vradius add translate hradius vradius scale 0 0 1 180 270 arc + tMatrix setmatrix lrx hradius sub uly vradius add translate + hradius vradius scale 0 0 1 270 360 arc tMatrix setmatrix + lrx hradius sub lry vradius sub translate hradius vradius scale + 0 0 1 0 90 arc tMatrix setmatrix ulx hradius add lry vradius sub + translate hradius vradius scale 0 0 1 90 180 arc tMatrix setmatrix + closepath} bdef +/FRR {MRR stroke } bdef +/PRR {MRR fill } bdef +/MlrRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lry uly sub 2 div def + newpath tMatrix currentmatrix pop ulx rad add uly rad add translate + rad rad scale 0 0 1 90 270 arc tMatrix setmatrix lrx rad sub lry rad + sub translate rad rad scale 0 0 1 270 90 arc tMatrix setmatrix + closepath} bdef +/FlrRR {MlrRR stroke } bdef +/PlrRR {MlrRR fill } bdef +/MtbRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lrx ulx sub 2 div def + newpath tMatrix currentmatrix pop ulx rad add uly rad add translate + rad rad scale 0 0 1 180 360 arc tMatrix setmatrix lrx rad sub lry rad + sub translate rad rad scale 0 0 1 0 180 arc tMatrix setmatrix + closepath} bdef +/FtbRR {MtbRR stroke } bdef +/PtbRR {MtbRR fill } bdef +/stri 6 array def /dtri 6 array def +/smat 6 array def /dmat 6 array def +/tmat1 6 array def /tmat2 6 array def /dif 3 array def +/asub {/ind2 exch def /ind1 exch def dup dup + ind1 get exch ind2 get sub exch } bdef +/tri_to_matrix { + 2 0 asub 3 1 asub 4 0 asub 5 1 asub + dup 0 get exch 1 get 7 -1 roll astore } bdef +/compute_transform { + dmat dtri tri_to_matrix tmat1 invertmatrix + smat stri tri_to_matrix tmat2 concatmatrix } bdef +/ds {stri astore pop} bdef +/dt {dtri astore pop} bdef +/db {2 copy /cols xdef /rows xdef mul dup 3 mul string + currentfile exch readhexstring pop + dup 0 3 index getinterval /rbmap xdef + dup 2 index dup getinterval /gbmap xdef + 1 index dup 2 mul exch getinterval /bbmap xdef pop pop}bdef +/it {gs np dtri aload pop moveto lineto lineto cp c + cols rows 8 compute_transform + rbmap gbmap bbmap true 3 colorimage gr}bdef +/il {newpath moveto lineto stroke}bdef +currentdict end def +%%EndProlog + +%%BeginSetup +MathWorks begin + +0 cap + +end +%%EndSetup + +%%Page: 1 1 +%%BeginPageSetup +%%PageBoundingBox: 18 192 573 583 +MathWorks begin +bpage +%%EndPageSetup + +%%BeginObject: obj1 +bplot + +/dpi2point 12 def +portraitMode 0216 7344 csm + + 0 339 6663 4690 MR c np +85 dict begin %Colortable dictionary +/c0 { 0 0 0 sr} bdef +/c1 { 1 1 1 sr} bdef +/c2 { 1 0 0 sr} bdef +/c3 { 0 1 0 sr} bdef +/c4 { 0 0 1 sr} bdef +/c5 { 1 1 0 sr} bdef +/c6 { 1 0 1 sr} bdef +/c7 { 0 1 1 sr} bdef +c0 +1 j +1 sg + 0 0 6919 5187 PR +24 w +0 2336 -1874 -1070 0 -2336 5215 3794 4 MP +PP +1874 1070 0 2336 -1874 -1070 0 -2336 5215 3794 5 MP stroke +1874 1070 2443 -822 -1874 -1069 2772 4615 4 MP +PP +-2443 821 1874 1070 2443 -822 -1874 -1069 2772 4615 5 MP stroke +0 2336 2443 -822 0 -2336 898 3546 4 MP +PP +-2443 822 0 2336 2443 -822 0 -2336 898 3546 5 MP stroke +16 w +DO +0 sg +2772 4615 mt 898 3546 L + 898 3546 mt 898 1210 L +3993 4205 mt 2120 3135 L +2120 3135 mt 2120 799 L +5215 3794 mt 3341 2724 L +3341 2724 mt 3341 388 L +2772 4615 mt 5215 3794 L +5215 3794 mt 5215 1458 L +1835 4081 mt 4278 3259 L +4278 3259 mt 4278 923 L + 898 3546 mt 3341 2724 L +3341 2724 mt 3341 388 L + 898 3546 mt 3341 2724 L +3341 2724 mt 5215 3794 L + 898 2378 mt 3341 1556 L +3341 1556 mt 5215 2626 L + 898 1210 mt 3341 388 L +3341 388 mt 5215 1458 L +SO +24 w +2772 4615 mt 5215 3794 L +2772 4615 mt 898 3546 L + 898 3546 mt 898 1210 L +2772 4615 mt 2828 4647 L +%%IncludeResource: font Helvetica +/Helvetica /WindowsLatin1Encoding 240 FMSR + +2858 4888 mt +(-2) s +3993 4205 mt 4049 4237 L +4079 4477 mt +(0) s +5215 3794 mt 5270 3826 L +5300 4067 mt +(2) s +2772 4615 mt 2711 4636 L +2406 4870 mt +(-2) s +1835 4081 mt 1774 4101 L +1609 4335 mt +(0) s + 898 3546 mt 837 3566 L + 672 3800 mt +(2) s + 898 3546 mt 843 3514 L + 340 3585 mt +(-0.5) s + 898 2378 mt 843 2346 L + 680 2417 mt +(0) s + 898 1210 mt 843 1178 L + 480 1249 mt +(0.5) s +gs 899 388 4317 4228 MR c np +0.507937 sg +-118 -69 153 -49 5062 2674 3 MP +PP +6 w +0 sg +5062 2674 mt 5215 2625 L +5215 2625 mt 5097 2556 L +0.507937 sg +152 -46 -117 -72 5062 2674 3 MP +PP +0 sg +5062 2674 mt 4945 2602 L +4945 2602 mt 5097 2556 L +0.507937 sg +-117 -72 152 -46 4945 2602 3 MP +PP +0 sg +4945 2602 mt 5097 2556 L +5097 2556 mt 4980 2484 L +0.507937 sg +-117 -72 153 -48 4909 2722 3 MP +PP +0 sg +4909 2722 mt 5062 2674 L +5062 2674 mt 4945 2602 L +0.507937 sg +152 -40 -117 -78 4945 2602 3 MP +PP +0 sg +4945 2602 mt 4828 2524 L +4828 2524 mt 4980 2484 L +0.507937 sg +-117 -76 152 -40 4828 2524 3 MP +PP +0 sg +4828 2524 mt 4980 2484 L +4980 2484 mt 4863 2408 L +0.507937 sg +153 -43 -117 -77 4909 2722 3 MP +PP +0 sg +4909 2722 mt 4792 2645 L +4792 2645 mt 4945 2602 L +0.507937 sg +-117 -78 153 -43 4792 2645 3 MP +PP +0 sg +4792 2645 mt 4945 2602 L +4945 2602 mt 4828 2524 L +0.507937 sg +-117 -77 152 -47 4757 2769 3 MP +PP +0 sg +4757 2769 mt 4909 2722 L +4909 2722 mt 4792 2645 L +0.52381 sg +-117 -80 152 -29 4711 2437 3 MP +PP +0 sg +4711 2437 mt 4863 2408 L +4863 2408 mt 4746 2328 L +0.507937 sg +152 -29 -117 -87 4828 2524 3 MP +PP +0 sg +4828 2524 mt 4711 2437 L +4711 2437 mt 4863 2408 L +0.52381 sg +-117 -87 153 -32 4675 2556 3 MP +PP +0 sg +4675 2556 mt 4828 2524 L +4828 2524 mt 4711 2437 L +0.507937 sg +153 -32 -117 -89 4792 2645 3 MP +PP +0 sg +4792 2645 mt 4675 2556 L +4675 2556 mt 4828 2524 L +0.507937 sg +-117 -89 153 -40 4639 2685 3 MP +PP +0 sg +4639 2685 mt 4792 2645 L +4792 2645 mt 4675 2556 L +0.507937 sg +153 -40 -118 -84 4757 2769 3 MP +PP +0 sg +4757 2769 mt 4639 2685 L +4639 2685 mt 4792 2645 L +0.507937 sg +-118 -84 153 -47 4604 2816 3 MP +PP +0 sg +4604 2816 mt 4757 2769 L +4757 2769 mt 4639 2685 L +0.52381 sg +153 -12 -118 -97 4711 2437 3 MP +PP +0 sg +4711 2437 mt 4593 2340 L +4593 2340 mt 4746 2328 L +0.539683 sg +-117 -85 153 -12 4593 2340 3 MP +PP +0 sg +4593 2340 mt 4746 2328 L +4746 2328 mt 4629 2243 L +0.52381 sg +153 -14 -117 -105 4675 2556 3 MP +PP +0 sg +4675 2556 mt 4558 2451 L +4558 2451 mt 4711 2437 L +0.539683 sg +-118 -97 153 -14 4558 2451 3 MP +PP +0 sg +4558 2451 mt 4711 2437 L +4711 2437 mt 4593 2340 L +0.539683 sg +-117 -105 153 -26 4522 2582 3 MP +PP +0 sg +4522 2582 mt 4675 2556 L +4675 2556 mt 4558 2451 L +0.507937 sg +153 -26 -117 -103 4639 2685 3 MP +PP +0 sg +4639 2685 mt 4522 2582 L +4522 2582 mt 4675 2556 L +0.507937 sg +152 -40 -117 -91 4604 2816 3 MP +PP +0 sg +4604 2816 mt 4487 2725 L +4487 2725 mt 4639 2685 L +0.52381 sg +-117 -103 152 -40 4487 2725 3 MP +PP +0 sg +4487 2725 mt 4639 2685 L +4639 2685 mt 4522 2582 L +0.539683 sg +153 9 -117 -106 4593 2340 3 MP +PP +0 sg +4593 2340 mt 4476 2234 L +4476 2234 mt 4629 2243 L +0.555556 sg +-117 -84 153 9 4476 2234 3 MP +PP +0 sg +4476 2234 mt 4629 2243 L +4629 2243 mt 4512 2159 L +0.507937 sg +-117 -91 153 -49 4451 2865 3 MP +PP +0 sg +4451 2865 mt 4604 2816 L +4604 2816 mt 4487 2725 L +0.539683 sg +152 14 -117 -125 4558 2451 3 MP +PP +0 sg +4558 2451 mt 4441 2326 L +4441 2326 mt 4593 2340 L +0.571429 sg +-117 -106 152 14 4441 2326 3 MP +PP +0 sg +4441 2326 mt 4593 2340 L +4593 2340 mt 4476 2234 L +0.539683 sg +153 -1 -117 -130 4522 2582 3 MP +PP +0 sg +4522 2582 mt 4405 2452 L +4405 2452 mt 4558 2451 L +0.571429 sg +-117 -125 153 -1 4405 2452 3 MP +PP +0 sg +4405 2452 mt 4558 2451 L +4558 2451 mt 4441 2326 L +0.52381 sg +152 -25 -117 -118 4487 2725 3 MP +PP +0 sg +4487 2725 mt 4370 2607 L +4370 2607 mt 4522 2582 L +0.539683 sg +-117 -130 152 -25 4370 2607 3 MP +PP +0 sg +4370 2607 mt 4522 2582 L +4522 2582 mt 4405 2452 L +0.555556 sg +153 31 -117 -106 4476 2234 3 MP +PP +0 sg +4476 2234 mt 4359 2128 L +4359 2128 mt 4512 2159 L +0.571429 sg +-117 -81 153 31 4359 2128 3 MP +PP +0 sg +4359 2128 mt 4512 2159 L +4512 2159 mt 4395 2078 L +0.507937 sg +153 -44 -117 -96 4451 2865 3 MP +PP +0 sg +4451 2865 mt 4334 2769 L +4334 2769 mt 4487 2725 L +0.52381 sg +-117 -118 153 -44 4334 2769 3 MP +PP +0 sg +4334 2769 mt 4487 2725 L +4487 2725 mt 4370 2607 L +0.603175 sg +-117 -106 152 50 4324 2184 3 MP +PP +0 sg +4324 2184 mt 4476 2234 L +4476 2234 mt 4359 2128 L +0.571429 sg +152 50 -117 -142 4441 2326 3 MP +PP +0 sg +4441 2326 mt 4324 2184 L +4324 2184 mt 4476 2234 L +0.507937 sg +-117 -96 152 -53 4299 2918 3 MP +PP +0 sg +4299 2918 mt 4451 2865 L +4451 2865 mt 4334 2769 L +0.619048 sg +-117 -142 153 38 4288 2288 3 MP +PP +0 sg +4288 2288 mt 4441 2326 L +4441 2326 mt 4324 2184 L +0.571429 sg +153 38 -117 -164 4405 2452 3 MP +PP +0 sg +4405 2452 mt 4288 2288 L +4288 2288 mt 4441 2326 L +0.587302 sg +-117 -164 152 1 4253 2451 3 MP +PP +0 sg +4253 2451 mt 4405 2452 L +4405 2452 mt 4288 2288 L +0.539683 sg +152 1 -117 -156 4370 2607 3 MP +PP +0 sg +4370 2607 mt 4253 2451 L +4253 2451 mt 4405 2452 L +0.571429 sg +153 48 -117 -98 4359 2128 3 MP +PP +0 sg +4359 2128 mt 4242 2030 L +4242 2030 mt 4395 2078 L +0.587302 sg +-117 -72 153 48 4242 2030 3 MP +PP +0 sg +4242 2030 mt 4395 2078 L +4395 2078 mt 4278 2006 L +0.555556 sg +-117 -156 153 -37 4217 2644 3 MP +PP +0 sg +4217 2644 mt 4370 2607 L +4370 2607 mt 4253 2451 L +0.52381 sg +153 -37 -117 -125 4334 2769 3 MP +PP +0 sg +4334 2769 mt 4217 2644 L +4217 2644 mt 4370 2607 L +0.650794 sg +-117 -98 152 88 4207 2040 3 MP +PP +0 sg +4207 2040 mt 4359 2128 L +4359 2128 mt 4242 2030 L +0.603175 sg +152 88 -117 -144 4324 2184 3 MP +PP +0 sg +4324 2184 mt 4207 2040 L +4207 2040 mt 4359 2128 L +0.52381 sg +-117 -125 152 -56 4182 2825 3 MP +PP +0 sg +4182 2825 mt 4334 2769 L +4334 2769 mt 4217 2644 L +0.507937 sg +152 -56 -117 -93 4299 2918 3 MP +PP +0 sg +4299 2918 mt 4182 2825 L +4182 2825 mt 4334 2769 L +0.619048 sg +153 87 -117 -191 4288 2288 3 MP +PP +0 sg +4288 2288 mt 4171 2097 L +4171 2097 mt 4324 2184 L +0.68254 sg +-117 -144 153 87 4171 2097 3 MP +PP +0 sg +4171 2097 mt 4324 2184 L +4324 2184 mt 4207 2040 L +0.507937 sg +-117 -93 153 -58 4146 2976 3 MP +PP +0 sg +4146 2976 mt 4299 2918 L +4299 2918 mt 4182 2825 L +0.666667 sg +-117 -191 152 40 4136 2248 3 MP +PP +0 sg +4136 2248 mt 4288 2288 L +4288 2288 mt 4171 2097 L +0.587302 sg +152 40 -117 -203 4253 2451 3 MP +PP +0 sg +4253 2451 mt 4136 2248 L +4136 2248 mt 4288 2288 L +0.603175 sg +-118 -62 153 54 4125 1952 3 MP +PP +0 sg +4125 1952 mt 4278 2006 L +4278 2006 mt 4160 1944 L +0.587302 sg +153 54 -117 -78 4242 2030 3 MP +PP +0 sg +4242 2030 mt 4125 1952 L +4125 1952 mt 4278 2006 L +0.555556 sg +153 -22 -117 -171 4217 2644 3 MP +PP +0 sg +4217 2644 mt 4100 2473 L +4100 2473 mt 4253 2451 L +0.603175 sg +-117 -203 153 -22 4100 2473 3 MP +PP +0 sg +4100 2473 mt 4253 2451 L +4253 2451 mt 4136 2248 L +0.603175 sg +152 48 -117 -56 4125 1952 3 MP +PP +0 sg +4125 1952 mt 4008 1896 L +4008 1896 mt 4160 1944 L +0.587302 sg +-117 -53 152 48 4008 1896 3 MP +PP +0 sg +4008 1896 mt 4160 1944 L +4160 1944 mt 4043 1891 L +0.68254 sg +153 127 -117 -89 4089 1914 3 MP +PP +0 sg +4089 1914 mt 3972 1825 L +3972 1825 mt 4125 1952 L +0.587302 sg +152 31 -117 -36 4008 1896 3 MP +PP +0 sg +4008 1896 mt 3891 1860 L +3891 1860 mt 4043 1891 L +0.571429 sg +-117 -49 152 31 3891 1860 3 MP +PP +0 sg +3891 1860 mt 4043 1891 L +4043 1891 mt 3926 1842 L +0.68254 sg +-117 -56 153 127 3972 1825 3 MP +PP +0 sg +3972 1825 mt 4125 1952 L +4125 1952 mt 4008 1896 L +0.68254 sg +-117 -78 153 116 4089 1914 3 MP +PP +0 sg +4089 1914 mt 4242 2030 L +4242 2030 mt 4125 1952 L +0.650794 sg +153 116 -118 -126 4207 2040 3 MP +PP +0 sg +4207 2040 mt 4089 1914 L +4089 1914 mt 4242 2030 L +0.52381 sg +153 -61 -118 -120 4182 2825 3 MP +PP +0 sg +4182 2825 mt 4064 2705 L +4064 2705 mt 4217 2644 L +0.555556 sg +-117 -171 153 -61 4064 2705 3 MP +PP +0 sg +4064 2705 mt 4217 2644 L +4217 2644 mt 4100 2473 L +0.746032 sg +-118 -126 153 137 4054 1903 3 MP +PP +0 sg +4054 1903 mt 4207 2040 L +4207 2040 mt 4089 1914 L +0.68254 sg +153 137 -117 -194 4171 2097 3 MP +PP +0 sg +4171 2097 mt 4054 1903 L +4054 1903 mt 4207 2040 L +0.507937 sg +-118 -120 153 -68 4029 2893 3 MP +PP +0 sg +4029 2893 mt 4182 2825 L +4182 2825 mt 4064 2705 L +0.507937 sg +153 -68 -117 -83 4146 2976 3 MP +PP +0 sg +4146 2976 mt 4029 2893 L +4029 2893 mt 4182 2825 L +0.746032 sg +-117 -194 153 89 4018 2008 3 MP +PP +0 sg +4018 2008 mt 4171 2097 L +4171 2097 mt 4054 1903 L +0.666667 sg +153 89 -118 -240 4136 2248 3 MP +PP +0 sg +4136 2248 mt 4018 2008 L +4018 2008 mt 4171 2097 L +0.507937 sg +-117 -83 153 -61 3993 3037 3 MP +PP +0 sg +3993 3037 mt 4146 2976 L +4146 2976 mt 4029 2893 L +0.603175 sg +153 0 -117 -225 4100 2473 3 MP +PP +0 sg +4100 2473 mt 3983 2248 L +3983 2248 mt 4136 2248 L +0.68254 sg +-118 -240 153 0 3983 2248 3 MP +PP +0 sg +3983 2248 mt 4136 2248 L +4136 2248 mt 4018 2008 L +0.603175 sg +-117 -225 153 -70 3947 2543 3 MP +PP +0 sg +3947 2543 mt 4100 2473 L +4100 2473 mt 3983 2248 L +0.555556 sg +153 -70 -117 -162 4064 2705 3 MP +PP +0 sg +4064 2705 mt 3947 2543 L +3947 2543 mt 4100 2473 L +0.793651 sg +-117 -89 152 177 3937 1737 3 MP +PP +0 sg +3937 1737 mt 4089 1914 L +4089 1914 mt 3972 1825 L +0.746032 sg +152 177 -117 -166 4054 1903 3 MP +PP +0 sg +4054 1903 mt 3937 1737 L +3937 1737 mt 4089 1914 L +0.52381 sg +-117 -162 152 -89 3912 2794 3 MP +PP +0 sg +3912 2794 mt 4064 2705 L +4064 2705 mt 3947 2543 L +0.507937 sg +152 -89 -117 -99 4029 2893 3 MP +PP +0 sg +4029 2893 mt 3912 2794 L +3912 2794 mt 4064 2705 L +0.793651 sg +152 192 -117 -104 3937 1737 3 MP +PP +0 sg +3937 1737 mt 3820 1633 L +3820 1633 mt 3972 1825 L +0.809524 sg +-117 -45 152 192 3820 1633 3 MP +PP +0 sg +3820 1633 mt 3972 1825 L +3972 1825 mt 3855 1780 L +0.68254 sg +153 116 -117 -45 3972 1825 3 MP +PP +0 sg +3972 1825 mt 3855 1780 L +3855 1780 mt 4008 1896 L +0.84127 sg +-117 -166 153 142 3901 1761 3 MP +PP +0 sg +3901 1761 mt 4054 1903 L +4054 1903 mt 3937 1737 L +0.555556 sg +-117 -49 152 9 3774 1833 3 MP +PP +0 sg +3774 1833 mt 3926 1842 L +3926 1842 mt 3809 1793 L +0.571429 sg +152 9 -117 -27 3891 1860 3 MP +PP +0 sg +3891 1860 mt 3774 1833 L +3774 1833 mt 3926 1842 L +0.68254 sg +-117 -36 153 116 3855 1780 3 MP +PP +0 sg +3855 1780 mt 4008 1896 L +4008 1896 mt 3891 1860 L +0.746032 sg +153 142 -117 -247 4018 2008 3 MP +PP +0 sg +4018 2008 mt 3901 1761 L +3901 1761 mt 4054 1903 L +0.507937 sg +-117 -99 153 -77 3876 2970 3 MP +PP +0 sg +3876 2970 mt 4029 2893 L +4029 2893 mt 3912 2794 L +0.507937 sg +153 -77 -117 -67 3993 3037 3 MP +PP +0 sg +3993 3037 mt 3876 2970 L +3876 2970 mt 4029 2893 L +0.68254 sg +152 28 -117 -268 3983 2248 3 MP +PP +0 sg +3983 2248 mt 3866 1980 L +3866 1980 mt 4018 2008 L +0.539683 sg +-117 -54 153 -12 3656 1805 3 MP +PP +0 sg +3656 1805 mt 3809 1793 L +3809 1793 mt 3692 1739 L +0.555556 sg +153 -12 -118 -28 3774 1833 3 MP +PP +0 sg +3774 1833 mt 3656 1805 L +3656 1805 mt 3809 1793 L +0.68254 sg +153 87 -117 -7 3855 1780 3 MP +PP +0 sg +3855 1780 mt 3738 1773 L +3738 1773 mt 3891 1860 L +0.650794 sg +-117 -27 153 87 3738 1773 3 MP +PP +0 sg +3738 1773 mt 3891 1860 L +3891 1860 mt 3774 1833 L +0.793651 sg +-117 -247 152 28 3866 1980 3 MP +PP +0 sg +3866 1980 mt 4018 2008 L +4018 2008 mt 3901 1761 L +0.492063 sg +-117 -67 152 -61 3841 3098 3 MP +PP +0 sg +3841 3098 mt 3993 3037 L +3993 3037 mt 3876 2970 L +0.603175 sg +153 -84 -117 -211 3947 2543 3 MP +PP +0 sg +3947 2543 mt 3830 2332 L +3830 2332 mt 3983 2248 L +0.666667 sg +-117 -268 153 -84 3830 2332 3 MP +PP +0 sg +3830 2332 mt 3983 2248 L +3983 2248 mt 3866 1980 L +0.555556 sg +-117 -211 152 -127 3795 2670 3 MP +PP +0 sg +3795 2670 mt 3947 2543 L +3947 2543 mt 3830 2332 L +0.52381 sg +152 -127 -117 -124 3912 2794 3 MP +PP +0 sg +3912 2794 mt 3795 2670 L +3795 2670 mt 3947 2543 L +0.904762 sg +-117 -104 153 181 3784 1556 3 MP +PP +0 sg +3784 1556 mt 3937 1737 L +3937 1737 mt 3820 1633 L +0.84127 sg +153 181 -117 -205 3901 1761 3 MP +PP +0 sg +3901 1761 mt 3784 1556 L +3784 1556 mt 3937 1737 L +gr + +6 w +3930 4950 mt +(x axis) s +gs 899 388 4317 4228 MR c np +0.507937 sg +153 -109 -117 -67 3876 2970 3 MP +PP +0 sg +3876 2970 mt 3759 2903 L +3759 2903 mt 3912 2794 L +0.507937 sg +-117 -124 153 -109 3759 2903 3 MP +PP +0 sg +3759 2903 mt 3912 2794 L +3912 2794 mt 3795 2670 L +0.793651 sg +-117 -7 152 176 3703 1604 3 MP +PP +0 sg +3703 1604 mt 3855 1780 L +3855 1780 mt 3738 1773 L +0.809524 sg +152 176 -117 -29 3820 1633 3 MP +PP +0 sg +3820 1633 mt 3703 1604 L +3703 1604 mt 3855 1780 L +0.793651 sg +152 57 -117 -276 3866 1980 3 MP +PP +0 sg +3866 1980 mt 3749 1704 L +3749 1704 mt 3901 1761 L +0.936508 sg +-117 -29 153 196 3667 1437 3 MP +PP +0 sg +3667 1437 mt 3820 1633 L +3820 1633 mt 3703 1604 L +0.904762 sg +153 196 -117 -119 3784 1556 3 MP +PP +0 sg +3784 1556 mt 3667 1437 L +3667 1437 mt 3820 1633 L +0.888889 sg +-117 -205 152 57 3749 1704 3 MP +PP +0 sg +3749 1704 mt 3901 1761 L +3901 1761 mt 3784 1556 L +0.492063 sg +-117 -67 152 -77 3724 3047 3 MP +PP +0 sg +3724 3047 mt 3876 2970 L +3876 2970 mt 3759 2903 L +0.492063 sg +152 -77 -117 -51 3841 3098 3 MP +PP +0 sg +3841 3098 mt 3724 3047 L +3724 3047 mt 3876 2970 L +0.666667 sg +153 -102 -117 -250 3830 2332 3 MP +PP +0 sg +3830 2332 mt 3713 2082 L +3713 2082 mt 3866 1980 L +0.539683 sg +153 -29 -117 -37 3656 1805 3 MP +PP +0 sg +3656 1805 mt 3539 1768 L +3539 1768 mt 3692 1739 L +0.650794 sg +153 50 -117 10 3738 1773 3 MP +PP +0 sg +3738 1773 mt 3621 1783 L +3621 1783 mt 3774 1833 L +0.603175 sg +-118 -28 153 50 3621 1783 3 MP +PP +0 sg +3621 1783 mt 3774 1833 L +3774 1833 mt 3656 1805 L +0.761905 sg +-117 -276 153 -102 3713 2082 3 MP +PP +0 sg +3713 2082 mt 3866 1980 L +3866 1980 mt 3749 1704 L +0.492063 sg +-117 -51 153 -58 3688 3156 3 MP +PP +0 sg +3688 3156 mt 3841 3098 L +3841 3098 mt 3724 3047 L +0.555556 sg +152 -184 -117 -154 3795 2670 3 MP +PP +0 sg +3795 2670 mt 3678 2516 L +3678 2516 mt 3830 2332 L +0.603175 sg +-117 -250 152 -184 3678 2516 3 MP +PP +0 sg +3678 2516 mt 3830 2332 L +3830 2332 mt 3713 2082 L +0.507937 sg +-117 -154 153 -166 3642 2836 3 MP +PP +0 sg +3642 2836 mt 3795 2670 L +3795 2670 mt 3678 2516 L +0.507937 sg +153 -166 -117 -67 3759 2903 3 MP +PP +0 sg +3759 2903 mt 3642 2836 L +3642 2836 mt 3795 2670 L +0.936508 sg +153 181 -117 -14 3667 1437 3 MP +PP +0 sg +3667 1437 mt 3550 1423 L +3550 1423 mt 3703 1604 L +0.984127 sg +-117 -119 152 79 3632 1477 3 MP +PP +0 sg +3632 1477 mt 3784 1556 L +3784 1556 mt 3667 1437 L +0.904762 sg +-118 31 153 181 3550 1423 3 MP +PP +0 sg +3550 1423 mt 3703 1604 L +3703 1604 mt 3585 1635 L +0.793651 sg +153 138 -118 31 3703 1604 3 MP +PP +0 sg +3703 1604 mt 3585 1635 L +3585 1635 mt 3738 1773 L +0.888889 sg +152 79 -117 -227 3749 1704 3 MP +PP +0 sg +3749 1704 mt 3632 1477 L +3632 1477 mt 3784 1556 L +0.492063 sg +152 -109 -117 -35 3724 3047 3 MP +PP +0 sg +3724 3047 mt 3607 3012 L +3607 3012 mt 3759 2903 L +0.47619 sg +-117 -67 152 -109 3607 3012 3 MP +PP +0 sg +3607 3012 mt 3759 2903 L +3759 2903 mt 3642 2836 L +0.571429 sg +-117 -37 152 14 3504 1791 3 MP +PP +0 sg +3504 1791 mt 3656 1805 L +3656 1805 mt 3539 1768 L +0.603175 sg +152 14 -117 8 3621 1783 3 MP +PP +0 sg +3621 1783 mt 3504 1791 L +3504 1791 mt 3656 1805 L +0.52381 sg +-117 -58 153 -29 3539 1768 3 MP +PP +0 sg +3539 1768 mt 3692 1739 L +3692 1739 mt 3575 1681 L +0.746032 sg +-117 10 153 138 3585 1635 3 MP +PP +0 sg +3585 1635 mt 3738 1773 L +3738 1773 mt 3621 1783 L +0.761905 sg +153 -121 -117 -257 3713 2082 3 MP +PP +0 sg +3713 2082 mt 3596 1825 L +3596 1825 mt 3749 1704 L +0.571429 sg +152 -14 -117 -9 3504 1791 3 MP +PP +0 sg +3504 1791 mt 3387 1782 L +3387 1782 mt 3539 1768 L +0.539683 sg +-117 -47 152 -14 3387 1782 3 MP +PP +0 sg +3387 1782 mt 3539 1768 L +3539 1768 mt 3422 1721 L +0.507937 sg +-117 -62 153 -40 3422 1721 3 MP +PP +0 sg +3422 1721 mt 3575 1681 L +3575 1681 mt 3458 1619 L +0.52381 sg +153 -40 -117 -47 3539 1768 3 MP +PP +0 sg +3539 1768 mt 3422 1721 L +3422 1721 mt 3575 1681 L +0.68254 sg +-117 8 153 87 3468 1696 3 MP +PP +0 sg +3468 1696 mt 3621 1783 L +3621 1783 mt 3504 1791 L +0.746032 sg +153 87 -117 61 3585 1635 3 MP +PP +0 sg +3585 1635 mt 3468 1696 L +3468 1696 mt 3621 1783 L +0.857143 sg +-117 -227 153 -121 3596 1825 3 MP +PP +0 sg +3596 1825 mt 3749 1704 L +3749 1704 mt 3632 1477 L +0.492063 sg +153 -68 -117 -41 3688 3156 3 MP +PP +0 sg +3688 3156 mt 3571 3115 L +3571 3115 mt 3724 3047 L +0.47619 sg +-117 -35 153 -68 3571 3115 3 MP +PP +0 sg +3571 3115 mt 3724 3047 L +3724 3047 mt 3607 3012 L +0.603175 sg +153 -257 -118 -177 3678 2516 3 MP +PP +0 sg +3678 2516 mt 3560 2339 L +3560 2339 mt 3713 2082 L +0.666667 sg +-117 -257 153 -257 3560 2339 3 MP +PP +0 sg +3560 2339 mt 3713 2082 L +3713 2082 mt 3596 1825 L +0.492063 sg +-117 -41 152 -53 3536 3209 3 MP +PP +0 sg +3536 3209 mt 3688 3156 L +3688 3156 mt 3571 3115 L +0.507937 sg +153 -253 -117 -67 3642 2836 3 MP +PP +0 sg +3642 2836 mt 3525 2769 L +3525 2769 mt 3678 2516 L +0.507937 sg +-118 -177 153 -253 3525 2769 3 MP +PP +0 sg +3525 2769 mt 3678 2516 L +3678 2516 mt 3560 2339 L +1 sg +-117 -14 153 87 3514 1350 3 MP +PP +0 sg +3514 1350 mt 3667 1437 L +3667 1437 mt 3550 1423 L +0.984127 sg +153 87 -118 -127 3632 1477 3 MP +PP +0 sg +3632 1477 mt 3514 1350 L +3514 1350 mt 3667 1437 L +0.47619 sg +153 -167 -118 -9 3607 3012 3 MP +PP +0 sg +3607 3012 mt 3489 3003 L +3489 3003 mt 3642 2836 L +0.444444 sg +-117 -67 153 -167 3489 3003 3 MP +PP +0 sg +3489 3003 mt 3642 2836 L +3642 2836 mt 3525 2769 L +0.984127 sg +-117 71 153 80 3397 1343 3 MP +PP +0 sg +3397 1343 mt 3550 1423 L +3550 1423 mt 3433 1494 L +1 sg +153 80 -117 -7 3514 1350 3 MP +PP +0 sg +3514 1350 mt 3397 1343 L +3397 1343 mt 3550 1423 L +0.904762 sg +152 141 -117 71 3550 1423 3 MP +PP +0 sg +3550 1423 mt 3433 1494 L +3433 1494 mt 3585 1635 L +0.507937 sg +-117 -64 153 -47 3305 1666 3 MP +PP +0 sg +3305 1666 mt 3458 1619 L +3458 1619 mt 3341 1555 L +0.507937 sg +153 -47 -117 -55 3422 1721 3 MP +PP +0 sg +3422 1721 mt 3305 1666 L +3305 1666 mt 3458 1619 L +0.84127 sg +-117 61 152 141 3433 1494 3 MP +PP +0 sg +3433 1494 mt 3585 1635 L +3585 1635 mt 3468 1696 L +0.936508 sg +-118 -127 153 -135 3479 1612 3 MP +PP +0 sg +3479 1612 mt 3632 1477 L +3632 1477 mt 3514 1350 L +0.857143 sg +153 -135 -117 -213 3596 1825 3 MP +PP +0 sg +3596 1825 mt 3479 1612 L +3479 1612 mt 3632 1477 L +0.444444 sg +-118 -9 153 -90 3454 3102 3 MP +PP +0 sg +3454 3102 mt 3607 3012 L +3607 3012 mt 3489 3003 L +0.47619 sg +153 -90 -117 -13 3571 3115 3 MP +PP +0 sg +3571 3115 mt 3454 3102 L +3454 3102 mt 3607 3012 L +0.666667 sg +153 -332 -117 -182 3560 2339 3 MP +PP +0 sg +3560 2339 mt 3443 2157 L +3443 2157 mt 3596 1825 L +0.539683 sg +152 -33 -117 -28 3387 1782 3 MP +PP +0 sg +3387 1782 mt 3270 1754 L +3270 1754 mt 3422 1721 L +0.619048 sg +-117 -9 153 38 3351 1753 3 MP +PP +0 sg +3351 1753 mt 3504 1791 L +3504 1791 mt 3387 1782 L +0.52381 sg +-117 -55 152 -33 3270 1754 3 MP +PP +0 sg +3270 1754 mt 3422 1721 L +3422 1721 mt 3305 1666 L +0.68254 sg +153 38 -117 57 3468 1696 3 MP +PP +0 sg +3468 1696 mt 3351 1753 L +3351 1753 mt 3504 1791 L +0.714286 sg +-117 -213 153 -332 3443 2157 3 MP +PP +0 sg +3443 2157 mt 3596 1825 L +3596 1825 mt 3479 1612 L +0.47619 sg +-117 -13 153 -56 3418 3171 3 MP +PP +0 sg +3418 3171 mt 3571 3115 L +3571 3115 mt 3454 3102 L +0.492063 sg +153 -56 -118 -38 3536 3209 3 MP +PP +0 sg +3536 3209 mt 3418 3171 L +3418 3171 mt 3571 3115 L +0.507937 sg +-117 -182 152 -364 3408 2703 3 MP +PP +0 sg +3408 2703 mt 3560 2339 L +3560 2339 mt 3443 2157 L +0.507937 sg +152 -479 -117 -67 3408 2703 3 MP +PP +0 sg +3408 2703 mt 3291 2636 L +3291 2636 mt 3443 2157 L +0.507937 sg +152 -364 -117 -66 3525 2769 3 MP +PP +0 sg +3525 2769 mt 3408 2703 L +3408 2703 mt 3560 2339 L +0.492063 sg +-118 -38 153 -49 3383 3258 3 MP +PP +0 sg +3383 3258 mt 3536 3209 L +3536 3209 mt 3418 3171 L +0.444444 sg +153 -254 -117 20 3489 3003 3 MP +PP +0 sg +3489 3003 mt 3372 3023 L +3372 3023 mt 3525 2769 L +0.333333 sg +-117 -67 153 -364 3255 3067 3 MP +PP +0 sg +3255 3067 mt 3408 2703 L +3408 2703 mt 3291 2636 L +0.396825 sg +-117 -66 153 -254 3372 3023 3 MP +PP +0 sg +3372 3023 mt 3525 2769 L +3525 2769 mt 3408 2703 L +0.984127 sg +153 57 -117 94 3397 1343 3 MP +PP +0 sg +3397 1343 mt 3280 1437 L +3280 1437 mt 3433 1494 L +0.507937 sg +153 -49 -117 -62 3305 1666 3 MP +PP +0 sg +3305 1666 mt 3188 1604 L +3188 1604 mt 3341 1555 L +0.888889 sg +-117 112 153 57 3280 1437 3 MP +PP +0 sg +3280 1437 mt 3433 1494 L +3433 1494 mt 3316 1606 L +0.968254 sg +-117 -7 152 -140 3362 1490 3 MP +PP +0 sg +3362 1490 mt 3514 1350 L +3514 1350 mt 3397 1343 L +0.84127 sg +152 90 -117 112 3433 1494 3 MP +PP +0 sg +3433 1494 mt 3316 1606 L +3316 1606 mt 3468 1696 L +0.936508 sg +152 -140 -117 -122 3479 1612 3 MP +PP +0 sg +3479 1612 mt 3362 1490 L +3362 1490 mt 3514 1350 L +0.444444 sg +152 -127 -117 28 3454 3102 3 MP +PP +0 sg +3454 3102 mt 3337 3130 L +3337 3130 mt 3489 3003 L +0.396825 sg +-117 20 152 -127 3337 3130 3 MP +PP +0 sg +3337 3130 mt 3489 3003 L +3489 3003 mt 3372 3023 L +0.507937 sg +-117 -62 153 -43 3152 1709 3 MP +PP +0 sg +3152 1709 mt 3305 1666 L +3305 1666 mt 3188 1604 L +0.52381 sg +153 -43 -118 -45 3270 1754 3 MP +PP +0 sg +3270 1754 mt 3152 1709 L +3152 1709 mt 3305 1666 L +0.746032 sg +152 40 -117 107 3316 1606 3 MP +PP +0 sg +3316 1606 mt 3199 1713 L +3199 1713 mt 3351 1753 L +0.539683 sg +-118 -45 153 -26 3117 1780 3 MP +PP +0 sg +3117 1780 mt 3270 1754 L +3270 1754 mt 3152 1709 L +0.571429 sg +153 -26 -117 -3 3234 1783 3 MP +PP +0 sg +3234 1783 mt 3117 1780 L +3117 1780 mt 3270 1754 L +0.571429 sg +-117 -28 153 -1 3234 1783 3 MP +PP +0 sg +3234 1783 mt 3387 1782 L +3387 1782 mt 3270 1754 L +0.666667 sg +-117 30 152 40 3199 1713 3 MP +PP +0 sg +3199 1713 mt 3351 1753 L +3351 1753 mt 3234 1783 L +0.619048 sg +153 -1 -117 30 3351 1753 3 MP +PP +0 sg +3351 1753 mt 3234 1783 L +3234 1783 mt 3387 1782 L +0.746032 sg +-117 57 152 90 3316 1606 3 MP +PP +0 sg +3316 1606 mt 3468 1696 L +3468 1696 mt 3351 1753 L +0.761905 sg +-117 -122 153 -390 3326 2002 3 MP +PP +0 sg +3326 2002 mt 3479 1612 L +3479 1612 mt 3362 1490 L +0.714286 sg +153 -390 -117 -155 3443 2157 3 MP +PP +0 sg +3443 2157 mt 3326 2002 L +3326 2002 mt 3479 1612 L +0.47619 sg +153 -60 -117 -9 3418 3171 3 MP +PP +0 sg +3418 3171 mt 3301 3162 L +3301 3162 mt 3454 3102 L +0.444444 sg +-117 28 153 -60 3301 3162 3 MP +PP +0 sg +3301 3162 mt 3454 3102 L +3454 3102 mt 3337 3130 L +0.507937 sg +-117 -155 152 -479 3291 2636 3 MP +PP +0 sg +3291 2636 mt 3443 2157 L +3443 2157 mt 3326 2002 L +0.492063 sg +152 -45 -117 -42 3383 3258 3 MP +PP +0 sg +3383 3258 mt 3266 3216 L +3266 3216 mt 3418 3171 L +0.47619 sg +-117 -9 152 -45 3266 3216 3 MP +PP +0 sg +3266 3216 mt 3418 3171 L +3418 3171 mt 3301 3162 L +0.396825 sg +153 -364 -117 44 3372 3023 3 MP +PP +0 sg +3372 3023 mt 3255 3067 L +3255 3067 mt 3408 2703 L +0.857143 sg +-117 142 152 -120 3128 1557 3 MP +PP +0 sg +3128 1557 mt 3280 1437 L +3280 1437 mt 3163 1579 L +0.888889 sg +153 27 -117 142 3280 1437 3 MP +PP +0 sg +3280 1437 mt 3163 1579 L +3163 1579 mt 3316 1606 L +0.936508 sg +-117 94 152 -135 3245 1478 3 MP +PP +0 sg +3245 1478 mt 3397 1343 L +3397 1343 mt 3280 1437 L +0.968254 sg +152 -135 -117 -12 3362 1490 3 MP +PP +0 sg +3362 1490 mt 3245 1478 L +3245 1478 mt 3397 1343 L +0.492063 sg +-117 -42 153 -47 3230 3305 3 MP +PP +0 sg +3230 3305 mt 3383 3258 L +3383 3258 mt 3266 3216 L +0.396825 sg +152 -184 -117 77 3337 3130 3 MP +PP +0 sg +3337 3130 mt 3220 3207 L +3220 3207 mt 3372 3023 L +0.333333 sg +-117 44 152 -184 3220 3207 3 MP +PP +0 sg +3220 3207 mt 3372 3023 L +3372 3023 mt 3255 3067 L +0.761905 sg +153 -412 -117 -100 3326 2002 3 MP +PP +0 sg +3326 2002 mt 3209 1902 L +3209 1902 mt 3362 1490 L +0.539683 sg +-117 -31 153 -25 2964 1805 3 MP +PP +0 sg +2964 1805 mt 3117 1780 L +3117 1780 mt 3000 1749 L +0.587302 sg +153 -25 -117 23 3081 1782 3 MP +PP +0 sg +3081 1782 mt 2964 1805 L +2964 1805 mt 3117 1780 L +0.587302 sg +-117 -3 153 1 3081 1782 3 MP +PP +0 sg +3081 1782 mt 3234 1783 L +3234 1783 mt 3117 1780 L +0.539683 sg +152 -40 -117 -31 3117 1780 3 MP +PP +0 sg +3117 1780 mt 3000 1749 L +3000 1749 mt 3152 1709 L +0.666667 sg +153 1 -118 69 3199 1713 3 MP +PP +0 sg +3199 1713 mt 3081 1782 L +3081 1782 mt 3234 1783 L +0.507937 sg +153 -48 -117 -57 3152 1709 3 MP +PP +0 sg +3152 1709 mt 3035 1652 L +3035 1652 mt 3188 1604 L +0.793651 sg +-117 107 153 27 3163 1579 3 MP +PP +0 sg +3163 1579 mt 3316 1606 L +3316 1606 mt 3199 1713 L +0.777778 sg +-117 -12 153 -412 3209 1902 3 MP +PP +0 sg +3209 1902 mt 3362 1490 L +3362 1490 mt 3245 1478 L +0.333333 sg +152 -257 -117 117 3220 3207 3 MP +PP +0 sg +3220 3207 mt 3103 3324 L +3103 3324 mt 3255 3067 L +0.396825 sg +-117 77 153 -70 3184 3200 3 MP +PP +0 sg +3184 3200 mt 3337 3130 L +3337 3130 mt 3220 3207 L +0.444444 sg +153 -70 -117 38 3301 3162 3 MP +PP +0 sg +3301 3162 mt 3184 3200 L +3184 3200 mt 3337 3130 L +0.507937 sg +-117 -100 152 -567 3174 2569 3 MP +PP +0 sg +3174 2569 mt 3326 2002 L +3326 2002 mt 3209 1902 L +0.507937 sg +152 -600 -117 -67 3174 2569 3 MP +PP +0 sg +3174 2569 mt 3057 2502 L +3057 2502 mt 3209 1902 L +0.507937 sg +152 -567 -117 -67 3291 2636 3 MP +PP +0 sg +3291 2636 mt 3174 2569 L +3174 2569 mt 3326 2002 L +0.142857 sg +-117 22 153 -333 2985 3447 3 MP +PP +0 sg +2985 3447 mt 3138 3114 L +3138 3114 mt 3021 3136 L +0.238095 sg +153 -333 -118 123 3103 3324 3 MP +PP +0 sg +3103 3324 mt 2985 3447 L +2985 3447 mt 3138 3114 L +0.238095 sg +-117 47 152 -257 3103 3324 3 MP +PP +0 sg +3103 3324 mt 3255 3067 L +3255 3067 mt 3138 3114 L +0.460317 sg +152 -22 -117 23 3149 3199 3 MP +PP +0 sg +3149 3199 mt 3032 3222 L +3032 3222 mt 3184 3200 L +0.412698 sg +-117 91 152 -22 3032 3222 3 MP +PP +0 sg +3032 3222 mt 3184 3200 L +3184 3200 mt 3067 3291 L +0.31746 sg +-117 117 153 -84 3067 3291 3 MP +PP +0 sg +3067 3291 mt 3220 3207 L +3220 3207 mt 3103 3324 L +0.396825 sg +153 -84 -117 91 3184 3200 3 MP +PP +0 sg +3184 3200 mt 3067 3291 L +3067 3291 mt 3220 3207 L +0.460317 sg +-117 38 152 -37 3149 3199 3 MP +PP +0 sg +3149 3199 mt 3301 3162 L +3301 3162 mt 3184 3200 L +0.47619 sg +152 -37 -117 -17 3266 3216 3 MP +PP +0 sg +3266 3216 mt 3149 3199 L +3149 3199 mt 3301 3162 L +0.238095 sg +-117 -67 153 -567 3021 3136 3 MP +PP +0 sg +3021 3136 mt 3174 2569 L +3174 2569 mt 3057 2502 L +0.285714 sg +-117 -67 153 -478 3138 3114 3 MP +PP +0 sg +3138 3114 mt 3291 2636 L +3291 2636 mt 3174 2569 L +0.333333 sg +153 -478 -117 47 3255 3067 3 MP +PP +0 sg +3255 3067 mt 3138 3114 L +3138 3114 mt 3291 2636 L +0.936508 sg +152 -120 -117 79 3245 1478 3 MP +PP +0 sg +3245 1478 mt 3128 1557 L +3128 1557 mt 3280 1437 L +0.492063 sg +153 -39 -117 -50 3230 3305 3 MP +PP +0 sg +3230 3305 mt 3113 3255 L +3113 3255 mt 3266 3216 L +0.492063 sg +-117 -17 153 -39 3113 3255 3 MP +PP +0 sg +3113 3255 mt 3266 3216 L +3266 3216 mt 3149 3199 L +0.507937 sg +-117 -57 152 -40 3000 1749 3 MP +PP +0 sg +3000 1749 mt 3152 1709 L +3152 1709 mt 3035 1652 L +0.507937 sg +152 -47 -117 -50 3000 1749 3 MP +PP +0 sg +3000 1749 mt 2883 1699 L +2883 1699 mt 3035 1652 L +0.857143 sg +153 -101 -118 123 3128 1557 3 MP +PP +0 sg +3128 1557 mt 3010 1680 L +3010 1680 mt 3163 1579 L +0.761905 sg +-117 134 153 -101 3010 1680 3 MP +PP +0 sg +3010 1680 mt 3163 1579 L +3163 1579 mt 3046 1713 L +0.793651 sg +153 0 -117 134 3163 1579 3 MP +PP +0 sg +3163 1579 mt 3046 1713 L +3046 1713 mt 3199 1713 L +0.68254 sg +-118 69 153 0 3046 1713 3 MP +PP +0 sg +3046 1713 mt 3199 1713 L +3199 1713 mt 3081 1782 L +0.761905 sg +-117 79 153 -390 3092 1868 3 MP +PP +0 sg +3092 1868 mt 3245 1478 L +3245 1478 mt 3128 1557 L +0.777778 sg +153 -390 -117 -34 3209 1902 3 MP +PP +0 sg +3209 1902 mt 3092 1868 L +3092 1868 mt 3245 1478 L +0.142857 sg +153 -390 -117 79 2985 3447 3 MP +PP +0 sg +2985 3447 mt 2868 3526 L +2868 3526 mt 3021 3136 L +0.31746 sg +153 -101 -117 134 3067 3291 3 MP +PP +0 sg +3067 3291 mt 2950 3425 L +2950 3425 mt 3103 3324 L +0.206349 sg +-118 123 153 -101 2950 3425 3 MP +PP +0 sg +2950 3425 mt 3103 3324 L +3103 3324 mt 2985 3447 L +0.492063 sg +-117 -50 152 -47 3078 3352 3 MP +PP +0 sg +3078 3352 mt 3230 3305 L +3230 3305 mt 3113 3255 L +0.507937 sg +-117 -34 152 -600 3057 2502 3 MP +PP +0 sg +3057 2502 mt 3209 1902 L +3209 1902 mt 3092 1868 L +0.285714 sg +153 -567 -117 22 3138 3114 3 MP +PP +0 sg +3138 3114 mt 3021 3136 L +3021 3136 mt 3174 2569 L +0.0634921 sg +153 -412 -117 -12 2868 3526 3 MP +PP +0 sg +2868 3526 mt 2751 3514 L +2751 3514 mt 2904 3102 L +0.0634921 sg +-117 -34 153 -390 2868 3526 3 MP +PP +0 sg +2868 3526 mt 3021 3136 L +3021 3136 mt 2904 3102 L +0.428571 sg +-118 69 153 1 2879 3221 3 MP +PP +0 sg +2879 3221 mt 3032 3222 L +3032 3222 mt 2914 3291 L +0.460317 sg +153 1 -117 -3 2996 3224 3 MP +PP +0 sg +2996 3224 mt 2879 3221 L +2879 3221 mt 3032 3222 L +0.412698 sg +153 0 -118 69 3032 3222 3 MP +PP +0 sg +3032 3222 mt 2914 3291 L +2914 3291 mt 3067 3291 L +0.460317 sg +-117 23 153 -25 2996 3224 3 MP +PP +0 sg +2996 3224 mt 3149 3199 L +3149 3199 mt 3032 3222 L +0.492063 sg +153 -25 -117 -31 3113 3255 3 MP +PP +0 sg +3113 3255 mt 2996 3224 L +2996 3224 mt 3149 3199 L +0.555556 sg +-117 -17 152 -37 2812 1842 3 MP +PP +0 sg +2812 1842 mt 2964 1805 L +2964 1805 mt 2847 1788 L +0.539683 sg +153 -39 -117 -17 2964 1805 3 MP +PP +0 sg +2964 1805 mt 2847 1788 L +2847 1788 mt 3000 1749 L +0.603175 sg +-117 23 152 -22 2929 1804 3 MP +PP +0 sg +2929 1804 mt 3081 1782 L +3081 1782 mt 2964 1805 L +0.68254 sg +152 -22 -117 91 3046 1713 3 MP +PP +0 sg +3046 1713 mt 2929 1804 L +2929 1804 mt 3081 1782 L +0.761905 sg +153 -333 -117 22 3092 1868 3 MP +PP +0 sg +3092 1868 mt 2975 1890 L +2975 1890 mt 3128 1557 L +0.52381 sg +-117 -50 153 -39 2847 1788 3 MP +PP +0 sg +2847 1788 mt 3000 1749 L +3000 1749 mt 2883 1699 L +0.666667 sg +-117 91 153 -84 2893 1797 3 MP +PP +0 sg +2893 1797 mt 3046 1713 L +3046 1713 mt 2929 1804 L +0.761905 sg +153 -84 -117 117 3010 1680 3 MP +PP +0 sg +3010 1680 mt 2893 1797 L +2893 1797 mt 3046 1713 L +0.714286 sg +-118 123 153 -333 2975 1890 3 MP +PP +0 sg +2975 1890 mt 3128 1557 L +3128 1557 mt 3010 1680 L +0.333333 sg +-117 134 153 0 2914 3291 3 MP +PP +0 sg +2914 3291 mt 3067 3291 L +3067 3291 mt 2950 3425 L +0.492063 sg +152 -40 -117 -57 3078 3352 3 MP +PP +0 sg +3078 3352 mt 2961 3295 L +2961 3295 mt 3113 3255 L +0.492063 sg +-117 -31 152 -40 2961 3295 3 MP +PP +0 sg +2961 3295 mt 3113 3255 L +3113 3255 mt 2996 3224 L +0.507937 sg +153 -478 -117 -67 2939 2435 3 MP +PP +0 sg +2939 2435 mt 2822 2368 L +2822 2368 mt 2975 1890 L +0.507937 sg +153 -567 -118 -67 3057 2502 3 MP +PP +0 sg +3057 2502 mt 2939 2435 L +2939 2435 mt 3092 1868 L +0.507937 sg +-117 22 153 -567 2939 2435 3 MP +PP +0 sg +2939 2435 mt 3092 1868 L +3092 1868 mt 2975 1890 L +0.333333 sg +153 27 -117 107 2914 3291 3 MP +PP +0 sg +2914 3291 mt 2797 3398 L +2797 3398 mt 2950 3425 L +0.492063 sg +-117 -57 153 -48 2925 3400 3 MP +PP +0 sg +2925 3400 mt 3078 3352 L +3078 3352 mt 2961 3295 L +0.238095 sg +153 -600 -117 -34 3021 3136 3 MP +PP +0 sg +3021 3136 mt 2904 3102 L +2904 3102 mt 3057 2502 L +0.238095 sg +-117 -67 152 -567 2787 3002 3 MP +PP +0 sg +2787 3002 mt 2939 2435 L +2939 2435 mt 2822 2368 L +0.222222 sg +-118 -67 153 -600 2904 3102 3 MP +PP +0 sg +2904 3102 mt 3057 2502 L +3057 2502 mt 2939 2435 L +0.603175 sg +152 -37 -117 38 2929 1804 3 MP +PP +0 sg +2929 1804 mt 2812 1842 L +2812 1842 mt 2964 1805 L +0.714286 sg +152 -257 -117 47 2975 1890 3 MP +PP +0 sg +2975 1890 mt 2858 1937 L +2858 1937 mt 3010 1680 L +0.603175 sg +-117 38 153 -70 2776 1874 3 MP +PP +0 sg +2776 1874 mt 2929 1804 L +2929 1804 mt 2812 1842 L +0.666667 sg +153 -70 -117 77 2893 1797 3 MP +PP +0 sg +2893 1797 mt 2776 1874 L +2776 1874 mt 2929 1804 L +0.666667 sg +-117 117 152 -257 2858 1937 3 MP +PP +0 sg +2858 1937 mt 3010 1680 L +3010 1680 mt 2893 1797 L +0.031746 sg +-117 -100 153 -412 2751 3514 3 MP +PP +0 sg +2751 3514 mt 2904 3102 L +2904 3102 mt 2787 3002 L +0.031746 sg +153 -390 -117 -122 2751 3514 3 MP +PP +0 sg +2751 3514 mt 2634 3392 L +2634 3392 mt 2787 3002 L +0.428571 sg +152 40 -117 30 2879 3221 3 MP +PP +0 sg +2879 3221 mt 2762 3251 L +2762 3251 mt 2914 3291 L +0.47619 sg +-117 -3 153 -26 2843 3250 3 MP +PP +0 sg +2843 3250 mt 2996 3224 L +2996 3224 mt 2879 3221 L +0.492063 sg +153 -26 -118 -45 2961 3295 3 MP +PP +0 sg +2961 3295 mt 2843 3250 L +2843 3250 mt 2996 3224 L +0.111111 sg +-117 79 152 -120 2833 3567 3 MP +PP +0 sg +2833 3567 mt 2985 3447 L +2985 3447 mt 2868 3526 L +0.111111 sg +152 -135 -117 94 2833 3567 3 MP +PP +0 sg +2833 3567 mt 2716 3661 L +2716 3661 mt 2868 3526 L +0.015873 sg +-117 -12 152 -135 2716 3661 3 MP +PP +0 sg +2716 3661 mt 2868 3526 L +2868 3526 mt 2751 3514 L +0.206349 sg +152 -120 -117 142 2950 3425 3 MP +PP +0 sg +2950 3425 mt 2833 3567 L +2833 3567 mt 2985 3447 L +0.507937 sg +-117 47 153 -478 2822 2368 3 MP +PP +0 sg +2822 2368 mt 2975 1890 L +2975 1890 mt 2858 1937 L +0.380952 sg +-117 107 152 40 2762 3251 3 MP +PP +0 sg +2762 3251 mt 2914 3291 L +2914 3291 mt 2797 3398 L +0.492063 sg +153 -43 -117 -62 2925 3400 3 MP +PP +0 sg +2925 3400 mt 2808 3338 L +2808 3338 mt 2961 3295 L +0.492063 sg +-118 -45 153 -43 2808 3338 3 MP +PP +0 sg +2808 3338 mt 2961 3295 L +2961 3295 mt 2843 3250 L +0.253968 sg +-117 142 153 27 2797 3398 3 MP +PP +0 sg +2797 3398 mt 2950 3425 L +2950 3425 mt 2833 3567 L +0.222222 sg +152 -567 -117 -100 2904 3102 3 MP +PP +0 sg +2904 3102 mt 2787 3002 L +2787 3002 mt 2939 2435 L +-117 -122 152 -140 2599 3654 3 MP +PP +2599 3654 mt 2751 3514 L +2751 3514 mt 2634 3392 L +0.0634921 sg +-117 -155 153 -390 2634 3392 3 MP +PP +0 sg +2634 3392 mt 2787 3002 L +2787 3002 mt 2670 2847 L +0.31746 sg +-117 112 152 90 2645 3308 3 MP +PP +0 sg +2645 3308 mt 2797 3398 L +2797 3398 mt 2680 3510 L +0.380952 sg +152 90 -117 57 2762 3251 3 MP +PP +0 sg +2762 3251 mt 2645 3308 L +2645 3308 mt 2797 3398 L +0.015873 sg +152 -140 -117 -7 2716 3661 3 MP +PP +0 sg +2716 3661 mt 2599 3654 L +2599 3654 mt 2751 3514 L +0.253968 sg +153 57 -117 112 2797 3398 3 MP +PP +0 sg +2797 3398 mt 2680 3510 L +2680 3510 mt 2833 3567 L +0.492063 sg +-117 -62 153 -49 2772 3449 3 MP +PP +0 sg +2772 3449 mt 2925 3400 L +2925 3400 mt 2808 3338 L +0.603175 sg +-117 77 152 -184 2741 1981 3 MP +PP +0 sg +2741 1981 mt 2893 1797 L +2893 1797 mt 2776 1874 L +0.666667 sg +152 -184 -117 44 2858 1937 3 MP +PP +0 sg +2858 1937 mt 2741 1981 L +2741 1981 mt 2893 1797 L +0.52381 sg +153 -47 -117 -42 2847 1788 3 MP +PP +0 sg +2847 1788 mt 2730 1746 L +2730 1746 mt 2883 1699 L +0.460317 sg +-117 30 153 -1 2726 3222 3 MP +PP +0 sg +2726 3222 mt 2879 3221 L +2879 3221 mt 2762 3251 L +0.47619 sg +153 -1 -117 -28 2843 3250 3 MP +PP +0 sg +2843 3250 mt 2726 3222 L +2726 3222 mt 2879 3221 L +0.507937 sg +153 -364 -117 -67 2822 2368 3 MP +PP +0 sg +2822 2368 mt 2705 2301 L +2705 2301 mt 2858 1937 L +0.507937 sg +-117 44 153 -364 2705 2301 3 MP +PP +0 sg +2705 2301 mt 2858 1937 L +2858 1937 mt 2741 1981 L +0.555556 sg +152 -45 -117 -9 2812 1842 3 MP +PP +0 sg +2812 1842 mt 2695 1833 L +2695 1833 mt 2847 1788 L +0.52381 sg +-117 -42 152 -45 2695 1833 3 MP +PP +0 sg +2695 1833 mt 2847 1788 L +2847 1788 mt 2730 1746 L +0.0634921 sg +153 -332 -117 -213 2634 3392 3 MP +PP +0 sg +2634 3392 mt 2517 3179 L +2517 3179 mt 2670 2847 L +0.428571 sg +-117 57 153 38 2609 3213 3 MP +PP +0 sg +2609 3213 mt 2762 3251 L +2762 3251 mt 2645 3308 L +0.492063 sg +152 -33 -117 -55 2808 3338 3 MP +PP +0 sg +2808 3338 mt 2691 3283 L +2691 3283 mt 2843 3250 L +0.460317 sg +153 38 -117 -9 2726 3222 3 MP +PP +0 sg +2726 3222 mt 2609 3213 L +2609 3213 mt 2762 3251 L +0.492063 sg +-117 -28 152 -33 2691 3283 3 MP +PP +0 sg +2691 3283 mt 2843 3250 L +2843 3250 mt 2726 3222 L +0.15873 sg +-117 94 153 57 2680 3510 3 MP +PP +0 sg +2680 3510 mt 2833 3567 L +2833 3567 mt 2716 3661 L +0.285714 sg +-117 -67 152 -479 2670 2847 3 MP +PP +0 sg +2670 2847 mt 2822 2368 L +2822 2368 mt 2705 2301 L +0.238095 sg +152 -479 -117 -155 2787 3002 3 MP +PP +0 sg +2787 3002 mt 2670 2847 L +2670 2847 mt 2822 2368 L +0.603175 sg +153 -60 -117 28 2776 1874 3 MP +PP +0 sg +2776 1874 mt 2659 1902 L +2659 1902 mt 2812 1842 L +0.555556 sg +-117 -9 153 -60 2659 1902 3 MP +PP +0 sg +2659 1902 mt 2812 1842 L +2812 1842 mt 2695 1833 L +0.015873 sg +-117 -213 153 -135 2481 3527 3 MP +PP +0 sg +2481 3527 mt 2634 3392 L +2634 3392 mt 2517 3179 L +153 -135 -118 -127 2599 3654 3 MP +PP +2599 3654 mt 2481 3527 L +2481 3527 mt 2634 3392 L +0.31746 sg +152 141 -117 61 2645 3308 3 MP +PP +0 sg +2645 3308 mt 2528 3369 L +2528 3369 mt 2680 3510 L +0.492063 sg +-117 -55 153 -47 2655 3385 3 MP +PP +0 sg +2655 3385 mt 2808 3338 L +2808 3338 mt 2691 3283 L +0.492063 sg +153 -47 -117 -64 2772 3449 3 MP +PP +0 sg +2772 3449 mt 2655 3385 L +2655 3385 mt 2808 3338 L +0.603175 sg +152 -127 -117 20 2741 1981 3 MP +PP +0 sg +2741 1981 mt 2624 2001 L +2624 2001 mt 2776 1874 L +0.555556 sg +-117 28 152 -127 2624 2001 3 MP +PP +0 sg +2624 2001 mt 2776 1874 L +2776 1874 mt 2659 1902 L +0.507937 sg +153 -254 -117 -66 2705 2301 3 MP +PP +0 sg +2705 2301 mt 2588 2235 L +2588 2235 mt 2741 1981 L +0.507937 sg +-117 20 153 -254 2588 2235 3 MP +PP +0 sg +2588 2235 mt 2741 1981 L +2741 1981 mt 2624 2001 L +0.52381 sg +153 -49 -118 -38 2695 1833 3 MP +PP +0 sg +2695 1833 mt 2577 1795 L +2577 1795 mt 2730 1746 L +0.015873 sg +153 -121 -117 -227 2481 3527 3 MP +PP +0 sg +2481 3527 mt 2364 3300 L +2364 3300 mt 2517 3179 L +0.428571 sg +153 87 -117 8 2609 3213 3 MP +PP +0 sg +2609 3213 mt 2492 3221 L +2492 3221 mt 2645 3308 L +0.47619 sg +-117 -9 152 -14 2574 3236 3 MP +PP +0 sg +2574 3236 mt 2726 3222 L +2726 3222 mt 2609 3213 L +0.492063 sg +152 -14 -117 -47 2691 3283 3 MP +PP +0 sg +2691 3283 mt 2574 3236 L +2574 3236 mt 2726 3222 L +0.0952381 sg +-117 -7 153 80 2563 3581 3 MP +PP +0 sg +2563 3581 mt 2716 3661 L +2716 3661 mt 2599 3654 L +0.15873 sg +153 80 -117 71 2680 3510 3 MP +PP +0 sg +2680 3510 mt 2563 3581 L +2563 3581 mt 2716 3661 L +0.333333 sg +-117 -66 152 -364 2553 2665 3 MP +PP +0 sg +2553 2665 mt 2705 2301 L +2705 2301 mt 2588 2235 L +0.285714 sg +152 -364 -117 -182 2670 2847 3 MP +PP +0 sg +2670 2847 mt 2553 2665 L +2553 2665 mt 2705 2301 L +0.52381 sg +-118 -38 153 -56 2542 1889 3 MP +PP +0 sg +2542 1889 mt 2695 1833 L +2695 1833 mt 2577 1795 L +0.555556 sg +153 -56 -117 -13 2659 1902 3 MP +PP +0 sg +2659 1902 mt 2542 1889 L +2542 1889 mt 2695 1833 L +0.396825 sg +-117 61 153 87 2492 3221 3 MP +PP +0 sg +2492 3221 mt 2645 3308 L +2645 3308 mt 2528 3369 L +0.492063 sg +153 -40 -117 -62 2655 3385 3 MP +PP +0 sg +2655 3385 mt 2538 3323 L +2538 3323 mt 2691 3283 L +0.492063 sg +-117 -47 153 -40 2538 3323 3 MP +PP +0 sg +2538 3323 mt 2691 3283 L +2691 3283 mt 2574 3236 L +0.253968 sg +-117 71 152 141 2528 3369 3 MP +PP +0 sg +2528 3369 mt 2680 3510 L +2680 3510 mt 2563 3581 L +0.142857 sg +-117 -182 153 -332 2517 3179 3 MP +PP +0 sg +2517 3179 mt 2670 2847 L +2670 2847 mt 2553 2665 L +0.555556 sg +153 -90 -118 -9 2624 2001 3 MP +PP +0 sg +2624 2001 mt 2506 1992 L +2506 1992 mt 2659 1902 L +0.52381 sg +-117 -13 153 -90 2506 1992 3 MP +PP +0 sg +2506 1992 mt 2659 1902 L +2659 1902 mt 2542 1889 L +0.507937 sg +-118 -9 153 -167 2471 2168 3 MP +PP +0 sg +2471 2168 mt 2624 2001 L +2624 2001 mt 2506 1992 L +0.507937 sg +153 -167 -117 -67 2588 2235 3 MP +PP +0 sg +2588 2235 mt 2471 2168 L +2471 2168 mt 2624 2001 L +0.111111 sg +-117 -257 153 -121 2364 3300 3 MP +PP +0 sg +2364 3300 mt 2517 3179 L +2517 3179 mt 2400 2922 L +0.460317 sg +-117 8 152 14 2457 3199 3 MP +PP +0 sg +2457 3199 mt 2609 3213 L +2609 3213 mt 2492 3221 L +0.47619 sg +152 14 -117 -37 2574 3236 3 MP +PP +0 sg +2574 3236 mt 2457 3199 L +2457 3199 mt 2609 3213 L +0.0634921 sg +-118 -127 153 87 2446 3567 3 MP +PP +0 sg +2446 3567 mt 2599 3654 L +2599 3654 mt 2481 3527 L +0.0952381 sg +153 87 -117 -14 2563 3581 3 MP +PP +0 sg +2563 3581 mt 2446 3567 L +2446 3567 mt 2599 3654 L +0.333333 sg +153 -253 -118 -177 2553 2665 3 MP +PP +0 sg +2553 2665 mt 2435 2488 L +2435 2488 mt 2588 2235 L +0.396825 sg +-117 -67 153 -253 2435 2488 3 MP +PP +0 sg +2435 2488 mt 2588 2235 L +2588 2235 mt 2471 2168 L +0.52381 sg +152 -53 -117 -41 2542 1889 3 MP +PP +0 sg +2542 1889 mt 2425 1848 L +2425 1848 mt 2577 1795 L +0.111111 sg +153 -102 -117 -276 2364 3300 3 MP +PP +0 sg +2364 3300 mt 2247 3024 L +2247 3024 mt 2400 2922 L +0.444444 sg +-117 10 153 50 2339 3171 3 MP +PP +0 sg +2339 3171 mt 2492 3221 L +2492 3221 mt 2375 3231 L +0.460317 sg +153 50 -118 -28 2457 3199 3 MP +PP +0 sg +2457 3199 mt 2339 3171 L +2339 3171 mt 2492 3221 L +0.396825 sg +153 138 -117 10 2492 3221 3 MP +PP +0 sg +2492 3221 mt 2375 3231 L +2375 3231 mt 2528 3369 L +0.492063 sg +-117 -37 153 -29 2421 3265 3 MP +PP +0 sg +2421 3265 mt 2574 3236 L +2574 3236 mt 2457 3199 L +0.492063 sg +153 -29 -117 -58 2538 3323 3 MP +PP +0 sg +2538 3323 mt 2421 3265 L +2421 3265 mt 2574 3236 L +0.0952381 sg +-117 -227 152 79 2329 3448 3 MP +PP +0 sg +2329 3448 mt 2481 3527 L +2481 3527 mt 2364 3300 L +0.0634921 sg +152 79 -117 -119 2446 3567 3 MP +PP +0 sg +2446 3567 mt 2329 3448 L +2329 3448 mt 2481 3527 L +0.206349 sg +-117 -14 153 181 2410 3400 3 MP +PP +0 sg +2410 3400 mt 2563 3581 L +2563 3581 mt 2446 3567 L +0.253968 sg +153 181 -118 31 2528 3369 3 MP +PP +0 sg +2528 3369 mt 2410 3400 L +2410 3400 mt 2563 3581 L +0.238095 sg +-118 -177 153 -257 2400 2922 3 MP +PP +0 sg +2400 2922 mt 2553 2665 L +2553 2665 mt 2435 2488 L +0.142857 sg +153 -257 -117 -257 2517 3179 3 MP +PP +0 sg +2517 3179 mt 2400 2922 L +2400 2922 mt 2553 2665 L +0.507937 sg +-117 -41 153 -68 2389 1957 3 MP +PP +0 sg +2389 1957 mt 2542 1889 L +2542 1889 mt 2425 1848 L +0.52381 sg +153 -68 -117 -35 2506 1992 3 MP +PP +0 sg +2506 1992 mt 2389 1957 L +2389 1957 mt 2542 1889 L +0.349206 sg +-118 31 153 138 2375 3231 3 MP +PP +0 sg +2375 3231 mt 2528 3369 L +2528 3369 mt 2410 3400 L +0.507937 sg +152 -77 -117 -67 2354 2101 3 MP +PP +0 sg +2354 2101 mt 2237 2034 L +2237 2034 mt 2389 1957 L +0.507937 sg +152 -109 -117 -67 2471 2168 3 MP +PP +0 sg +2471 2168 mt 2354 2101 L +2354 2101 mt 2506 1992 L +0.507937 sg +-117 -35 152 -109 2354 2101 3 MP +PP +0 sg +2354 2101 mt 2506 1992 L +2506 1992 mt 2389 1957 L +0.47619 sg +-117 -67 153 -109 2201 2210 3 MP +PP +0 sg +2201 2210 mt 2354 2101 L +2354 2101 mt 2237 2034 L +0.444444 sg +-117 -67 153 -166 2318 2334 3 MP +PP +0 sg +2318 2334 mt 2471 2168 L +2471 2168 mt 2354 2101 L +0.396825 sg +153 -166 -117 -154 2435 2488 3 MP +PP +0 sg +2435 2488 mt 2318 2334 L +2318 2334 mt 2471 2168 L +0.15873 sg +-117 -276 152 57 2212 3243 3 MP +PP +0 sg +2212 3243 mt 2364 3300 L +2364 3300 mt 2247 3024 L +0.15873 sg +152 28 -117 -247 2212 3243 3 MP +PP +0 sg +2212 3243 mt 2095 2996 L +2095 2996 mt 2247 3024 L +0.428571 sg +-117 -7 153 87 2222 3144 3 MP +PP +0 sg +2222 3144 mt 2375 3231 L +2375 3231 mt 2258 3224 L +0.444444 sg +153 87 -117 -27 2339 3171 3 MP +PP +0 sg +2339 3171 mt 2222 3144 L +2222 3144 mt 2375 3231 L +0.47619 sg +-118 -28 153 -12 2304 3211 3 MP +PP +0 sg +2304 3211 mt 2457 3199 L +2457 3199 mt 2339 3171 L +0.0952381 sg +152 57 -117 -205 2329 3448 3 MP +PP +0 sg +2329 3448 mt 2212 3243 L +2212 3243 mt 2364 3300 L +0.349206 sg +152 176 -117 -7 2375 3231 3 MP +PP +0 sg +2375 3231 mt 2258 3224 L +2258 3224 mt 2410 3400 L +0.492063 sg +153 -12 -117 -54 2421 3265 3 MP +PP +0 sg +2421 3265 mt 2304 3211 L +2304 3211 mt 2457 3199 L +0.206349 sg +153 196 -117 -29 2410 3400 3 MP +PP +0 sg +2410 3400 mt 2293 3371 L +2293 3371 mt 2446 3567 L +0.190476 sg +-117 -119 153 196 2293 3371 3 MP +PP +0 sg +2293 3371 mt 2446 3567 L +2446 3567 mt 2329 3448 L +0.333333 sg +-117 -154 152 -184 2283 2672 3 MP +PP +0 sg +2283 2672 mt 2435 2488 L +2435 2488 mt 2318 2334 L +0.238095 sg +152 -184 -117 -250 2400 2922 3 MP +PP +0 sg +2400 2922 mt 2283 2672 L +2283 2672 mt 2435 2488 L +0.507937 sg +153 -58 -117 -51 2389 1957 3 MP +PP +0 sg +2389 1957 mt 2272 1906 L +2272 1906 mt 2425 1848 L +0.31746 sg +-117 -29 152 176 2258 3224 3 MP +PP +0 sg +2258 3224 mt 2410 3400 L +2410 3400 mt 2293 3371 L +0.206349 sg +-117 -250 153 -102 2247 3024 3 MP +PP +0 sg +2247 3024 mt 2400 2922 L +2400 2922 mt 2283 2672 L +0.507937 sg +-117 -51 152 -77 2237 2034 3 MP +PP +0 sg +2237 2034 mt 2389 1957 L +2389 1957 mt 2272 1906 L +0.444444 sg +153 -109 -117 -124 2318 2334 3 MP +PP +0 sg +2318 2334 mt 2201 2210 L +2201 2210 mt 2354 2101 L +0.253968 sg +-117 -247 153 142 2059 3101 3 MP +PP +0 sg +2059 3101 mt 2212 3243 L +2212 3243 mt 2095 2996 L +0.428571 sg +153 116 -117 -36 2222 3144 3 MP +PP +0 sg +2222 3144 mt 2105 3108 L +2105 3108 mt 2258 3224 L +0.47619 sg +152 9 -117 -49 2304 3211 3 MP +PP +0 sg +2304 3211 mt 2187 3162 L +2187 3162 mt 2339 3171 L +0.47619 sg +-117 -27 152 9 2187 3162 3 MP +PP +0 sg +2187 3162 mt 2339 3171 L +2339 3171 mt 2222 3144 L +0.206349 sg +-117 -205 153 181 2176 3267 3 MP +PP +0 sg +2176 3267 mt 2329 3448 L +2329 3448 mt 2212 3243 L +0.190476 sg +153 181 -117 -104 2293 3371 3 MP +PP +0 sg +2293 3371 mt 2176 3267 L +2176 3267 mt 2329 3448 L +0.333333 sg +152 -127 -117 -211 2283 2672 3 MP +PP +0 sg +2283 2672 mt 2166 2461 L +2166 2461 mt 2318 2334 L +0.396825 sg +-117 -124 152 -127 2166 2461 3 MP +PP +0 sg +2166 2461 mt 2318 2334 L +2318 2334 mt 2201 2210 L +0.206349 sg +153 142 -117 -166 2176 3267 3 MP +PP +0 sg +2176 3267 mt 2059 3101 L +2059 3101 mt 2212 3243 L +0.31746 sg +152 192 -117 -45 2258 3224 3 MP +PP +0 sg +2258 3224 mt 2141 3179 L +2141 3179 mt 2293 3371 L +0.31746 sg +-117 -104 152 192 2141 3179 3 MP +PP +0 sg +2141 3179 mt 2293 3371 L +2293 3371 mt 2176 3267 L +0.206349 sg +153 -84 -117 -268 2247 3024 3 MP +PP +0 sg +2247 3024 mt 2130 2756 L +2130 2756 mt 2283 2672 L +0.31746 sg +-117 -211 153 -84 2130 2756 3 MP +PP +0 sg +2130 2756 mt 2283 2672 L +2283 2672 mt 2166 2461 L +0.507937 sg +152 -61 -117 -67 2237 2034 3 MP +PP +0 sg +2237 2034 mt 2120 1967 L +2120 1967 mt 2272 1906 L +0.412698 sg +-117 -45 153 116 2105 3108 3 MP +PP +0 sg +2105 3108 mt 2258 3224 L +2258 3224 mt 2141 3179 L +0.253968 sg +-117 -268 152 28 2095 2996 3 MP +PP +0 sg +2095 2996 mt 2247 3024 L +2247 3024 mt 2130 2756 L +0.47619 sg +153 -77 -117 -99 2201 2210 3 MP +PP +0 sg +2201 2210 mt 2084 2111 L +2084 2111 mt 2237 2034 L +0.492063 sg +-117 -67 153 -77 2084 2111 3 MP +PP +0 sg +2084 2111 mt 2237 2034 L +2237 2034 mt 2120 1967 L +0.412698 sg +-118 -126 153 116 1871 2974 3 MP +PP +0 sg +1871 2974 mt 2024 3090 L +2024 3090 mt 1906 2964 L +0.31746 sg +153 137 -118 -126 2024 3090 3 MP +PP +0 sg +2024 3090 mt 1906 2964 L +1906 2964 mt 2059 3101 L +0.349206 sg +-117 -194 153 137 1906 2964 3 MP +PP +0 sg +1906 2964 mt 2059 3101 L +2059 3101 mt 1942 2907 L +0.253968 sg +153 89 -117 -194 2059 3101 3 MP +PP +0 sg +2059 3101 mt 1942 2907 L +1942 2907 mt 2095 2996 L +0.31746 sg +-117 -166 152 177 2024 3090 3 MP +PP +0 sg +2024 3090 mt 2176 3267 L +2176 3267 mt 2059 3101 L +0.412698 sg +153 127 -117 -56 2105 3108 3 MP +PP +0 sg +2105 3108 mt 1988 3052 L +1988 3052 mt 2141 3179 L +0.460317 sg +-117 -36 152 31 2070 3113 3 MP +PP +0 sg +2070 3113 mt 2222 3144 L +2222 3144 mt 2105 3108 L +0.47619 sg +152 31 -117 -49 2187 3162 3 MP +PP +0 sg +2187 3162 mt 2070 3113 L +2070 3113 mt 2222 3144 L +0.396825 sg +152 -89 -117 -162 2166 2461 3 MP +PP +0 sg +2166 2461 mt 2049 2299 L +2049 2299 mt 2201 2210 L +0.444444 sg +-117 -99 152 -89 2049 2299 3 MP +PP +0 sg +2049 2299 mt 2201 2210 L +2201 2210 mt 2084 2111 L +0.31746 sg +152 177 -117 -89 2141 3179 3 MP +PP +0 sg +2141 3179 mt 2024 3090 L +2024 3090 mt 2176 3267 L +0.31746 sg +153 -70 -117 -225 2130 2756 3 MP +PP +0 sg +2130 2756 mt 2013 2531 L +2013 2531 mt 2166 2461 L +0.396825 sg +-117 -162 153 -70 2013 2531 3 MP +PP +0 sg +2013 2531 mt 2166 2461 L +2166 2461 mt 2049 2299 L +0.396825 sg +-117 -89 153 127 1988 3052 3 MP +PP +0 sg +1988 3052 mt 2141 3179 L +2141 3179 mt 2024 3090 L +0.253968 sg +153 0 -118 -240 2095 2996 3 MP +PP +0 sg +2095 2996 mt 1977 2756 L +1977 2756 mt 2130 2756 L +0.333333 sg +-117 -225 153 0 1977 2756 3 MP +PP +0 sg +1977 2756 mt 2130 2756 L +2130 2756 mt 2013 2531 L +0.492063 sg +153 -61 -117 -83 2084 2111 3 MP +PP +0 sg +2084 2111 mt 1967 2028 L +1967 2028 mt 2120 1967 L +0.396825 sg +153 116 -117 -78 1988 3052 3 MP +PP +0 sg +1988 3052 mt 1871 2974 L +1871 2974 mt 2024 3090 L +0.460317 sg +152 48 -117 -53 2070 3113 3 MP +PP +0 sg +2070 3113 mt 1953 3060 L +1953 3060 mt 2105 3108 L +0.460317 sg +-117 -56 152 48 1953 3060 3 MP +PP +0 sg +1953 3060 mt 2105 3108 L +2105 3108 mt 1988 3052 L +0.31746 sg +-118 -240 153 89 1942 2907 3 MP +PP +0 sg +1942 2907 mt 2095 2996 L +2095 2996 mt 1977 2756 L +0.47619 sg +-117 -83 153 -68 1931 2179 3 MP +PP +0 sg +1931 2179 mt 2084 2111 L +2084 2111 mt 1967 2028 L +0.444444 sg +153 -68 -118 -120 2049 2299 3 MP +PP +0 sg +2049 2299 mt 1931 2179 L +1931 2179 mt 2084 2111 L +0.396825 sg +153 -61 -117 -171 2013 2531 3 MP +PP +0 sg +2013 2531 mt 1896 2360 L +1896 2360 mt 2049 2299 L +0.444444 sg +-118 -120 153 -61 1896 2360 3 MP +PP +0 sg +1896 2360 mt 2049 2299 L +2049 2299 mt 1931 2179 L +0.333333 sg +153 -22 -117 -203 1977 2756 3 MP +PP +0 sg +1977 2756 mt 1860 2553 L +1860 2553 mt 2013 2531 L +0.412698 sg +-117 -171 153 -22 1860 2553 3 MP +PP +0 sg +1860 2553 mt 2013 2531 L +2013 2531 mt 1896 2360 L +0.460317 sg +-117 -78 153 54 1835 2998 3 MP +PP +0 sg +1835 2998 mt 1988 3052 L +1988 3052 mt 1871 2974 L +0.460317 sg +153 54 -118 -62 1953 3060 3 MP +PP +0 sg +1953 3060 mt 1835 2998 L +1835 2998 mt 1988 3052 L +0.380952 sg +-117 -203 152 40 1825 2716 3 MP +PP +0 sg +1825 2716 mt 1977 2756 L +1977 2756 mt 1860 2553 L +0.31746 sg +152 40 -117 -191 1942 2907 3 MP +PP +0 sg +1942 2907 mt 1825 2716 L +1825 2716 mt 1977 2756 L +0.47619 sg +153 -58 -117 -93 1931 2179 3 MP +PP +0 sg +1931 2179 mt 1814 2086 L +1814 2086 mt 1967 2028 L +0.349206 sg +153 87 -117 -144 1906 2964 3 MP +PP +0 sg +1906 2964 mt 1789 2820 L +1789 2820 mt 1942 2907 L +0.396825 sg +-117 -191 153 87 1789 2820 3 MP +PP +0 sg +1789 2820 mt 1942 2907 L +1942 2907 mt 1825 2716 L +0.47619 sg +-117 -93 152 -56 1779 2235 3 MP +PP +0 sg +1779 2235 mt 1931 2179 L +1931 2179 mt 1814 2086 L +0.444444 sg +152 -56 -117 -125 1896 2360 3 MP +PP +0 sg +1896 2360 mt 1779 2235 L +1779 2235 mt 1931 2179 L +0.428571 sg +-117 -144 152 88 1754 2876 3 MP +PP +0 sg +1754 2876 mt 1906 2964 L +1906 2964 mt 1789 2820 L +0.412698 sg +152 88 -117 -98 1871 2974 3 MP +PP +0 sg +1871 2974 mt 1754 2876 L +1754 2876 mt 1906 2964 L +0.412698 sg +153 -37 -117 -156 1860 2553 3 MP +PP +0 sg +1860 2553 mt 1743 2397 L +1743 2397 mt 1896 2360 L +0.460317 sg +-117 -125 153 -37 1743 2397 3 MP +PP +0 sg +1743 2397 mt 1896 2360 L +1896 2360 mt 1779 2235 L +0.460317 sg +153 48 -117 -72 1835 2998 3 MP +PP +0 sg +1835 2998 mt 1718 2926 L +1718 2926 mt 1871 2974 L +0.460317 sg +-117 -98 153 48 1718 2926 3 MP +PP +0 sg +1718 2926 mt 1871 2974 L +1871 2974 mt 1754 2876 L +0.380952 sg +152 1 -117 -164 1825 2716 3 MP +PP +0 sg +1825 2716 mt 1708 2552 L +1708 2552 mt 1860 2553 L +0.428571 sg +-117 -156 152 1 1708 2552 3 MP +PP +0 sg +1708 2552 mt 1860 2553 L +1860 2553 mt 1743 2397 L +0.428571 sg +-117 -164 153 38 1672 2678 3 MP +PP +0 sg +1672 2678 mt 1825 2716 L +1825 2716 mt 1708 2552 L +0.396825 sg +153 38 -117 -142 1789 2820 3 MP +PP +0 sg +1789 2820 mt 1672 2678 L +1672 2678 mt 1825 2716 L +0.47619 sg +152 -53 -117 -96 1779 2235 3 MP +PP +0 sg +1779 2235 mt 1662 2139 L +1662 2139 mt 1814 2086 L +0.428571 sg +152 50 -117 -106 1754 2876 3 MP +PP +0 sg +1754 2876 mt 1637 2770 L +1637 2770 mt 1789 2820 L +0.444444 sg +-117 -142 152 50 1637 2770 3 MP +PP +0 sg +1637 2770 mt 1789 2820 L +1789 2820 mt 1672 2678 L +0.47619 sg +-117 -96 153 -44 1626 2279 3 MP +PP +0 sg +1626 2279 mt 1779 2235 L +1779 2235 mt 1662 2139 L +0.460317 sg +153 -44 -117 -118 1743 2397 3 MP +PP +0 sg +1743 2397 mt 1626 2279 L +1626 2279 mt 1779 2235 L +gr + +1143 4888 mt +(y axis) s +gs 899 388 4317 4228 MR c np +0.460317 sg +153 31 -117 -81 1718 2926 3 MP +PP +0 sg +1718 2926 mt 1601 2845 L +1601 2845 mt 1754 2876 L +0.460317 sg +-117 -106 153 31 1601 2845 3 MP +PP +0 sg +1601 2845 mt 1754 2876 L +1754 2876 mt 1637 2770 L +0.428571 sg +152 -25 -117 -130 1708 2552 3 MP +PP +0 sg +1708 2552 mt 1591 2422 L +1591 2422 mt 1743 2397 L +0.460317 sg +-117 -118 152 -25 1591 2422 3 MP +PP +0 sg +1591 2422 mt 1743 2397 L +1743 2397 mt 1626 2279 L +0.460317 sg +-117 -130 153 -1 1555 2553 3 MP +PP +0 sg +1555 2553 mt 1708 2552 L +1708 2552 mt 1591 2422 L +0.428571 sg +153 -1 -117 -125 1672 2678 3 MP +PP +0 sg +1672 2678 mt 1555 2553 L +1555 2553 mt 1708 2552 L +0.460317 sg +-117 -125 152 14 1520 2664 3 MP +PP +0 sg +1520 2664 mt 1672 2678 L +1672 2678 mt 1555 2553 L +0.444444 sg +152 14 -117 -106 1637 2770 3 MP +PP +0 sg +1637 2770 mt 1520 2664 L +1520 2664 mt 1672 2678 L +0.47619 sg +153 -49 -117 -91 1626 2279 3 MP +PP +0 sg +1626 2279 mt 1509 2188 L +1509 2188 mt 1662 2139 L +0.47619 sg +-117 -106 153 9 1484 2761 3 MP +PP +0 sg +1484 2761 mt 1637 2770 L +1637 2770 mt 1520 2664 L +0.460317 sg +153 9 -117 -84 1601 2845 3 MP +PP +0 sg +1601 2845 mt 1484 2761 L +1484 2761 mt 1637 2770 L +0.460317 sg +152 -40 -117 -103 1591 2422 3 MP +PP +0 sg +1591 2422 mt 1474 2319 L +1474 2319 mt 1626 2279 L +0.492063 sg +-117 -91 152 -40 1474 2319 3 MP +PP +0 sg +1474 2319 mt 1626 2279 L +1626 2279 mt 1509 2188 L +0.47619 sg +-117 -103 153 -26 1438 2448 3 MP +PP +0 sg +1438 2448 mt 1591 2422 L +1591 2422 mt 1474 2319 L +0.460317 sg +153 -26 -117 -105 1555 2553 3 MP +PP +0 sg +1555 2553 mt 1438 2448 L +1438 2448 mt 1591 2422 L +0.47619 sg +-117 -105 153 -14 1402 2567 3 MP +PP +0 sg +1402 2567 mt 1555 2553 L +1555 2553 mt 1438 2448 L +0.460317 sg +153 -14 -118 -97 1520 2664 3 MP +PP +0 sg +1520 2664 mt 1402 2567 L +1402 2567 mt 1555 2553 L +0.47619 sg +153 -12 -117 -85 1484 2761 3 MP +PP +0 sg +1484 2761 mt 1367 2676 L +1367 2676 mt 1520 2664 L +0.47619 sg +-118 -97 153 -12 1367 2676 3 MP +PP +0 sg +1367 2676 mt 1520 2664 L +1520 2664 mt 1402 2567 L +0.492063 sg +153 -47 -118 -84 1474 2319 3 MP +PP +0 sg +1474 2319 mt 1356 2235 L +1356 2235 mt 1509 2188 L +0.47619 sg +153 -40 -117 -89 1438 2448 3 MP +PP +0 sg +1438 2448 mt 1321 2359 L +1321 2359 mt 1474 2319 L +0.492063 sg +-118 -84 153 -40 1321 2359 3 MP +PP +0 sg +1321 2359 mt 1474 2319 L +1474 2319 mt 1356 2235 L +0.492063 sg +-117 -89 153 -32 1285 2480 3 MP +PP +0 sg +1285 2480 mt 1438 2448 L +1438 2448 mt 1321 2359 L +0.47619 sg +153 -32 -117 -87 1402 2567 3 MP +PP +0 sg +1402 2567 mt 1285 2480 L +1285 2480 mt 1438 2448 L +0.492063 sg +-117 -87 152 -29 1250 2596 3 MP +PP +0 sg +1250 2596 mt 1402 2567 L +1402 2567 mt 1285 2480 L +0.47619 sg +152 -29 -117 -80 1367 2676 3 MP +PP +0 sg +1367 2676 mt 1250 2596 L +1250 2596 mt 1402 2567 L +0.492063 sg +152 -47 -117 -77 1321 2359 3 MP +PP +0 sg +1321 2359 mt 1204 2282 L +1204 2282 mt 1356 2235 L +0.492063 sg +-117 -77 153 -43 1168 2402 3 MP +PP +0 sg +1168 2402 mt 1321 2359 L +1321 2359 mt 1204 2282 L +0.492063 sg +153 -43 -117 -78 1285 2480 3 MP +PP +0 sg +1285 2480 mt 1168 2402 L +1168 2402 mt 1321 2359 L +0.492063 sg +152 -40 -117 -76 1250 2596 3 MP +PP +0 sg +1250 2596 mt 1133 2520 L +1133 2520 mt 1285 2480 L +0.492063 sg +-117 -78 152 -40 1133 2520 3 MP +PP +0 sg +1133 2520 mt 1285 2480 L +1285 2480 mt 1168 2402 L +0.492063 sg +153 -48 -117 -72 1168 2402 3 MP +PP +0 sg +1168 2402 mt 1051 2330 L +1051 2330 mt 1204 2282 L +0.492063 sg +152 -46 -117 -72 1133 2520 3 MP +PP +0 sg +1133 2520 mt 1016 2448 L +1016 2448 mt 1168 2402 L +0.492063 sg +-117 -72 152 -46 1016 2448 3 MP +PP +0 sg +1016 2448 mt 1168 2402 L +1168 2402 mt 1051 2330 L +0.492063 sg +153 -49 -118 -69 1016 2448 3 MP +PP +0 sg +1016 2448 mt 898 2379 L + 898 2379 mt 1051 2330 L +gr + + 231 2685 mt -90 rotate +(z axis) s +90 rotate +24 w +6 w +1 sg +0 4227 403 0 0 -4227 5751 4616 4 MP +PP +-403 0 0 4227 403 0 0 -4227 5751 4616 5 MP stroke +gs 5751 389 404 4228 MR c np +gr + +gs np 5751 389 mt 0 4227 rl 403 0 rl 0 -4227 rl cp c np +[403 0 0 4227 5751 389] cc +/picstr 3 string def +1 64 8 +[1.000000 0 0 64.000000 0 0] {currentfile picstr readhexstring pop} false 3 colorimage +FFFFFFFAFAFAF6F6F6F2F2F2EEEEEEEAEAEAE6E6E6E2E2E2DEDEDEDADADAD6D6D6D2D2D2CECECECA +CACAC6C6C6C2C2C2BEBEBEBABABAB6B6B6B2B2B2AEAEAEAAAAAAA5A5A5A1A1A19D9D9D9999999595 +959191918D8D8D8989898585858181817D7D7D7979797575757171716D6D6D696969656565616161 +5D5D5D5959595555555050504C4C4C4848484444444040403C3C3C3838383434343030302C2C2C28 +28282424242020201C1C1C1818181414141010100C0C0C080808040404000000 +gr +4 w +DO +SO +6 w +0 sg +5751 389 mt 6154 389 L +5751 4616 mt 6154 4616 L +6154 4616 mt 6154 389 L +5751 4616 mt 5751 389 L +5751 4616 mt 6154 4616 L +6154 4616 mt 6154 389 L +6154 4480 mt 6111 4480 L +5751 4480 mt 5793 4480 L +%%IncludeResource: font Helvetica +/Helvetica /WindowsLatin1Encoding 216 FMSR + +6188 4560 mt +(-0.4) s +6154 3986 mt 6111 3986 L +5751 3986 mt 5793 3986 L +6188 4066 mt +(-0.3) s +6154 3491 mt 6111 3491 L +5751 3491 mt 5793 3491 L +6188 3571 mt +(-0.2) s +6154 2997 mt 6111 2997 L +5751 2997 mt 5793 2997 L +6188 3077 mt +(-0.1) s +6154 2502 mt 6111 2502 L +5751 2502 mt 5793 2502 L +6188 2582 mt +(0) s +6154 2007 mt 6111 2007 L +5751 2007 mt 5793 2007 L +6188 2087 mt +(0.1) s +6154 1513 mt 6111 1513 L +5751 1513 mt 5793 1513 L +6188 1593 mt +(0.2) s +6154 1018 mt 6111 1018 L +5751 1018 mt 5793 1018 L +6188 1098 mt +(0.3) s +6154 524 mt 6111 524 L +5751 524 mt 5793 524 L +6188 604 mt +(0.4) s +5751 389 mt 6154 389 L +5751 4616 mt 6154 4616 L +6154 4616 mt 6154 389 L +5751 4616 mt 5751 389 L + +end + +eplot +%%EndObject + +epage +end + +showpage + +%%Trailer +%%EOF diff --git a/example_fig0.pdf b/example_fig0.pdf new file mode 100644 index 0000000000000000000000000000000000000000..a4a68916919f35513bafecbe02ae364ef3c08962 GIT binary patch literal 14873 zcmb_@bzD?i*RTo_15%-upby@BQ9C-op>rXYaMvUVFtpYp=5olcuaZCzOj9#MHn0A_v3=<_0@i*nvbv zA*u+J4cZpW5A#?*K<5WD%B5RtRx%kQ>?+0e1v>rHz_64zw%j32?up zBEEskQ*$ZP!~XdwGkIqzfoaxc_8HFX`ST>Dq2`v)hl?C7_Iu3_==h5WC&;$q@3Sfv z5lTtlefEz1n0W$Qg7l8!F@qI7Jw067Ej`)3LTF=zZ$s3MxLx$;qtEA~X+mzMel`_5 z?G-F<)`v1iFEWo$vxm2477C7XH8L|qlaE{x{mA68Ztf(v268t(&y7M_@s97`dImG- z#L7dC)A^Rer|uQD?>w(dAQcYQVpe@ob)ZWW)u^l6Ig(>7lp}`akKIsqPh&U+YdhFQaKUeE zB`5gUch>VG{LZv5r+w2hQC%HMM$jfydCS0%4}Jfu1ytY+^=CsuTQn8$}?2jZL{ zi|+R8`pUu1@Rrv<7OiubWxH84?n-Y7efQpUZQt;~DRk59KL2{JkQ}}@cXMLbZtSxi zb+=aoq)_BDy0Y#2*;e~PA$F4jdI^)AqMr#HZ_n7I!I<;!5$MDFh zvFX$6B-}M^u+p_1*K8p|_8 z?Xm91e79shd+hoUOT0VA{33gd-HqE%Zk5VfzU7Jxq$r?r!XLoInByRub+H)-r`nz# z3MMXy%67!rPV5MFFVfgL5MFah;Zl2a&j_#H3Y*(8DbH{;5FTCpBDF)|`ve z3>{CPe(~P(VX->-l4^~6Xa6N*sR^@6S8Vk}tIup@!N-v}*Td+6kre11FO5_#D@8M^ zUg6vHCNM(gV63$VMhMqz1t$!8w1*{Q*!A!?WSE2>l5dXFD4gTB2pOv_N<$Xc#_!w7 zFtJt=*QfRmyib6pPzo@>?z2i^PK!nlE9|A=m$?&S>6F{=z3okLrhT=SlU;c}UiFx` z;6dugv?Y8}acAS)1J%W)+&6bJckl89?9q7atY2^6s`nw$_Y>XxvDH=0`DUl!=3!w? zcO1WohbY!z?bi6-;pC?uhQ+0%DMF;FJdrNsQ!KAk9|v+0uHTg$S>{k??mx#ai3E`lLnGwI476rr~y?Efj2~;jhRGH^AR`u%PvJs5$!5&9`#W zc3sQSL&Ssa2) z9Gs-0*@kvq_r|8EOj&Ula!YWdO3G-a2k&20jXgDGbB(siSZA^;cwvz1%J7lx#VAHI zvCDLv!OJF!xdYzq*XnRn7H6Ik0+Tbrq}{fZqA)0}0JYq-uhV?`GOUQonEvS>l6AJD za%f&pCiF6#DNMm)lQrbrIuf%Fc87)Xm+>Uc4pQX|nm5-%m}k5Kq0@DtgyXv)~~ikG}L4f91*rp)E1Nv9fd_i?N_Y{dJ8 zh3!7)>}Hz;-SnQ?LyQIHqrgO7T3*~avSRxl&_mySO~tECm=Dbrm}d_zEi~#<{gJ68$WyE z-~3{XH8OkibGSwT1@-ApvzG&P``&3v6(5&fqb?R0KJgkPkHP-Hsn}(;c2Bg9%g`0$ zql?V6_=_1D61E7D&4kG2N5|*36CzG`ggv(slExp^c)EDadt~RD*WuZ*@8RfkA@yF# zw%P|33@_YwIiBaIbM3USy+tg$^emrO$WWmF=si;n-7Q>8R)9gIAwdo38evw|K}s@u z;+?VDciRNowNQboXFdWSxWdk%+QK*tU_lAy%b7I`D>My_CAgBfh7m!NcY~^HV%;!_ zrlt*BtyU_HcJ_YJnx~iKOM=PIrt~E9mtMA1MYxJQ&0RxPY8sO*MdwEk~C~A#pjUKF&Erd+uC8^Q7q0!$`{GX&{))^ z^7qCfew+2Zs`Mk>dS}H&Se3Fa$3q8fH0-5#7EhLeGEJI~%W$LY_nyFJ#(fcj;bd4xh<9Um$A;?P|0|_%=p5rproit#)aA%$@=qmd7&|T zRX^TWbhsLw!WG%~2$Bi-9>2pS*8e2D__{F1dh@_oXlcu9Y^MEKd<-Y@<&A(@kcMf@S&3 zpHfa)xrAxuh~^~7+_?t9eY<{tOs<=JGCLru$~>f#RsVVgxFD`w1Zl zb)BL-2#{vtkU3`qOYEj-rhlvUd;!bD7C*ER4v{bM$?2xsDBbDNb9n{o2j-v3wHDyG zOy-@|N%q|_axyx-IBwGre{wWfp|#ere=pIn=R?KI4u2vB>3!GGrb07&p~T7zj${!G zpBayy#nUjI>tNz*Wzsy63<===py3gZXl{(?mukqGdE?~4?JMQT^>Hh3EG+ZAsBT0 zqDYM?DX$ey+>NqhY90mpW=ihJ-j77Y1sn0r&ELn4L%Zfp(>temZe&` z36V4H!FfSN09%=S_8Lzdg+1t;scPS{ zalSlE8BtWx)XUZ8UQXYUMIC1O=H_P@V)h~>Mp1?>)jIfW3)P{Li^wM$sdmS{HsyQm zt>7DCIIF{QdLc2n=?<#Y<>~k6iL9Nz)RM}m{Ny=+RnV*u_JII|3cP0v1O!T z?JEzV=lu4T5e5Sf((-K$)%Q2w+RUA|M$t~xt01`1Y&msE86q=YX>Yx{ zF7!1S&#v-1VBE#{%wD)=PbXFEIA)bhj8mMCUZKv@#9ol|5#VMe@@Hu~j8{!MYx6db zso?f-Fyd43sJ3BTMvI1RC`U^j%g7ChRfu#I$lfJ<{m(B1q@>W;OAJt+FJqV(nBtT2uZp<6D@a!=3kWmGwjeAJ;bTk44*v7uf>ja*K! z4@G-yGcu&pt=?l*I?nyh8!fKm>}$WIsGtAP3N2P+C0R*Y*Z7o!HF}&eT4ua)pf>Dw z*}h3$@{!*w1q#AY$(O2OMe`Gw;RrQ(1skncVS;1jm&5P)`cvQT+G3A+*&1W!*IwIw z8l*78oGO#MQ$+3WrPamk53(k^^KOH;Bu5i}135(;Da@`stD=P(`a-0sn@0|8y;__p zPY7t0s{{=jQeCvjmwl*m^lBu;GP6&79=I#J9^zmgg_lnCzFPH(y{}avK=FFm4s^19 z;rdh@OKH%eajM^t%_xQIY216Eev$dzXurhabAbafB00?IA@TK|(Zc}M94>D1v7I$J z7XG#eU-mu->!8L~B;P9C*5SA;Il#Qd(@RCG#>Kyu%+@niaM7A)&W5cwBS_wrpgp13 z^wX`?`%OhhdP|jK+xh~CgG|!YhVE7hT>(xwxn~&1Cae*r_-gqi6~=X)Gh zk87Hx1XL$CV;@v-vk&Jv3Y5b(VeWcZ3f_@jQ4iWw$nf@}Kipy>c@%X}R<8c#G=$!R z#57`(_%0-Xlx*T-Rw160%dVSZKc<3$WYCMjh7yZUZL#vt>xlc(k zNPY$@5=2}wu%?%lJ?^EE*2y3IWb)|~0j)f%kc*AnsFDI1>D&4z)C=)55aW-f5B=JS z=ya1&KX$$zC~EahUB_X-u#M;GLFGOJZQ4@VI_3FdX6kVr;SnzD{ppNmFh z76?jTj5M*tvghrEhR26%peMkQ5v8VnDG%UvqC~^SG&N2J!muF7L@o6qq3j(K#cB)oww1HLWwm>mS)Eb$Ftyn z%GLSR?K67o!sr$IHaGN6tro4o+wWWV#5nd=e{{SVu~u%;%XdiN5qUKwoi$dw>pWi#-@vjz1RA?A$>b&Pgc`-HQ`wCA~(Um!fE- zljX89x9LG_Dj?A7HLsi5zbk)P1s1va-?9?}EMg zec{B}yu;o!@$tT`YM^O1k`RM#47g2&hE*w(oGa&Jcv3sC%CmH)t8?R4B80+fZVOM4R&+ zn$DHVO9d8=PxFwj>cu297~n3*ht+RJbjc6Ln|b#!$h(e7Nr8l}7rk=`Wcm70_IjIH z+8rdrl?6!P5?}5+6Dn)smn%^-DeXFm}n$&crMC~Nx0O}YCGsvZU$9qr(lJf^U+ zC}y7M%0YwDL((=~`&qqc^qyMf=87+0{jgr$80S?IW)8X{aw+{&tYcUI$!Iw(Bhs?9 z%RNP5{N_*nG>O%1@RR1MSew}vIC2lIKf?I6LJ$kpwR+!;)W91r?ezo*$bmFL= z2VJr(NS^$dOSWQ?V6T@F{D<0!e#4nVergsLL~rIxijfA=HnELM?S*mG%X|U!14ZmM zx$}0f?!rP->bcWqLHCQJT!_b?6*(nOByrSa+SLvDtpsS@SWe4AlY=VLVeb%;$b}Xa zcOHv~{#(=D3;nq1O8x4?ccalPpsRe&M3ZzoWwNOW)rF1ktBd$_il>6Gs)w)j3Ba1x zIrt$Xxz_6V8}YDI4*T-tSPu&e_XT3EHqRS$Tk>tS^zl@zXHDER-Mu0mWqS=AwPB$Y z12y$SYn>vqyi`sFam_V>qWfen1m}WPz8@nJOT=6Yic)eo`o~0K6W(#X(X4{N6cTQm zWX0?&V-v}sUDQdWh~#WF4@Q||jX%U%KT54h3Rb#e{DeVuvvWy;)>En5u1m2>P4G0J zEjn4CMkHFc`<)*DV_7aFNz6Hd$;3`@|Ke^6Sh8%y@mn@e3-wc-b>W()(QbTAVEVO> zS$QW?*Lv@UD5X}?M*3Hd3B{Hi8s9p+@uqhH))mH2L0V+z{ahiY3nN*Mj*fhsL+);j zV$W<v$IvqOTct}w`bkm(UCj&?0{ zx>Q&+B|+ibF{4b>goS`Dd`|qGJO9nxxOURQX7UvmnG;b@!ndOp_wl>=Yq1mW39YIDNp{jj9m#RY#-D#ulFo+c1!x)y{05!MbuHagxy0U z?(((*cA&0mP6#% z90L<=z71FbuX9*rY(HhKoZ6&+k-IDW1{RND@Hks=@LBk+9S`5?9rm+0TwQQ(37P(; zw_c!l3|ri{m)Wh_?+)8Z@$iSagvM(EQnA3}K-OAsQZ$A}=Ygny*r0ZZLFj{EHma!w z9|~(7TFyo!^$kQw)x){bdk+IOV%X4eG5)RUGlv^3VMN_tw=p%hR4j zHEWx7+YuS3xLSgHz`6EzGc`?$NmEVd;X*D4b-h*GR-s^p(W?f{l*n0ZhL9}Eerq3# z+UST-`&M1uw*ooTT63l3Utl`Qhq|V3azy zVTE_=Y^VtBO`fPv<@dT##Y;yroRty}QYBRMq4oJ8O=w6q%c&WcBq` zQ)EFDX2Eus=>#j3aq{xfxsl6ywoI)g(jm{^YARk?+>kj1X*9}ufL1-%-g}66R9jkC z-R?k3i3c%`8}}fv`${DR(w39udgtx9ra@D!*SZE8?I_0FRAWEHBHxl`0%7{vp^rL& zQ=N1gQ*lwerEEDtrB$C8 zlT_ij9yRr+_^#kh8jFG&s6U7}!N^3l(864Q4lN5 zu(`J#z@9~wmUajZ88BMiNqQ&Ogf7Oc;A~?R-=%g-*{N4}a(F_tS7E`bS;zFsSK7E# zB{Ar^@SRUOPo**AP`Nk9BCWM}PyvUO@NgM~NWTv60>mg|kq63LTg4Rl{)_~hrJGc^ zmq%8_@vRJ$rrT?#uaJwY{N3?-ZEf+cmgN>20=R zcXnuHlH2cmj`M|K5i-<5<1ze|>BrX-t=`=E7DI2>Cx7_v5Krk)*9XP$A_1rqgd$aE#dx6oH>R#+z)tyMJN5@9xo>)0B&qu|YS`@XWJNH3-P z_m|qj=H|#}TA_M(DGDuMYGW@=pOCF{KkW0T2i`BdiVW0sT5ai{yythvn-)X#!dPP4 z-V@w&bA}_5HHL2O8NcH=n)KaVeE<vBwMn;LNtL!!Cs zR|X)-SK`fKAi7tv_yw*qpUYvPFvS%Dyk`#RY~^z0BeWYzk zOHxU?krma;-D}7~BwwpBRoHp#HQ?MbkaOvWlODPpNRqdV_=3zkU~7Bycwl2Ug?CId zqmHKFVDCYsh3hgF_BN4D%otjW(kbz))vy$3i(8UA z^82KZj(o9ALflwK3V9>wX_@AZKOSErUlk+c7mouot_~y??rC)~^sENs(O`%mYd8pp zORsfp7G=}U4^Q1F_B=D#)|6H84paV`g`xB<;p^<7kvJhzc%|WaOBYU*wHfbjL9@Vf zI7b`W{<0L`2>&W6^=^o4V(-Fl^(1*Pb#}Q%Om$ru zuFsF?SdqAASX>406lJsc9ZQ>)w`Q((em=uQ5V7!)ySz2$NYp6G{ zI4ctyxtb5+49nYP`>S8u5psRep-7sf$_kiwCAZ{Fc_u+5gQXwq#+k6PFC#zGdmrmi znK<0WqWsIvz|B|a)Y|+0x#dwl(cE?4)b1Bhh!5h=?+*fbZwHab1pFq!6i4flDA z!Yt85T4UyQg2@lDcj?_~FDKh>PUGbcuXo<_p{vAxrfeRrFyzqt6fkEi4mn7BW|iOc zKKrVzO}Tjc7vCHkQ_M zlXa=e$L;(J)3;UM!iLOD9N*8+`(?$vK_4o9Dm|fXPW#g2+k8?lEF@0R(1~_z%=KsZ?d|nzoGuZ>R!(W`G{MiBQw!JHn{Jx6?{xu{6y2Wj z2|+^)2^Ut`tvfMIjeDsfLt}o37`!%FoE7oSmmqcj~V(GGl`PUyB(v zS-S-%PTe@dj7+@w2#B38mI z)g6V~+bt!hvga&WpxK8JtbL!@>DiX$x#QskCLze-?szDE8CG!EfFjSk<$?Rk0>6@s zj(N-poMVoajuVD#fRXm?@xH&<2}t-#JMv&|KPa2dGV3+`K*6Uv#&86IL{~F$^z_J1HrC@H z!yK(^{$7ikX3YRNt7;j!VKJrX_}e$cYuap@?hug#~!?kJJ}!+h#xa&3+s; z{X83AqHEpZd-Ai_Cgbe8)6X5qw{JE-&UJpCWWV_Fb?3*5<t5y05hL+Sw{a^xggp7+`LpxOw-Jf4Cr1aFzGpNY#}g7y zzE(&;A(yXPKL2!ha*0j*+3aM;Gfn*K#ph|r&-%o+HBP$r)7Z?GpLb5hPD5u!pZxgZ zbTRqj=e|bf=SLsEeY_RfBsyc&GS=|ctz|XgjrC1-u28q zS~N_lZlUZ_j^RyEihVzrZZ+t%s~(f*6ia=+kg8lQF6wk8Ra7pM3XfOAh^zd8N}?%C?58=(q3D=P zM(-hUf%rnaBh-qs=XL?qWlSyYt!7y4rNauTFY5kSh7^36|P>}&cbP--? z08P#dt)PPjDiy)dD|!H`yc0kM3jK8h6fQz!fO~+l8~Cc=Q5ytw{buiKsy_-K0crq$ z;9m^7fgvhLD>twa=!$)9kO>%|;C@B&Z>U$)f7ed_fhhw=!yTM#{v`2x6>11H+zJ>0 zL;s-l*W3dCB=FZVKoAX0H850M{5O-oR`q)-Z2`~~p7vj4el7FQQ9+R4KS!@_e-BE- z-4IuTf#|5qDeG%p7j`pSr}^bM%zPb2y@`ZrVf z7artFk0=$b81{DPJ@$!NNU_vHW<-9g-z+#|KZe9=scy)c{ZNLcNAaG|z1k%R# z_wCg*S7TS`AczuR*GNk#l#K%d%ngF*pb?JxU_mGdqK0&H1H|*o2(DBNf*Ag$!pCz( z6tEb;X;~p~h&9p!0kH<$8G`&{oe(D!0^*EtMLJnQ+#qhwa7zRPZR?5v{(3q=ydd5X zABYda)rsxbI)Qp*1P>T`rMACyL zs#A!Q(ZSvX*V1fFrwuYE0~n=u+IyZ2dyE7{an zuEpMT%AKf6h43aA9rK%}W>yZLK10|=HZ%AIcG^}MhN+zQ4!(RWZEXBF!kN(lmUO7> z@J+vbuCLUquA-`^sP4xbMXk50sr6-#JC@Tu&y(IYo(1KT)gn#TV@z{B;wOrgd`1$UO84;I7 zTk}e)l)k_<#M$I6b-%W+nzw{W?8L_xv!7PxOBCXhpz2B(&FD}ykF82ZEi!pnzL;&f z(tmYvs+QMckh_=+i=4KSm-ANBnr1GAV&_*K!agbXW!{sCS{7Mmfr&VD7v1EWHWM9; zk&EuiUfKSx-_n`n38tz>Hh<1G5=)ohWn-p%!-wXtzJc*J__S`)nTE@`ia=e_f}BM0 zEhEue5+;nnHC`o_@)$NOX)sxUV#V6cd$PnwJa5wUDX~}iqwXKG4~mw>F>+VE-(h{I zrKhQ1tU!;gh4A&pXpx_HEy^#TF_ASXoPXny=7f@1z>BASP*vG@dpM1EjOdk@%xsr? zaD>-)CVS_Y*v33(I&4KNbKfcYyoO1_zFs1x#)|#=NFLhQ4~IA3JTnc}q>>fyWQT`T z<3b~(NEBk2!CNP>H@yr};zYleFjZ@xZR0AG;TtYz^sqd~TjVlaDL5EXg4TQSrWy2D z`D`d>z-Cd8XI$~Bbv&o;-d{|kO^O$%oIX!(Q* zp0cD@AS%aVrDFc{<@wibHe1?>Gs;@m_su7bV>Yr=wT~X+8x=N%gdokPJXk!MHrtgp zlSyR?HJ{uY;wH1&C|HOO!K}{ni5QT=)p{dI5Km-!s5AC`KcI6oy*R|=lfX0`r(#?x z)oqH@BPuIt>z{AqR&L>Hq&>~ndOaSpBjofwNTEi~j`6r1L{gurr{pV+S`<-Um4)xF zqQ)-ox@~{Wr#&4_?C$I!{D5WarC1D}e5O=uV*B~D>+8#E=I`VjH6qTb zPG-6UeSDVR9B2D~{P>W0NSIaBaeW^fp?vkw`e)qsD=_){gXYhW<*yyoP)+q;+b0jt zU)!gsgcq=L+au6m3xo|4CC2ilrGo{Gv=U=6;8WvPbCyBaA{BjH5jsBVx|TlnmO@r6 z65=3H2{;fiA~?O^&Yaf2zBF+I0}mWA1{rNtd4?+hFJUi7XGb7%0(&_+pxlJL#8`fz z2m|e_ZU_tb7YN#3jKxq*6O49paIGPa3{uMi$*&OLm-}>o?M27+bkpB3#8- z6f{-A3bsye=s)5(upk#dFAL=N%Kr}-0yOg9*AA%h_u@qX7-2OaWU}^_1;TN07&nxM zlber|8>S0|3PZVtp?n7$^hRN0pA<_FHrvm`8QN2S6#pm#MPv9 zRi&iwgMoq#uo@g~du0Z0_rXdiORhgA{)PP;SQK)lpufrI|4?FZXEn9|S!RxoSEhUg zCoJn^>Fx*wT}rb5OGEiT)UB1}zu0tkcXjyX3s#m8gahJ=BR4?3P=HS>OJQp#S4TKt z$#7?9AS8sN0Rx8sX2>Eg3Jju=Xa|J&FHe(lK>yKjKwf!{umc=rBgW#zX@#(cyE~v+ z#1UR_M`s6wnKjaen+xIW_Jgr%fDE- zxmf@(zz_dF5Wn4k^?&defR65!R$2dDUu^$6oqD+Zm;G^p`T6*G_`ufS zKl-5Dd;-96`RW3r{_Nw0@c^f)fA(?nUB&qS*2ly5?{EMB6gbKMI~>n{;_~wVXTX1h z6W{?((Esd%LIr^{;6MAg`33$1j$45HKl-4&{J=@=pSVzNp?~KY3KN9=Z4R_695~as z0$*N&Av#DOAa%h9hG;uE0Xc@NLk^JRKv_G1udD({XDG>njYMUkLb8Iq^0IQ=a(puK x{Cu+f0x)iFm<&utkWYqJNLKv+4`FhZzHmdsUD3ak2Ib|23W1oInh1&hRhp(-vmSfmmX;bw=FksjcEh)5K;KBz}=5n!T<*noA`QJj(dOApDCb zE7d1MOmBxA)+5Wp>A3l9%JcBmhUq|t(&Kq(V8B{g@%S_2=i~QoZB9E+Y`wK;+B{FX zZ`ES)G{C*3Wv_F&PSe|hc}A#W-;=3pYpTNHsPfyygsj)u;DI5XcffKr%lmnAx^wsA z@5rx_ch{F+1^RwHT`#Nu?s=`^5uGfwEi|LzOhA`>#NY9*^L$4(^Lg%r?egq6T+6s~ zzugQNEA!`FD*l#73`d9!5x%?Kz8`-sRD2-6De$IfNmK+k*p1;aXlwBR?TNj`*Bh`H zTIn0s8(FdF`L$e@a^fVPZlX(8tWA0nMtVQyU_TrZb-_C>_|kbH!u%P+9$ z_2%`Tn*&zOuaAzG*&A=31nO|471doPF}gKhLGIj6X85DHd+ix#f6{)ztj%Y=J8cv! zlr;^J=n?-!&um)JT;>tl)lirCQggVo!v!XZ+BqBO6~jQpObU8|f_?dkmzPhZh z3p?|5%|)J3t7hlT=50jgK6vj@dU+>rWO3`G3+D z6|oysx!ckk-_j7RcL{_)R75CxkCdNEaofutm(=Hbz|EcSFVWgxQ=fCE>n!T0b#l<+ z*hUyR%p5=2^?#|;L^b{bpDjv6{B(Ri60OxFtW%X>=+S<%&as=`cq)88R>lSW{3ZDf zcna%rv$;SxpX%ez$Kh}5Pt=F2lcl@uznApER;?Fcf~x4R1_ug6}=h_wl+o#i@M^b5KYi@pvD{Zi+-<}uq4JC@%w_z3e= zD1bVm@5)reSweT9UEB3)XVj5gVDFg(p9kf(|0JWs>?u;~{^}92(BxYT?nRJS;WY!bTrY}Yi~Jo!?P4B#oZD=3cs5w8!}|~p(YB1 zS&8xzqD%!(*$GA8_v%nVmx?%rq)OVY)7z3p8o06^o(nl}p=Z+QX;<<1qv{iVAg+kT zB?%W(mc1NyW!4Wu1zRoq`-!Y%UHEfhs!WWK6!uA?_(;Ag%8()%W8Bb+7Q1lpL&DeU zSL9g3OamRofr>jdy0M`SSJ#YPy))HRQo@zP^VK4}-{#vfP5QR$@jT_Ozq(d=h( zx*#%J+k|Q1{Cuk1`*emUL4q$#D|@)Avc#X}QUsEisOVYxNbD;8Op>j>d<)CQZ>W`X1#Pji6IQi!?;GU|Fn!aW74f8wAt4tzf^FS5V@H{>PZv+1rkFP)KWGh z)Hhku*07=m7QU({JK3kylCl^{$aRLcEP13=JR(t-m#<|4I^U?9I1)qyZ-&{haa0qzz2ux?G1*Uteej-b; zpTohM%6aADcLHZD9#VBVEbs%j9yB_C`-pR}+`=lWeQFQu*r{h^4lfI_smu3fr#4Zk z|B=Yg%0sYW{L%?js+Wkkaaom+V->A+`4jdmVW58EeIA7YL=PZvNP;0A6i-^$Lqvfx znVB0cEl+hLicRuv2BiqN+5Rku3Xbo~D6`I(tojVcK;%F}hWS1L?-|gRYv}wZW?~8g z>WpmSFTd!h)~gW+^{{W>z)6atUfN$#V|zB?o(|>BMAU?jq_$L>aEu@mtc!TuK_jM~ zaYhPFrIv%`nme2+;Iv{8jFxFxySX=dMdzjb0$Y%L?doVWy8tyy3b)^;JHqK%$;UUgRF@K12>l>t^qfg7oIC``+pFS3PhZ@*?#94>#d`?Vokosp3EXOe4&QUG8!2#_vbFVrG(aSe3(9ZR{EmDq;D!) zfW3ur*eMm3#M2Ykv6#kKuPvOSk7^!i`cd#OyD2oZ{z6Tju*74wz_^^tYTMRaYUa6h zm|7ie+l=*@XLqNC;`sS>M#T871M|YU=e-#pTr-~1xT#mIl;5Ocrc6p*@a$n!b>$_n z3Gp?TuG0-xg!r2`C1lF@Q|>C5rNXZA%KXwfZ{B*X`DFs11rZrLejIwGY3*x$#Kc+@ zv~+l!K@2aCian-vTU9T6L?-+U{xR;odiFYhC@CUS=y<$g)2Ab`?z6J(M6qv1IYIcN zZ%nqt#_Eaw((~G<2&@aWOoDdmD2%dmTy;HYuRH7Lpa@h+Mgd$o-z0*@>Tx3Qqn6mC z*ubMvXX*UKO`bOnLX`R>xJE9Qc0}3ABt|hW1+isCB`ox1f!j=gpSuZMhS4+26i-&-G8A*Av{9 z^*-xfkvZ->->iAgcGM(e6<1acZRp*t8siY!;fU*^moDLfKm;RQ+%6~cy<*Sy^7;RjN`pDK?Dxn ziaSmvMOXA{vOmy|W*?EiR;R^bSawC&c_#7Nc31J#rr*+}apr@NJXQ}r+%tnGZ}st8 zMS39ue?D>zQAJX-T_vTdzr+_Y>w2`_pfQhgPn$AWB$Lv)gO8MEI-!TP2yE@(T>E_e zrRL*+WrDCTBgY)l472!MbYG}ySH+mxYd8U|5*}%^>ROV#+j~VY|dB@drlLSs06NT@_fT4h-&lTe0fu@R(-wbfmIW^JiCN^&Pk>PJsz=E?)xG zOK~zmX*CQUchCdJp-lelhDOw;dy%4iutaYtqFgxH*XZ{#v(-4$}#I9Dx|u0wbzo?IJ)^#iibr-?+Or8ZkeV7Hg=Ga9h$ZJu=>YI_-@ zfurNaYf98LkN|GHR%q0vk}!)+B{Q8ut%JLq$fC-(Ixib$@zFiiiPW@OIPa z>GrZ@@>{KXn@`*F7s$oaYxO~Qd75y(IZqWF6>q$tiob;Gtp8pvKh%6n=srU4jRS_1 zXYP|`zX7-Lt!q70(3MXdYT`;`8p_WJ*=z@iw+#e08_qG_V7Q&x#e}6>@xpZU%zVcGM9_-^C^GuJHMch+e=*D$=TZrG zqlRm00%b)(w2fb4({G1ZIh)8qBO|fQs z&HiXieu17;2*+tH&cb(g2X3| zJEecL9D@)3IIhw3jY5NuAi;)3)o6ORk|KX|ntlF!rE^cN&hFUdHb;_H{H?n&o32mb zTBPRPgywIAZas>RK>LN+66`X_;l;RQai}~O9t%>8NZW7Dv*2@b>0zSsN#swts?sI@ z)-*<;-AISKv)_=&f6k*D z4NNK{aoT8xH62#xcXSdRgB)Zp5Yg+hAS5X5)7{;2g^i!GrI_ajHS7`|F z=L#lt<=(=U)%+UjiD*f2>6J1pVS}0v#-(hlc}15`pBmnSzkm9DUBOdaG(|(3 z!ugJLQIde(0-geoLPo~}y%~P1CyjgckQA7IkqOaFeNa`J1@t@S?r7Y>BFer83;!c+Vrk)`SLp*q69J8|TW%Q-R0^&hA1d^|iXj`}bw}OKdAE#Uq;+y5OecD?X>HzY z#H+Ne7*)?Js&{zAa%UGZqB`7h*@?i=lwZKff`h2s6Q4iGRIv`-IMyC_9CBUntASF^ z6{l#PeK%@WL+3BC+FWw?ZgIUZzM`=YK?bo>-RZU;5?#p%L6nULUu9Otn{qc;S7(OH z^?@+Ygxfz_+KrpmreBKTBO~-u?$&84E@zUNxVkhpKAPfpGX>%Q(%Q6{U8P!+5d?b9 zs7&J~`TXv~HEbd6wAFU0x#}Xd?%GGO1C4Z{JYx)8-DiwF2xOFjUMcmr@uXk7(`(Zt zv$vUEs?JE&$MKLj+A#@_sH@h2X@;3FQcViMZQ5cTHV8emnta$NlQHYsyTmN1DllZmB%V0T)1Q0!< zj@>lYSR+gWV#`^HvF()pIlj*EJVdOIhKHH(O(mb{VTv1%>RK!FQZTX==kicd%Go!0 zd^VP7RtZ!Xn?MP8UKboA)47$beiMc0#N$1q561RAa%^A;_;!_~fQH&JltB&Yl-4QW zcwaVm8G@2>V?(-R-b?53pwKgi*;og#=z)yPX04_d!)F^NrmLw6df3vsgG!Wh`qZ&c z;P<^JlLl>x*k>;tml07b58V}ONXP?=6O_fg+A2>IaC+6$dC-*acGCC*BPCnZlr!ri zwT=D;IMt%j9}>J9UC!fen0qR@9trsoX!0Ry7>47Aqq=(^yUTv+=DO(_>zDh*+=`!% zc6))5bLD{u_u%CK=H&g(bk)S&D^HlaY=adKTpk$IOEH(=tu&nvkul5`<%*(gZG`Ik zZ;DZ6Hy&F1BqypEsl1NJk`1;*WXYFWBA#Ml;@$d@L3m0QR3d76kM$GrJ}>dO22mc= z?5xUhkb!h&Y~&+#oQJ-mS8(>9{e+t+PJA24uk(^_^$nCCaQ(DMLPj!36z^#S`vL)* z>s$CsZT_^_eq4$%+Vv0HR?4@ueB6+2FJKVU{K?#-AAo%@0GcCN1K=<{2kV6 z@BfIl;K`-dVyLBDuq6`J&p4_YVp)K|K!d{tfr`GZ9ZRa2NBVj>SGX4wU)qa|>(MCo zu$wufX$?1qCqGrselgwKNtZK`6c5KAal%E;PK{9|gc}VnHUG^UQw7WgN4~I0afIjYkZ23$a zJ-40mwbwALr6n&aBAiKC+la!|G$@xQ{mO$~G>AAo(DXXdw~#Ln$4dOSI>}b|`<2Qo z>LlxxfqaFCUE&hdT%}zaH0%8)e+HzUBEo?)UE)g?_-X$Qi&&Y+T1AG~&%@>c)o$my zhdYX&=eRu6#KwA_lnq;~cSLQFLf&f-O%i-qvERBHd+U1i&F<%%Y^h5%X|*SNIuV%m zAUi$~QJ!|MS&aC-+cewTB>lcOvRwDb7z+iY(V`C)VB)YY%7&mdmpl5E$#!HT-$agj zAhZYd563~5rZevlEGjKDJQ6dP9B^N!-8^)|K~QmV3|=-a4{#syUT$}uZM*8_#c~mP zXIgiY6fgS?Qr>puaYEdcc|2Mj>~!}9lUF5a=N;-qyc)h>lAQ75=ggB5;-J$rSlT>^ z0(nY}#T3PI1ck3cf7i}2zvxQDnXLfWBq+quFf66nbf#?$`hk4p3q1T|as2pO(Ja1u z-}?2_%jy>0U-Oer#6 zF9wJODwbn!2(T{I2s@jwRbwaCI8gE~U-&cOT%oYQ?kdL7Co9|;S=@K7vJ8nQkD4#; zc@A}>R9#1En3`6t!5d5b<;nCYNp$~r5AhdKX)A^7-Si8XylssRD;}*o0w?|{>Y3x^ zmxByQR3xYvq*H~Y{0Xgbj9(6a7^41Et0)iJfp{<)`i1zVLUB=p-q7gc=@nmu!j!1w zm83^fMqgNqq6y_*k8yKbSx&=mQ9o$Y*MC}22){c8Dm7TG%+sKSXi=Gu0xnT)J=yTf ztB3nIH}aY9MYdIBc!lvp8?VaFRV?*9c%0|1=8VW0eehU=D8!gf73G7H*9Yk{AY5Bs zv%iBjo!Y*RTf}vf5bv&(RM*vd5JpPoTX&az*g->Iw$#q@!BWth4D{52TD`+m)MC9_ zC#=)W^_j@^ujBsocdVlAhd^XNmMr(uhIx)Z^T)Wr>^L!6iaWw6+l5gCh+VP9PVw0N zXL$ur$s2c}w}R3F?nURGNRV_gR7Dr`j|H zTvxphX})r9UUZ)&_|(mUuJ3aBZetoZj<&%&`?qcgie4p+m2yi8ere%i08*>!p#;td z-UIWNh%YB+%Asn7UGl-ArJgsUEst#;w6y3YUGLuU$!gAve%!^UG3bCKyiUbsF2;&; z&nEmqFCEj_N7*v>&wv~J?Oph`0b?7k{GOg11%G}}d^1V&4Xx6By z7sTe+j?&J>juND^w#Po%*rNF{uaJqtCs9XdV4=iprGIE7MI{$}4==0@D(!DtTkAi( zp{HY8YxF6^Q8K@DmBWtMsPo6=`xRF zb^4X)t(W;i8_hCsdY~R&NSY4J1%@lys%U;b1TII=pcKKaA z*oteA^)m@8=CbxQ`h4<6Z)qpUk)Z=fkc|lC6Fe}Plzjp3uk3m_bw!0IRLP(%@2y-( zE_r61u3LM()|@rd_f*O0rHI*tWDu*P*Ft{kGOaESwitC_d(06u1jd4dLZKv&^s_Xy3_ixF;B9mm;EKS@?v2lH+E9 zfSf|NJZNyt+SWApKHGdt99$sU_(c*!0=&6|_ss|f5 ztU)6TIr+8>^o+*#1L-*Y>9T?w5t0=J;rx%X)e}Wjl3!_1*!LxnMZ4=iBn+|?%IRF@ z@pd1b9YE~tIfJt7gDc*#rp@9lk>( zfAxEOz~!dL16*!qsQlR1;;W~u8OXNGo3*A^>d`8nF;U$nlL`tAxj71>v*{ICCsl!= z2FXW4&V^Zs{Lz!AE3(f+K8IAYs^sC8V6Jfby%%1nz_w=w^;ceLtbJv9e7Jtr+0WOZ zyPPA{9Ip968fBM*>pG~-`G8r5|JIngk)9BZXVxTs<||`+XT#g?uf1IQv2uFWUxl&k zd!HeJqml8<1e#QKupDw!LT$#yeXU#0hJ<|Ahn2*Bm-H${(rWZevpv*P#&PMlbBSWh z-KaQ*=2iAkUEe7i+=t+R0CV<8W-CC8&h6L5IK`@5AI zAyK%!gb_dgz!qO_7HHAyH{)p^*Pn$I9yC{9J z)AVtZcuME=O~kT~;u83+iioERlTw7%lz|N4wPh?PDi?4CKM+3XpfdkSXyqF&BuB{! zWL{2o5lxpCWl(eDQ5^Ser$>{P(+8-6O_mBGh(^dNXzo`f+(^WONCRoO;mv}TWVGLy zD&N6IY!{F#b!>ci+sHMDlo;hZB@pz+)`y4$za)jwfE$GL&G;b=d`b}jnSo0C){$M?nU-V3pnEC5dRMWuod zLa!bO>xxt)eJKiRHHRpHH# z-vZLjWEH0OlYIrWUrXm?If=i8iAV386kL`==3FT#94+O!?e8oS&wlBkxga6VK=ble zhn^|o-KSa(z%6GY++bAy$XqUWN%G>5zwFg7by@9$1htPMm7Vm>*PW!4#b!@M-{tWH zr zrhdiXJ=#VA8@pJ) z{^-29^Za}Jvf_kphYYmyyqOBlKbz#ocmCSHsb%NK-bSeAOd3!^FmGv*apR47*HYL| zoAjdPlOJBb(*x$RdyTp+yN4?kmUE|4#PjU~(!HZSXrjc!K|=0<8>M~winPrAg|<^vXB*)~$d5;L&$at2|1GJq zIQDm5jQ!#kfz&U&4T}lx$xLh0k>E|5#<5BLWMY3?l^lYbSK*ZYx-8(fn;!M!WDSiX zxV&lVGD8MDIr^>b3mkkct9~&|SEK)E>eD3Le3EcLW${0KnP2`f973-+B_eQGzTTvW z#BsI2C0aU~Xu4}LcQiNQuoD!=BL_rLE;IScE_hk)26*wd(`CKcGrQ$COsjlYI2wBD z^#rUrz24zorp8wx4aO~cPglse$0B$8k)~ZY1t!7MC5J(TrqGyiXtTQ@IKw0dx8&t= zg9U%$>v>s^FrRW9{2`72(fP2={N^p`c3Rq-s`wN+ui}h_8*lFpeU@em{>W69WERPi z^kc3N>KYRGUN2bW>kTKb$0Jk8Z*F{F7uMsoVeNApNZ2^+%9O(mbsWhG>bIYKXfQlL zbDQE4OfBci$!I@6MnNA2gE=xt3`+4{Thb&7SEB>!39ysrl3gy-l+%(6=a0_ISG%pV z>hITk)Mpp2xbQy|>02%2I;Aw7cMv}P(b)>r0!i&-^e>H{-(uXu6RorOFs{*imih2u zHDhR;XX4qCo`Jc@gfo&qK)@i494HDZYI?o%v$w`O(t+83H@vro++ucl@{win=e><^ z^4F)Y%%3)IPoCa@4$SQbd$;UQ5?G#pRFys6bC5YZ8H=ObTkXnj30RA}LUF!7Qqg*M zbN-;b_jKOlY-T%fK=%Hs_IAK}#@v2I_W9AvpYOa|cFLB{{f}FJ?(_Fszf7he4oyDWG?~?b|vjewvTfg(P{!F>Q%h>uO^8ViO z{PBA0@ut;}McI?W`5*hOCv{e5@3NcMRa=(Ztd8H`zQ4Ep=*Q^x{ax}F_p{)afd{ka zyLE1Uy&0`X)2-{yZa+tl?tkCr-wrrGD1@Ah?J61a2GyeD`N4GTQ6lb~pS9 z=lW&m4OR^pCPm{{OzY0)t27UC-nt(?cs1@YB2?u_MmZmmUF<}o{U@LGwyI; zVUu{aRsQ9A&C$oP#v`9<5yNv>XBv%b=3tS3YRgvxSu-mkuKRrVMq6c!A8g`Jnc+>> zek~wI`1ZD!x0_fgRXwjd`grwXCO3T9vjhB0dc1{Zze%Lv)tf2KEZ%FY`As61HBpRu^!m}Ps#>g#;D4od8q;pxU2(}~obER^=SefSpT z$~huzUSRwjM>ml7HWF?3dm$Xqx+tEzD4DzXUtC;FkofmLp}z|2jC|dZP(2$5Bvcz| zhq6&{^8uT|fMH=_VX&Y$+=3Vw#30dFuprQBKnyiNdboLF5J(T8C{GXLhA>28&7eTp z9vG_b3SdzLLyeF=SYVp64_4I>3l!*q;TQOTsVZ&&8aVvd3sA2IRRrDv%pTy2IzIzq zpzC+?E|&VO?hn8Q&{Iv~YsIHzi7%n68JCVP3_4`r=qQn>T4E{p% zYny+JiV=(b=jg@j?}G|99>@#EKn-=2HEtR3s3BdvkXRJL<`=t^kRAvO${p*50gGRt z_{EN2BLF*57!RzXqYVZuC;-*6`MnJn5P;rB*e@UL-VVPO$K z+W+(SU*-}2OW)t|{~yLLR{BpY0s;bm@A(~vFzhd=i}vro7m9@j3O-S22Qd7XFrkK? zw%7|LzK}N{o){3zq+Z1mG1~9_@kp^IZvLZ;u2N9?)<=(S)I{D72@C z#b0PI#PD~l7qa_HO20&-W8;eacX28J<^@<6p8#A8EG#4h78MY;xTs=v@BlUghr@)3 zq4FMx3u^;L00XgcS3{y49DjekSmt8vVmdKY9nfnOLLTklf&{~ep@vwb>n*StoEWN& z^6&uI^GgXXL`)1d`5lX};001ZV*sP&gxWyuQC>)>Jz&mI)NlKQx}lL!cO(YoW(W0v zdbrylkWj261_}J@?FRLM`a>wi0_s^RG9%4N;dl@VwsU$(R&n*bc%b$8W{T4vCqMD!UiVAFWZ;35yXS5zvmbtG<4t^L?A0`^ zAA@C?ob($H%yD*tUa4@Bnei`(w0JKR9~5b3En~~_{aEyVgV&+5f1Zi2%<_xI>jz<^ z-#lgg-6vm{$(Tn(Zaf;7ygTD)UBQ^%8M=i0K72(du=!B$iUgID%-~FJP(`6^F)0%N zU{T~D?>FuqsTWV!V3l+0oTmE5dbdhdSqSuz0lt@-RHiT`g+vP8L?4FR=P~gr?pk`+sFv3#sa+ticgMz)Ge5XE6 z@J8bN9{xbMWrQB1lFVCfo2V)xc&t2?Y61s%^&k=7=XUxNsl#XNRR-VJh*V#YntXoR z4v8e0;Wt?*+I_DMulEtkyxnehZ$;y&zy#WV979rN=siNqJCk`M>xqZw3!|zhs2R+w z2G{MC=~lsqL>SfAnGu|y5ck<_(r1l}q?93cn$|&&j}Ot{-8R@@jBg|Zs)f_OE4ZBhT4Mx$7)cmL*l7@gfp(R5N2URA-p*lu|u{Q)_$Bnrzt z!w+XWA#eM$N~0{6MaP)=)ShH8QeVs1XS7qWKOcRvaD_-WGbmU8&0y5JxZ7EnYK^iJ z+qV{Cs`_kW^#B?4jHJe*lFh~<`ok%$$J$}xjidgQwzsY1^H^5VSBR#<=Dg+vPyVYN z`J;J1NS|-DW!3d;;Cc9eQo5brHgtsSqOk4SdUo4wwnovo#3VtP7CN6~s=c64`S_Ti zd=YLGd-+gTZe%H<2P_`Z{Au9>Oxly`c%3d(GKJlx*PJR#aA&Pju3kRiRZiho%=?>X zB*7bbRx>a+1KEZbnk-#6uV<45N|M`ci>q@+n>5ELF<;5HUOQpn&qTR3pLF2MLvG*S zV$g2nIuCkx__&JWjGm`P(mlh?%80B}81ch(qU-0+`RqONoRU`14gpf*;?nw0x9yi> z^7o7850~Yy6Vyao>(Ap;Q1GwgQ%cqcIJupXSg*{vwjk$Htw{{?`W<9$?_Yk!Dpi&{AQ&0PvCU zadmeEJSVV^s|(sg!bckNYl;NWzUYQRz`sDS&e9MQZ9Op7&CSIbg#`=ni}S4Gq3n z*v8h)6Dti75)rerw-FNIL)yX-d~i6@jt>a&V0?mNf}%DEK@qsEnBX5Px&MvA|5yqb z0M-%&SOByn0LR$Q6M@7?Lsa#&z^aaJ9@yXfIItMMh!6z&`_BIh1OXEH_q_vR{C)FM z0E~n-;4<0!Dgo}ei~tNS$OjYVg9#YH;Sz9|1YC>!x#aIAfqjBq$RJw3pR2@g0*e1ju&d+!3$PLBlv$?_}A>;fu*1q0{R<& z{)-&5ao5)V-+AWhdZEe}a1u&x2v1kQ=~7qvKPt+9QMPu7Kgo3W#JK#j1v>;3>4LnV z$O8~B9H7$>no0`EM4@1-R80Rst~o!cI7q zBrc2$CJYmR177_v`+~q=5C9CY!~YM&?`FXHzt{_a$LK<;od1*;*Pqd;4+d!uL{e~J z;)}EFw+AdDEG#Gtwg>;#2Zss5fLQF}0i*xu6BHK#V#fdMg9!)$(d|F_U}FD-0|4Ma zB>zvif59gx3WVwZfD;l0nEj7F@qfW5bP;d-15QZjfAqlxU_fO54>&P_f6@#WxX5$- z35Uhl05J^)_}~x>HALM5QWwHtsDYaskYl(Aa)2BM+TIO(p%p+nLtP1MCIu5$6j2mY zfXNFe397&Z73E=~N-#ljQE>sdxT1oPu+0A-!r~%*;eoZmV1Ee>E(8|_K7eFb)>R?? Ef2)38=l}o! literal 0 HcmV?d00001 diff --git a/example_fig2.eps b/example_fig2.eps new file mode 100644 index 0000000..c70e580 --- /dev/null +++ b/example_fig2.eps @@ -0,0 +1,3485 @@ +%!PS-Adobe-2.0 EPSF-1.2 +%%Creator: MATLAB, The Mathworks, Inc. +%%Title: example_fig2.eps +%%CreationDate: 05/02/2007 02:50:03 +%%DocumentNeededFonts: Helvetica +%%DocumentProcessColors: Cyan Magenta Yellow Black +%%Extensions: CMYK +%%Pages: 1 +%%BoundingBox: 18 192 573 583 +%%EndComments + +%%BeginProlog +% MathWorks dictionary +/MathWorks 160 dict begin +% definition operators +/bdef {bind def} bind def +/ldef {load def} bind def +/xdef {exch def} bdef +/xstore {exch store} bdef +% operator abbreviations +/c /clip ldef +/cc /concat ldef +/cp /closepath ldef +/gr /grestore ldef +/gs /gsave ldef +/mt /moveto ldef +/np /newpath ldef +/cm /currentmatrix ldef +/sm /setmatrix ldef +/rm /rmoveto ldef +/rl /rlineto ldef +/s {show newpath} bdef +/sc {setcmykcolor} bdef +/sr /setrgbcolor ldef +/sg /setgray ldef +/w /setlinewidth ldef +/j /setlinejoin ldef +/cap /setlinecap ldef +/rc {rectclip} bdef +/rf {rectfill} bdef +% page state control +/pgsv () def +/bpage {/pgsv save def} bdef +/epage {pgsv restore} bdef +/bplot /gsave ldef +/eplot {stroke grestore} bdef +% orientation switch +/portraitMode 0 def /landscapeMode 1 def /rotateMode 2 def +% coordinate system mappings +/dpi2point 0 def +% font control +/FontSize 0 def +/FMS {/FontSize xstore findfont [FontSize 0 0 FontSize neg 0 0] + makefont setfont} bdef +/ISOLatin1Encoding where {pop /WindowsLatin1Encoding 256 array bdef +ISOLatin1Encoding WindowsLatin1Encoding copy pop +/.notdef/.notdef/quotesinglbase/florin/quotedblbase/ellipsis/dagger +/daggerdbl/circumflex/perthousand/Scaron/guilsinglleft/OE/.notdef/.notdef +/.notdef/.notdef/quoteleft/quoteright/quotedblleft/quotedblright/bullet +/endash/emdash/tilde/trademark/scaron/guilsinglright/oe/.notdef/.notdef +/Ydieresis WindowsLatin1Encoding 128 32 getinterval astore pop} +{/WindowsLatin1Encoding StandardEncoding bdef} ifelse +/reencode {exch dup where {pop load} {pop StandardEncoding} ifelse + exch dup 3 1 roll findfont dup length dict begin + { 1 index /FID ne {def}{pop pop} ifelse } forall + /Encoding exch def currentdict end definefont pop} bdef +/isroman {findfont /CharStrings get /Agrave known} bdef +/FMSR {3 1 roll 1 index dup isroman {reencode} {pop pop} ifelse + exch FMS} bdef +/csm {1 dpi2point div -1 dpi2point div scale neg translate + dup landscapeMode eq {pop -90 rotate} + {rotateMode eq {90 rotate} if} ifelse} bdef +% line types: solid, dotted, dashed, dotdash +/SO { [] 0 setdash } bdef +/DO { [.5 dpi2point mul 4 dpi2point mul] 0 setdash } bdef +/DA { [6 dpi2point mul] 0 setdash } bdef +/DD { [.5 dpi2point mul 4 dpi2point mul 6 dpi2point mul 4 + dpi2point mul] 0 setdash } bdef +% macros for lines and objects +/L {lineto stroke} bdef +/MP {3 1 roll moveto 1 sub {rlineto} repeat} bdef +/AP {{rlineto} repeat} bdef +/PDlw -1 def +/W {/PDlw currentlinewidth def setlinewidth} def +/PP {closepath eofill} bdef +/DP {closepath stroke} bdef +/MR {4 -2 roll moveto dup 0 exch rlineto exch 0 rlineto + neg 0 exch rlineto closepath} bdef +/FR {MR stroke} bdef +/PR {MR fill} bdef +/L1i {{currentfile picstr readhexstring pop} image} bdef +/tMatrix matrix def +/MakeOval {newpath tMatrix currentmatrix pop translate scale +0 0 1 0 360 arc tMatrix setmatrix} bdef +/FO {MakeOval stroke} bdef +/PO {MakeOval fill} bdef +/PD {currentlinewidth 2 div 0 360 arc fill + PDlw -1 eq not {PDlw w /PDlw -1 def} if} def +/FA {newpath tMatrix currentmatrix pop translate scale + 0 0 1 5 -2 roll arc tMatrix setmatrix stroke} bdef +/PA {newpath tMatrix currentmatrix pop translate 0 0 moveto scale + 0 0 1 5 -2 roll arc closepath tMatrix setmatrix fill} bdef +/FAn {newpath tMatrix currentmatrix pop translate scale + 0 0 1 5 -2 roll arcn tMatrix setmatrix stroke} bdef +/PAn {newpath tMatrix currentmatrix pop translate 0 0 moveto scale + 0 0 1 5 -2 roll arcn closepath tMatrix setmatrix fill} bdef +/vradius 0 def /hradius 0 def /lry 0 def +/lrx 0 def /uly 0 def /ulx 0 def /rad 0 def +/MRR {/vradius xdef /hradius xdef /lry xdef /lrx xdef /uly xdef + /ulx xdef newpath tMatrix currentmatrix pop ulx hradius add uly + vradius add translate hradius vradius scale 0 0 1 180 270 arc + tMatrix setmatrix lrx hradius sub uly vradius add translate + hradius vradius scale 0 0 1 270 360 arc tMatrix setmatrix + lrx hradius sub lry vradius sub translate hradius vradius scale + 0 0 1 0 90 arc tMatrix setmatrix ulx hradius add lry vradius sub + translate hradius vradius scale 0 0 1 90 180 arc tMatrix setmatrix + closepath} bdef +/FRR {MRR stroke } bdef +/PRR {MRR fill } bdef +/MlrRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lry uly sub 2 div def + newpath tMatrix currentmatrix pop ulx rad add uly rad add translate + rad rad scale 0 0 1 90 270 arc tMatrix setmatrix lrx rad sub lry rad + sub translate rad rad scale 0 0 1 270 90 arc tMatrix setmatrix + closepath} bdef +/FlrRR {MlrRR stroke } bdef +/PlrRR {MlrRR fill } bdef +/MtbRR {/lry xdef /lrx xdef /uly xdef /ulx xdef /rad lrx ulx sub 2 div def + newpath tMatrix currentmatrix pop ulx rad add uly rad add translate + rad rad scale 0 0 1 180 360 arc tMatrix setmatrix lrx rad sub lry rad + sub translate rad rad scale 0 0 1 0 180 arc tMatrix setmatrix + closepath} bdef +/FtbRR {MtbRR stroke } bdef +/PtbRR {MtbRR fill } bdef +/stri 6 array def /dtri 6 array def +/smat 6 array def /dmat 6 array def +/tmat1 6 array def /tmat2 6 array def /dif 3 array def +/asub {/ind2 exch def /ind1 exch def dup dup + ind1 get exch ind2 get sub exch } bdef +/tri_to_matrix { + 2 0 asub 3 1 asub 4 0 asub 5 1 asub + dup 0 get exch 1 get 7 -1 roll astore } bdef +/compute_transform { + dmat dtri tri_to_matrix tmat1 invertmatrix + smat stri tri_to_matrix tmat2 concatmatrix } bdef +/ds {stri astore pop} bdef +/dt {dtri astore pop} bdef +/db {2 copy /cols xdef /rows xdef mul dup 3 mul string + currentfile exch readhexstring pop + dup 0 3 index getinterval /rbmap xdef + dup 2 index dup getinterval /gbmap xdef + 1 index dup 2 mul exch getinterval /bbmap xdef pop pop}bdef +/it {gs np dtri aload pop moveto lineto lineto cp c + cols rows 8 compute_transform + rbmap gbmap bbmap true 3 colorimage gr}bdef +/il {newpath moveto lineto stroke}bdef +currentdict end def +%%EndProlog + +%%BeginSetup +MathWorks begin + +0 cap + +end +%%EndSetup + +%%Page: 1 1 +%%BeginPageSetup +%%PageBoundingBox: 18 192 573 583 +MathWorks begin +bpage +%%EndPageSetup + +%%BeginObject: obj1 +bplot + +/dpi2point 12 def +portraitMode 0216 7344 csm + + 0 339 6663 4690 MR c np +85 dict begin %Colortable dictionary +/c0 { 0 0 0 sr} bdef +/c1 { 1 1 1 sr} bdef +/c2 { 1 0 0 sr} bdef +/c3 { 0 1 0 sr} bdef +/c4 { 0 0 1 sr} bdef +/c5 { 1 1 0 sr} bdef +/c6 { 1 0 1 sr} bdef +/c7 { 0 1 1 sr} bdef +c0 +1 j +1 sg + 0 0 6919 5187 PR +24 w +0 2336 -1874 -1070 0 -2336 5215 3794 4 MP +PP +1874 1070 0 2336 -1874 -1070 0 -2336 5215 3794 5 MP stroke +1874 1070 2443 -822 -1874 -1069 2772 4615 4 MP +PP +-2443 821 1874 1070 2443 -822 -1874 -1069 2772 4615 5 MP stroke +0 2336 2443 -822 0 -2336 898 3546 4 MP +PP +-2443 822 0 2336 2443 -822 0 -2336 898 3546 5 MP stroke +16 w +DO +0 sg +2772 4615 mt 898 3546 L + 898 3546 mt 898 1210 L +3993 4205 mt 2120 3135 L +2120 3135 mt 2120 799 L +5215 3794 mt 3341 2724 L +3341 2724 mt 3341 388 L +2772 4615 mt 5215 3794 L +5215 3794 mt 5215 1458 L +1835 4081 mt 4278 3259 L +4278 3259 mt 4278 923 L + 898 3546 mt 3341 2724 L +3341 2724 mt 3341 388 L + 898 3546 mt 3341 2724 L +3341 2724 mt 5215 3794 L + 898 2378 mt 3341 1556 L +3341 1556 mt 5215 2626 L + 898 1210 mt 3341 388 L +3341 388 mt 5215 1458 L +SO +24 w +2772 4615 mt 5215 3794 L +2772 4615 mt 898 3546 L + 898 3546 mt 898 1210 L +2772 4615 mt 2828 4647 L +%%IncludeResource: font Helvetica +/Helvetica /WindowsLatin1Encoding 240 FMSR + +2858 4888 mt +(-2) s +3993 4205 mt 4049 4237 L +4079 4477 mt +(0) s +5215 3794 mt 5270 3826 L +5300 4067 mt +(2) s +2772 4615 mt 2711 4636 L +2406 4870 mt +(-2) s +1835 4081 mt 1774 4101 L +1609 4335 mt +(0) s + 898 3546 mt 837 3566 L + 672 3800 mt +(2) s + 898 3546 mt 843 3514 L + 340 3585 mt +(-0.5) s + 898 2378 mt 843 2346 L + 680 2417 mt +(0) s + 898 1210 mt 843 1178 L + 480 1249 mt +(0.5) s +gs 899 388 4317 4228 MR c np +/c8 { 1.000000 0.375000 0.000000 sr} bdef +c8 +-118 -69 153 -49 5062 2674 3 MP +PP +6 w +0 sg +5062 2674 mt 5215 2625 L +5215 2625 mt 5097 2556 L +c8 +152 -46 -117 -72 5062 2674 3 MP +PP +0 sg +5062 2674 mt 4945 2602 L +4945 2602 mt 5097 2556 L +c8 +-117 -72 152 -46 4945 2602 3 MP +PP +0 sg +4945 2602 mt 5097 2556 L +5097 2556 mt 4980 2484 L +c8 +-117 -72 153 -48 4909 2722 3 MP +PP +0 sg +4909 2722 mt 5062 2674 L +5062 2674 mt 4945 2602 L +c8 +152 -40 -117 -78 4945 2602 3 MP +PP +0 sg +4945 2602 mt 4828 2524 L +4828 2524 mt 4980 2484 L +c8 +-117 -76 152 -40 4828 2524 3 MP +PP +0 sg +4828 2524 mt 4980 2484 L +4980 2484 mt 4863 2408 L +c8 +153 -43 -117 -77 4909 2722 3 MP +PP +0 sg +4909 2722 mt 4792 2645 L +4792 2645 mt 4945 2602 L +c8 +-117 -78 153 -43 4792 2645 3 MP +PP +0 sg +4792 2645 mt 4945 2602 L +4945 2602 mt 4828 2524 L +c8 +-117 -77 152 -47 4757 2769 3 MP +PP +0 sg +4757 2769 mt 4909 2722 L +4909 2722 mt 4792 2645 L +/c9 { 1.000000 0.416667 0.000000 sr} bdef +c9 +-117 -80 152 -29 4711 2437 3 MP +PP +0 sg +4711 2437 mt 4863 2408 L +4863 2408 mt 4746 2328 L +c8 +152 -29 -117 -87 4828 2524 3 MP +PP +0 sg +4828 2524 mt 4711 2437 L +4711 2437 mt 4863 2408 L +c9 +-117 -87 153 -32 4675 2556 3 MP +PP +0 sg +4675 2556 mt 4828 2524 L +4828 2524 mt 4711 2437 L +c8 +153 -32 -117 -89 4792 2645 3 MP +PP +0 sg +4792 2645 mt 4675 2556 L +4675 2556 mt 4828 2524 L +c8 +-117 -89 153 -40 4639 2685 3 MP +PP +0 sg +4639 2685 mt 4792 2645 L +4792 2645 mt 4675 2556 L +c8 +153 -40 -118 -84 4757 2769 3 MP +PP +0 sg +4757 2769 mt 4639 2685 L +4639 2685 mt 4792 2645 L +c8 +-118 -84 153 -47 4604 2816 3 MP +PP +0 sg +4604 2816 mt 4757 2769 L +4757 2769 mt 4639 2685 L +c9 +153 -12 -118 -97 4711 2437 3 MP +PP +0 sg +4711 2437 mt 4593 2340 L +4593 2340 mt 4746 2328 L +/c10 { 1.000000 0.458333 0.000000 sr} bdef +c10 +-117 -85 153 -12 4593 2340 3 MP +PP +0 sg +4593 2340 mt 4746 2328 L +4746 2328 mt 4629 2243 L +c9 +153 -14 -117 -105 4675 2556 3 MP +PP +0 sg +4675 2556 mt 4558 2451 L +4558 2451 mt 4711 2437 L +c10 +-118 -97 153 -14 4558 2451 3 MP +PP +0 sg +4558 2451 mt 4711 2437 L +4711 2437 mt 4593 2340 L +c10 +-117 -105 153 -26 4522 2582 3 MP +PP +0 sg +4522 2582 mt 4675 2556 L +4675 2556 mt 4558 2451 L +c8 +153 -26 -117 -103 4639 2685 3 MP +PP +0 sg +4639 2685 mt 4522 2582 L +4522 2582 mt 4675 2556 L +c8 +152 -40 -117 -91 4604 2816 3 MP +PP +0 sg +4604 2816 mt 4487 2725 L +4487 2725 mt 4639 2685 L +c9 +-117 -103 152 -40 4487 2725 3 MP +PP +0 sg +4487 2725 mt 4639 2685 L +4639 2685 mt 4522 2582 L +c10 +153 9 -117 -106 4593 2340 3 MP +PP +0 sg +4593 2340 mt 4476 2234 L +4476 2234 mt 4629 2243 L +/c11 { 1.000000 0.500000 0.000000 sr} bdef +c11 +-117 -84 153 9 4476 2234 3 MP +PP +0 sg +4476 2234 mt 4629 2243 L +4629 2243 mt 4512 2159 L +c8 +-117 -91 153 -49 4451 2865 3 MP +PP +0 sg +4451 2865 mt 4604 2816 L +4604 2816 mt 4487 2725 L +c10 +152 14 -117 -125 4558 2451 3 MP +PP +0 sg +4558 2451 mt 4441 2326 L +4441 2326 mt 4593 2340 L +/c12 { 1.000000 0.541667 0.000000 sr} bdef +c12 +-117 -106 152 14 4441 2326 3 MP +PP +0 sg +4441 2326 mt 4593 2340 L +4593 2340 mt 4476 2234 L +c10 +153 -1 -117 -130 4522 2582 3 MP +PP +0 sg +4522 2582 mt 4405 2452 L +4405 2452 mt 4558 2451 L +c12 +-117 -125 153 -1 4405 2452 3 MP +PP +0 sg +4405 2452 mt 4558 2451 L +4558 2451 mt 4441 2326 L +c9 +152 -25 -117 -118 4487 2725 3 MP +PP +0 sg +4487 2725 mt 4370 2607 L +4370 2607 mt 4522 2582 L +c10 +-117 -130 152 -25 4370 2607 3 MP +PP +0 sg +4370 2607 mt 4522 2582 L +4522 2582 mt 4405 2452 L +c11 +153 31 -117 -106 4476 2234 3 MP +PP +0 sg +4476 2234 mt 4359 2128 L +4359 2128 mt 4512 2159 L +c12 +-117 -81 153 31 4359 2128 3 MP +PP +0 sg +4359 2128 mt 4512 2159 L +4512 2159 mt 4395 2078 L +c8 +153 -44 -117 -96 4451 2865 3 MP +PP +0 sg +4451 2865 mt 4334 2769 L +4334 2769 mt 4487 2725 L +c9 +-117 -118 153 -44 4334 2769 3 MP +PP +0 sg +4334 2769 mt 4487 2725 L +4487 2725 mt 4370 2607 L +/c13 { 1.000000 0.625000 0.000000 sr} bdef +c13 +-117 -106 152 50 4324 2184 3 MP +PP +0 sg +4324 2184 mt 4476 2234 L +4476 2234 mt 4359 2128 L +c12 +152 50 -117 -142 4441 2326 3 MP +PP +0 sg +4441 2326 mt 4324 2184 L +4324 2184 mt 4476 2234 L +c8 +-117 -96 152 -53 4299 2918 3 MP +PP +0 sg +4299 2918 mt 4451 2865 L +4451 2865 mt 4334 2769 L +/c14 { 1.000000 0.666667 0.000000 sr} bdef +c14 +-117 -142 153 38 4288 2288 3 MP +PP +0 sg +4288 2288 mt 4441 2326 L +4441 2326 mt 4324 2184 L +c12 +153 38 -117 -164 4405 2452 3 MP +PP +0 sg +4405 2452 mt 4288 2288 L +4288 2288 mt 4441 2326 L +/c15 { 1.000000 0.583333 0.000000 sr} bdef +c15 +-117 -164 152 1 4253 2451 3 MP +PP +0 sg +4253 2451 mt 4405 2452 L +4405 2452 mt 4288 2288 L +c10 +152 1 -117 -156 4370 2607 3 MP +PP +0 sg +4370 2607 mt 4253 2451 L +4253 2451 mt 4405 2452 L +c12 +153 48 -117 -98 4359 2128 3 MP +PP +0 sg +4359 2128 mt 4242 2030 L +4242 2030 mt 4395 2078 L +c15 +-117 -72 153 48 4242 2030 3 MP +PP +0 sg +4242 2030 mt 4395 2078 L +4395 2078 mt 4278 2006 L +c11 +-117 -156 153 -37 4217 2644 3 MP +PP +0 sg +4217 2644 mt 4370 2607 L +4370 2607 mt 4253 2451 L +c9 +153 -37 -117 -125 4334 2769 3 MP +PP +0 sg +4334 2769 mt 4217 2644 L +4217 2644 mt 4370 2607 L +/c16 { 1.000000 0.750000 0.000000 sr} bdef +c16 +-117 -98 152 88 4207 2040 3 MP +PP +0 sg +4207 2040 mt 4359 2128 L +4359 2128 mt 4242 2030 L +c13 +152 88 -117 -144 4324 2184 3 MP +PP +0 sg +4324 2184 mt 4207 2040 L +4207 2040 mt 4359 2128 L +c9 +-117 -125 152 -56 4182 2825 3 MP +PP +0 sg +4182 2825 mt 4334 2769 L +4334 2769 mt 4217 2644 L +c8 +152 -56 -117 -93 4299 2918 3 MP +PP +0 sg +4299 2918 mt 4182 2825 L +4182 2825 mt 4334 2769 L +c14 +153 87 -117 -191 4288 2288 3 MP +PP +0 sg +4288 2288 mt 4171 2097 L +4171 2097 mt 4324 2184 L +/c17 { 1.000000 0.833333 0.000000 sr} bdef +c17 +-117 -144 153 87 4171 2097 3 MP +PP +0 sg +4171 2097 mt 4324 2184 L +4324 2184 mt 4207 2040 L +c8 +-117 -93 153 -58 4146 2976 3 MP +PP +0 sg +4146 2976 mt 4299 2918 L +4299 2918 mt 4182 2825 L +/c18 { 1.000000 0.791667 0.000000 sr} bdef +c18 +-117 -191 152 40 4136 2248 3 MP +PP +0 sg +4136 2248 mt 4288 2288 L +4288 2288 mt 4171 2097 L +c15 +152 40 -117 -203 4253 2451 3 MP +PP +0 sg +4253 2451 mt 4136 2248 L +4136 2248 mt 4288 2288 L +c13 +-118 -62 153 54 4125 1952 3 MP +PP +0 sg +4125 1952 mt 4278 2006 L +4278 2006 mt 4160 1944 L +c15 +153 54 -117 -78 4242 2030 3 MP +PP +0 sg +4242 2030 mt 4125 1952 L +4125 1952 mt 4278 2006 L +c11 +153 -22 -117 -171 4217 2644 3 MP +PP +0 sg +4217 2644 mt 4100 2473 L +4100 2473 mt 4253 2451 L +c13 +-117 -203 153 -22 4100 2473 3 MP +PP +0 sg +4100 2473 mt 4253 2451 L +4253 2451 mt 4136 2248 L +c13 +152 48 -117 -56 4125 1952 3 MP +PP +0 sg +4125 1952 mt 4008 1896 L +4008 1896 mt 4160 1944 L +c15 +-117 -53 152 48 4008 1896 3 MP +PP +0 sg +4008 1896 mt 4160 1944 L +4160 1944 mt 4043 1891 L +c17 +153 127 -117 -89 4089 1914 3 MP +PP +0 sg +4089 1914 mt 3972 1825 L +3972 1825 mt 4125 1952 L +c15 +152 31 -117 -36 4008 1896 3 MP +PP +0 sg +4008 1896 mt 3891 1860 L +3891 1860 mt 4043 1891 L +c12 +-117 -49 152 31 3891 1860 3 MP +PP +0 sg +3891 1860 mt 4043 1891 L +4043 1891 mt 3926 1842 L +c17 +-117 -56 153 127 3972 1825 3 MP +PP +0 sg +3972 1825 mt 4125 1952 L +4125 1952 mt 4008 1896 L +c17 +-117 -78 153 116 4089 1914 3 MP +PP +0 sg +4089 1914 mt 4242 2030 L +4242 2030 mt 4125 1952 L +c16 +153 116 -118 -126 4207 2040 3 MP +PP +0 sg +4207 2040 mt 4089 1914 L +4089 1914 mt 4242 2030 L +c9 +153 -61 -118 -120 4182 2825 3 MP +PP +0 sg +4182 2825 mt 4064 2705 L +4064 2705 mt 4217 2644 L +c11 +-117 -171 153 -61 4064 2705 3 MP +PP +0 sg +4064 2705 mt 4217 2644 L +4217 2644 mt 4100 2473 L +/c19 { 1.000000 1.000000 0.000000 sr} bdef +c19 +-118 -126 153 137 4054 1903 3 MP +PP +0 sg +4054 1903 mt 4207 2040 L +4207 2040 mt 4089 1914 L +c17 +153 137 -117 -194 4171 2097 3 MP +PP +0 sg +4171 2097 mt 4054 1903 L +4054 1903 mt 4207 2040 L +c8 +-118 -120 153 -68 4029 2893 3 MP +PP +0 sg +4029 2893 mt 4182 2825 L +4182 2825 mt 4064 2705 L +c8 +153 -68 -117 -83 4146 2976 3 MP +PP +0 sg +4146 2976 mt 4029 2893 L +4029 2893 mt 4182 2825 L +c19 +-117 -194 153 89 4018 2008 3 MP +PP +0 sg +4018 2008 mt 4171 2097 L +4171 2097 mt 4054 1903 L +c18 +153 89 -118 -240 4136 2248 3 MP +PP +0 sg +4136 2248 mt 4018 2008 L +4018 2008 mt 4171 2097 L +c8 +-117 -83 153 -61 3993 3037 3 MP +PP +0 sg +3993 3037 mt 4146 2976 L +4146 2976 mt 4029 2893 L +c13 +153 0 -117 -225 4100 2473 3 MP +PP +0 sg +4100 2473 mt 3983 2248 L +3983 2248 mt 4136 2248 L +c17 +-118 -240 153 0 3983 2248 3 MP +PP +0 sg +3983 2248 mt 4136 2248 L +4136 2248 mt 4018 2008 L +c13 +-117 -225 153 -70 3947 2543 3 MP +PP +0 sg +3947 2543 mt 4100 2473 L +4100 2473 mt 3983 2248 L +c11 +153 -70 -117 -162 4064 2705 3 MP +PP +0 sg +4064 2705 mt 3947 2543 L +3947 2543 mt 4100 2473 L +/c20 { 1.000000 1.000000 0.187500 sr} bdef +c20 +-117 -89 152 177 3937 1737 3 MP +PP +0 sg +3937 1737 mt 4089 1914 L +4089 1914 mt 3972 1825 L +c19 +152 177 -117 -166 4054 1903 3 MP +PP +0 sg +4054 1903 mt 3937 1737 L +3937 1737 mt 4089 1914 L +c9 +-117 -162 152 -89 3912 2794 3 MP +PP +0 sg +3912 2794 mt 4064 2705 L +4064 2705 mt 3947 2543 L +c8 +152 -89 -117 -99 4029 2893 3 MP +PP +0 sg +4029 2893 mt 3912 2794 L +3912 2794 mt 4064 2705 L +c20 +152 192 -117 -104 3937 1737 3 MP +PP +0 sg +3937 1737 mt 3820 1633 L +3820 1633 mt 3972 1825 L +/c21 { 1.000000 1.000000 0.250000 sr} bdef +c21 +-117 -45 152 192 3820 1633 3 MP +PP +0 sg +3820 1633 mt 3972 1825 L +3972 1825 mt 3855 1780 L +c17 +153 116 -117 -45 3972 1825 3 MP +PP +0 sg +3972 1825 mt 3855 1780 L +3855 1780 mt 4008 1896 L +/c22 { 1.000000 1.000000 0.375000 sr} bdef +c22 +-117 -166 153 142 3901 1761 3 MP +PP +0 sg +3901 1761 mt 4054 1903 L +4054 1903 mt 3937 1737 L +c11 +-117 -49 152 9 3774 1833 3 MP +PP +0 sg +3774 1833 mt 3926 1842 L +3926 1842 mt 3809 1793 L +c12 +152 9 -117 -27 3891 1860 3 MP +PP +0 sg +3891 1860 mt 3774 1833 L +3774 1833 mt 3926 1842 L +c17 +-117 -36 153 116 3855 1780 3 MP +PP +0 sg +3855 1780 mt 4008 1896 L +4008 1896 mt 3891 1860 L +c19 +153 142 -117 -247 4018 2008 3 MP +PP +0 sg +4018 2008 mt 3901 1761 L +3901 1761 mt 4054 1903 L +c8 +-117 -99 153 -77 3876 2970 3 MP +PP +0 sg +3876 2970 mt 4029 2893 L +4029 2893 mt 3912 2794 L +c8 +153 -77 -117 -67 3993 3037 3 MP +PP +0 sg +3993 3037 mt 3876 2970 L +3876 2970 mt 4029 2893 L +c17 +152 28 -117 -268 3983 2248 3 MP +PP +0 sg +3983 2248 mt 3866 1980 L +3866 1980 mt 4018 2008 L +c10 +-117 -54 153 -12 3656 1805 3 MP +PP +0 sg +3656 1805 mt 3809 1793 L +3809 1793 mt 3692 1739 L +c11 +153 -12 -118 -28 3774 1833 3 MP +PP +0 sg +3774 1833 mt 3656 1805 L +3656 1805 mt 3809 1793 L +c17 +153 87 -117 -7 3855 1780 3 MP +PP +0 sg +3855 1780 mt 3738 1773 L +3738 1773 mt 3891 1860 L +c16 +-117 -27 153 87 3738 1773 3 MP +PP +0 sg +3738 1773 mt 3891 1860 L +3891 1860 mt 3774 1833 L +c20 +-117 -247 152 28 3866 1980 3 MP +PP +0 sg +3866 1980 mt 4018 2008 L +4018 2008 mt 3901 1761 L +/c23 { 1.000000 0.333333 0.000000 sr} bdef +c23 +-117 -67 152 -61 3841 3098 3 MP +PP +0 sg +3841 3098 mt 3993 3037 L +3993 3037 mt 3876 2970 L +c13 +153 -84 -117 -211 3947 2543 3 MP +PP +0 sg +3947 2543 mt 3830 2332 L +3830 2332 mt 3983 2248 L +c18 +-117 -268 153 -84 3830 2332 3 MP +PP +0 sg +3830 2332 mt 3983 2248 L +3983 2248 mt 3866 1980 L +c11 +-117 -211 152 -127 3795 2670 3 MP +PP +0 sg +3795 2670 mt 3947 2543 L +3947 2543 mt 3830 2332 L +c9 +152 -127 -117 -124 3912 2794 3 MP +PP +0 sg +3912 2794 mt 3795 2670 L +3795 2670 mt 3947 2543 L +/c24 { 1.000000 1.000000 0.625000 sr} bdef +c24 +-117 -104 153 181 3784 1556 3 MP +PP +0 sg +3784 1556 mt 3937 1737 L +3937 1737 mt 3820 1633 L +c22 +153 181 -117 -205 3901 1761 3 MP +PP +0 sg +3901 1761 mt 3784 1556 L +3784 1556 mt 3937 1737 L +gr + +6 w +3930 4950 mt +(x axis) s +gs 899 388 4317 4228 MR c np +c8 +153 -109 -117 -67 3876 2970 3 MP +PP +0 sg +3876 2970 mt 3759 2903 L +3759 2903 mt 3912 2794 L +c8 +-117 -124 153 -109 3759 2903 3 MP +PP +0 sg +3759 2903 mt 3912 2794 L +3912 2794 mt 3795 2670 L +c20 +-117 -7 152 176 3703 1604 3 MP +PP +0 sg +3703 1604 mt 3855 1780 L +3855 1780 mt 3738 1773 L +c21 +152 176 -117 -29 3820 1633 3 MP +PP +0 sg +3820 1633 mt 3703 1604 L +3703 1604 mt 3855 1780 L +c20 +152 57 -117 -276 3866 1980 3 MP +PP +0 sg +3866 1980 mt 3749 1704 L +3749 1704 mt 3901 1761 L +/c25 { 1.000000 1.000000 0.750000 sr} bdef +c25 +-117 -29 153 196 3667 1437 3 MP +PP +0 sg +3667 1437 mt 3820 1633 L +3820 1633 mt 3703 1604 L +c24 +153 196 -117 -119 3784 1556 3 MP +PP +0 sg +3784 1556 mt 3667 1437 L +3667 1437 mt 3820 1633 L +/c26 { 1.000000 1.000000 0.562500 sr} bdef +c26 +-117 -205 152 57 3749 1704 3 MP +PP +0 sg +3749 1704 mt 3901 1761 L +3901 1761 mt 3784 1556 L +c23 +-117 -67 152 -77 3724 3047 3 MP +PP +0 sg +3724 3047 mt 3876 2970 L +3876 2970 mt 3759 2903 L +c23 +152 -77 -117 -51 3841 3098 3 MP +PP +0 sg +3841 3098 mt 3724 3047 L +3724 3047 mt 3876 2970 L +c18 +153 -102 -117 -250 3830 2332 3 MP +PP +0 sg +3830 2332 mt 3713 2082 L +3713 2082 mt 3866 1980 L +c10 +153 -29 -117 -37 3656 1805 3 MP +PP +0 sg +3656 1805 mt 3539 1768 L +3539 1768 mt 3692 1739 L +c16 +153 50 -117 10 3738 1773 3 MP +PP +0 sg +3738 1773 mt 3621 1783 L +3621 1783 mt 3774 1833 L +c13 +-118 -28 153 50 3621 1783 3 MP +PP +0 sg +3621 1783 mt 3774 1833 L +3774 1833 mt 3656 1805 L +/c27 { 1.000000 1.000000 0.062500 sr} bdef +c27 +-117 -276 153 -102 3713 2082 3 MP +PP +0 sg +3713 2082 mt 3866 1980 L +3866 1980 mt 3749 1704 L +c23 +-117 -51 153 -58 3688 3156 3 MP +PP +0 sg +3688 3156 mt 3841 3098 L +3841 3098 mt 3724 3047 L +c11 +152 -184 -117 -154 3795 2670 3 MP +PP +0 sg +3795 2670 mt 3678 2516 L +3678 2516 mt 3830 2332 L +c13 +-117 -250 152 -184 3678 2516 3 MP +PP +0 sg +3678 2516 mt 3830 2332 L +3830 2332 mt 3713 2082 L +c8 +-117 -154 153 -166 3642 2836 3 MP +PP +0 sg +3642 2836 mt 3795 2670 L +3795 2670 mt 3678 2516 L +c8 +153 -166 -117 -67 3759 2903 3 MP +PP +0 sg +3759 2903 mt 3642 2836 L +3642 2836 mt 3795 2670 L +c25 +153 181 -117 -14 3667 1437 3 MP +PP +0 sg +3667 1437 mt 3550 1423 L +3550 1423 mt 3703 1604 L +/c28 { 1.000000 1.000000 0.937500 sr} bdef +c28 +-117 -119 152 79 3632 1477 3 MP +PP +0 sg +3632 1477 mt 3784 1556 L +3784 1556 mt 3667 1437 L +c24 +-118 31 153 181 3550 1423 3 MP +PP +0 sg +3550 1423 mt 3703 1604 L +3703 1604 mt 3585 1635 L +c20 +153 138 -118 31 3703 1604 3 MP +PP +0 sg +3703 1604 mt 3585 1635 L +3585 1635 mt 3738 1773 L +c26 +152 79 -117 -227 3749 1704 3 MP +PP +0 sg +3749 1704 mt 3632 1477 L +3632 1477 mt 3784 1556 L +c23 +152 -109 -117 -35 3724 3047 3 MP +PP +0 sg +3724 3047 mt 3607 3012 L +3607 3012 mt 3759 2903 L +/c29 { 1.000000 0.291667 0.000000 sr} bdef +c29 +-117 -67 152 -109 3607 3012 3 MP +PP +0 sg +3607 3012 mt 3759 2903 L +3759 2903 mt 3642 2836 L +c12 +-117 -37 152 14 3504 1791 3 MP +PP +0 sg +3504 1791 mt 3656 1805 L +3656 1805 mt 3539 1768 L +c13 +152 14 -117 8 3621 1783 3 MP +PP +0 sg +3621 1783 mt 3504 1791 L +3504 1791 mt 3656 1805 L +c9 +-117 -58 153 -29 3539 1768 3 MP +PP +0 sg +3539 1768 mt 3692 1739 L +3692 1739 mt 3575 1681 L +c19 +-117 10 153 138 3585 1635 3 MP +PP +0 sg +3585 1635 mt 3738 1773 L +3738 1773 mt 3621 1783 L +c27 +153 -121 -117 -257 3713 2082 3 MP +PP +0 sg +3713 2082 mt 3596 1825 L +3596 1825 mt 3749 1704 L +c12 +152 -14 -117 -9 3504 1791 3 MP +PP +0 sg +3504 1791 mt 3387 1782 L +3387 1782 mt 3539 1768 L +c10 +-117 -47 152 -14 3387 1782 3 MP +PP +0 sg +3387 1782 mt 3539 1768 L +3539 1768 mt 3422 1721 L +c8 +-117 -62 153 -40 3422 1721 3 MP +PP +0 sg +3422 1721 mt 3575 1681 L +3575 1681 mt 3458 1619 L +c9 +153 -40 -117 -47 3539 1768 3 MP +PP +0 sg +3539 1768 mt 3422 1721 L +3422 1721 mt 3575 1681 L +c17 +-117 8 153 87 3468 1696 3 MP +PP +0 sg +3468 1696 mt 3621 1783 L +3621 1783 mt 3504 1791 L +c19 +153 87 -117 61 3585 1635 3 MP +PP +0 sg +3585 1635 mt 3468 1696 L +3468 1696 mt 3621 1783 L +/c30 { 1.000000 1.000000 0.437500 sr} bdef +c30 +-117 -227 153 -121 3596 1825 3 MP +PP +0 sg +3596 1825 mt 3749 1704 L +3749 1704 mt 3632 1477 L +c23 +153 -68 -117 -41 3688 3156 3 MP +PP +0 sg +3688 3156 mt 3571 3115 L +3571 3115 mt 3724 3047 L +c29 +-117 -35 153 -68 3571 3115 3 MP +PP +0 sg +3571 3115 mt 3724 3047 L +3724 3047 mt 3607 3012 L +c13 +153 -257 -118 -177 3678 2516 3 MP +PP +0 sg +3678 2516 mt 3560 2339 L +3560 2339 mt 3713 2082 L +c18 +-117 -257 153 -257 3560 2339 3 MP +PP +0 sg +3560 2339 mt 3713 2082 L +3713 2082 mt 3596 1825 L +c23 +-117 -41 152 -53 3536 3209 3 MP +PP +0 sg +3536 3209 mt 3688 3156 L +3688 3156 mt 3571 3115 L +c8 +153 -253 -117 -67 3642 2836 3 MP +PP +0 sg +3642 2836 mt 3525 2769 L +3525 2769 mt 3678 2516 L +c8 +-118 -177 153 -253 3525 2769 3 MP +PP +0 sg +3525 2769 mt 3678 2516 L +3678 2516 mt 3560 2339 L +1 sg +-117 -14 153 87 3514 1350 3 MP +PP +0 sg +3514 1350 mt 3667 1437 L +3667 1437 mt 3550 1423 L +c28 +153 87 -118 -127 3632 1477 3 MP +PP +0 sg +3632 1477 mt 3514 1350 L +3514 1350 mt 3667 1437 L +c29 +153 -167 -118 -9 3607 3012 3 MP +PP +0 sg +3607 3012 mt 3489 3003 L +3489 3003 mt 3642 2836 L +/c31 { 1.000000 0.208333 0.000000 sr} bdef +c31 +-117 -67 153 -167 3489 3003 3 MP +PP +0 sg +3489 3003 mt 3642 2836 L +3642 2836 mt 3525 2769 L +c28 +-117 71 153 80 3397 1343 3 MP +PP +0 sg +3397 1343 mt 3550 1423 L +3550 1423 mt 3433 1494 L +1 sg +153 80 -117 -7 3514 1350 3 MP +PP +0 sg +3514 1350 mt 3397 1343 L +3397 1343 mt 3550 1423 L +c24 +152 141 -117 71 3550 1423 3 MP +PP +0 sg +3550 1423 mt 3433 1494 L +3433 1494 mt 3585 1635 L +c8 +-117 -64 153 -47 3305 1666 3 MP +PP +0 sg +3305 1666 mt 3458 1619 L +3458 1619 mt 3341 1555 L +c8 +153 -47 -117 -55 3422 1721 3 MP +PP +0 sg +3422 1721 mt 3305 1666 L +3305 1666 mt 3458 1619 L +c22 +-117 61 152 141 3433 1494 3 MP +PP +0 sg +3433 1494 mt 3585 1635 L +3585 1635 mt 3468 1696 L +c25 +-118 -127 153 -135 3479 1612 3 MP +PP +0 sg +3479 1612 mt 3632 1477 L +3632 1477 mt 3514 1350 L +c30 +153 -135 -117 -213 3596 1825 3 MP +PP +0 sg +3596 1825 mt 3479 1612 L +3479 1612 mt 3632 1477 L +c31 +-118 -9 153 -90 3454 3102 3 MP +PP +0 sg +3454 3102 mt 3607 3012 L +3607 3012 mt 3489 3003 L +c29 +153 -90 -117 -13 3571 3115 3 MP +PP +0 sg +3571 3115 mt 3454 3102 L +3454 3102 mt 3607 3012 L +c18 +153 -332 -117 -182 3560 2339 3 MP +PP +0 sg +3560 2339 mt 3443 2157 L +3443 2157 mt 3596 1825 L +c10 +152 -33 -117 -28 3387 1782 3 MP +PP +0 sg +3387 1782 mt 3270 1754 L +3270 1754 mt 3422 1721 L +c14 +-117 -9 153 38 3351 1753 3 MP +PP +0 sg +3351 1753 mt 3504 1791 L +3504 1791 mt 3387 1782 L +c9 +-117 -55 152 -33 3270 1754 3 MP +PP +0 sg +3270 1754 mt 3422 1721 L +3422 1721 mt 3305 1666 L +c17 +153 38 -117 57 3468 1696 3 MP +PP +0 sg +3468 1696 mt 3351 1753 L +3351 1753 mt 3504 1791 L +/c32 { 1.000000 0.916667 0.000000 sr} bdef +c32 +-117 -213 153 -332 3443 2157 3 MP +PP +0 sg +3443 2157 mt 3596 1825 L +3596 1825 mt 3479 1612 L +c29 +-117 -13 153 -56 3418 3171 3 MP +PP +0 sg +3418 3171 mt 3571 3115 L +3571 3115 mt 3454 3102 L +c23 +153 -56 -118 -38 3536 3209 3 MP +PP +0 sg +3536 3209 mt 3418 3171 L +3418 3171 mt 3571 3115 L +c8 +-117 -182 152 -364 3408 2703 3 MP +PP +0 sg +3408 2703 mt 3560 2339 L +3560 2339 mt 3443 2157 L +c8 +152 -479 -117 -67 3408 2703 3 MP +PP +0 sg +3408 2703 mt 3291 2636 L +3291 2636 mt 3443 2157 L +c8 +152 -364 -117 -66 3525 2769 3 MP +PP +0 sg +3525 2769 mt 3408 2703 L +3408 2703 mt 3560 2339 L +c23 +-118 -38 153 -49 3383 3258 3 MP +PP +0 sg +3383 3258 mt 3536 3209 L +3536 3209 mt 3418 3171 L +c31 +153 -254 -117 20 3489 3003 3 MP +PP +0 sg +3489 3003 mt 3372 3023 L +3372 3023 mt 3525 2769 L +/c33 { 0.916667 0.000000 0.000000 sr} bdef +c33 +-117 -67 153 -364 3255 3067 3 MP +PP +0 sg +3255 3067 mt 3408 2703 L +3408 2703 mt 3291 2636 L +/c34 { 1.000000 0.083333 0.000000 sr} bdef +c34 +-117 -66 153 -254 3372 3023 3 MP +PP +0 sg +3372 3023 mt 3525 2769 L +3525 2769 mt 3408 2703 L +c28 +153 57 -117 94 3397 1343 3 MP +PP +0 sg +3397 1343 mt 3280 1437 L +3280 1437 mt 3433 1494 L +c8 +153 -49 -117 -62 3305 1666 3 MP +PP +0 sg +3305 1666 mt 3188 1604 L +3188 1604 mt 3341 1555 L +c26 +-117 112 153 57 3280 1437 3 MP +PP +0 sg +3280 1437 mt 3433 1494 L +3433 1494 mt 3316 1606 L +/c35 { 1.000000 1.000000 0.875000 sr} bdef +c35 +-117 -7 152 -140 3362 1490 3 MP +PP +0 sg +3362 1490 mt 3514 1350 L +3514 1350 mt 3397 1343 L +c22 +152 90 -117 112 3433 1494 3 MP +PP +0 sg +3433 1494 mt 3316 1606 L +3316 1606 mt 3468 1696 L +c25 +152 -140 -117 -122 3479 1612 3 MP +PP +0 sg +3479 1612 mt 3362 1490 L +3362 1490 mt 3514 1350 L +c31 +152 -127 -117 28 3454 3102 3 MP +PP +0 sg +3454 3102 mt 3337 3130 L +3337 3130 mt 3489 3003 L +c34 +-117 20 152 -127 3337 3130 3 MP +PP +0 sg +3337 3130 mt 3489 3003 L +3489 3003 mt 3372 3023 L +c8 +-117 -62 153 -43 3152 1709 3 MP +PP +0 sg +3152 1709 mt 3305 1666 L +3305 1666 mt 3188 1604 L +c9 +153 -43 -118 -45 3270 1754 3 MP +PP +0 sg +3270 1754 mt 3152 1709 L +3152 1709 mt 3305 1666 L +c19 +152 40 -117 107 3316 1606 3 MP +PP +0 sg +3316 1606 mt 3199 1713 L +3199 1713 mt 3351 1753 L +c10 +-118 -45 153 -26 3117 1780 3 MP +PP +0 sg +3117 1780 mt 3270 1754 L +3270 1754 mt 3152 1709 L +c12 +153 -26 -117 -3 3234 1783 3 MP +PP +0 sg +3234 1783 mt 3117 1780 L +3117 1780 mt 3270 1754 L +c12 +-117 -28 153 -1 3234 1783 3 MP +PP +0 sg +3234 1783 mt 3387 1782 L +3387 1782 mt 3270 1754 L +c18 +-117 30 152 40 3199 1713 3 MP +PP +0 sg +3199 1713 mt 3351 1753 L +3351 1753 mt 3234 1783 L +c14 +153 -1 -117 30 3351 1753 3 MP +PP +0 sg +3351 1753 mt 3234 1783 L +3234 1783 mt 3387 1782 L +c19 +-117 57 152 90 3316 1606 3 MP +PP +0 sg +3316 1606 mt 3468 1696 L +3468 1696 mt 3351 1753 L +c27 +-117 -122 153 -390 3326 2002 3 MP +PP +0 sg +3326 2002 mt 3479 1612 L +3479 1612 mt 3362 1490 L +c32 +153 -390 -117 -155 3443 2157 3 MP +PP +0 sg +3443 2157 mt 3326 2002 L +3326 2002 mt 3479 1612 L +c29 +153 -60 -117 -9 3418 3171 3 MP +PP +0 sg +3418 3171 mt 3301 3162 L +3301 3162 mt 3454 3102 L +c31 +-117 28 153 -60 3301 3162 3 MP +PP +0 sg +3301 3162 mt 3454 3102 L +3454 3102 mt 3337 3130 L +c8 +-117 -155 152 -479 3291 2636 3 MP +PP +0 sg +3291 2636 mt 3443 2157 L +3443 2157 mt 3326 2002 L +c23 +152 -45 -117 -42 3383 3258 3 MP +PP +0 sg +3383 3258 mt 3266 3216 L +3266 3216 mt 3418 3171 L +c29 +-117 -9 152 -45 3266 3216 3 MP +PP +0 sg +3266 3216 mt 3418 3171 L +3418 3171 mt 3301 3162 L +c34 +153 -364 -117 44 3372 3023 3 MP +PP +0 sg +3372 3023 mt 3255 3067 L +3255 3067 mt 3408 2703 L +c30 +-117 142 152 -120 3128 1557 3 MP +PP +0 sg +3128 1557 mt 3280 1437 L +3280 1437 mt 3163 1579 L +c26 +153 27 -117 142 3280 1437 3 MP +PP +0 sg +3280 1437 mt 3163 1579 L +3163 1579 mt 3316 1606 L +c25 +-117 94 152 -135 3245 1478 3 MP +PP +0 sg +3245 1478 mt 3397 1343 L +3397 1343 mt 3280 1437 L +c35 +152 -135 -117 -12 3362 1490 3 MP +PP +0 sg +3362 1490 mt 3245 1478 L +3245 1478 mt 3397 1343 L +c23 +-117 -42 153 -47 3230 3305 3 MP +PP +0 sg +3230 3305 mt 3383 3258 L +3383 3258 mt 3266 3216 L +c34 +152 -184 -117 77 3337 3130 3 MP +PP +0 sg +3337 3130 mt 3220 3207 L +3220 3207 mt 3372 3023 L +c33 +-117 44 152 -184 3220 3207 3 MP +PP +0 sg +3220 3207 mt 3372 3023 L +3372 3023 mt 3255 3067 L +c27 +153 -412 -117 -100 3326 2002 3 MP +PP +0 sg +3326 2002 mt 3209 1902 L +3209 1902 mt 3362 1490 L +c10 +-117 -31 153 -25 2964 1805 3 MP +PP +0 sg +2964 1805 mt 3117 1780 L +3117 1780 mt 3000 1749 L +c15 +153 -25 -117 23 3081 1782 3 MP +PP +0 sg +3081 1782 mt 2964 1805 L +2964 1805 mt 3117 1780 L +c15 +-117 -3 153 1 3081 1782 3 MP +PP +0 sg +3081 1782 mt 3234 1783 L +3234 1783 mt 3117 1780 L +c10 +152 -40 -117 -31 3117 1780 3 MP +PP +0 sg +3117 1780 mt 3000 1749 L +3000 1749 mt 3152 1709 L +c18 +153 1 -118 69 3199 1713 3 MP +PP +0 sg +3199 1713 mt 3081 1782 L +3081 1782 mt 3234 1783 L +c8 +153 -48 -117 -57 3152 1709 3 MP +PP +0 sg +3152 1709 mt 3035 1652 L +3035 1652 mt 3188 1604 L +c20 +-117 107 153 27 3163 1579 3 MP +PP +0 sg +3163 1579 mt 3316 1606 L +3316 1606 mt 3199 1713 L +/c36 { 1.000000 1.000000 0.125000 sr} bdef +c36 +-117 -12 153 -412 3209 1902 3 MP +PP +0 sg +3209 1902 mt 3362 1490 L +3362 1490 mt 3245 1478 L +c33 +152 -257 -117 117 3220 3207 3 MP +PP +0 sg +3220 3207 mt 3103 3324 L +3103 3324 mt 3255 3067 L +c34 +-117 77 153 -70 3184 3200 3 MP +PP +0 sg +3184 3200 mt 3337 3130 L +3337 3130 mt 3220 3207 L +c31 +153 -70 -117 38 3301 3162 3 MP +PP +0 sg +3301 3162 mt 3184 3200 L +3184 3200 mt 3337 3130 L +c8 +-117 -100 152 -567 3174 2569 3 MP +PP +0 sg +3174 2569 mt 3326 2002 L +3326 2002 mt 3209 1902 L +c8 +152 -600 -117 -67 3174 2569 3 MP +PP +0 sg +3174 2569 mt 3057 2502 L +3057 2502 mt 3209 1902 L +c8 +152 -567 -117 -67 3291 2636 3 MP +PP +0 sg +3291 2636 mt 3174 2569 L +3174 2569 mt 3326 2002 L +/c37 { 0.416667 0.000000 0.000000 sr} bdef +c37 +-117 22 153 -333 2985 3447 3 MP +PP +0 sg +2985 3447 mt 3138 3114 L +3138 3114 mt 3021 3136 L +/c38 { 0.666667 0.000000 0.000000 sr} bdef +c38 +153 -333 -118 123 3103 3324 3 MP +PP +0 sg +3103 3324 mt 2985 3447 L +2985 3447 mt 3138 3114 L +c38 +-117 47 152 -257 3103 3324 3 MP +PP +0 sg +3103 3324 mt 3255 3067 L +3255 3067 mt 3138 3114 L +/c39 { 1.000000 0.250000 0.000000 sr} bdef +c39 +152 -22 -117 23 3149 3199 3 MP +PP +0 sg +3149 3199 mt 3032 3222 L +3032 3222 mt 3184 3200 L +/c40 { 1.000000 0.125000 0.000000 sr} bdef +c40 +-117 91 152 -22 3032 3222 3 MP +PP +0 sg +3032 3222 mt 3184 3200 L +3184 3200 mt 3067 3291 L +/c41 { 0.875000 0.000000 0.000000 sr} bdef +c41 +-117 117 153 -84 3067 3291 3 MP +PP +0 sg +3067 3291 mt 3220 3207 L +3220 3207 mt 3103 3324 L +c34 +153 -84 -117 91 3184 3200 3 MP +PP +0 sg +3184 3200 mt 3067 3291 L +3067 3291 mt 3220 3207 L +c39 +-117 38 152 -37 3149 3199 3 MP +PP +0 sg +3149 3199 mt 3301 3162 L +3301 3162 mt 3184 3200 L +c29 +152 -37 -117 -17 3266 3216 3 MP +PP +0 sg +3266 3216 mt 3149 3199 L +3149 3199 mt 3301 3162 L +c38 +-117 -67 153 -567 3021 3136 3 MP +PP +0 sg +3021 3136 mt 3174 2569 L +3174 2569 mt 3057 2502 L +/c42 { 0.791667 0.000000 0.000000 sr} bdef +c42 +-117 -67 153 -478 3138 3114 3 MP +PP +0 sg +3138 3114 mt 3291 2636 L +3291 2636 mt 3174 2569 L +c33 +153 -478 -117 47 3255 3067 3 MP +PP +0 sg +3255 3067 mt 3138 3114 L +3138 3114 mt 3291 2636 L +c25 +152 -120 -117 79 3245 1478 3 MP +PP +0 sg +3245 1478 mt 3128 1557 L +3128 1557 mt 3280 1437 L +c23 +153 -39 -117 -50 3230 3305 3 MP +PP +0 sg +3230 3305 mt 3113 3255 L +3113 3255 mt 3266 3216 L +c23 +-117 -17 153 -39 3113 3255 3 MP +PP +0 sg +3113 3255 mt 3266 3216 L +3266 3216 mt 3149 3199 L +c8 +-117 -57 152 -40 3000 1749 3 MP +PP +0 sg +3000 1749 mt 3152 1709 L +3152 1709 mt 3035 1652 L +c8 +152 -47 -117 -50 3000 1749 3 MP +PP +0 sg +3000 1749 mt 2883 1699 L +2883 1699 mt 3035 1652 L +c30 +153 -101 -118 123 3128 1557 3 MP +PP +0 sg +3128 1557 mt 3010 1680 L +3010 1680 mt 3163 1579 L +c27 +-117 134 153 -101 3010 1680 3 MP +PP +0 sg +3010 1680 mt 3163 1579 L +3163 1579 mt 3046 1713 L +c20 +153 0 -117 134 3163 1579 3 MP +PP +0 sg +3163 1579 mt 3046 1713 L +3046 1713 mt 3199 1713 L +c17 +-118 69 153 0 3046 1713 3 MP +PP +0 sg +3046 1713 mt 3199 1713 L +3199 1713 mt 3081 1782 L +c27 +-117 79 153 -390 3092 1868 3 MP +PP +0 sg +3092 1868 mt 3245 1478 L +3245 1478 mt 3128 1557 L +c36 +153 -390 -117 -34 3209 1902 3 MP +PP +0 sg +3209 1902 mt 3092 1868 L +3092 1868 mt 3245 1478 L +c37 +153 -390 -117 79 2985 3447 3 MP +PP +0 sg +2985 3447 mt 2868 3526 L +2868 3526 mt 3021 3136 L +c41 +153 -101 -117 134 3067 3291 3 MP +PP +0 sg +3067 3291 mt 2950 3425 L +2950 3425 mt 3103 3324 L +/c43 { 0.583333 0.000000 0.000000 sr} bdef +c43 +-118 123 153 -101 2950 3425 3 MP +PP +0 sg +2950 3425 mt 3103 3324 L +3103 3324 mt 2985 3447 L +c23 +-117 -50 152 -47 3078 3352 3 MP +PP +0 sg +3078 3352 mt 3230 3305 L +3230 3305 mt 3113 3255 L +c8 +-117 -34 152 -600 3057 2502 3 MP +PP +0 sg +3057 2502 mt 3209 1902 L +3209 1902 mt 3092 1868 L +c42 +153 -567 -117 22 3138 3114 3 MP +PP +0 sg +3138 3114 mt 3021 3136 L +3021 3136 mt 3174 2569 L +/c44 { 0.208333 0.000000 0.000000 sr} bdef +c44 +153 -412 -117 -12 2868 3526 3 MP +PP +0 sg +2868 3526 mt 2751 3514 L +2751 3514 mt 2904 3102 L +c44 +-117 -34 153 -390 2868 3526 3 MP +PP +0 sg +2868 3526 mt 3021 3136 L +3021 3136 mt 2904 3102 L +/c45 { 1.000000 0.166667 0.000000 sr} bdef +c45 +-118 69 153 1 2879 3221 3 MP +PP +0 sg +2879 3221 mt 3032 3222 L +3032 3222 mt 2914 3291 L +c39 +153 1 -117 -3 2996 3224 3 MP +PP +0 sg +2996 3224 mt 2879 3221 L +2879 3221 mt 3032 3222 L +c40 +153 0 -118 69 3032 3222 3 MP +PP +0 sg +3032 3222 mt 2914 3291 L +2914 3291 mt 3067 3291 L +c39 +-117 23 153 -25 2996 3224 3 MP +PP +0 sg +2996 3224 mt 3149 3199 L +3149 3199 mt 3032 3222 L +c23 +153 -25 -117 -31 3113 3255 3 MP +PP +0 sg +3113 3255 mt 2996 3224 L +2996 3224 mt 3149 3199 L +c11 +-117 -17 152 -37 2812 1842 3 MP +PP +0 sg +2812 1842 mt 2964 1805 L +2964 1805 mt 2847 1788 L +c10 +153 -39 -117 -17 2964 1805 3 MP +PP +0 sg +2964 1805 mt 2847 1788 L +2847 1788 mt 3000 1749 L +c13 +-117 23 152 -22 2929 1804 3 MP +PP +0 sg +2929 1804 mt 3081 1782 L +3081 1782 mt 2964 1805 L +c17 +152 -22 -117 91 3046 1713 3 MP +PP +0 sg +3046 1713 mt 2929 1804 L +2929 1804 mt 3081 1782 L +c27 +153 -333 -117 22 3092 1868 3 MP +PP +0 sg +3092 1868 mt 2975 1890 L +2975 1890 mt 3128 1557 L +c9 +-117 -50 153 -39 2847 1788 3 MP +PP +0 sg +2847 1788 mt 3000 1749 L +3000 1749 mt 2883 1699 L +c18 +-117 91 153 -84 2893 1797 3 MP +PP +0 sg +2893 1797 mt 3046 1713 L +3046 1713 mt 2929 1804 L +c27 +153 -84 -117 117 3010 1680 3 MP +PP +0 sg +3010 1680 mt 2893 1797 L +2893 1797 mt 3046 1713 L +c32 +-118 123 153 -333 2975 1890 3 MP +PP +0 sg +2975 1890 mt 3128 1557 L +3128 1557 mt 3010 1680 L +c33 +-117 134 153 0 2914 3291 3 MP +PP +0 sg +2914 3291 mt 3067 3291 L +3067 3291 mt 2950 3425 L +c23 +152 -40 -117 -57 3078 3352 3 MP +PP +0 sg +3078 3352 mt 2961 3295 L +2961 3295 mt 3113 3255 L +c23 +-117 -31 152 -40 2961 3295 3 MP +PP +0 sg +2961 3295 mt 3113 3255 L +3113 3255 mt 2996 3224 L +c8 +153 -478 -117 -67 2939 2435 3 MP +PP +0 sg +2939 2435 mt 2822 2368 L +2822 2368 mt 2975 1890 L +c8 +153 -567 -118 -67 3057 2502 3 MP +PP +0 sg +3057 2502 mt 2939 2435 L +2939 2435 mt 3092 1868 L +c8 +-117 22 153 -567 2939 2435 3 MP +PP +0 sg +2939 2435 mt 3092 1868 L +3092 1868 mt 2975 1890 L +c33 +153 27 -117 107 2914 3291 3 MP +PP +0 sg +2914 3291 mt 2797 3398 L +2797 3398 mt 2950 3425 L +c23 +-117 -57 153 -48 2925 3400 3 MP +PP +0 sg +2925 3400 mt 3078 3352 L +3078 3352 mt 2961 3295 L +c38 +153 -600 -117 -34 3021 3136 3 MP +PP +0 sg +3021 3136 mt 2904 3102 L +2904 3102 mt 3057 2502 L +c38 +-117 -67 152 -567 2787 3002 3 MP +PP +0 sg +2787 3002 mt 2939 2435 L +2939 2435 mt 2822 2368 L +/c46 { 0.625000 0.000000 0.000000 sr} bdef +c46 +-118 -67 153 -600 2904 3102 3 MP +PP +0 sg +2904 3102 mt 3057 2502 L +3057 2502 mt 2939 2435 L +c13 +152 -37 -117 38 2929 1804 3 MP +PP +0 sg +2929 1804 mt 2812 1842 L +2812 1842 mt 2964 1805 L +c32 +152 -257 -117 47 2975 1890 3 MP +PP +0 sg +2975 1890 mt 2858 1937 L +2858 1937 mt 3010 1680 L +c13 +-117 38 153 -70 2776 1874 3 MP +PP +0 sg +2776 1874 mt 2929 1804 L +2929 1804 mt 2812 1842 L +c18 +153 -70 -117 77 2893 1797 3 MP +PP +0 sg +2893 1797 mt 2776 1874 L +2776 1874 mt 2929 1804 L +c18 +-117 117 152 -257 2858 1937 3 MP +PP +0 sg +2858 1937 mt 3010 1680 L +3010 1680 mt 2893 1797 L +/c47 { 0.125000 0.000000 0.000000 sr} bdef +c47 +-117 -100 153 -412 2751 3514 3 MP +PP +0 sg +2751 3514 mt 2904 3102 L +2904 3102 mt 2787 3002 L +c47 +153 -390 -117 -122 2751 3514 3 MP +PP +0 sg +2751 3514 mt 2634 3392 L +2634 3392 mt 2787 3002 L +c45 +152 40 -117 30 2879 3221 3 MP +PP +0 sg +2879 3221 mt 2762 3251 L +2762 3251 mt 2914 3291 L +c29 +-117 -3 153 -26 2843 3250 3 MP +PP +0 sg +2843 3250 mt 2996 3224 L +2996 3224 mt 2879 3221 L +c23 +153 -26 -118 -45 2961 3295 3 MP +PP +0 sg +2961 3295 mt 2843 3250 L +2843 3250 mt 2996 3224 L +/c48 { 0.333333 0.000000 0.000000 sr} bdef +c48 +-117 79 152 -120 2833 3567 3 MP +PP +0 sg +2833 3567 mt 2985 3447 L +2985 3447 mt 2868 3526 L +c48 +152 -135 -117 94 2833 3567 3 MP +PP +0 sg +2833 3567 mt 2716 3661 L +2716 3661 mt 2868 3526 L +/c49 { 0.083333 0.000000 0.000000 sr} bdef +c49 +-117 -12 152 -135 2716 3661 3 MP +PP +0 sg +2716 3661 mt 2868 3526 L +2868 3526 mt 2751 3514 L +c43 +152 -120 -117 142 2950 3425 3 MP +PP +0 sg +2950 3425 mt 2833 3567 L +2833 3567 mt 2985 3447 L +c8 +-117 47 153 -478 2822 2368 3 MP +PP +0 sg +2822 2368 mt 2975 1890 L +2975 1890 mt 2858 1937 L +/c50 { 1.000000 0.041667 0.000000 sr} bdef +c50 +-117 107 152 40 2762 3251 3 MP +PP +0 sg +2762 3251 mt 2914 3291 L +2914 3291 mt 2797 3398 L +c23 +153 -43 -117 -62 2925 3400 3 MP +PP +0 sg +2925 3400 mt 2808 3338 L +2808 3338 mt 2961 3295 L +c23 +-118 -45 153 -43 2808 3338 3 MP +PP +0 sg +2808 3338 mt 2961 3295 L +2961 3295 mt 2843 3250 L +/c51 { 0.708333 0.000000 0.000000 sr} bdef +c51 +-117 142 153 27 2797 3398 3 MP +PP +0 sg +2797 3398 mt 2950 3425 L +2950 3425 mt 2833 3567 L +c46 +152 -567 -117 -100 2904 3102 3 MP +PP +0 sg +2904 3102 mt 2787 3002 L +2787 3002 mt 2939 2435 L +/c52 { 0.041667 0.000000 0.000000 sr} bdef +c52 +-117 -122 152 -140 2599 3654 3 MP +PP +0 sg +2599 3654 mt 2751 3514 L +2751 3514 mt 2634 3392 L +c44 +-117 -155 153 -390 2634 3392 3 MP +PP +0 sg +2634 3392 mt 2787 3002 L +2787 3002 mt 2670 2847 L +c41 +-117 112 152 90 2645 3308 3 MP +PP +0 sg +2645 3308 mt 2797 3398 L +2797 3398 mt 2680 3510 L +c50 +152 90 -117 57 2762 3251 3 MP +PP +0 sg +2762 3251 mt 2645 3308 L +2645 3308 mt 2797 3398 L +c49 +152 -140 -117 -7 2716 3661 3 MP +PP +0 sg +2716 3661 mt 2599 3654 L +2599 3654 mt 2751 3514 L +c51 +153 57 -117 112 2797 3398 3 MP +PP +0 sg +2797 3398 mt 2680 3510 L +2680 3510 mt 2833 3567 L +c23 +-117 -62 153 -49 2772 3449 3 MP +PP +0 sg +2772 3449 mt 2925 3400 L +2925 3400 mt 2808 3338 L +c13 +-117 77 152 -184 2741 1981 3 MP +PP +0 sg +2741 1981 mt 2893 1797 L +2893 1797 mt 2776 1874 L +c18 +152 -184 -117 44 2858 1937 3 MP +PP +0 sg +2858 1937 mt 2741 1981 L +2741 1981 mt 2893 1797 L +c9 +153 -47 -117 -42 2847 1788 3 MP +PP +0 sg +2847 1788 mt 2730 1746 L +2730 1746 mt 2883 1699 L +c39 +-117 30 153 -1 2726 3222 3 MP +PP +0 sg +2726 3222 mt 2879 3221 L +2879 3221 mt 2762 3251 L +c29 +153 -1 -117 -28 2843 3250 3 MP +PP +0 sg +2843 3250 mt 2726 3222 L +2726 3222 mt 2879 3221 L +c8 +153 -364 -117 -67 2822 2368 3 MP +PP +0 sg +2822 2368 mt 2705 2301 L +2705 2301 mt 2858 1937 L +c8 +-117 44 153 -364 2705 2301 3 MP +PP +0 sg +2705 2301 mt 2858 1937 L +2858 1937 mt 2741 1981 L +c11 +152 -45 -117 -9 2812 1842 3 MP +PP +0 sg +2812 1842 mt 2695 1833 L +2695 1833 mt 2847 1788 L +c9 +-117 -42 152 -45 2695 1833 3 MP +PP +0 sg +2695 1833 mt 2847 1788 L +2847 1788 mt 2730 1746 L +c44 +153 -332 -117 -213 2634 3392 3 MP +PP +0 sg +2634 3392 mt 2517 3179 L +2517 3179 mt 2670 2847 L +c45 +-117 57 153 38 2609 3213 3 MP +PP +0 sg +2609 3213 mt 2762 3251 L +2762 3251 mt 2645 3308 L +c23 +152 -33 -117 -55 2808 3338 3 MP +PP +0 sg +2808 3338 mt 2691 3283 L +2691 3283 mt 2843 3250 L +c39 +153 38 -117 -9 2726 3222 3 MP +PP +0 sg +2726 3222 mt 2609 3213 L +2609 3213 mt 2762 3251 L +c23 +-117 -28 152 -33 2691 3283 3 MP +PP +0 sg +2691 3283 mt 2843 3250 L +2843 3250 mt 2726 3222 L +/c53 { 0.458333 0.000000 0.000000 sr} bdef +c53 +-117 94 153 57 2680 3510 3 MP +PP +0 sg +2680 3510 mt 2833 3567 L +2833 3567 mt 2716 3661 L +c42 +-117 -67 152 -479 2670 2847 3 MP +PP +0 sg +2670 2847 mt 2822 2368 L +2822 2368 mt 2705 2301 L +c38 +152 -479 -117 -155 2787 3002 3 MP +PP +0 sg +2787 3002 mt 2670 2847 L +2670 2847 mt 2822 2368 L +c13 +153 -60 -117 28 2776 1874 3 MP +PP +0 sg +2776 1874 mt 2659 1902 L +2659 1902 mt 2812 1842 L +c11 +-117 -9 153 -60 2659 1902 3 MP +PP +0 sg +2659 1902 mt 2812 1842 L +2812 1842 mt 2695 1833 L +c49 +-117 -213 153 -135 2481 3527 3 MP +PP +0 sg +2481 3527 mt 2634 3392 L +2634 3392 mt 2517 3179 L +c52 +153 -135 -118 -127 2599 3654 3 MP +PP +0 sg +2599 3654 mt 2481 3527 L +2481 3527 mt 2634 3392 L +c41 +152 141 -117 61 2645 3308 3 MP +PP +0 sg +2645 3308 mt 2528 3369 L +2528 3369 mt 2680 3510 L +c23 +-117 -55 153 -47 2655 3385 3 MP +PP +0 sg +2655 3385 mt 2808 3338 L +2808 3338 mt 2691 3283 L +c23 +153 -47 -117 -64 2772 3449 3 MP +PP +0 sg +2772 3449 mt 2655 3385 L +2655 3385 mt 2808 3338 L +c13 +152 -127 -117 20 2741 1981 3 MP +PP +0 sg +2741 1981 mt 2624 2001 L +2624 2001 mt 2776 1874 L +c11 +-117 28 152 -127 2624 2001 3 MP +PP +0 sg +2624 2001 mt 2776 1874 L +2776 1874 mt 2659 1902 L +c8 +153 -254 -117 -66 2705 2301 3 MP +PP +0 sg +2705 2301 mt 2588 2235 L +2588 2235 mt 2741 1981 L +c8 +-117 20 153 -254 2588 2235 3 MP +PP +0 sg +2588 2235 mt 2741 1981 L +2741 1981 mt 2624 2001 L +c9 +153 -49 -118 -38 2695 1833 3 MP +PP +0 sg +2695 1833 mt 2577 1795 L +2577 1795 mt 2730 1746 L +c49 +153 -121 -117 -227 2481 3527 3 MP +PP +0 sg +2481 3527 mt 2364 3300 L +2364 3300 mt 2517 3179 L +c45 +153 87 -117 8 2609 3213 3 MP +PP +0 sg +2609 3213 mt 2492 3221 L +2492 3221 mt 2645 3308 L +c29 +-117 -9 152 -14 2574 3236 3 MP +PP +0 sg +2574 3236 mt 2726 3222 L +2726 3222 mt 2609 3213 L +c23 +152 -14 -117 -47 2691 3283 3 MP +PP +0 sg +2691 3283 mt 2574 3236 L +2574 3236 mt 2726 3222 L +/c54 { 0.291667 0.000000 0.000000 sr} bdef +c54 +-117 -7 153 80 2563 3581 3 MP +PP +0 sg +2563 3581 mt 2716 3661 L +2716 3661 mt 2599 3654 L +c53 +153 80 -117 71 2680 3510 3 MP +PP +0 sg +2680 3510 mt 2563 3581 L +2563 3581 mt 2716 3661 L +c33 +-117 -66 152 -364 2553 2665 3 MP +PP +0 sg +2553 2665 mt 2705 2301 L +2705 2301 mt 2588 2235 L +c42 +152 -364 -117 -182 2670 2847 3 MP +PP +0 sg +2670 2847 mt 2553 2665 L +2553 2665 mt 2705 2301 L +c9 +-118 -38 153 -56 2542 1889 3 MP +PP +0 sg +2542 1889 mt 2695 1833 L +2695 1833 mt 2577 1795 L +c11 +153 -56 -117 -13 2659 1902 3 MP +PP +0 sg +2659 1902 mt 2542 1889 L +2542 1889 mt 2695 1833 L +c34 +-117 61 153 87 2492 3221 3 MP +PP +0 sg +2492 3221 mt 2645 3308 L +2645 3308 mt 2528 3369 L +c23 +153 -40 -117 -62 2655 3385 3 MP +PP +0 sg +2655 3385 mt 2538 3323 L +2538 3323 mt 2691 3283 L +c23 +-117 -47 153 -40 2538 3323 3 MP +PP +0 sg +2538 3323 mt 2691 3283 L +2691 3283 mt 2574 3236 L +c51 +-117 71 152 141 2528 3369 3 MP +PP +0 sg +2528 3369 mt 2680 3510 L +2680 3510 mt 2563 3581 L +c37 +-117 -182 153 -332 2517 3179 3 MP +PP +0 sg +2517 3179 mt 2670 2847 L +2670 2847 mt 2553 2665 L +c11 +153 -90 -118 -9 2624 2001 3 MP +PP +0 sg +2624 2001 mt 2506 1992 L +2506 1992 mt 2659 1902 L +c9 +-117 -13 153 -90 2506 1992 3 MP +PP +0 sg +2506 1992 mt 2659 1902 L +2659 1902 mt 2542 1889 L +c8 +-118 -9 153 -167 2471 2168 3 MP +PP +0 sg +2471 2168 mt 2624 2001 L +2624 2001 mt 2506 1992 L +c8 +153 -167 -117 -67 2588 2235 3 MP +PP +0 sg +2588 2235 mt 2471 2168 L +2471 2168 mt 2624 2001 L +c48 +-117 -257 153 -121 2364 3300 3 MP +PP +0 sg +2364 3300 mt 2517 3179 L +2517 3179 mt 2400 2922 L +c39 +-117 8 152 14 2457 3199 3 MP +PP +0 sg +2457 3199 mt 2609 3213 L +2609 3213 mt 2492 3221 L +c29 +152 14 -117 -37 2574 3236 3 MP +PP +0 sg +2574 3236 mt 2457 3199 L +2457 3199 mt 2609 3213 L +c44 +-118 -127 153 87 2446 3567 3 MP +PP +0 sg +2446 3567 mt 2599 3654 L +2599 3654 mt 2481 3527 L +c54 +153 87 -117 -14 2563 3581 3 MP +PP +0 sg +2563 3581 mt 2446 3567 L +2446 3567 mt 2599 3654 L +c33 +153 -253 -118 -177 2553 2665 3 MP +PP +0 sg +2553 2665 mt 2435 2488 L +2435 2488 mt 2588 2235 L +c34 +-117 -67 153 -253 2435 2488 3 MP +PP +0 sg +2435 2488 mt 2588 2235 L +2588 2235 mt 2471 2168 L +c9 +152 -53 -117 -41 2542 1889 3 MP +PP +0 sg +2542 1889 mt 2425 1848 L +2425 1848 mt 2577 1795 L +c48 +153 -102 -117 -276 2364 3300 3 MP +PP +0 sg +2364 3300 mt 2247 3024 L +2247 3024 mt 2400 2922 L +c31 +-117 10 153 50 2339 3171 3 MP +PP +0 sg +2339 3171 mt 2492 3221 L +2492 3221 mt 2375 3231 L +c39 +153 50 -118 -28 2457 3199 3 MP +PP +0 sg +2457 3199 mt 2339 3171 L +2339 3171 mt 2492 3221 L +c34 +153 138 -117 10 2492 3221 3 MP +PP +0 sg +2492 3221 mt 2375 3231 L +2375 3231 mt 2528 3369 L +c23 +-117 -37 153 -29 2421 3265 3 MP +PP +0 sg +2421 3265 mt 2574 3236 L +2574 3236 mt 2457 3199 L +c23 +153 -29 -117 -58 2538 3323 3 MP +PP +0 sg +2538 3323 mt 2421 3265 L +2421 3265 mt 2574 3236 L +c54 +-117 -227 152 79 2329 3448 3 MP +PP +0 sg +2329 3448 mt 2481 3527 L +2481 3527 mt 2364 3300 L +c44 +152 79 -117 -119 2446 3567 3 MP +PP +0 sg +2446 3567 mt 2329 3448 L +2329 3448 mt 2481 3527 L +c43 +-117 -14 153 181 2410 3400 3 MP +PP +0 sg +2410 3400 mt 2563 3581 L +2563 3581 mt 2446 3567 L +c51 +153 181 -118 31 2528 3369 3 MP +PP +0 sg +2528 3369 mt 2410 3400 L +2410 3400 mt 2563 3581 L +c38 +-118 -177 153 -257 2400 2922 3 MP +PP +0 sg +2400 2922 mt 2553 2665 L +2553 2665 mt 2435 2488 L +c37 +153 -257 -117 -257 2517 3179 3 MP +PP +0 sg +2517 3179 mt 2400 2922 L +2400 2922 mt 2553 2665 L +c8 +-117 -41 153 -68 2389 1957 3 MP +PP +0 sg +2389 1957 mt 2542 1889 L +2542 1889 mt 2425 1848 L +c9 +153 -68 -117 -35 2506 1992 3 MP +PP +0 sg +2506 1992 mt 2389 1957 L +2389 1957 mt 2542 1889 L +/c55 { 0.958333 0.000000 0.000000 sr} bdef +c55 +-118 31 153 138 2375 3231 3 MP +PP +0 sg +2375 3231 mt 2528 3369 L +2528 3369 mt 2410 3400 L +c8 +152 -77 -117 -67 2354 2101 3 MP +PP +0 sg +2354 2101 mt 2237 2034 L +2237 2034 mt 2389 1957 L +c8 +152 -109 -117 -67 2471 2168 3 MP +PP +0 sg +2471 2168 mt 2354 2101 L +2354 2101 mt 2506 1992 L +c8 +-117 -35 152 -109 2354 2101 3 MP +PP +0 sg +2354 2101 mt 2506 1992 L +2506 1992 mt 2389 1957 L +c29 +-117 -67 153 -109 2201 2210 3 MP +PP +0 sg +2201 2210 mt 2354 2101 L +2354 2101 mt 2237 2034 L +c31 +-117 -67 153 -166 2318 2334 3 MP +PP +0 sg +2318 2334 mt 2471 2168 L +2471 2168 mt 2354 2101 L +c34 +153 -166 -117 -154 2435 2488 3 MP +PP +0 sg +2435 2488 mt 2318 2334 L +2318 2334 mt 2471 2168 L +c53 +-117 -276 152 57 2212 3243 3 MP +PP +0 sg +2212 3243 mt 2364 3300 L +2364 3300 mt 2247 3024 L +c53 +152 28 -117 -247 2212 3243 3 MP +PP +0 sg +2212 3243 mt 2095 2996 L +2095 2996 mt 2247 3024 L +c45 +-117 -7 153 87 2222 3144 3 MP +PP +0 sg +2222 3144 mt 2375 3231 L +2375 3231 mt 2258 3224 L +c31 +153 87 -117 -27 2339 3171 3 MP +PP +0 sg +2339 3171 mt 2222 3144 L +2222 3144 mt 2375 3231 L +c29 +-118 -28 153 -12 2304 3211 3 MP +PP +0 sg +2304 3211 mt 2457 3199 L +2457 3199 mt 2339 3171 L +c54 +152 57 -117 -205 2329 3448 3 MP +PP +0 sg +2329 3448 mt 2212 3243 L +2212 3243 mt 2364 3300 L +c55 +152 176 -117 -7 2375 3231 3 MP +PP +0 sg +2375 3231 mt 2258 3224 L +2258 3224 mt 2410 3400 L +c23 +153 -12 -117 -54 2421 3265 3 MP +PP +0 sg +2421 3265 mt 2304 3211 L +2304 3211 mt 2457 3199 L +c43 +153 196 -117 -29 2410 3400 3 MP +PP +0 sg +2410 3400 mt 2293 3371 L +2293 3371 mt 2446 3567 L +/c56 { 0.541667 0.000000 0.000000 sr} bdef +c56 +-117 -119 153 196 2293 3371 3 MP +PP +0 sg +2293 3371 mt 2446 3567 L +2446 3567 mt 2329 3448 L +c33 +-117 -154 152 -184 2283 2672 3 MP +PP +0 sg +2283 2672 mt 2435 2488 L +2435 2488 mt 2318 2334 L +c38 +152 -184 -117 -250 2400 2922 3 MP +PP +0 sg +2400 2922 mt 2283 2672 L +2283 2672 mt 2435 2488 L +c8 +153 -58 -117 -51 2389 1957 3 MP +PP +0 sg +2389 1957 mt 2272 1906 L +2272 1906 mt 2425 1848 L +c41 +-117 -29 152 176 2258 3224 3 MP +PP +0 sg +2258 3224 mt 2410 3400 L +2410 3400 mt 2293 3371 L +c43 +-117 -250 153 -102 2247 3024 3 MP +PP +0 sg +2247 3024 mt 2400 2922 L +2400 2922 mt 2283 2672 L +c8 +-117 -51 152 -77 2237 2034 3 MP +PP +0 sg +2237 2034 mt 2389 1957 L +2389 1957 mt 2272 1906 L +c31 +153 -109 -117 -124 2318 2334 3 MP +PP +0 sg +2318 2334 mt 2201 2210 L +2201 2210 mt 2354 2101 L +c51 +-117 -247 153 142 2059 3101 3 MP +PP +0 sg +2059 3101 mt 2212 3243 L +2212 3243 mt 2095 2996 L +c45 +153 116 -117 -36 2222 3144 3 MP +PP +0 sg +2222 3144 mt 2105 3108 L +2105 3108 mt 2258 3224 L +c29 +152 9 -117 -49 2304 3211 3 MP +PP +0 sg +2304 3211 mt 2187 3162 L +2187 3162 mt 2339 3171 L +c29 +-117 -27 152 9 2187 3162 3 MP +PP +0 sg +2187 3162 mt 2339 3171 L +2339 3171 mt 2222 3144 L +c43 +-117 -205 153 181 2176 3267 3 MP +PP +0 sg +2176 3267 mt 2329 3448 L +2329 3448 mt 2212 3243 L +c56 +153 181 -117 -104 2293 3371 3 MP +PP +0 sg +2293 3371 mt 2176 3267 L +2176 3267 mt 2329 3448 L +c33 +152 -127 -117 -211 2283 2672 3 MP +PP +0 sg +2283 2672 mt 2166 2461 L +2166 2461 mt 2318 2334 L +c34 +-117 -124 152 -127 2166 2461 3 MP +PP +0 sg +2166 2461 mt 2318 2334 L +2318 2334 mt 2201 2210 L +c43 +153 142 -117 -166 2176 3267 3 MP +PP +0 sg +2176 3267 mt 2059 3101 L +2059 3101 mt 2212 3243 L +c41 +152 192 -117 -45 2258 3224 3 MP +PP +0 sg +2258 3224 mt 2141 3179 L +2141 3179 mt 2293 3371 L +c41 +-117 -104 152 192 2141 3179 3 MP +PP +0 sg +2141 3179 mt 2293 3371 L +2293 3371 mt 2176 3267 L +c43 +153 -84 -117 -268 2247 3024 3 MP +PP +0 sg +2247 3024 mt 2130 2756 L +2130 2756 mt 2283 2672 L +c41 +-117 -211 153 -84 2130 2756 3 MP +PP +0 sg +2130 2756 mt 2283 2672 L +2283 2672 mt 2166 2461 L +c8 +152 -61 -117 -67 2237 2034 3 MP +PP +0 sg +2237 2034 mt 2120 1967 L +2120 1967 mt 2272 1906 L +c40 +-117 -45 153 116 2105 3108 3 MP +PP +0 sg +2105 3108 mt 2258 3224 L +2258 3224 mt 2141 3179 L +c51 +-117 -268 152 28 2095 2996 3 MP +PP +0 sg +2095 2996 mt 2247 3024 L +2247 3024 mt 2130 2756 L +c29 +153 -77 -117 -99 2201 2210 3 MP +PP +0 sg +2201 2210 mt 2084 2111 L +2084 2111 mt 2237 2034 L +c23 +-117 -67 153 -77 2084 2111 3 MP +PP +0 sg +2084 2111 mt 2237 2034 L +2237 2034 mt 2120 1967 L +c40 +-118 -126 153 116 1871 2974 3 MP +PP +0 sg +1871 2974 mt 2024 3090 L +2024 3090 mt 1906 2964 L +c41 +153 137 -118 -126 2024 3090 3 MP +PP +0 sg +2024 3090 mt 1906 2964 L +1906 2964 mt 2059 3101 L +c55 +-117 -194 153 137 1906 2964 3 MP +PP +0 sg +1906 2964 mt 2059 3101 L +2059 3101 mt 1942 2907 L +c51 +153 89 -117 -194 2059 3101 3 MP +PP +0 sg +2059 3101 mt 1942 2907 L +1942 2907 mt 2095 2996 L +c41 +-117 -166 152 177 2024 3090 3 MP +PP +0 sg +2024 3090 mt 2176 3267 L +2176 3267 mt 2059 3101 L +c40 +153 127 -117 -56 2105 3108 3 MP +PP +0 sg +2105 3108 mt 1988 3052 L +1988 3052 mt 2141 3179 L +c39 +-117 -36 152 31 2070 3113 3 MP +PP +0 sg +2070 3113 mt 2222 3144 L +2222 3144 mt 2105 3108 L +c29 +152 31 -117 -49 2187 3162 3 MP +PP +0 sg +2187 3162 mt 2070 3113 L +2070 3113 mt 2222 3144 L +c34 +152 -89 -117 -162 2166 2461 3 MP +PP +0 sg +2166 2461 mt 2049 2299 L +2049 2299 mt 2201 2210 L +c31 +-117 -99 152 -89 2049 2299 3 MP +PP +0 sg +2049 2299 mt 2201 2210 L +2201 2210 mt 2084 2111 L +c41 +152 177 -117 -89 2141 3179 3 MP +PP +0 sg +2141 3179 mt 2024 3090 L +2024 3090 mt 2176 3267 L +c41 +153 -70 -117 -225 2130 2756 3 MP +PP +0 sg +2130 2756 mt 2013 2531 L +2013 2531 mt 2166 2461 L +c34 +-117 -162 153 -70 2013 2531 3 MP +PP +0 sg +2013 2531 mt 2166 2461 L +2166 2461 mt 2049 2299 L +c34 +-117 -89 153 127 1988 3052 3 MP +PP +0 sg +1988 3052 mt 2141 3179 L +2141 3179 mt 2024 3090 L +c51 +153 0 -118 -240 2095 2996 3 MP +PP +0 sg +2095 2996 mt 1977 2756 L +1977 2756 mt 2130 2756 L +c33 +-117 -225 153 0 1977 2756 3 MP +PP +0 sg +1977 2756 mt 2130 2756 L +2130 2756 mt 2013 2531 L +c23 +153 -61 -117 -83 2084 2111 3 MP +PP +0 sg +2084 2111 mt 1967 2028 L +1967 2028 mt 2120 1967 L +c34 +153 116 -117 -78 1988 3052 3 MP +PP +0 sg +1988 3052 mt 1871 2974 L +1871 2974 mt 2024 3090 L +c39 +152 48 -117 -53 2070 3113 3 MP +PP +0 sg +2070 3113 mt 1953 3060 L +1953 3060 mt 2105 3108 L +c39 +-117 -56 152 48 1953 3060 3 MP +PP +0 sg +1953 3060 mt 2105 3108 L +2105 3108 mt 1988 3052 L +c41 +-118 -240 153 89 1942 2907 3 MP +PP +0 sg +1942 2907 mt 2095 2996 L +2095 2996 mt 1977 2756 L +c29 +-117 -83 153 -68 1931 2179 3 MP +PP +0 sg +1931 2179 mt 2084 2111 L +2084 2111 mt 1967 2028 L +c31 +153 -68 -118 -120 2049 2299 3 MP +PP +0 sg +2049 2299 mt 1931 2179 L +1931 2179 mt 2084 2111 L +c34 +153 -61 -117 -171 2013 2531 3 MP +PP +0 sg +2013 2531 mt 1896 2360 L +1896 2360 mt 2049 2299 L +c31 +-118 -120 153 -61 1896 2360 3 MP +PP +0 sg +1896 2360 mt 2049 2299 L +2049 2299 mt 1931 2179 L +c33 +153 -22 -117 -203 1977 2756 3 MP +PP +0 sg +1977 2756 mt 1860 2553 L +1860 2553 mt 2013 2531 L +c40 +-117 -171 153 -22 1860 2553 3 MP +PP +0 sg +1860 2553 mt 2013 2531 L +2013 2531 mt 1896 2360 L +c39 +-117 -78 153 54 1835 2998 3 MP +PP +0 sg +1835 2998 mt 1988 3052 L +1988 3052 mt 1871 2974 L +c39 +153 54 -118 -62 1953 3060 3 MP +PP +0 sg +1953 3060 mt 1835 2998 L +1835 2998 mt 1988 3052 L +c50 +-117 -203 152 40 1825 2716 3 MP +PP +0 sg +1825 2716 mt 1977 2756 L +1977 2756 mt 1860 2553 L +c41 +152 40 -117 -191 1942 2907 3 MP +PP +0 sg +1942 2907 mt 1825 2716 L +1825 2716 mt 1977 2756 L +c29 +153 -58 -117 -93 1931 2179 3 MP +PP +0 sg +1931 2179 mt 1814 2086 L +1814 2086 mt 1967 2028 L +c55 +153 87 -117 -144 1906 2964 3 MP +PP +0 sg +1906 2964 mt 1789 2820 L +1789 2820 mt 1942 2907 L +c34 +-117 -191 153 87 1789 2820 3 MP +PP +0 sg +1789 2820 mt 1942 2907 L +1942 2907 mt 1825 2716 L +c29 +-117 -93 152 -56 1779 2235 3 MP +PP +0 sg +1779 2235 mt 1931 2179 L +1931 2179 mt 1814 2086 L +c31 +152 -56 -117 -125 1896 2360 3 MP +PP +0 sg +1896 2360 mt 1779 2235 L +1779 2235 mt 1931 2179 L +c45 +-117 -144 152 88 1754 2876 3 MP +PP +0 sg +1754 2876 mt 1906 2964 L +1906 2964 mt 1789 2820 L +c40 +152 88 -117 -98 1871 2974 3 MP +PP +0 sg +1871 2974 mt 1754 2876 L +1754 2876 mt 1906 2964 L +c40 +153 -37 -117 -156 1860 2553 3 MP +PP +0 sg +1860 2553 mt 1743 2397 L +1743 2397 mt 1896 2360 L +c39 +-117 -125 153 -37 1743 2397 3 MP +PP +0 sg +1743 2397 mt 1896 2360 L +1896 2360 mt 1779 2235 L +c39 +153 48 -117 -72 1835 2998 3 MP +PP +0 sg +1835 2998 mt 1718 2926 L +1718 2926 mt 1871 2974 L +c39 +-117 -98 153 48 1718 2926 3 MP +PP +0 sg +1718 2926 mt 1871 2974 L +1871 2974 mt 1754 2876 L +c50 +152 1 -117 -164 1825 2716 3 MP +PP +0 sg +1825 2716 mt 1708 2552 L +1708 2552 mt 1860 2553 L +c45 +-117 -156 152 1 1708 2552 3 MP +PP +0 sg +1708 2552 mt 1860 2553 L +1860 2553 mt 1743 2397 L +c45 +-117 -164 153 38 1672 2678 3 MP +PP +0 sg +1672 2678 mt 1825 2716 L +1825 2716 mt 1708 2552 L +c34 +153 38 -117 -142 1789 2820 3 MP +PP +0 sg +1789 2820 mt 1672 2678 L +1672 2678 mt 1825 2716 L +c29 +152 -53 -117 -96 1779 2235 3 MP +PP +0 sg +1779 2235 mt 1662 2139 L +1662 2139 mt 1814 2086 L +c45 +152 50 -117 -106 1754 2876 3 MP +PP +0 sg +1754 2876 mt 1637 2770 L +1637 2770 mt 1789 2820 L +c31 +-117 -142 152 50 1637 2770 3 MP +PP +0 sg +1637 2770 mt 1789 2820 L +1789 2820 mt 1672 2678 L +c29 +-117 -96 153 -44 1626 2279 3 MP +PP +0 sg +1626 2279 mt 1779 2235 L +1779 2235 mt 1662 2139 L +c39 +153 -44 -117 -118 1743 2397 3 MP +PP +0 sg +1743 2397 mt 1626 2279 L +1626 2279 mt 1779 2235 L +gr + +1143 4888 mt +(y axis) s +gs 899 388 4317 4228 MR c np +c39 +153 31 -117 -81 1718 2926 3 MP +PP +0 sg +1718 2926 mt 1601 2845 L +1601 2845 mt 1754 2876 L +c39 +-117 -106 153 31 1601 2845 3 MP +PP +0 sg +1601 2845 mt 1754 2876 L +1754 2876 mt 1637 2770 L +c45 +152 -25 -117 -130 1708 2552 3 MP +PP +0 sg +1708 2552 mt 1591 2422 L +1591 2422 mt 1743 2397 L +c39 +-117 -118 152 -25 1591 2422 3 MP +PP +0 sg +1591 2422 mt 1743 2397 L +1743 2397 mt 1626 2279 L +c39 +-117 -130 153 -1 1555 2553 3 MP +PP +0 sg +1555 2553 mt 1708 2552 L +1708 2552 mt 1591 2422 L +c45 +153 -1 -117 -125 1672 2678 3 MP +PP +0 sg +1672 2678 mt 1555 2553 L +1555 2553 mt 1708 2552 L +c39 +-117 -125 152 14 1520 2664 3 MP +PP +0 sg +1520 2664 mt 1672 2678 L +1672 2678 mt 1555 2553 L +c31 +152 14 -117 -106 1637 2770 3 MP +PP +0 sg +1637 2770 mt 1520 2664 L +1520 2664 mt 1672 2678 L +c29 +153 -49 -117 -91 1626 2279 3 MP +PP +0 sg +1626 2279 mt 1509 2188 L +1509 2188 mt 1662 2139 L +c29 +-117 -106 153 9 1484 2761 3 MP +PP +0 sg +1484 2761 mt 1637 2770 L +1637 2770 mt 1520 2664 L +c39 +153 9 -117 -84 1601 2845 3 MP +PP +0 sg +1601 2845 mt 1484 2761 L +1484 2761 mt 1637 2770 L +c39 +152 -40 -117 -103 1591 2422 3 MP +PP +0 sg +1591 2422 mt 1474 2319 L +1474 2319 mt 1626 2279 L +c23 +-117 -91 152 -40 1474 2319 3 MP +PP +0 sg +1474 2319 mt 1626 2279 L +1626 2279 mt 1509 2188 L +c29 +-117 -103 153 -26 1438 2448 3 MP +PP +0 sg +1438 2448 mt 1591 2422 L +1591 2422 mt 1474 2319 L +c39 +153 -26 -117 -105 1555 2553 3 MP +PP +0 sg +1555 2553 mt 1438 2448 L +1438 2448 mt 1591 2422 L +c29 +-117 -105 153 -14 1402 2567 3 MP +PP +0 sg +1402 2567 mt 1555 2553 L +1555 2553 mt 1438 2448 L +c39 +153 -14 -118 -97 1520 2664 3 MP +PP +0 sg +1520 2664 mt 1402 2567 L +1402 2567 mt 1555 2553 L +c29 +153 -12 -117 -85 1484 2761 3 MP +PP +0 sg +1484 2761 mt 1367 2676 L +1367 2676 mt 1520 2664 L +c29 +-118 -97 153 -12 1367 2676 3 MP +PP +0 sg +1367 2676 mt 1520 2664 L +1520 2664 mt 1402 2567 L +c23 +153 -47 -118 -84 1474 2319 3 MP +PP +0 sg +1474 2319 mt 1356 2235 L +1356 2235 mt 1509 2188 L +c29 +153 -40 -117 -89 1438 2448 3 MP +PP +0 sg +1438 2448 mt 1321 2359 L +1321 2359 mt 1474 2319 L +c23 +-118 -84 153 -40 1321 2359 3 MP +PP +0 sg +1321 2359 mt 1474 2319 L +1474 2319 mt 1356 2235 L +c23 +-117 -89 153 -32 1285 2480 3 MP +PP +0 sg +1285 2480 mt 1438 2448 L +1438 2448 mt 1321 2359 L +c29 +153 -32 -117 -87 1402 2567 3 MP +PP +0 sg +1402 2567 mt 1285 2480 L +1285 2480 mt 1438 2448 L +c23 +-117 -87 152 -29 1250 2596 3 MP +PP +0 sg +1250 2596 mt 1402 2567 L +1402 2567 mt 1285 2480 L +c29 +152 -29 -117 -80 1367 2676 3 MP +PP +0 sg +1367 2676 mt 1250 2596 L +1250 2596 mt 1402 2567 L +c23 +152 -47 -117 -77 1321 2359 3 MP +PP +0 sg +1321 2359 mt 1204 2282 L +1204 2282 mt 1356 2235 L +c23 +-117 -77 153 -43 1168 2402 3 MP +PP +0 sg +1168 2402 mt 1321 2359 L +1321 2359 mt 1204 2282 L +c23 +153 -43 -117 -78 1285 2480 3 MP +PP +0 sg +1285 2480 mt 1168 2402 L +1168 2402 mt 1321 2359 L +c23 +152 -40 -117 -76 1250 2596 3 MP +PP +0 sg +1250 2596 mt 1133 2520 L +1133 2520 mt 1285 2480 L +c23 +-117 -78 152 -40 1133 2520 3 MP +PP +0 sg +1133 2520 mt 1285 2480 L +1285 2480 mt 1168 2402 L +c23 +153 -48 -117 -72 1168 2402 3 MP +PP +0 sg +1168 2402 mt 1051 2330 L +1051 2330 mt 1204 2282 L +c23 +152 -46 -117 -72 1133 2520 3 MP +PP +0 sg +1133 2520 mt 1016 2448 L +1016 2448 mt 1168 2402 L +c23 +-117 -72 152 -46 1016 2448 3 MP +PP +0 sg +1016 2448 mt 1168 2402 L +1168 2402 mt 1051 2330 L +c23 +153 -49 -118 -69 1016 2448 3 MP +PP +0 sg +1016 2448 mt 898 2379 L + 898 2379 mt 1051 2330 L +gr + + 231 2685 mt -90 rotate +(z axis) s +90 rotate +24 w +6 w +1 sg +0 4227 403 0 0 -4227 5751 4616 4 MP +PP +-403 0 0 4227 403 0 0 -4227 5751 4616 5 MP stroke +gs 5751 389 404 4228 MR c np +gr + +gs np 5751 389 mt 0 4227 rl 403 0 rl 0 -4227 rl cp c np +[403 0 0 4227 5751 389] cc +/picstr 3 string def +1 64 8 +[1.000000 0 0 64.000000 0 0] {currentfile picstr readhexstring pop} false 3 colorimage +FFFFFFFFFFEFFFFFDFFFFFCFFFFFBFFFFFAFFFFF9FFFFF8FFFFF7FFFFF6FFFFF5FFFFF4FFFFF3FFF +FF2FFFFF1FFFFF0FFFFF00FFF400FFE900FFDF00FFD400FFC900FFBF00FFB400FFAA00FF9F00FF94 +00FF8A00FF7F00FF7400FF6A00FF5F00FF5500FF4A00FF3F00FF3500FF2A00FF1F00FF1500FF0A00 +FF0000F40000E90000DF0000D40000C90000BF0000B40000AA00009F00009400008A00007F000074 +00006A00005F00005500004A00003F00003500002A00001F00001500000A0000 +gr +4 w +DO +SO +6 w +0 sg +5751 389 mt 6154 389 L +5751 4616 mt 6154 4616 L +6154 4616 mt 6154 389 L +5751 4616 mt 5751 389 L +5751 4616 mt 6154 4616 L +6154 4616 mt 6154 389 L +6154 4480 mt 6111 4480 L +5751 4480 mt 5793 4480 L +%%IncludeResource: font Helvetica +/Helvetica /WindowsLatin1Encoding 216 FMSR + +6188 4560 mt +(-0.4) s +6154 3986 mt 6111 3986 L +5751 3986 mt 5793 3986 L +6188 4066 mt +(-0.3) s +6154 3491 mt 6111 3491 L +5751 3491 mt 5793 3491 L +6188 3571 mt +(-0.2) s +6154 2997 mt 6111 2997 L +5751 2997 mt 5793 2997 L +6188 3077 mt +(-0.1) s +6154 2502 mt 6111 2502 L +5751 2502 mt 5793 2502 L +6188 2582 mt +(0) s +6154 2007 mt 6111 2007 L +5751 2007 mt 5793 2007 L +6188 2087 mt +(0.1) s +6154 1513 mt 6111 1513 L +5751 1513 mt 5793 1513 L +6188 1593 mt +(0.2) s +6154 1018 mt 6111 1018 L +5751 1018 mt 5793 1018 L +6188 1098 mt +(0.3) s +6154 524 mt 6111 524 L +5751 524 mt 5793 524 L +6188 604 mt +(0.4) s +5751 389 mt 6154 389 L +5751 4616 mt 6154 4616 L +6154 4616 mt 6154 389 L +5751 4616 mt 5751 389 L + +end + +eplot +%%EndObject + +epage +end + +showpage + +%%Trailer +%%EOF diff --git a/example_fig2.pdf b/example_fig2.pdf new file mode 100644 index 0000000000000000000000000000000000000000..59c4aa22613ddac04970badc791ad0db3949bbed GIT binary patch literal 14609 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 HJl_8U0