summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/onrannual
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/onrannual
Initial commit
Diffstat (limited to 'macros/latex/contrib/onrannual')
-rw-r--r--macros/latex/contrib/onrannual/README71
-rw-r--r--macros/latex/contrib/onrannual/onrannual.cls164
-rw-r--r--macros/latex/contrib/onrannual/sample.bib15
-rw-r--r--macros/latex/contrib/onrannual/samplefigure.eps1619
-rw-r--r--macros/latex/contrib/onrannual/samplefigure.pdfbin0 -> 19653 bytes
-rw-r--r--macros/latex/contrib/onrannual/skeleton.pdfbin0 -> 144414 bytes
-rw-r--r--macros/latex/contrib/onrannual/skeleton.tex213
7 files changed, 2082 insertions, 0 deletions
diff --git a/macros/latex/contrib/onrannual/README b/macros/latex/contrib/onrannual/README
new file mode 100644
index 0000000000..f3865991a3
--- /dev/null
+++ b/macros/latex/contrib/onrannual/README
@@ -0,0 +1,71 @@
+Documentation for the onrannual LaTeX package.
+
+BACKGROUND
+This class was not developed by ONR, and as such is not an "official"
+document. The Word template and documentation available from ONR is
+still the canonical reference. The formatting requirements are fairly
+simple, but not a great fit for LaTeX's default spacing and sectioning
+behavior.
+
+Formatting is based on the FY09 report guidance provided by ONR at
+http://www.onr.navy.mil/sci_tech/32/reports/annual (Sept 2009). It's
+likely that distribution statement D will need to change year to year,
+but users should do this manually (i.e., the class won't be updated
+for such changes).
+
+If changes in overall formatting/spacing/sectioning are noted, they
+should be incorporated into an updated version of the class file.
+Please notify the maintainer of any inconsistency between the required
+format and the output of this class.
+
+USAGE
+Usage of the package is demonstrated in the file skeleton.tex
+included with the class file. For users of the standard LaTeX
+classes, it should be trivial to use, since only three new commands
+are provided.
+
+REQUIREMENTS
+A working TeX installation. The class was developed and tested using
+MacTeX 2009, but any semi-recent TeX Live or MikTeX installation should
+be fine. If you're using teTeX, you're on your own.
+
+PROCESSING
+Usage of pdflatex is recommended, as it produces PDF directly. However,
+producing a DVI and then distilling to PDF via dvips or dvipdfm(x) is
+also supported. Standard usage to process the example .tex file at the
+UNIX command line:
+
+pdflatex skeleton
+bibtex skeleton
+pdflatex skeleton
+pdflatex skeleton
+
+This will vary depending on your platform. If you use a GUI front end,
+you are responsible for figuring out how to process your documents.
+
+FONTS
+The mathptmx package is used to provide Times as the default text font,
+which provides reasonably compatible math support. Using XeTeX should
+be possible, but it didn't give a bold title font in my testing.
+
+LICENSE
+LaTeX Project Public License 1.3 or (at your option) any later version.
+See http://www.latex-project.org/lppl.txt for the latest version.
+
+KNOWN BUGS
+None at this time. Please include a minimal LaTeX file
+with any bug report.
+
+CONTACT
+This package is maintained by adam.maxwell@pnl.gov
+
+CHANGES
+v1.1 2010-03-13 Bugfix release
+ - Title font is now 14pt instead of 17.22pt
+ - Hyperref is now required
+ - Disable PDF bookmarks
+ - Color hyperlinks blue
+ - Changed leading to conform more closely to ONR requirements
+ - Better documentation of optional and required sections
+ - Added some documentation to the skeleton file
+v1.0 2010-02-13 Initial release
diff --git a/macros/latex/contrib/onrannual/onrannual.cls b/macros/latex/contrib/onrannual/onrannual.cls
new file mode 100644
index 0000000000..df4f27c4bf
--- /dev/null
+++ b/macros/latex/contrib/onrannual/onrannual.cls
@@ -0,0 +1,164 @@
+%% onrannual.cls
+%% Copyright 2009-2010 Adam R. Maxwell
+%
+% This work may be distributed and/or modified under the
+% conditions of the LaTeX Project Public License, either version 1.3
+% of this license or (at your option) any later version.
+% The latest version of this license is in
+% http://www.latex-project.org/lppl.txt
+% and version 1.3 or later is part of all distributions of LaTeX
+% version 2005/12/01 or later.
+%
+% This work has the LPPL maintenance status `maintained'.
+%
+% The Current Maintainer of this work is A. R. Maxwell.
+%
+% This work consists of the file onrannual.cls.
+
+%
+% Document class for ONR Ocean Battlespace Sensing annual reports, following format
+% from http://www.onr.navy.mil/sci_tech/32/reports/annual/ as of Sept 2009.
+% Developed and maintained by Adam R. Maxwell, adam.maxwell@pnl.gov
+%
+
+\ProvidesClass{onrannual}[2010/03/13 v1.1 ONR annual report document class]
+\NeedsTeXFormat{LaTeX2e}
+
+%
+% This class is a modification of the standard article class. The primary
+% documentation is the skeleton.tex file available at CTAN:
+%
+% http://mirror.ctan.org/macros/latex/contrib/onrannual/skeleton.tex
+%
+% Lacking that, note that the following three new commands are provided:
+%
+% \distribution{xxx} where xxx is the appropriate distribution statement A or B
+% \awardnumber{N00014-xxx} where the argument is your award number
+% \projecturl{\url{http:foo}} which is an optional project URL
+%
+
+%% This technique was copied from latex.ltx, since I couldn't find any documented
+%% way to use commands in the preamble.
+\let\@awardnumber\@empty
+\def\awardnumber#1{\def\@awardnumber{#1}}
+
+\let\@projecturl\@empty
+\def\projecturl#1{\def\@projecturl{#1}}
+
+\let\@distribution\@empty
+\def\distribution#1{\def\@distribution{#1}}
+
+% Times and Helvetica
+% XeTeX should be an alternative here, but it wasn't producing a bold title,
+% and I didn't want to spend time figuring out why.
+\RequirePackage{mathptmx}
+
+% Remaining packages require article to be loaded
+\LoadClass[12pt]{article}
+
+% margins given in style guide; different from Word template...
+\RequirePackage[margin=0.8in, bottom=1.0in]{geometry}
+
+% block format for author/address
+\RequirePackage[blocks]{authblk}
+
+% get rid of section numbers
+\setcounter{secnumdepth}{-2}
+
+% no paragraph indentation; everything has to be flushleft
+\setlength{\parindent}{\z@}
+
+\fontsize{12}{14}
+\selectfont
+
+% use a single line to separate paragraphs
+\setlength{\parskip}{\baselineskip}
+\RequirePackage{parskip}
+
+% change font and justification for captions
+\RequirePackage{caption}
+\captionsetup{font={bf,it}, justification=centering}
+
+% reference list name for bibliography command
+\renewcommand{\refname}{REFERENCES}
+
+% This is sort of nasty; we have to adjust skip around the headings, as well
+% as the font size, since the parskip package won't fix them.
+\renewcommand\section{\@startsection {section}{1}{\z@}%
+ {-10pt}% no skip above the heading
+ {7pt}% if positive, is the skip below; else is the skip to right of run-in
+ {\normalfont\bfseries\MakeUppercase}} % bold, normal size, uppercase
+
+%% ONR reports don't allow for a subsection or subsubsection, conceptually, so redefine
+%% to print an error message instead of allowing headings that look stupid.
+\renewcommand\subsection{\PackageError{onrannual}{Subsections not available for ONR reports}{ONR reports do not include sub or lower sectioning.}}
+\renewcommand\subsubsection{\subsection}
+
+%% Copied \maketitle definition from article.cls. Most adjustments here are for spacing, but
+%% also to avoid printing the date.
+\renewcommand\maketitle{\par
+ \begingroup
+ \renewcommand\thefootnote{\@fnsymbol\c@footnote}%
+ \def\@makefnmark{\rlap{\@textsuperscript{\normalfont\@thefnmark}}}%
+ \long\def\@makefntext##1{\parindent 1em\noindent
+ \hb@xt@1.8em{%
+ \hss\@textsuperscript{\normalfont\@thefnmark}}##1}%
+ \newpage
+ \global\@topnum\z@ % Prevents figures from going at top of page.
+ \@maketitle
+ \thispagestyle{plain}\@thanks
+ \endgroup
+ \setcounter{footnote}{0}%
+ \global\let\thanks\relax
+ \global\let\maketitle\relax
+ \global\let\@maketitle\relax
+ \global\let\@thanks\@empty
+ \global\let\@author\@empty
+ \global\let\@date\@empty
+ \global\let\@title\@empty
+ \global\let\title\relax
+ \global\let\author\relax
+ \global\let\date\relax
+ \global\let\and\relax
+}
+\def\@maketitle{%
+ \setlength\parskip{\z@}%
+ \newpage
+ \begin{center}%
+ {\footnotesize\textit{\@distribution}}
+ \vskip 2\baselineskip
+ \let \footnote \thanks
+ % title font is 14 pt bold
+ {\fontsize{14}{\f@baselineskip}\fontseries{b}\selectfont \@title}%
+ \vskip \baselineskip
+ \setlength{\affilsep}{\z@}%
+ {\begin{tabular}[t]{c}%
+ \@author
+ \end{tabular}\par}%
+ \vskip \baselineskip
+ Award Number: \@awardnumber \par
+ \@projecturl
+ \end{center}%
+ \par
+ \vskip 1.5em}
+
+% ONR wants active hyperlinks colored blue, based on email correspondence, so we'll load it last
+% after mucking about with sectioning
+\RequirePackage[colorlinks=true, pdfborder={0 0 0}, linkcolor=black, citecolor=black, urlcolor=blue, bookmarks=false]{hyperref}
+
+%% now for anything that has to be set as late as possible
+\AtBeginDocument{%
+
+ % this is really gruesome, since I don't understand how natbib changes the heading
+ \@ifpackageloaded{natbib}{%
+ \renewcommand\bibsection{%
+ \section{\refname\@mkboth{\MakeUppercase{\refname}}{\MakeUppercase{\refname}}\vspace{7pt}}%
+ }%
+ }{}%
+
+ % for some reason, they want it to look as if a typewriter was used...
+ \raggedright%
+
+ % don't use Courier for URLs; this works for hyperref also
+ \@ifpackageloaded{url}{\urlstyle{rm}}{}%
+}
diff --git a/macros/latex/contrib/onrannual/sample.bib b/macros/latex/contrib/onrannual/sample.bib
new file mode 100644
index 0000000000..9a64eacba1
--- /dev/null
+++ b/macros/latex/contrib/onrannual/sample.bib
@@ -0,0 +1,15 @@
+%% This BibTeX bibliography file was created using BibDesk.
+%% http://bibdesk.sourceforge.net/
+
+@misc{omitifnone,
+ Key = {{\textcolor{blue}{\textbf{Omit if none.}}}},
+ }
+
+@book{Schlichting:2000,
+ Address = {Berlin},
+ Author = {Schlichting, Herrmann and Gersten, Klaus},
+ Booktitle = {Boundary Layer Theory},
+ Edition = {8th},
+ Publisher = {Springer},
+ Title = {Boundary Layer Theory},
+ Year = 2000}
diff --git a/macros/latex/contrib/onrannual/samplefigure.eps b/macros/latex/contrib/onrannual/samplefigure.eps
new file mode 100644
index 0000000000..3714685f9f
--- /dev/null
+++ b/macros/latex/contrib/onrannual/samplefigure.eps
@@ -0,0 +1,1619 @@
+%!PS-Adobe-3.0 EPSF-3.0
+%APL_DSC_Encoding: UTF8
+%APLProducer: (Version 10.5.8 (Build 9L30) Quartz PS Context)
+%%Title: (Unknown)
+%%Creator: (Unknown)
+%%CreationDate: (Unknown)
+%%For: (Unknown)
+%%DocumentData: Clean7Bit
+%%LanguageLevel: 2
+%%Pages: 1
+%%BoundingBox: 0 0 288 216
+%%EndComments
+%%BeginProlog
+%%BeginFile: cg-pdf.ps
+%%Copyright: Copyright 2000-2004 Apple Computer Incorporated.
+%%Copyright: All Rights Reserved.
+currentpacking true setpacking
+/cg_md 141 dict def
+cg_md begin
+/L3? languagelevel 3 ge def
+/bd{bind def}bind def
+/ld{load def}bd
+/xs{exch store}bd
+/xd{exch def}bd
+/cmmtx matrix def
+mark
+/sc/setcolor
+/scs/setcolorspace
+/dr/defineresource
+/fr/findresource
+/T/true
+/F/false
+/d/setdash
+/w/setlinewidth
+/J/setlinecap
+/j/setlinejoin
+/M/setmiterlimit
+/i/setflat
+/rc/rectclip
+/rf/rectfill
+/rs/rectstroke
+/f/fill
+/f*/eofill
+/sf/selectfont
+/s/show
+/xS/xshow
+/yS/yshow
+/xyS/xyshow
+/S/stroke
+/m/moveto
+/l/lineto
+/c/curveto
+/h/closepath
+/n/newpath
+/q/gsave
+/Q/grestore
+counttomark 2 idiv
+{ld}repeat pop
+/SC{
+ /ColorSpace fr scs
+}bd
+/sopr /setoverprint where{pop/setoverprint}{/pop}ifelse ld
+/soprm /setoverprintmode where{pop/setoverprintmode}{/pop}ifelse ld
+/cgmtx matrix def
+/sdmtx{cgmtx currentmatrix pop}bd
+/CM {cgmtx setmatrix}bd
+/cm {cmmtx astore CM concat}bd
+/W{clip newpath}bd
+/W*{eoclip newpath}bd
+statusdict begin product end dup (HP) anchorsearch{
+ pop pop pop
+ true
+}{
+ pop
+ (hp) anchorsearch{
+ pop pop true
+ }{
+ pop false
+ }ifelse
+}ifelse
+{
+ {
+ {
+ pop pop
+ (0)dup 0 4 -1 roll put
+ F charpath
+ }cshow
+ }
+}{
+ {F charpath}
+}ifelse
+/cply exch bd
+/cps {cply stroke}bd
+/pgsave 0 def
+/bp{/pgsave save store}bd
+/ep{pgsave restore showpage}def
+/re{4 2 roll m 1 index 0 rlineto 0 exch rlineto neg 0 rlineto h}bd
+/scrdict 10 dict def
+/scrmtx matrix def
+/patarray 0 def
+/createpat{patarray 3 1 roll put}bd
+/makepat{
+scrmtx astore pop
+gsave
+initgraphics
+CM
+patarray exch get
+scrmtx
+makepattern
+grestore
+setpattern
+}bd
+/cg_BeginEPSF{
+ userdict save/cg_b4_Inc_state exch put
+ userdict/cg_endepsf/cg_EndEPSF load put
+ count userdict/cg_op_count 3 -1 roll put
+ countdictstack dup array dictstack userdict/cg_dict_array 3 -1 roll put
+ 3 sub{end}repeat
+ /showpage {} def
+ 0 setgray 0 setlinecap 1 setlinewidth 0 setlinejoin
+ 10 setmiterlimit [] 0 setdash newpath
+ false setstrokeadjust false setoverprint
+}bd
+/cg_EndEPSF{
+ countdictstack 3 sub { end } repeat
+ cg_dict_array 3 1 index length 3 sub getinterval
+ {begin}forall
+ count userdict/cg_op_count get sub{pop}repeat
+ userdict/cg_b4_Inc_state get restore
+ F setpacking
+}bd
+/cg_biproc{currentfile/RunLengthDecode filter}bd
+/cg_aiproc{currentfile/ASCII85Decode filter/RunLengthDecode filter}bd
+/ImageDataSource 0 def
+L3?{
+ /cg_mibiproc{pop pop/ImageDataSource{cg_biproc}def}bd
+ /cg_miaiproc{pop pop/ImageDataSource{cg_aiproc}def}bd
+}{
+ /ImageBandMask 0 def
+ /ImageBandData 0 def
+ /cg_mibiproc{
+ string/ImageBandMask xs
+ string/ImageBandData xs
+ /ImageDataSource{[currentfile/RunLengthDecode filter dup ImageBandMask/readstring cvx
+ /pop cvx dup ImageBandData/readstring cvx/pop cvx]cvx bind}bd
+ }bd
+ /cg_miaiproc{
+ string/ImageBandMask xs
+ string/ImageBandData xs
+ /ImageDataSource{[currentfile/ASCII85Decode filter/RunLengthDecode filter
+ dup ImageBandMask/readstring cvx
+ /pop cvx dup ImageBandData/readstring cvx/pop cvx]cvx bind}bd
+ }bd
+}ifelse
+/imsave 0 def
+/BI{save/imsave xd mark}bd
+/EI{imsave restore}bd
+/ID{
+counttomark 2 idiv
+dup 2 add
+dict begin
+{def} repeat
+pop
+/ImageType 1 def
+/ImageMatrix[Width 0 0 Height neg 0 Height]def
+currentdict dup/ImageMask known{ImageMask}{F}ifelse exch
+L3?{
+ dup/MaskedImage known
+ {
+ pop
+ <<
+ /ImageType 3
+ /InterleaveType 2
+ /DataDict currentdict
+ /MaskDict
+ << /ImageType 1
+ /Width Width
+ /Height Height
+ /ImageMatrix ImageMatrix
+ /BitsPerComponent 1
+ /Decode [0 1]
+ currentdict/Interpolate known
+ {/Interpolate Interpolate}if
+ >>
+ >>
+ }if
+}if
+exch
+{imagemask}{image}ifelse
+end
+}bd
+/cguidfix{statusdict begin mark version end
+{cvr}stopped{cleartomark 0}{exch pop}ifelse
+2012 lt{dup findfont dup length dict begin
+{1 index/FID ne 2 index/UniqueID ne and
+{def} {pop pop} ifelse}forall
+currentdict end definefont pop
+}{pop}ifelse
+}bd
+/t_array 0 def
+/t_i 0 def
+/t_c 1 string def
+/x_proc{
+ exch t_array t_i get add exch moveto
+ /t_i t_i 1 add store
+}bd
+/y_proc{
+ t_array t_i get add moveto
+ /t_i t_i 1 add store
+}bd
+/xy_proc{
+
+ t_array t_i 2 copy 1 add get 3 1 roll get
+ 4 -1 roll add 3 1 roll add moveto
+ /t_i t_i 2 add store
+}bd
+/sop 0 def
+/cp_proc/x_proc ld
+/base_charpath
+{
+ /t_array xs
+ /t_i 0 def
+ {
+ t_c 0 3 -1 roll put
+ currentpoint
+ t_c cply sop
+ cp_proc
+ }forall
+ /t_array 0 def
+}bd
+/sop/stroke ld
+/nop{}def
+/xsp/base_charpath ld
+/ysp{/cp_proc/y_proc ld base_charpath/cp_proc/x_proc ld}bd
+/xysp{/cp_proc/xy_proc ld base_charpath/cp_proc/x_proc ld}bd
+/xmp{/sop/nop ld /cp_proc/x_proc ld base_charpath/sop/stroke ld}bd
+/ymp{/sop/nop ld /cp_proc/y_proc ld base_charpath/sop/stroke ld}bd
+/xymp{/sop/nop ld /cp_proc/xy_proc ld base_charpath/sop/stroke ld}bd
+/refnt{
+findfont dup length dict copy dup
+/Encoding 4 -1 roll put
+definefont pop
+}bd
+/renmfont{
+findfont dup length dict copy definefont pop
+}bd
+L3? dup dup{save exch}if
+/Range 0 def
+/DataSource 0 def
+/val 0 def
+/nRange 0 def
+/mulRange 0 def
+/d0 0 def
+/r0 0 def
+/di 0 def
+/ri 0 def
+/a0 0 def
+/a1 0 def
+/r1 0 def
+/r2 0 def
+/dx 0 def
+/Nsteps 0 def
+/sh3tp 0 def
+/ymax 0 def
+/ymin 0 def
+/xmax 0 def
+/xmin 0 def
+/setupFunEval
+{
+ begin
+ /nRange Range length 2 idiv store
+ /mulRange
+
+ [
+ 0 1 nRange 1 sub
+ {
+ 2 mul/nDim2 xd
+ Range nDim2 get
+ Range nDim2 1 add get
+ 1 index sub
+
+ 255 div
+ exch
+ }for
+ ]store
+ end
+}bd
+/FunEval
+{
+ begin
+
+ nRange mul /val xd
+
+ 0 1 nRange 1 sub
+ {
+ dup 2 mul/nDim2 xd
+ val
+ add DataSource exch get
+ mulRange nDim2 get mul
+ mulRange nDim2 1 add get
+ add
+ }for
+ end
+}bd
+/max
+{
+ 2 copy lt
+ {exch pop}{pop}ifelse
+}bd
+/sh2
+{
+ /Coords load aload pop
+ 3 index 3 index translate
+
+ 3 -1 roll sub
+ 3 1 roll exch
+ sub
+ 2 copy
+ dup mul exch dup mul add sqrt
+ dup
+ scale
+ atan
+
+ rotate
+
+ /Function load setupFunEval
+
+
+ clippath {pathbbox}stopped {0 0 0 0}if newpath
+ /ymax xs
+ /xmax xs
+ /ymin xs
+ /xmin xs
+ currentdict/Extend known
+ {
+ /Extend load 0 get
+ {
+ 0/Function load FunEval sc
+ xmin ymin xmin abs ymax ymin sub rectfill
+ }if
+ }if
+
+ /Nsteps/Function load/Size get 0 get 1 sub store
+ /dx 1 Nsteps div store
+ gsave
+ /di ymax ymin sub store
+ /Function load
+
+ 0 1 Nsteps
+ {
+ 1 index FunEval sc
+ 0 ymin dx di rectfill
+ dx 0 translate
+ }for
+ pop
+ grestore
+ currentdict/Extend known
+ {
+ /Extend load 1 get
+ {
+ Nsteps/Function load FunEval sc
+ 1 ymin xmax 1 sub abs ymax ymin sub rectfill
+ }if
+ }if
+}bd
+/shp
+{
+ 4 copy
+
+ dup 0 gt{
+ 0 exch a1 a0 arc
+ }{
+ pop 0 moveto
+ }ifelse
+ dup 0 gt{
+ 0 exch a0 a1 arcn
+ }{
+ pop 0 lineto
+ }ifelse
+
+ fill
+
+ dup 0 gt{
+ 0 exch a0 a1 arc
+ }{
+ pop 0 moveto
+ }ifelse
+ dup 0 gt{
+ 0 exch a1 a0 arcn
+ }{
+ pop 0 lineto
+ }ifelse
+
+ fill
+}bd
+/calcmaxs
+{
+
+ xmin dup mul ymin dup mul add sqrt
+ xmax dup mul ymin dup mul add sqrt
+ xmin dup mul ymax dup mul add sqrt
+ xmax dup mul ymax dup mul add sqrt
+ max max max
+}bd
+/sh3
+{
+ /Coords load aload pop
+ 5 index 5 index translate
+ 3 -1 roll 6 -1 roll sub
+ 3 -1 roll 5 -1 roll sub
+ 2 copy dup mul exch dup mul add sqrt
+ /dx xs
+ 2 copy 0 ne exch 0 ne or
+ {
+
+ exch atan rotate
+ }{
+ pop pop
+ }ifelse
+
+ /r2 xs
+ /r1 xs
+ /Function load
+ dup/Size get 0 get 1 sub
+ /Nsteps xs
+ setupFunEval
+
+
+
+
+
+ dx r2 add r1 lt{
+
+ 0
+ }{
+ dx r1 add r2 le
+ {
+ 1
+ }{
+ r1 r2 eq
+ {
+ 2
+ }{
+ 3
+ }ifelse
+ }ifelse
+ }ifelse
+ /sh3tp xs
+ clippath {pathbbox}stopped {0 0 0 0}if
+ newpath
+ /ymax xs
+ /xmax xs
+ /ymin xs
+ /xmin xs
+
+ dx dup mul r2 r1 sub dup mul sub dup 0 gt
+ {
+ sqrt r2 r1 sub atan
+ /a0 exch 180 exch sub store
+ /a1 a0 neg store
+ }{
+ pop
+ /a0 0 store
+ /a1 360 store
+ }ifelse
+ currentdict/Extend known
+ {
+ /Extend load 0 get r1 0 gt and
+ {
+ 0/Function load FunEval sc
+
+
+
+
+ {
+ {
+ dx 0 r1 360 0 arcn
+ xmin ymin moveto
+ xmax ymin lineto
+ xmax ymax lineto
+ xmin ymax lineto
+ xmin ymin lineto
+ eofill
+ }
+ {
+ r1 0 gt{0 0 r1 0 360 arc fill}if
+ }
+ {
+
+
+
+
+ 0 r1 xmin abs r1 add neg r1 shp
+ }
+ {
+
+
+ r2 r1 gt{
+
+ 0 r1
+ r1 neg r2 r1 sub div dx mul
+ 0
+ shp
+ }{
+
+
+
+ 0 r1 calcmaxs
+ dup
+
+ r2 add dx mul dx r1 r2 sub sub div
+ neg
+ exch 1 index
+ abs exch sub
+ shp
+ }ifelse
+ }
+ }sh3tp get exec
+ }if
+ }if
+
+ /d0 0 store
+ /r0 r1 store
+ /di dx Nsteps div store
+ /ri r2 r1 sub Nsteps div store
+ /Function load
+ 0 1 Nsteps
+ {
+ 1 index FunEval sc
+ d0 di add r0 ri add d0 r0 shp
+ {
+
+ d0 0 r0 a1 a0 arc
+ d0 di add 0 r0 ri add a0 a1 arcn
+ fill
+
+
+ d0 0 r0 a0 a1 arc
+ d0 di add 0 r0 ri add a1 a0 arcn
+ fill
+ }pop
+
+
+ /d0 d0 di add store
+ /r0 r0 ri add store
+ }for
+ pop
+
+ currentdict/Extend known
+ {
+ /Extend load 1 get r2 0 gt and
+ {
+ Nsteps/Function load FunEval sc
+
+
+
+
+ {
+ {
+ dx 0 r2 0 360 arc fill
+ }
+ {
+ dx 0 r2 360 0 arcn
+ xmin ymin moveto
+ xmax ymin lineto
+ xmax ymax lineto
+ xmin ymax lineto
+ xmin ymin lineto
+ eofill
+ }
+ {
+
+
+ xmax abs r1 add r1 dx r1 shp
+ }
+ {
+
+ r2 r1 gt{
+
+
+
+ calcmaxs dup
+
+ r1 add dx mul dx r2 r1 sub sub div
+ exch 1 index
+ exch sub
+ dx r2
+ shp
+ }{
+
+ r1 neg r2 r1 sub div dx mul
+ 0
+ dx
+ r2
+ shp
+ }ifelse
+ }
+ }
+ sh3tp get exec
+ }if
+ }if
+}bd
+/sh
+{
+ begin
+ /ShadingType load dup dup 2 eq exch 3 eq or
+ {
+ gsave
+ newpath
+ /ColorSpace load scs
+ currentdict/BBox known
+ {
+ /BBox load aload pop
+ 2 index sub
+ 3 index
+ 3 -1 roll exch sub
+ exch rectclip
+ }if
+ 2 eq
+ {sh2}{sh3}ifelse
+ grestore
+ }{
+
+ pop
+ (DEBUG: shading type unimplemented\n)print flush
+ }ifelse
+ end
+}bd
+{restore}if not dup{save exch}if
+ L3?{
+ /sh/shfill ld
+ /csq/clipsave ld
+ /csQ/cliprestore ld
+ }if
+{restore}if
+end
+setpacking
+%%EndFile
+%%EndProlog
+%%BeginSetup
+%%EndSetup
+%%Page: 1 1
+%%PageBoundingBox: 0 0 288 216
+%%BeginPageSetup
+cg_md begin
+bp
+sdmtx
+%RBIBeginFontSubset: RZLFNM+Helvetica
+%!FontType1-1.0: RZLFNM+Helvetica 1.0000.0.0000
+ 14 dict begin/FontName /RZLFNM+Helvetica def
+ /PaintType 0 def
+ /Encoding 256 array 0 1 255{1 index exch/.notdef put}for
+ dup 33 /V put
+ dup 34 /hyphen put
+ dup 35 /one put
+ dup 36 /period put
+ dup 37 /zero put
+ dup 38 /five put
+ dup 39 /phi put
+ dup 40 /two put
+ dup 41 /three put
+ dup 42 /four put
+ dup 43 /six put
+ dup 44 /T put
+ dup 45 /r put
+ dup 46 /a put
+ dup 47 /c put
+ dup 48 /e put
+ dup 49 /space put
+ readonly def
+ 42/FontType resourcestatus{pop pop false}{true}ifelse
+ %APLsfntBegin
+ {currentfile 0(%APLsfntEnd\n)/SubFileDecode filter flushfile}if
+ /FontType 42 def
+ /FontMatrix matrix def
+ /FontBBox[2048 -1947 1 index div -985 2 index div 2961 3 index div 2297 5 -1 roll div]cvx def
+ /sfnts [<
+ 74727565000900000000000063767420000000000000009C0000036C6670676D000000000000040800000A0C676C79660000000000000E1400000EC8686561640000000000001CDC00000038686865610000000000001D1400000024686D74780000000000001D38000000486C6F63610000000000001D80000000266D6178700000000000001DA800000020707265700000000000001DC8000003CF05C0001005BD00280580001A042F001F0000FFD90000FFDA0000FFD9FE55FFE605C70010FE6DFFF1033B000000B9000000B902FE3F3C00C0008D009B00AF000600A800C00028005E009800C9016A00B9015C00B400D6011E002E0080000400B8004C00CC01FFFFD1006600A400AF007400C2009500B1000C0028006D0015004C008E0125FF7A000C0040004C00620084FFA200240038008600BD0039005E008E00EDFFA9FFB300400052005500AA00AB00C200CB012302B10413FFAEFFE4000800510074008400AA00D1FF4CFFAF0012002C004200500051008400BE012503DAFF680018003B0098009C009F00A100C100EC018201B4FF68FF76FFD0FFE100020018001C00530053007D01B401E103AF0486FF9CFFEAFFFE001F0028002A00520060009300A300AA00AF00AF00C001000145016B0174019301950240028202B404850517FEFD00060029004700470048006F008800B400B900C400F200F901EF02180310037403C5FF35FFF3000B004B004C0052005500650076007600870087008E00AB00BB0106013001430150017D0194019501D3022A025502580277027802E6034E035C037903D3047304B2058C0598060BFEF5FFBBFFC7FFD50017001D005B0072007E009C00C200D000F400FA01030106011C0125013B0142015E015E0180019B02B901A101B9025001C001D002AA01DF01E301EF01FB0205020C0215022B0274029302AB02C202CE03690395039903DF03F5043E050205A105E5062507DBFE62FE89FECEFF3BFFE1FFF800030008002100390042004E005F0061006F00700034007F008E00AD00AD00AF00BD00C400C500C900C900C900E3011C00ED00F800F901000112011A0132014D014D014E014F01660169019E01BA01BA01BE01E301EF01F602000200020902110217021C02530262026D028002D50280031B032A034A035A03AF03AF03C803D603FB03FB04050413041504470449008C046D049A049A04A604A804B204CF0539053E054E055605800589058C036305D105D6067E068E06B206EF06F00728074C076F078C00B400C900C000C10000000000000000000000000004012400AF0032006E0063014401620096014301A10161008A00740064018801EF01700028FF5D037E0347023000AA00BE007B0062009A007D0089035C00A1FFD803AA00D70093006C0000008000A70442001D0597001D00820030002A
+ 002A002A002A002A40292A292827262524232221201F1E1D1C1B1A191817161514131211100D0C0B0A090807060504030201002C4523466020B02660B004262348482D2C452346236120B02661B004262348482D2C45234660B0206120B04660B004262348482D2C4523462361B0206020B02661B02061B004262348482D2C45234660B0406120B06660B004262348482D2C4523462361B0406020B02661B04061B004262348482D2C0110203C003C2D2C20452320B0CD442320B8015A51582320B08D44235920B0ED51582320B04D44235920B09051582320B00D44235921212D2C20204518684420B001602045B04676688A4560442D2C01B9400000000A2D2C00B9000040000B2D2C2045B00043617D6818B0004360442D2C45B01A234445B01923442D2C2045B00325456164B050515845441B2121592D2C20B0032552582359212D2C69B04061B0008B0C6423648BB8400062600C642364615C58B0036159B002602D2C45B0112BB0172344B0177AE5182D2C45B0112BB01723442D2C45B0112BB017458CB0172344B0177AE5182D2CB002254661658A46B040608B482D2CB0022546608A46B040618C482D2C4B53205C58B002855958B00185592D2C20B0032545B019236A4445B01A23444565234520B00325606A20B009234223688A6A606120B0005258B21A401A4523614459B0005058B219401945236144592D2CB9187E3B210B2D2CB92D412D410B2D2CB93B21187E0B2D2CB93B21E7830B2D2CB92D41D2C00B2D2CB9187EC4E00B2D2C4B525845441B2121592D2C0120B003252349B04060B0206320B000525823B002253823B002256538008A63381B212121212159012D2C456920B00943B0022660B00325B005254961B0805358B21940194523616844B21A401A4523606A44B209191A45652345604259B00943608A103A2D2C01B005251023208AF500B0016023EDEC2D2C01B005251023208AF500B0016123EDEC2D2C01B0062510F500EDEC2D2C20B001600110203C003C2D2C20B001610110203C003C2D2C764520B003254523616818236860442D2C7645B00325452361682318456860442D2C7645B0032545616823452361442D2C4569B014B0324B505821B0205961442DB8002B2C4BB800095058B101018E59B801FF85B800441DB9000900035F5E2DB8002C2C2020456944B001602DB8002D2CB8002C2A212DB8002E2C2046B003254652582359208A208A49648A204620686164B004254620686164525823658A592F20B00053586920B000545821B040591B6920B000545821B0406559593A2DB8002F2C2046B00425465258238A592046206A6164B0042546206A61645258238A592FFD2DB800302C4B20B0032650585158B080441BB04044591B21212045B0C05058B0C0441B2159592DB800312C2020456944B0016020
+ 20457D691844B001602DB800322CB800312A2DB800332C4B20B003265358B0801BB040598A8A20B0032653582321B0C08A8A1B8A235920B0032653582321B801008A8A1B8A235920B0032653582321B801408A8A1B8A235920B80003265358B0032545B8018050582321B8018023211BB003254523212321591B2159442DB800342C4B535845441B2121592DB800352C4BB800095058B101018E59B801FF85B800441DB9000900035F5E2DB800362C2020456944B001602DB800372CB800362A212DB800382C2046B003254652582359208A208A49648A204620686164B004254620686164525823658A592F20B00053586920B000545821B040591B6920B000545821B0406559593A2DB800392C2046B00425465258238A592046206A6164B0042546206A61645258238A592FFD2DB8003A2C4B20B0032650585158B080441BB04044591B21212045B0C05058B0C0441B2159592DB8003B2C2020456944B001602020457D691844B001602DB8003C2CB8003B2A2DB8003D2C4B20B003265358B0801BB040598A8A20B0032653582321B0C08A8A1B8A235920B0032653582321B801008A8A1B8A235920B0032653582321B801408A8A1B8A235920B80003265358B0032545B8018050582321B8018023211BB003254523212321591B2159442DB8003E2C4B535845441B2121592DB8003F2C4BB800095058B101018E59B801FF85B800441DB9000900035F5E2DB800402C2020456944B001602DB800412CB800402A212DB800422C2046B003254652582359208A208A49648A204620686164B004254620686164525823658A592F20B00053586920B000545821B040591B6920B000545821B0406559593A2DB800432C2046B00425465258238A592046206A6164B0042546206A61645258238A592FFD2DB800442C4B20B0032650585158B080441BB04044591B21212045B0C05058B0C0441B2159592DB800452C2020456944B001602020457D691844B001602DB800462CB800452A2DB800472C4B20B003265358B0801BB040598A8A20B0032653582321B0C08A8A1B8A235920B0032653582321B801008A8A1B8A235920B0032653582321B801408A8A1B8A235920B80003265358B0032545B8018050582321B8018023211BB003254523212321591B2159442DB800482C4B535845441B2121592DB800492C4BB800095058B101018E59B801FF85B800441DB9000900035F5E2DB8004A2C2020456944B001602DB8004B2CB8004A2A212DB8004C2C2046B003254652582359208A208A49648A204620686164B004254620686164525823658A592F20B00053586920B000545821B040591B6920B000545821B0406559593A2DB8004D2C2046B00425465258238A592046206A6164B0042546206A61645258238A592FFD2DB8004E2C4B20B0032650585158
+ B080441BB04044591B21212045B0C05058B0C0441B2159592DB8004F2C2020456944B001602020457D691844B001602DB800502CB8004F2A2DB800512C4B20B003265358B0801BB040598A8A20B0032653582321B0C08A8A1B8A235920B0032653582321B801008A8A1B8A235920B0032653582321B801408A8A1B8A235920B80003265358B0032545B8018050582321B8018023211BB003254523212321591B2159442DB800522C4B535845441B2121592DB800532C4BB800095058B101018E59B801FF85B800441DB9000900035F5E2DB800542C2020456944B001602DB800552CB800542A212DB800562C2046B003254652582359208A208A49648A204620686164B004254620686164525823658A592F20B00053586920B000545821B040591B6920B000545821B0406559593A2DB800572C2046B00425465258238A592046206A6164B0042546206A61645258238A592FFD2DB800582C4B20B0032650585158B080441BB04044591B21212045B0C05058B0C0441B2159592DB800592C2020456944B001602020457D691844B001602DB8005A2CB800592A2DB8005B2C4B20B003265358B0801BB040598A8A20B0032653582321B0C08A8A1B8A235920B0032653582321B801008A8A1B8A235920B0032653582321B801408A8A1B8A235920B80003265358B0032545B8018050582321B8018023211BB003254523212321591B2159442DB8005C2C4B535845441B2121592D00020042000004D005BD00030007003FB800532BB800082FB800092FB8000810B80000D0B800002FB8000910B80003DCB80004DCB8000010B80007DC00BA0007000000562BBA0002000500562B3031331121112711211142048EB8FCE205BDFA43B8044DFBB300000001005501DE024B029700030020400A002F03011A0500190405B80142B321BA48182B2B4EE410E6002F4DED3130132115215501F6FE0A0297B90000000100AF0000018000DA000300264013012A030A0517171A01640019040564216365182B2B4EF44DFD4E456544E6003F4DED313037331523AFD1D1DADA00000000020040FFD9041C0598000F001C00714017870501460815350F051C35070D1238036F18380B1E471D1076C418D4EDFDED003FED3FED313043794034001B0D2601251A2609250526160E18280014001228011B081828001006122801170C1528011302152801190A1C280011041C28002B2B2B2B012B2B2B2B2B2B2B2B2B81005D001716111007022120272611343712211236113402232202111417163303407C60577EFEE2FEFE7E693F7601358AA678AD9F932F48AE0598E5B1FECCFEDCBFFEEEE0BB013BF4AF0146FAE5F80152F4013BFED5FEDDDB85CB000000000100C4000002D5059200080023B10801B80133400C0404070C04079605000A47091076C418C4D5FD39003F
+ 3FF4CD313013353E013733112311C4C39A268EC003F68A1359A6FA6E03F60000000100400000041E059D002200A6404E3604460457056B1D6E1E7A1E84018702082A085A196B197C197C1CB519050022010F041C0E1921071C19040100051F0F0F22130A351305201F7521220C217F0738166F220E270F811F38222447231076C418D4EDF4ED10F5EDE4003F3CFD3C3FED1112392F1217390111123912393911391239005D31304379401C04190C2511260B120E2800091407280119040D100A280108150A2801002B2B1010012B2B2B2B81005D36123F01363736353426232207060723363736213212151407060F01060706072115214A85C1C0813452967DB9472604B70342750128F6E37946B5896238641A030EFC29B90112706F4B35536B7D938C4B85BB76D0FEF6A3AC7A47654C3631576AAA000000010031FFD9041A059A003100C4401F490C532D6529632D7529752D069626014B082B0A182B140D03F93114350D20B8012340141135107F0D0D311B3524050735310D1896274411B8014A400F0A382E6F021F2920810327023347321076C418D4EDF4ED10F5EDEDF4ED003FED3FED12392FF4FDE610ED10ED111239011112393130437940362F301926000905261D2522260600032800040308300A28011C231F28001A251828010401072800092F0728001E211B280119261B2801002B2B2B2B012B2B2B103C2B2B2B2B818181005D015D0402353316171633323635342623220607351E013332373635342623220706072334373621321615140706071E01151400230116E5BC0C2846B78EACB5A11225131C26166541729865B4452605B2406E0115DBF0472C46717FFEF2F8270117C88B3F719878947601019F03022038906B7478427AA070C8C3B98452331D1FB180CDFEFE000000000200340000042F059C0002000D005C402209020A080D010202BE12060607020601050708030106070A02750B05EF030C070403B80117B501960D08AC0AB80158B3050F470E1076C418D4F5F43CFDE4003F3FF43CFD3C1139390111123911123939872E2B047D10C50F3130011109011121350133113315231102A5FE3501CEFD8C029098D3D301FB0289FD77FE05015EB0038EFC5F9DFEA200000000010042FFDC041C0580002000BB402B4812881F02390C461357136713043A080C0D07000C0A0F0E0E75121313120E0F201213070013170A17350AB80122401A0D7F0E0E1D123A0F04043520C71D0D1107381A6F0038202247211076C418D4EDF5EDC4003FEDED3FFD12392FE4F4ED1112390111123939123939872E2B7D10C5001239011112393931301843794028181F01090226031E00280001001F20051C0728010918072801011F042800061B04280008190A2801002B2B2B012B2B103C103C2B2B8181005D5D1316171633323635342623
+ 22060727132115210336373633320415140221222427FD127D4054A09AB7805D852F9C6D02E8FD9F3D322D5069C50112FBFEEDAFFEF310016D9A3B1ECC7C96A44840090303AEFE72261321FEC3CBFECAC5CC00000002004DFFDB0423059E001B002700A94039771A0117082508271958198600870188090747080A212721350E0E1403C707351B052735140D032902811E38116F170A023C0A2431172947281076C418D4FD397C4B52787A2F1810F5EDF4ED003FED3FEDED12392FED11123931304379403425261C200F1600060526200F1E280126152428001C131E2801060003280104031F1021280125162728001D1227280004010728012B2B2B2B01103C2B2B2B2B2B81818181015D005D001615232627262322020336373633320415140223220011103712211236353426232206151416330347BDB21023418497B20A3E5E566AB4010CFEEBC9FEDC417D014C818D7EA674AF9F8D059EF98455305AFEE9FEFC5B2D28E6E4C3FED301310169010BBA0164FADDBF826EC79A9B88B9000000010021000004C905BD00070034401A01061E00070204080917171A00FB0203250504FB0619088C5E182B4E10F44DF43CFD3CF44E456544E6003F3F3C4DFD3C3130011521112311213504C9FE11CAFE1105BDAFFAF2050EAF000000000100340000053605BD0006008F40449001A0010240015401021601017805E6010267046805880403192802251203030400251206060501050203060300020504080817171A0402039E0500019E0619078E5E182B194E10F4184DFD3939FD3939194E456544E618003F3C3F173C123901874D2E2B872E182B4B5279400C01020100030401000102060587087D10C487087D10C43130015D005D717172090233012301011001A601A1DFFDE8D3FDE905BDFB1D04E3FA4305BD00000000030052FFDC04470449000F003B003C00DD40382A30010A100B1B0C1C2733481069096A10073908120C09031B320724091D100C1D3B2B022E293BB73B023B322A2512100705081C2722171CB8018A4023171D1F07271D2E0B021D350B3C073C3C1C1407292AA8241A3E1B291C4A0F2738193D3EBC0197002100B9019600182B2B4EF44DEDF4ED4E10F64DE4FDC412392F003F3FED3FED3FEDED1239111217395D1112392EED2EED01111239111739313043794028363715220001192501360F2100181E1B21001620142101212200370221001A1D1721011521172101002B2B2B01103C2B2B2B2B818181005D015D2416333237363D010E010F0106070615013637363534262322070607233E01333217161511141633323637150E0123222726270E012322263534363713010E724E5F59962168326D62315301B43E150C837A8D3B210AA805F7A3BD767517250C1E112A2C265D2A160937CE7C95BDBA978ACF5A2C49A691151C
+ 060E0D1C2F67016C082C182D5C534C2A53C69B484898FD971C220303850C06422340486AB58895A41301E4000002003BFFE103D0044E001A001B00A7402FA719019818A808AA18034A08119B14030314061D1A070D1D140B1B071B1B1710271201032702111A1D0A2717191C1DB80107B321727D182B2B4EF44DED4E10F63C4DED3939ED12392F003F3FED3FED12392F10ED313043794034001908250C150A26000E1310260112110F1007190A26000500032101010204030B160D26000F120D2600091806260104010621012B2B2B2B01103C103C2B2B103C103C2B2B2B81005D015D001617232E012322070615141633323637330E01232202351000330702D6E317AF10727EAC4A308892708319AF1EF0BBD2FA0112D41C044EB0D76383A86DA0A1DC8977D5C50133E6011A013A0500030048FFDA041A0449001C00240025010C40799708991AA71F03050E020F0514150E120F1514400C401408291A014B0BB603C701C603C71BD808D909D61FD823E817E8230BC711C712025C080521240F9A161D243906070716211D1C070A1D160B2507971CA71CB71CD71C0425160F251C05190A0C07110E270F1D27051A27242E072719192627D421A65D182B2B4EF44DFDE44E10F64DEDD4FD391239391112393912392F5D003F3FED3FED12392F3CFD3C10ED1112393130437940460023040503050205010504061F26111012101310141004060C25221B24260020001D26011E1D09170726000B150E26010D0E231A2126011E0521260108180A26000D100A2600002B2B2B2B01103C2B2B103C2B2B2B2A2B2A8101715D00715D5D00161716171615211E013332373637330E01070607062322001110003301262726232206070102B4D638361210FCEF0590978D543014B1074F3152794152C8FEEA0118E2011F0B284AAD7CA805012304476B55516C4AA2A3C55D36473B912E501C100123010601020142FE26754682B38A01DC000000000100890000029204470011004F40262703260D37034704040E0810020E0911090C270805070006110A081A13012E10291100191213B80145B321627E182B2B4EF43C4DFDE44E10E6003F3F4D3FC4FDC411123939011112393130005D1333153E0133321617152E0123220615112389AB15A46B05181D101B108892B4042FB9369B0203BE0302AF72FD980000030077FE6F0550052F0008001100230110B800352BBA000D001600382BBA001D000400382BBA0008000900382B410500DA000400EA000400025D411B0009000400190004002900040039000400490004005900040069000400790004008900040099000400A9000400B9000400C90004000D5D41190016000D0026000D0036000D0046000D0056000D0066000D0076000D0086000D0096000D00A6000D00B6000D00C6000D000C5D41030006000D00
+ 015D410500D5000D00E5000D00025DB8000910B80012D0B8000910B80018D0B8000810B8001AD0B8000810B80021D0B8001D10B80025DC00B800192FB800222FBA001B000800382BBA0011001200382BB8001110B80000D0B8000810B80009D0B8001B10B80018D0B8001210B80021D030312536373635342726272306070615141716171526272627122535331504130607060711230339B45D5A5E5FAEACAC5E605C5CB2F19291020C020AAC020A0D02908FF6AC93117073A8A26C6B02026B6CA2A8737011930E908DF801F822F2F222FE08F88D900EFE6F0000000001000000000000032DBC1E5F0F3CF500110800000000005F4D8F0000000000C321F6B6F865FC270B9108F9000000090001000000000000000100000629FE2900000C01F865FCED0B91000100000000000000000000000000000012051200420239000002AA0055023900AF04730040047300C4047300400473003104730034047300420473004D04E3002105560034047300520400003B0473004802AA008905C700770000003400340052007200E001060192023E028C032003B603E40442050C058E0658069E07640000000100000012006F0009006B0007000200100010005D000007E80A0C00040001B800532BB800492BB8003F2BB800352BB8002B2B4118008001A6009001A600A001A600030069018B0079018B0089018B0099018B00040089018B0099018B00A9018B00B9018BB2040840BA0179001A014A400B041F5414191F180A0B1FD2B80106B49E1FD918E3BB0119000D00E10119B20D0009410A01A0019F0064001F01A50025017A00480028019AB3296C1F60410A01A9007001A9008001A90003008001A9000101A9B21E321FBE012C00250401001F0126001E0401B61FE7312D1FE531B80201B21FC227B80401B21FC11EB80201400F1FC01D9E1FBF1D671FBE1D671FAB27B80401B21FAA29B80401B61FA91D6C1F931EB8019AB21F921DB80101B21F911DB80101B21F751DB80201B61F6D29961F6431B8019AB21F4C96B802ABB21F391DB80156400B1F3638211F351DE41F2F27B80801400B1F2D1D4C1F2A31CD1F241DB802ABB21F201EB8012540111F1C1D931F3A1D4C1F1E1D45273A1D4527BB01AA019B002A019BB2254A1FBA019B0025017AB349293896B8017BB348283125B8017A403648289629482725294C1F252946272729482756C80784075B07410732072B072807260721071B071408120810080E080C080A08080807B801ACB23F1F06BB01AB003F001F01ABB308060805B801AEB23F1F04BB01AD003F001F01ADB70804080208000814B8FFE0B40000010014B801ABB41000000100B801ABB606100000010006B801ADB300000100B801AD401F04000001000410000001001002000001000200000001000002010802004A00B0018DB80600
+ 8516763F183F123E113946443E113946443E113946443E113946443E113946443E11394660443E11394660443E11394660442B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B18011DB0964B5358B0AA1D59B0324B5358B0FF1D592B2B2B2B2B2B2B2B182B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B2B74752B2B2B65422B2B4B5279B376706A66456523456023456560234560B08B766818B080622020B16A704565234520B003266062636820B003266165B070236544B06A234420B176664565234520B003266062636820B003266165B066236544B0762344B10066455458B166406544B27640764523614459B36242725D456523456023456560234560B089766818B080622020B172424565234520B003266062636820B003266165B042236544B072234420B1625D4565234520B003266062636820B003266165B05D236544B0622344B1005D455458B15D406544B262406245236144592B2B2B2B456953427374B8019A2045694B20B02853B049515A58B020615944B801A6204569447500
+ 00>] def
+ /CharStrings 18 dict dup begin
+ /.notdef 0 def
+/space 1 def
+/hyphen 2 def
+/period 3 def
+/zero 4 def
+/one 5 def
+/two 6 def
+/three 7 def
+/four 8 def
+/five 9 def
+/six 10 def
+/T 11 def
+/V 12 def
+/a 13 def
+/c 14 def
+/e 15 def
+/r 16 def
+/phi 17 def
+ end readonly def
+ currentdict dup/FontName get exch definefont pop end
+ %APLsfntEnd
+ 42/FontType resourcestatus{pop pop true}{false}ifelse
+ {currentfile 0(%APLT1End\n)/SubFileDecode filter flushfile}if
+ /FontType 1 def
+ /FontMatrix [ 0.00048828125 0 0 0.00048828125 0 0 ] def
+ /FontBBox{-1947 -985 2961 2297}def
+ /UniqueID 4375838 def
+ currentdict currentfile eexec
+ 54544758EC884CF30C3CD503CEDBFF3839C47C3C3333173232E3FDBFF439491DB843E1924E63AA7726BBB0485AB56D93D8C0906F647A47162891E73FFC2A9873C4B1EAC5EEBDFFC4D06084FBD84139DF4583C6E259D10699944D1068C9C45667DCCCFB9B7EA01B606435EDCBD273ABAC093D14085CCBAC149BD7382E842CFE0D7FE4FD2EF589A2471F6074A80A8B675C2F7A50D63AC1EF90D787BADD11633CB01CF6EE3B37AAF9078A69AC4740E9B6525D78BBD839551A1CB80DB8682FA5E87591BBD6EE8B946063A2A58D9CA3685AB305495DC5FB5747EB8A9A059C4976C0FE4EEAB1D56FF47F1E9664ED9F4A7DAB763AF92B2F6CF2FA7DEC24710E0B9096E30F772BA7FEA9BDBE496C42ED2CEB58F54E80BDF57CE7B4DB6CCFE7182F43BF93CCA0767AF95D62C5D2C3DC6AE1E6D139F51A2C63432117F1714C5566572EE9967A715420ABDCD1D7BD74F8450B89965FCC81C6ACA565C5F3CCF91D430D1F953E4F1A645300A98DD8C47CD64555F08F422340A85404EAE0D3229C4F9336B9470CACBD6BBF3395104750A915CC6EAAC197668267B8C62D2764C8CD69FD937CA3C924D997A0EDE7964BEB9EA2F92EF70C5E5DA0AA5567765E71F2B911B3C5586B741EEB93F3C73016EC16BFF283758900903D203992EFC8BAFAF13579C602F38C91BC64A62485D7C863002D39D4194FF17CC8AA420E752C449BD1094F4D1EC7207B0530DDF71009828522A260EFA1903C8C21148B5AEA74F5F54E03FE286DAB2E21B3D5193F167FB7002A92B0E61DF27B872185B9CE455AEE3573114DFC2D4183ED23D14D39C32F11D73ECE2D4C7F965CC09C6084D241C417CE06078D19B2D28C422A11F6C7B49A4CAF3812B4AC0D9962B877BF8F9F9FF4ADBBE95B2F0BE374474C2F85758363FA17BF94FA7E655FE7696E652B901E52BD1E12BD575FAC7B053230B06689FCD42DB7E58238BDAF20AE7AE32721504CBB9C68D09D4D86FE31AAF1EE0E7F8AA05AE9980139B577A9D6E515AB84AE0842F822AE7C182DACA8641A7F6A601575078BD7913B45DB489EF5232E00BF9B88810DC7CE966AE6D76B9D6537C05D6565C04E2CAE2005C7D320C8A5F08C0B3D808E37462A7A077F8D0C3705F60F91DDBA8DD1C9D03E5B84D7A4429D452A1844CE802B69BC6957EB6B13A5C5BC8501A27C9F363B1639E324F2851D79B9782E30456648586BA64B2583214FA6B1AEB82E30F892398A75F52D40F9C0140F6E4E1476A7DE529D472D150FB164CF1346C089BDB43C33F4EEE34735A1B5ED7002F9D20F5747AEC2F97FEED914BE1972D4F9235B3FC904F3D331613839681DD2F00229F22B042B005442B02D98D3ADB3F160999F29ECDD8401B7CC46888C19628BD0FBFA673778AEE068EACCB40E792C3D3F0243DDCA00B7B1810E6160FC066F62ABA18BF0F2771E307C0D5970BA8F0282
+ 1664DC1C8FB7F5B719F9FC54DA60B98A732204221C393CC4429414E92947249988EA65354A3795281AE378671D2B283D0C94FE8A5BB14FF0B762FE704CFBB1944BC04D1CCFB88CDB37DF4244EE62E7A3C382608035D3FF375791B810DCCCF1D08A7E44FF0A2E914B9A2AE95802BF06EEF4763CDE9ADD138E93427E4789F1C91B240C0F751D907CBCEE601679BB633F310188D1E9382EAD1A07F33016322EA144FF08EA28DD922C36C239BCA8804D9E95F79BE8CAA922182C561504AC4CB3E6751F719E35F072F02C8CD8B752AF3BB6E3E2F39367A6C7ED74947E8872EA071809FA526F43D704728A085690E76FC8821008D9E66E6D57F7056B7332B27EC6193B9766F6BC0B5A1165275A96C341BD94C0FFE050BDBD7B27DC43B6F175365F6CA9FDD27EBFB1BA898EA2CAA59EF550C0CA253E682E4E125F4E390360AFC6D00BA81F1AC0FA215B4795FC9374CA339874693E9FE271BF7E0700FB99CF07FC3857E5840991FE18F73EEE203259197F953482D15620CDCBFD16D556F85E7EFE80EFF6257CE2B4A344E95E22B34E1A738B770B09AE48073EB226104BDB0600F231109D067306A5116E99FC3F0BB9750EDD75D5A6E8A0F16B9742B181D2945AF798FCFC50F9A38BED609B6440C128084C01D66A18118AD8BD17CF168E7ADB81A38D4D3F03D0C64C030335C6E6345A6DFB8405EE234BC5508A6EA8637A57A666A6C8F66948CFD742137003788CE195D976ED4DDB9D9378032D7270032DEB6BF88DDDC6D8FF114A5B75C7C8D298D3E1A6BA04454992C1F074BF4E3C66806E01FB2865C9CCA705A79B6757582A8F006A36281F358E73B3EAE3F2F07315BD772FA86495E19A7AB3B2C16F5E7F3D47542F97E4A5385BBF3BAE24DBE9AD32C79D95D5B82D477CA1BD9BABD9409885690B390F219ADA65E035948A801B51E9B20159E1DE548EB21CABA56285C253ED6B080F56E26F0638EC42383DF4BDDDECC6F984E18550CB9B7DB8E9EA50A6102B3FD1708B8C1DAC950107CDB552E20A11634F03B86030BC4FA27A81B12A9B21675C1ACE40CFC3461FE60B9368FD0EC846BF8B25FF511E87C9BA7B979CE57DDEF657DCF8F8431F8F8591AE95AEBFBB1D2E411813FEAAEFE292E73C0707D0B2668DFD3EA1E39AE783BBDAAD6179DF5A1F73375571B90B4BBE343E94E745104112C12F7E454986D1310AE6DFD24D67DEBBCED1C557FB899E67C0A1E5BEFB2BE87F1FACC7D75AD3EAD67E9819F8185D162290947EDF7911EB3CEAB1F9127250042EAC4A9A2BD99825D3CCD32E237311FFA5821B3EE6B03595090D2363D11D9300BC97B0B835AFCAFEA8E10758DF9A94179671CCD9BAE41AA1E3F61903E8E3F697EEB5157DAF771B9EF98E8A2BCB015FE426F2383C74E7817E48E830126B9613125AE434F58A33AD470CF3ABBDB6CDFDEA3BB964B6F7AA109408E3
+ B74EB9D58774CF873FBF652BD07F64178C0C2E72C6DBBC34779E8293B70A2B7E9722F43FB3C5533863E4C09D469A6EC3C19226A599EE0DBE9ACB31A67E2E6041D5656CB44B6AC0FBFA52C7E431931BC4F3687EA8C8EF940BEAF2A5372279E58DA3978208398A164B963C75EC92FCEF84E4E9447CDBA3690F7D5BDACBFB746F226244FB2FB8ED4B807A102C1F263F6FDCEC7F4C195D539E18D5FE8B3669AB4F167B21D6223C41995F2DC95EE43AC3D9C21F05254E6F8B281223C0E428AB259DA859286DD1D23A9606DA21EA73E07BB89DF95EDC8A46B898A342739B7804FF2E36BECDE35B8912C3FF79E278C2FC8F148F9C1C55CA73337283BD678AB2362B9CC9E938F55F2FCE77894127E64CD6897B6AC317168AAE4DDFD174CDCFC9B7070F60BA447D6E9134CA9AC8691B628B01DB53BB4DE1471A29809B3EBCBCFAB3FB88BE87B539B23FF0588D2D003BA61F92DF68E606CC66EBDE581B5DA51544409B59CD21D007EF9410AE1A319106F758A249A84B2760DC92FA9E644D04BFC9308E5C777A8E967A2D8936923767EA4A99D13E6913251FD20B8626A2CB02C4094AF083CE830B87A1010E743DEBE282F572D3FB8544FF406B48CC6610CA2B71274EF26978F3C7ED2999C878EF1B3812A9B73B998C97BB2EB7AD05CDB43498FF7C288C4C0F68E65D2885D6D47A2012598559C18FD9563F198087142E95F636569D5D10BC2BDEB3DCB98FD743BFF998A2488A003FD0315151271E40F5D613A1C2131541C8EA7EBD8817AFCA679A94ED96B703ACDA1185AF7884C71195E2BABFB5A7EF45B3197FB5334BA6ECDCAC201FCA2822FE8D3EFA4D27F17608549F772752F66C50C9F9D6773998C6AFF438A10C23DC944DB622AB20457968B17504FF9F45C41761D90DB19E6E7E55D3131288F7E438D4BD8008B21A6545D37BFD3D9A181543AC9E1E0E05A21703792B554799488BACD597F52CE317D5719221B7E5FDB83CCEE00280359FA40C264E4509A1830D03489419F9F7F520135F0C88CF501FD6F345D40B5DA4EFA243B0BAD5E223F0BE2A9000648F69C4D511A22AFFB18670A56CF89ECFD87227C12862C57B2B35D27B1B38A92FC8314BC39522FD073AA61B96016B4FB3D32CE82A8C90868919B57CAD71476B07EE25293DB420E2498F00D610A701C9763B030E33345C5D16897DCC0317BC5902A35EA44B9523BE333FF6FDC49036C987570A23EB27DF2B2F355665C9D0BBD90532250DACA7818969CB8DBC0CF5E44231BA05D1CB9E65AAC505170D8B25D2FDF6C8F26DC952848099709DBB6848DEAED03A4A9FDA86DFA6F48A747DD51821DB423A81A9C72C223A898DF87FC01944D5A8FD7ACCA5D131604EB6BD0EBBAD4A
+ 0000000000000000000000000000000000000000000000000000000000000000
+ 0000000000000000000000000000000000000000000000000000000000000000
+ 0000000000000000000000000000000000000000000000000000000000000000
+ 0000000000000000000000000000000000000000000000000000000000000000
+ 0000000000000000000000000000000000000000000000000000000000000000
+ 0000000000000000000000000000000000000000000000000000000000000000
+ 0000000000000000000000000000000000000000000000000000000000000000
+ 0000000000000000000000000000000000000000000000000000000000000000
+ cleartomark end
+ %APLT1End
+
+%RBIEndFontSubset
+/RZLFNM+Helvetica cguidfix
+/F1.1/RZLFNM+Helvetica renmfont
+[ /CIEBasedABC 4 dict dup begin
+/WhitePoint [ 0.9505 1.0000 1.0891 ] def
+/DecodeABC [ { 1.8008 exp } bind { 1.8008 exp } bind { 1.8008 exp } bind ] def
+/MatrixABC [ 0.4294 0.2332 0.0202 0.3278 0.6737 0.1105 0.1933 0.0938 0.9580 ] def
+/RangeLMN [ 0.0 0.9505 0.0 1.0000 0.0 1.0891 ] def
+end ] /Cs1 exch/ColorSpace dr pop
+%%EndPageSetup
+0.5 w
+1 J
+[
+0.010201767
+4.0807071
+] 1.6414624 d
+0 0 0 1 setcmykcolor
+q
+56 44 216.39999 162 rc
+89.292305 44 m
+89.292305 206 l
+122.58461 44 m
+122.58461 206 l
+155.87692 44 m
+155.87692 206 l
+189.16922 44 m
+189.16922 206 l
+222.46153 44 m
+222.46153 206 l
+255.75385 44 m
+255.75385 206 l
+S
+[
+0.010377901
+4.1511602
+] 0.0051910044 d
+56 58.727272 m
+272.39999 58.727272 l
+56 95.545456 m
+272.39999 95.545456 l
+56 132.36363 m
+272.39999 132.36363 l
+56 169.18182 m
+272.39999 169.18182 l
+S
+Q
+2 w
+0 J
+2 j
+[] 0 d
+/Cs1 SC
+0.89411765 0.10196079 0.10980392 sc
+q
+0 0 288 216 rc
+56 132.36363 m
+56.934681 152.48212 l
+57.55439 164.74348 l
+58.041721 173.4649 l
+58.482098 180.48875 l
+58.857624 185.7478 l
+59.20546 189.96413 l
+59.528984 193.28481 l
+59.781384 195.45601 l
+60.006016 197.07037 l
+60.252434 198.49028 l
+60.446297 199.34596 l
+60.618908 199.91269 l
+60.744091 200.20833 l
+60.920376 200.46004 l
+61.063221 200.52301 l
+61.173626 200.48547 l
+61.325687 200.31133 l
+61.456238 200.04932 l
+61.607353 199.61734 l
+61.773178 198.98616 l
+61.994137 197.89369 l
+62.193855 196.66418 l
+62.480484 194.51007 l
+62.736881 192.20876 l
+63.04459 189.00403 l
+63.406128 184.66249 l
+63.807365 179.18253 l
+64.259521 172.27943 l
+64.842766 162.45232 l
+65.51696 150.18622 l
+67.601418 111.55159 l
+68.182182 102.0223 l
+68.638039 95.286644 l
+69.032181 90.089966 l
+69.407898 85.741287 l
+69.722336 82.592216 l
+70.052734 79.792465 l
+70.321854 77.912888 l
+70.531853 76.703003 l
+70.767311 75.618736 l
+70.986794 74.870087 l
+71.170143 74.439735 l
+71.334763 74.204994 l
+71.454567 74.124283 l
+71.522308 74.112183 l
+71.699539 74.194771 l
+71.849747 74.393486 l
+71.967293 74.630737 l
+72.140388 75.109489 l
+72.296959 75.673752 l
+72.533287 76.75721 l
+72.765541 78.087196 l
+73.040146 79.98735 l
+73.314575 82.225876 l
+73.673294 85.633842 l
+73.966873 88.800079 l
+74.427155 94.377205 l
+74.909386 100.91024 l
+75.49437 109.57456 l
+77.780075 145.9557 l
+78.3834 154.77901 l
+78.927719 161.98479 l
+79.296951 166.3689 l
+79.718918 170.80725 l
+80.102173 174.25906 l
+80.363594 176.27583 l
+80.629768 178.03534 l
+80.916809 179.59038 l
+81.157845 180.61565 l
+81.375259 181.31752 l
+81.576401 181.7771 l
+81.707237 181.97784 l
+81.840965 182.10297 l
+81.981392 182.14743 l
+82.110268 182.11008 l
+82.243591 181.99313 l
+82.391106 181.77151 l
+82.523262 181.49139 l
+82.711372 180.9612 l
+82.923683 180.1803 l
+83.168617 179.04453 l
+83.459534 177.37936 l
+83.714149 175.65196 l
+84.043343 173.06532 l
+84.426865 169.58583 l
+84.824333 165.50368 l
+85.298195 160.09152 l
+85.858734 153.07721 l
+88.348961 119.32886 l
+88.96019 111.81697 l
+89.438805 106.49817 l
+89.835747 102.5435 l
+90.231033 99.071136 l
+90.613991 96.19133 l
+90.946106 94.105377 l
+91.247444 92.558624 l
+91.484138 91.581146 l
+91.684311 90.920433 l
+91.888519 90.404724 l
+92.034378 90.134842 l
+92.144264 89.98584 l
+92.277985 89.8675 l
+92.440483 89.81662 l
+92.548431 89.83902 l
+92.694984 89.940872 l
+92.826828 90.102394 l
+92.977036 90.366409 l
+93.152512 90.781532 l
+93.362877 91.428345 l
+93.621376 92.440735 l
+93.888298 93.729874 l
+94.164421 95.313316 l
+94.502319 97.577713 l
+94.82399 100.04437 l
+95.222565 103.48203 l
+95.697685 108.0599 l
+96.209183 113.46253 l
+96.950691 121.89765 l
+98.946899 145.01347 l
+99.556976 151.27963 l
+100.04224 155.74202 l
+100.47784 159.27467 l
+100.87892 162.08279 l
+101.23145 164.16972 l
+101.53821 165.67928 l
+101.81473 166.78668 l
+102.09415 167.6557 l
+102.27454 168.0813 l
+102.42806 168.35915 l
+102.61552 168.59286 l
+102.76736 168.69707 l
+102.89957 168.72585 l
+103.02624 168.69949 l
+103.16686 168.60873 l
+103.34278 168.40472 l
+103.53992 168.05791 l
+103.76521 167.51109 l
+104.00312 166.76323 l
+104.27082 165.71863 l
+104.55434 164.38698 l
+104.82418 162.91466 l
+105.21091 160.47919 l
+105.62656 157.47301 l
+106.0925 153.68704 l
+106.60961 149.06461 l
+107.30975 142.30524 l
+109.55647 120.1815 l
+110.09119 115.57858 l
+110.54284 112.07856 l
+110.95137 109.27149 l
+111.34245 106.94016 l
+111.66491 105.29997 l
+111.96272 104.02377 l
+112.19707 103.1862 l
+112.46643 102.40925 l
+112.6713 101.95337 l
+112.88348 101.60547 l
+113.06313 101.4102 l
+113.19756 101.32371 l
+113.35865 101.28718 l
+113.49363 101.31274 l
+113.60409 101.37159 l
+113.80263 101.56256 l
+114.01336 101.88373 l
+114.22237 102.32078 l
+114.46064 102.95982 l
+114.73434 103.87356 l
+115.02969 105.06645 l
+115.34429 106.56087 l
+115.68447 108.41898 l
+116.05609 110.71113 l
+116.5431 114.07796 l
+117.12341 118.52665 l
+117.88813 124.8839 l
+119.81606 141.21613 l
+120.38669 145.54671 l
+120.85729 148.77872 l
+121.27276 151.3252 l
+121.66734 153.4429 l
+122.00425 154.99896 l
+122.32903 156.26559 l
+122.61065 157.17068 l
+122.89049 157.8871 l
+123.13119 158.35466 l
+123.35557 158.66536 l
+123.5461 158.83388 l
+123.67157 158.897 l
+123.81774 158.9227 l
+123.94104 158.90446 l
+124.12447 158.81012 l
+124.26511 158.68373 l
+124.47285 158.41223 l
+124.69273 158.01637 l
+124.85307 157.65871 l
+125.11753 156.94496 l
+125.40189 156.01125 l
+125.72392 154.75615 l
+126.09055 153.08849 l
+126.45317 151.21069 l
+126.93007 148.43732 l
+127.48634 144.84267 l
+128.14056 140.25742 l
+130.51317 123.21297 l
+131.08374 119.66355 l
+131.54402 117.10955 l
+131.94531 115.14661 l
+132.3394 113.48395 l
+132.6517 112.36641 l
+132.94841 111.47674 l
+133.19594 110.86701 l
+133.41504 110.42999 l
+133.64745 110.07327 l
+133.88647 109.82216 l
+134.07478 109.70728 l
+134.21158 109.66969 l
+134.37679 109.67555 l
+134.53085 109.73135 l
+134.71014 109.85694 l
+134.91463 110.07896 l
+135.13722 110.41453 l
+135.38086 110.89148 l
+135.64532 111.5351 l
+135.94453 112.415 l
+136.23906 113.43043 l
+136.64417 115.0519 l
+137.03874 116.85786 l
+137.52803 119.36552 l
+138.05951 122.36193 l
+138.79628 126.83787 l
+140.79445 139.1765 l
+141.3026 141.98065 l
+141.83601 144.63817 l
+142.27802 146.57373 l
+142.65178 147.99733 l
+142.99481 149.11749 l
+143.31853 150.00171 l
+143.58041 150.58934 l
+143.78523 150.96739 l
+144.05376 151.35286 l
+144.24928 151.55405 l
+144.44315 151.68707 l
+144.57347 151.73926 l
+144.77994 151.76074 l
+144.98283 151.70911 l
+145.1967 151.57732 l
+145.36687 151.41643 l
+145.63608 151.06223 l
+145.92484 150.54996 l
+146.16475 150.02368 l
+146.46272 149.24823 l
+146.76308 148.33704 l
+147.14072 147.0202 l
+147.51839 145.53023 l
+147.97076 143.54758 l
+148.53134 140.84761 l
+149.25229 137.10257 l
+151.24376 126.58908 l
+151.84355 123.77836 l
+152.31448 121.7963 l
+152.69952 120.35101 l
+153.11127 119.0013 l
+153.43423 118.09576 l
+153.78169 117.28094 l
+154.04976 116.76963 l
+154.2946 116.39433 l
+154.52438 116.12303 l
+154.76352 115.92471 l
+154.95692 115.8273 l
+155.10823 115.79037 l
+155.33348 115.79907 l
+155.49644 115.85259 l
+155.71605 115.9868 l
+155.90817 116.1619 l
+156.08763 116.37328 l
+156.38072 116.81546 l
+156.64937 117.32307 l
+156.97618 118.06641 l
+157.35645 119.09441 l
+157.72842 120.25558 l
+158.19005 121.88601 l
+158.68488 123.83022 l
+159.31436 126.52631 l
+161.4516 136.22701 l
+162.09299 138.88939 l
+162.57947 140.71964 l
+163.03476 142.24855 l
+163.45259 143.47221 l
+163.77371 144.28476 l
+164.1248 145.03752 l
+164.38501 145.5 l
+164.6438 145.87697 l
+164.91135 146.17793 l
+165.10654 146.33984 l
+165.36223 146.47787 l
+165.55458 146.52623 l
+165.78072 146.52232 l
+165.99016 146.46051 l
+166.17009 146.36319 l
+166.35838 146.21814 l
+166.56659 146.00717 l
+166.84689 145.6413 l
+167.09056 145.24925 l
+167.41905 144.61678 l
+167.74782 143.87093 l
+168.15616 142.80002 l
+168.62209 141.40431 l
+169.17015 139.56456 l
+169.77832 137.33394 l
+171.87685 129.1873 l
+172.50858 126.93382 l
+173.02896 125.25156 l
+173.47896 123.95572 l
+173.8855 122.93073 l
+174.21335 122.21463 l
+174.56273 121.56732 l
+174.81313 121.18015 l
+175.11227 120.80431 l
+175.36211 120.56428 l
+175.61028 120.39328 l
+175.8409 120.29504 l
+176.01012 120.26017 l
+176.20981 120.25946 l
+176.40526 120.3009 l
+176.64085 120.40572 l
+176.84727 120.54613 l
+177.09682 120.77522 l
+177.35208 121.07504 l
+177.67206 121.54088 l
+178.03233 122.17904 l
+178.36017 122.85725 l
+178.77873 123.84599 l
+179.21606 125.00864 l
+179.75217 126.58302 l
+180.4287 128.74052 l
+182.90498 136.82104 l
+183.42656 138.28024 l
+183.89951 139.45995 l
+184.33324 140.40259 l
+184.74295 141.15738 l
+185.0726 141.66216 l
+185.40002 142.06865 l
+185.69476 142.35121 l
+185.97101 142.54292 l
+186.20432 142.64914 l
+186.4801 142.70869 l
+186.74223 142.69917 l
+186.96147 142.64214 l
+187.22546 142.51491 l
+187.47807 142.33446 l
+187.76302 142.06386 l
+188.02937 141.74884 l
+188.32529 141.33162 l
+188.7018 140.70451 l
+189.09752 139.93872 l
+189.56642 138.90614 l
+190.00766 137.82945 l
+190.61569 136.21692 l
+192.80328 130.02122 l
+193.42998 128.38968 l
+193.94041 127.18397 l
+194.41037 126.19644 l
+194.80635 125.46926 l
+195.13712 124.9425 l
+195.47633 124.48358 l
+195.82167 124.10492 l
+196.08347 123.87934 l
+196.32962 123.7166 l
+196.61667 123.58796 l
+196.8952 123.52641 l
+197.1185 123.52202 l
+197.38588 123.56903 l
+197.65533 123.6733 l
+197.91621 123.82758 l
+198.2236 124.07484 l
+198.46292 124.31473 l
+198.82777 124.75647 l
+199.12807 125.18501 l
+199.55234 125.88218 l
+200.00873 126.73878 l
+200.54068 127.85384 l
+201.19608 129.35703 l
+203.31296 134.48238 l
+203.98958 135.97122 l
+204.5209 137.01874 l
+205.01457 137.87212 l
+205.44701 138.511 l
+205.78484 138.93301 l
+206.1105 139.27202 l
+206.47922 139.57219 l
+206.79033 139.75449 l
+207.06473 139.86047 l
+207.3367 139.91451 l
+207.59203 139.91907 l
+207.8636 139.87523 l
+208.15317 139.77394 l
+208.39572 139.64667 l
+208.72681 139.41235 l
+209.08192 139.08649 l
+209.4548 138.66612 l
+209.8725 138.1076 l
+210.25664 137.52043 l
+210.79668 136.5929 l
+211.40286 135.43933 l
+213.79305 130.51158 l
+214.45189 129.2747 l
+214.98665 128.37469 l
+215.46083 127.67345 l
+215.85654 127.16776 l
+216.24915 126.7441 l
+216.63429 126.40891 l
+216.99361 126.17115 l
+217.32988 126.01602 l
+217.64117 125.93132 l
+217.96837 125.90358 l
+218.26126 125.93176 l
+218.58716 126.02114 l
+218.90898 126.16801 l
+219.24542 126.38171 l
+219.60425 126.67429 l
+219.98128 127.04916 l
+220.39662 127.53558 l
+220.83331 128.12094 l
+221.39609 128.96944 l
+222.03708 130.03418 l
+224.23198 133.9126 l
+224.92274 135.02141 l
+225.43845 135.76288 l
+225.90913 136.35936 l
+226.31644 136.80504 l
+226.72755 137.18231 l
+227.09056 137.45091 l
+227.44693 137.6532 l
+227.79047 137.789 l
+228.10606 137.86182 l
+228.4086 137.88472 l
+228.69534 137.86427 l
+229.02455 137.79085 l
+229.35976 137.66249 l
+229.76096 137.44037 l
+230.1573 137.15147 l
+230.5932 136.75992 l
+231.06056 136.26273 l
+231.55919 135.65599 l
+232.12706 134.88757 l
+232.89012 133.76527 l
+234.96962 130.64609 l
+235.6198 129.79085 l
+236.09666 129.23427 l
+236.5692 128.75345 l
+237.03258 128.35867 l
+237.45799 128.0688 l
+237.85208 127.86575 l
+238.21686 127.73581 l
+238.54942 127.66679 l
+238.86769 127.64512 l
+239.21902 127.67134 l
+239.5905 127.75536 l
+239.97052 127.89947 l
+240.3644 128.10818 l
+240.78539 128.39398 l
+241.22311 128.75424 l
+241.7178 129.23 l
+242.28847 129.85464 l
+243.01805 130.74144 l
+245.22894 133.59138 l
+245.90883 134.37965 l
+246.47728 134.96382 l
+247.00739 135.43224 l
+247.47636 135.77638 l
+247.88846 136.01942 l
+248.31499 136.20911 l
+248.6707 136.31749 l
+249.07063 136.38426 l
+249.44168 136.39384 l
+249.8428 136.34804 l
+250.2072 136.25694 l
+250.62788 136.09537 l
+251.07307 135.86211 l
+251.54695 135.54901 l
+252.01675 135.17966 l
+252.60799 134.64407 l
+253.29666 133.9436 l
+255.75385 131.24615 l
+S
+0.21568628 0.49411765 0.72156864 sc
+56 59.608582 m
+56.249035 61.72562 l
+56.590519 65.180305 l
+56.934681 69.249504 l
+57.316174 74.366692 l
+57.812283 81.820114 l
+58.411469 91.734375 l
+60.510479 128.93364 l
+61.173626 139.79115 l
+61.741951 148.21306 l
+62.193855 154.19038 l
+62.608414 159.04004 l
+63.00354 163.05351 l
+63.326672 165.87247 l
+63.677349 168.44592 l
+63.903728 169.83475 l
+64.207596 171.36108 l
+64.454994 172.31834 l
+64.680298 172.96906 l
+64.842766 173.30894 l
+65.00412 173.54063 l
+65.180435 173.67488 l
+65.340843 173.69096 l
+65.446709 173.64716 l
+65.606033 173.50116 l
+65.768524 173.2552 l
+65.984032 172.78203 l
+66.207092 172.12204 l
+66.396072 171.43294 l
+66.650177 170.32774 l
+66.92749 168.90157 l
+67.265656 166.87686 l
+67.659065 164.16898 l
+68.101646 160.73633 l
+68.638039 156.14261 l
+69.305611 149.97661 l
+71.253113 131.65526 l
+71.849747 126.62717 l
+72.296959 123.201 l
+72.765541 119.98334 l
+73.198547 117.38589 l
+73.569366 115.46918 l
+73.907097 113.98123 l
+74.163963 113.01795 l
+74.427155 112.18359 l
+74.718094 111.44161 l
+74.968933 110.95345 l
+75.178185 110.6526 l
+75.394821 110.44176 l
+75.564842 110.34689 l
+75.745399 110.31293 l
+75.930481 110.3481 l
+76.094261 110.43697 l
+76.30584 110.62991 l
+76.514473 110.90368 l
+76.716774 111.24532 l
+76.973869 111.7828 l
+77.231857 112.43199 l
+77.568565 113.43257 l
+77.963089 114.80405 l
+78.3834 116.46979 l
+78.825302 118.40865 l
+79.452553 121.40471 l
+81.501251 131.73827 l
+82.171516 134.82938 l
+82.711372 137.07716 l
+83.168617 138.77469 l
+83.57756 140.11307 l
+83.961235 141.20287 l
+84.326553 142.0842 l
+84.626701 142.69107 l
+84.961823 143.24199 l
+85.239136 143.59654 l
+85.513557 143.85753 l
+85.691948 143.97972 l
+85.91703 144.08131 l
+86.103432 144.12177 l
+86.315765 144.12062 l
+86.55545 144.06046 l
+86.817604 143.92555 l
+87.089882 143.71225 l
+87.363647 143.42645 l
+87.634514 143.0775 l
+87.95195 142.59082 l
+88.348961 141.87526 l
+88.77002 141.00322 l
+89.223457 139.95633 l
+89.835747 138.40968 l
+91.949348 132.72552 l
+92.548431 131.24168 l
+93.079735 130.04124 l
+93.566246 129.05876 l
+93.971008 128.3376 l
+94.379768 127.70528 l
+94.753044 127.21642 l
+95.102676 126.83755 l
+95.453552 126.53535 l
+95.755997 126.33775 l
+96.051796 126.20042 l
+96.34375 126.11828 l
+96.663574 126.08779 l
+96.950691 126.11178 l
+97.215401 126.1753 l
+97.51638 126.29363 l
+97.843086 126.47455 l
+98.150192 126.69102 l
+98.542007 127.02684 l
+98.946899 127.43634 l
+99.428894 127.99401 l
+100.04224 128.7897 l
+102.61552 132.45132 l
+103.29861 133.32118 l
+103.80836 133.90092 l
+104.27082 134.36594 l
+104.75436 134.78345 l
+105.21091 135.10884 l
+105.62656 135.34465 l
+106.03138 135.51804 l
+106.3989 135.62735 l
+106.80133 135.69531 l
+107.22214 135.71017 l
+107.60647 135.67572 l
+108.03616 135.58614 l
+108.49057 135.43727 l
+109.00324 135.20969 l
+109.55647 134.90343 l
+110.19621 134.48692 l
+111.03215 133.87439 l
+113.43576 132.06519 l
+114.12702 131.62515 l
+114.73434 131.29321 l
+115.34429 131.01923 l
+115.90211 130.82501 l
+116.38921 130.70116 l
+116.93195 130.61368 l
+117.47378 130.57845 l
+118.00086 130.59193 l
+118.59964 130.6602 l
+119.19057 130.77701 l
+119.8969 130.97113 l
+120.68221 131.24088 l
+123.89485 132.52286 l
+124.72512 132.80074 l
+125.53126 133.01978 l
+126.26353 133.16847 l
+127.00428 133.26686 l
+127.71374 133.31169 l
+128.44698 133.30928 l
+129.18848 133.26083 l
+130.0589 133.15353 l
+131.08374 132.97397 l
+134.59763 132.23262 l
+135.71381 132.05035 l
+136.74513 131.93225 l
+137.71657 131.87032 l
+138.72968 131.85652 l
+139.81386 131.89384 l
+141.03963 131.98784 l
+145.56584 132.48125 l
+147.03281 132.58525 l
+148.37999 132.63048 l
+149.76161 132.62694 l
+151.37932 132.57002 l
+156.64937 132.27379 l
+158.49719 132.22488 l
+160.36812 132.22481 l
+168.48611 132.43352 l
+171.07603 132.43591 l
+179.31125 132.32455 l
+183.00076 132.33417 l
+192.28407 132.38348 l
+217.83215 132.36333 l
+255.75385 132.36404 l
+S
+0 0 0 1 setcmykcolor
+0 1 -1 0 140.60001 109.4 cm
+/F1.1[ 12 0 0 12 0 0]sf
+11.598047 125.24023 m
+(!)s
+CM
+24.922264 54.467506 m
+("#$%)[ 3.996094 6.673828 3.333984 0.000000 ] xS
+24.922264 91.28569 m
+("%$&)[ 3.996094 6.673828 3.333984 0.000000 ] xS
+38.92617 128.10387 m
+(%)s
+28.918358 164.92206 m
+(%$&)[ 6.673828 3.333984 0.000000 ] xS
+28.918358 201.74023 m
+(#$%)[ 6.673828 3.333984 0.000000 ] xS
+0.5 w
+0 j
+52 44 m
+56 44 l
+52 51.363636 m
+56 51.363636 l
+48 58.727272 m
+56 58.727272 l
+52 66.090912 m
+56 66.090912 l
+52 73.454544 m
+56 73.454544 l
+52 80.818184 m
+56 80.818184 l
+52 88.181816 m
+56 88.181816 l
+48 95.545456 m
+56 95.545456 l
+52 102.90909 m
+56 102.90909 l
+52 110.27273 m
+56 110.27273 l
+52 117.63636 m
+56 117.63636 l
+52 125 m
+56 125 l
+48 132.36363 m
+56 132.36363 l
+52 139.72728 m
+56 139.72728 l
+52 147.09091 m
+56 147.09091 l
+52 154.45454 m
+56 154.45454 l
+52 161.81818 m
+56 161.81818 l
+48 169.18182 m
+56 169.18182 l
+52 176.54546 m
+56 176.54546 l
+52 183.90909 m
+56 183.90909 l
+52 191.27272 m
+56 191.27272 l
+52 198.63637 m
+56 198.63637 l
+48 206 m
+56 206 l
+S
+159.86699 6.2402344 m
+(')s
+52.663086 25.440235 m
+(%)s
+82.618477 25.440235 m
+(#%)[ 6.673828 0.000000 ] xS
+115.91078 25.440235 m
+(\(%)[ 6.673828 0.000000 ] xS
+149.20309 25.440235 m
+(\)%)[ 6.673828 0.000000 ] xS
+182.49539 25.440235 m
+(*%)[ 6.673828 0.000000 ] xS
+215.7877 25.440235 m
+(&%)[ 6.673828 0.000000 ] xS
+249.08002 25.440235 m
+(+%)[ 6.673828 0.000000 ] xS
+56 36 m
+56 44 l
+89.292305 36 m
+89.292305 44 l
+122.58461 36 m
+122.58461 44 l
+155.87692 36 m
+155.87692 44 l
+189.16922 36 m
+189.16922 44 l
+222.46153 36 m
+222.46153 44 l
+255.75385 36 m
+255.75385 44 l
+72.646156 40 m
+72.646156 44 l
+105.93846 40 m
+105.93846 44 l
+139.23077 40 m
+139.23077 44 l
+172.52307 40 m
+172.52307 44 l
+205.81538 40 m
+205.81538 44 l
+239.10768 40 m
+239.10768 44 l
+272.39999 40 m
+272.39999 44 l
+S
+2 J
+272.39999 44 m
+272.39999 206 l
+56 206 l
+56 44 l
+272.39999 44 l
+h
+S
+Q
+1 1 1 sc
+q
+186.39999 159 80 41 rc
+186.39999 159 m
+266.39999 159 l
+266.39999 200 l
+186.39999 200 l
+h
+f
+Q
+0.5 w
+0 j
+0 0 0 1 setcmykcolor
+q
+0 0 288 216 rc
+186.39999 159 m
+266.39999 159 l
+266.39999 200 l
+186.39999 200 l
+h
+S
+Q
+q
+186.39999 159 80 41 rc
+/F1.1[ 12 0 0 12 0 0]sf
+214.75 183.24023 m
+(,-./01#)[ 6.890625 3.996094 6.673828 6.000000 6.673828 3.333984 0.000000 ] xS
+Q
+2 w
+2 j
+/Cs1 SC
+0.89411765 0.10196079 0.10980392 sc
+q
+192.075 179 17 17 rc
+192.075 187.5125 m
+209.075 187.5125 l
+S
+Q
+0 0 0 1 setcmykcolor
+q
+186.39999 159 80 41 rc
+/F1.1[ 12 0 0 12 0 0]sf
+214.75 166.24023 m
+(,-./01\()[ 6.890625 3.996094 6.673828 6.000000 6.673828 3.333984 0.000000 ] xS
+Q
+/Cs1 SC
+0.21568628 0.49411765 0.72156864 sc
+q
+192.075 162 17 17 rc
+192.075 170.5125 m
+209.075 170.5125 l
+S
+ep
+end
+%%Trailer
+%%EOF
diff --git a/macros/latex/contrib/onrannual/samplefigure.pdf b/macros/latex/contrib/onrannual/samplefigure.pdf
new file mode 100644
index 0000000000..427390634c
--- /dev/null
+++ b/macros/latex/contrib/onrannual/samplefigure.pdf
Binary files differ
diff --git a/macros/latex/contrib/onrannual/skeleton.pdf b/macros/latex/contrib/onrannual/skeleton.pdf
new file mode 100644
index 0000000000..a2301a2fc5
--- /dev/null
+++ b/macros/latex/contrib/onrannual/skeleton.pdf
Binary files differ
diff --git a/macros/latex/contrib/onrannual/skeleton.tex b/macros/latex/contrib/onrannual/skeleton.tex
new file mode 100644
index 0000000000..98d98e050c
--- /dev/null
+++ b/macros/latex/contrib/onrannual/skeleton.tex
@@ -0,0 +1,213 @@
+\documentclass{onrannual}
+
+% provide additional characters
+\usepackage{textcomp}
+
+% Bibliography style; customize as appropriate, or remove if you don't use
+% BibTeX or have no citations.
+\usepackage[round]{natbib}
+\setlength{\bibhang}{0pt}
+
+% allow graphics inclusion
+\usepackage{graphicx}
+
+% for highlighting messages
+\usepackage{color}
+
+% optional: use hyperref to add in some PDF metadata
+\hypersetup {
+ pdftitle={Ocean Battlespace Sensing (OBS) S\&T Department Annual Report},
+ pdfsubject={FY09 Annual Report},
+ pdfauthor={First Author and Second Author},
+ pdfkeywords={annual report, LaTeX, ONR}
+}
+
+%%
+%% Two ways to specify an author. Note the manual paragraph requirements if \affil is used.
+%%
+
+% \author{%
+% First Author \\
+% Academic Institute \\
+% Laboratory 1 \\
+% Somewhere, WA 11111 \\
+% phone: (111) 222-3333 fax: (111) 222-4444 email: \href{mailto:first.author@ai.edu}{first.author@ai.edu}} \\
+%
+% \and
+%
+% Second Author \\
+% Government Institute \\
+% Building 1234 \\
+% Somewhere, WA 11112 \\
+% phone: (111) 222-5555 fax: (111) 222-6666 email: \href{mailto:second.author@gi.gov}{second.author@gi.gov} \\
+% }
+
+\author{First Author}
+\affil{%
+Academic Institute \\
+Laboratory 1 \\
+Somewhere, WA 11111 \\
+% NOTE: the trailing \\ is required at the end of this last line to separate authors
+phone: (111) 222-3333 fax: (111) 222-4444 email: \href{mailto:first.author@ai.edu}{first.author@ai.edu} \\}
+
+\author{Second Author}
+\affil{%
+Government Lab \\
+Building 1234 \\
+Somewhere, WA 11112 \\
+phone: (111) 222-5555 fax: (111) 222-6666 email: \href{mailto:second.author@gl.gov}{second.author@gl.gov}}
+
+%% NOTE: distribution statements taken from 2009 guidance, and should be updated as appropriate for the current year.
+%% One of these statements is required. so modify or uncomment as appropriate.
+\distribution{DISTRIBUTION STATEMENT A: Distribution approved for public release; distribution is unlimited.}
+
+%\distribution{DISTRIBUTION STATEMENT D: Distribution authorized to DoD components and U.S. DoD contractors only; Critical Technology; Dec 2009. Other requests for this document shall be referred to The Office of Naval Research (code 32). Destroy by any method that will prevent disclosure of contents or reconstruction of the document.}
+
+% required
+\title{Ocean Battlespace Sensing (OBS) S\&T Department Annual Report}
+
+% required: always starts with N00014
+\awardnumber{N00014-000-0000}
+
+% optional
+\projecturl{\url{http://www.onr.navy.mil/sci_tech/32/reports/annual/}}
+
+%% Meat of the document goes here
+\begin{document}
+
+% The author prefers apalike, but it doesn't work when the year is missing.
+% This causes problems for the fake citation used to show that the
+% references section is optional.
+\bibliographystyle{abbrvnat}
+
+% print the title/author frontmatter
+\maketitle
+
+\section{LONG-TERM GOALS}
+Briefly identify your top-level goals within which your effort exists. The goal of this \LaTeX{}
+document class is to allow creation of annual reports matching the ONR requirements, without using a
+commercial word processor.
+
+\section{OBJECTIVES}
+This section should contain the scientific or technological objectives of this effort.
+
+\section{APPROACH}
+Describe your proposed technical approach. Briefly identify the key individuals participating in this work at your own
+or other organizations and the roles they play. In the present document, this section will describe the onrannual
+document class.
+
+The source \LaTeX{} file may be downloaded from
+\href{http://mirror.ctan.org/macros/latex/contrib/onrannual/skeleton.tex}{CTAN}, and it is intended that you modify
+it according to the comments within. In \TeX{} Live 2009, this file may also be found in the
+\url{texmf-dist/doc/latex/onrannual} directory under the top-level \TeX{} Live install directory.
+The onrannual class is a modification of the default article class, and including other styles may cause issues
+with spacing, particularly around section headings.
+
+In the preamble, a few new commands may be used. The \verb=\awardnumber{N00014-000-0000}= macro is used to
+define the award number, and the optional \verb=\projecturl{\url{http://foo.edu}}= is used to define a
+project URL in the title block. ONR also requires a distribution statement to be inserted in the header
+of the first page, and this is defined with the \verb=\distribution{xxx}= macro, where \verb=xxx= is replaced
+with the appropriate text from the current ONR guidelines.
+
+In general, the standard document macros may be used: \verb=\title{My Report Title}= is used to
+set the title, and \verb=\maketitle= is used after \verb=\begin{document}= to display it.
+Getting the author layout correct is slightly tricky, and one example is demonstrated here:
+{
+\scriptsize
+\begin{verbatim}
+\author{First Author}
+\affil{%
+Academic Institute \\
+Laboratory 1 \\
+Somewhere, WA 11111 \\
+% NOTE: the trailing \\ is required at the end of this last line to separate authors
+phone: (111) 222-3333 fax: (111) 222-4444 email: \href{mailto:first.author@ai.edu}{first.author@ai.edu} \\}
+\end{verbatim}
+}
+
+This author and affiliation block is repeated for successive authors.
+Standard \verb=\section= commands are used for sections, and \verb=\bibliography= may be
+used to generate a bibliography. Subsections are not allowed, and will produce an error.
+
+For other sample content to show usage of math and references, we can look at the
+Navier-Stokes equations, as given by \citet{Schlichting:2000}:
+
+\begin{equation}
+ \rho \frac{\partial D\overrightarrow{v}}{Dt} = \overrightarrow{f} - \mathrm{grad} p + \mathrm{Div} \tau
+\end{equation}
+
+with
+
+\begin{equation}
+ \tau = \mu \left(2\dot{\varepsilon} - \frac{2}{3}\delta \mathrm{div}\overrightarrow{v}\right)
+\end{equation}
+
+where $\delta$ is the Kronecker unit tensor $\left(\delta_{ij} = 1 for i = j, \delta_{ij} = 0 for i \neq j\right)$.
+
+\section{WORK COMPLETED}
+Actual tasks completed or technical accomplishments.
+
+\section{RESULTS}
+Describe meaningful technical results achieved in the report fiscal year. Make the significance clear. Emphasize what
+was learned, not what was done. This should be a summary of significant results and conclusions, and, especially, any
+``new capabilities'' generated.
+
+\begin{figure}
+ \begin{center}
+ \includegraphics{samplefigure}
+ \end{center}
+ \caption{An example graphic. In general, you should use a long caption to describe the graphic in words. In this
+ case, we use a long caption to ensure that all the caption text is correctly centered under the graphic.}
+ \label{fig:label}
+\end{figure}
+
+Figure~\ref{fig:label} is a test graphic.
+
+%%
+%% If you use a large number of floats (figures or tables), you may want to issue a \clearpage
+%% here to ensure that they're all flushed before the remaining sections. It's best to avoid
+%% printing tables and figures in the middle of your bibliography, for instance, but sometimes
+%% that's where they'd end up without manual intervention.
+%%
+
+\section{IMPACT/APPLICATIONS}
+Potential future impact for science and/or systems applications
+
+\section{TRANSITIONS}
+An S\&T product has sufficiently matured and some organization (acquisition, industry, customer) outside of ONR is doing
+something with it. ``Product'' includes equipment, prototypes, original ideas/theories, and equations. Include `who'
+that `organization' is, how they are using it, and when it is expected to be used. It is of special interest if it is
+already being used or has had acquisition funds committed. Examples are `products' entering acquisition, being used by
+industry, or being used by other S\&T organizations such as DARPA).
+
+%% If none, so state
+\section{RELATED PROJECTS}
+\textcolor{blue}{\textbf{If none, so state.}}
+Identify closely related projects and briefly describe the nature of each relationship (include web links as
+appropriate/available).
+
+% This is a bibliography of all references cited in the report, assuming use of BibTeX
+%% omit this section if there are none
+\nocite{omitifnone} % hack to display the "omit..." text in the refs list
+\bibliography{sample}
+
+%% omit this section if there are none
+\section{PUBLICATIONS}
+\textcolor{blue}{\textbf{Omit if none.}}
+Listing of publications produced during this effort. If you use Bib\TeX, you can use e.g., bibunits or multibib to
+insert a second set of references, or just copy the contents of a .bbl file here.
+
+%% omit this section if there are none
+\section{PATENTS}
+\textcolor{blue}{\textbf{Omit if none.}}
+List all patent applications / awards for the project not reported in prior year's reports, or that have been previously
+reported but whose status has changed. Note at end of item in brackets whether patent has been ``GRANTED'', for example:
+``\ldots[granted]'', otherwise ``pending'' will be assumed.
+
+%% omit this section if there are none
+\section{HONORS/AWARDS/PRIZES}
+\textcolor{blue}{\textbf{Omit if none.}}
+List any received and not previously reported. Include recipient, recipient's institution, award `name', and award
+sponsor.
+
+\end{document} \ No newline at end of file