diff options
author | Karl Berry <karl@freefriends.org> | 2008-04-30 16:42:27 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2008-04-30 16:42:27 +0000 |
commit | e80bc7d79084da75417e8364b1bae2d0fbd30781 (patch) | |
tree | eb6d8b3d4f66250c1bca15488440532b6851cf83 | |
parent | f743e5375a0cf6ae12b3a7137584eb7f3b8eab7b (diff) |
disser update (29apr08)
git-svn-id: svn://tug.org/texlive/trunk@7743 c570f23f-e606-0410-a88d-b1316a301751
51 files changed, 2980 insertions, 11183 deletions
diff --git a/Master/texmf-dist/doc/latex/disser/changelog.txt b/Master/texmf-dist/doc/latex/disser/ChangeLog index 978b0585898..a151852e63c 100644 --- a/Master/texmf-dist/doc/latex/disser/changelog.txt +++ b/Master/texmf-dist/doc/latex/disser/ChangeLog @@ -2,6 +2,22 @@ disser changelog Copyright (C) 2004-2007 Stanislav Kruchinin ------------------------------------------- +Changes in version 1.0.5 (2008-04-26): + +Class: ++ Support for wrapfig package instead of obsolete floatflt. ++ Many improvements and bugfixes in makefiles. ++ Documentation: added index of commands and lots of new descriptions. ++ New make targets: pdf_book and ps_book, that provides + booklet makeup (useful for abstracts). +* Fixed bug with star versions of \section-like commands. + +Templates: +- No more srcltx by default because it is not included to the base TeX Live + Debian packages. +* Bachelor: added support for wrapfig package. + + Changes in version 1.0.4 (2007-11-04): Class: @@ -18,7 +34,7 @@ Templates: + Macros for sharing text between dissertation and abstract. + Changed style of second page in abstract. + Added \usepackage{srcltx} to make source links by default. -* Included makefiles moved to include dir. +* Included makefiles has been moved to 'include' directory. Changes in version 1.0.3a (2007-07-28): diff --git a/Master/texmf-dist/doc/latex/disser/README b/Master/texmf-dist/doc/latex/disser/README index 2d4afc5baf4..4bf10cf2c59 100644 --- a/Master/texmf-dist/doc/latex/disser/README +++ b/Master/texmf-dist/doc/latex/disser/README @@ -18,7 +18,7 @@ Getting latest version You can obtain the latest version of the package from SVN-repository. Just install Subversion (if you don't have one) and run the following command: -> svn export https://svn.sourceforge.net/svnroot/disser/ ./disser-latest +> svn export https://disser.svn.sourceforge.net/svnroot/disser/ ./disser-latest Installation @@ -27,37 +27,49 @@ Installation Automatically Unix-like environment: -> make TEXMF=/path/to/texmf install +> env TEXMF=/путь/к/texmf make install > mktexlsr Windows: > set texmf=<path to texmf or localtexmf> -> nomake & nomake install +> nomake install > mktexlsr Manually -1. Make directory for class +1. Make directory for class. > mkdir /path/to/texmf/tex/latex/disser -2. Generate class files +2. Generate class files. > cd src > latex disser.ins -3. Copy *.cls and *.rtx to destination directory +3. Build documentation. +> latex disser.dtx +> makeindex -r disser +> latex disser.dtx +> latex disser.dtx +> latex gost732.dtx +> latex gost732.dtx +> pdflatex disser.dtx +> pdflatex disser.dtx +> pdflatex gost732.dtx +> pdflatex gost732.dtx + +4. Copy *.cls and *.rtx to destination directory. > cp *.cls *.rtx /path/to/texmf/tex/latex/disser -4. Copy disser.dvi to documentation directory +5. Copy disser.dvi to documentation directory. > cp *.cls *.rtx /path/to/texmf/doc/latex/disser -5. Refresh filename database +6. Refresh filename database. > mktexlsr License ------- -Copyright (c) 2004-2007 Stanislav Kruchinin +Copyright (c) 2004-2008 Stanislav Kruchinin It may be distributed and/or modified under the conditions of the LaTeX Project Public License, either version 1.3 diff --git a/Master/texmf-dist/doc/latex/disser/README.ru b/Master/texmf-dist/doc/latex/disser/README.ru index eaf2e6186cf..ed8f91c16dd 100644 --- a/Master/texmf-dist/doc/latex/disser/README.ru +++ b/Master/texmf-dist/doc/latex/disser/README.ru @@ -2,7 +2,7 @@ -------- Пакет disser предназначен для верстки дипломов и диссертаций. Ориентирован -на рускоязычных пользователей. +на руcскоязычных пользователей. Зависимости @@ -18,7 +18,7 @@ floatflt, pscyr, hyperref, hypernat, subfig, caption, cmap. Наиболее свежую версию пакета можно получить из SVN-репозитория. Для этого достаточно установить Subversion и выполнить команду -> svn export https://disser.svn.sourceforge.net/svnroot/disser/ +> svn export https://disser.svn.sourceforge.net/svnroot/disser/ ./disser-latest Установка @@ -27,7 +27,7 @@ floatflt, pscyr, hyperref, hypernat, subfig, caption, cmap. Автоматически В Unix-like ОС: -> make TEXMF=/путь/к/texmf install +> env TEXMF=/путь/к/texmf make install > mktexlsr В Windows: @@ -37,27 +37,39 @@ floatflt, pscyr, hyperref, hypernat, subfig, caption, cmap. Вручную -1. Создаем каталог +1. Создаем каталог. > mkdir /путь/к/texmf/tex/latex/disser -2. Генерируем файлы классов +2. Генерируем файлы классов. > cd src > latex disser.ins -3. Копируем *.cls и *.rtx в созданный каталог. +3. Собираем документацию. +> latex disser.dtx +> makeindex -r disser +> latex disser.dtx +> latex disser.dtx +> latex gost732.dtx +> latex gost732.dtx +> pdflatex disser.dtx +> pdflatex disser.dtx +> pdflatex gost732.dtx +> pdflatex gost732.dtx + +4. Копируем *.cls и *.rtx в каталог назначения. > cp *.cls *.rtx /путь/к/texmf/tex/latex/disser -4. Копируем disser.dvi в каталог с документацией. -> cp disser.dvi /путь/к/texmf/doc/latex/disser +5. Устанавливаем документацию. +> cp *.dvi *.pdf /путь/к/texmf/doc/latex/disser -5. Обновляем базу имен файлов +6. Обновляем базу имен файлов. > mktexlsr Лицензия -------- -Цопыригхт (ц) 2004-2007 Станислав Кручинин +Цопыригхт (ц) 2004-2008 Станислав Кручинин Ит маы бе дистрибутед анд/ор модифиед ундер тхе цондитионс оф тхе ЛаТеХ Пройецт Публиц Лиценсе, еитхер версион 1.3 diff --git a/Master/texmf-dist/doc/latex/disser/include/latex.fig.mk b/Master/texmf-dist/doc/latex/disser/include/latex.fig.mk index 75089a8711c..f3e23d5ded5 100644 --- a/Master/texmf-dist/doc/latex/disser/include/latex.fig.mk +++ b/Master/texmf-dist/doc/latex/disser/include/latex.fig.mk @@ -3,34 +3,49 @@ # Author: Stanislav Kruchinin <stanislav.kruchinin@gmail.com> # -EPSTOOL=epstool -EPSTOPDF=epstopdf +E2E?=eps2eps +EPSTOOL?=epstool +EPSTOPDF?=epstopdf -ETFLAGS=--quiet --copy --bbox +E2EFLAGS?=-dSAFER +ETFLAGS?=--quiet --copy --bbox -FIGCLFILES=*.pdf -SUFFIX=~ +E2EFILES?=*.eps +E2PFILES?=*.eps +FBBFILES?=*.eps +FIGCLFILES?=*.pdf +SUFFIX?=~ # end of configuration help: - @echo Targets: - @echo " clean - clean PDF files" - @echo " epstopdf - convert all figures to PDF" - @echo " fixbb - fix BoundingBox" - @echo " help - (default) show help" + @echo "Targets:" + @echo " clean clean PDF files" + @echo " epstoeps optimize EPS files" + @echo " epstopdf convert all figures to PDF" + @echo " fixbb fix BoundingBox of EPS files" + @echo " help (default) show help" clean: rm -f $(FIGCLFILES) -epstopdf: $(patsubst %.eps, %.pdf, $(wildcard *.eps)) +epstoeps: $(E2EFILES) + @for f in $^ ;\ + do \ + echo -n "fixbb: $$f..." ;\ + $(E2E) $(E2EFLAGS) $$f $$f$(SUFFIX) ;\ + mv $$f$(SUFFIX) $$f ;\ + echo "done" ;\ + done + +epstopdf: $(patsubst %.eps, %.pdf, $(wildcard $(E2PFILES))) -fixbb: *.eps - @for f in *.eps ; \ +fixbb: $(FBBFILES) + @for f in $^ ;\ do \ echo -n "fixbb: $$f..." ;\ - $(EPSTOOL) $(ETFLAGS) $$f $$f~ ;\ - mv $$f~ $$f ;\ + $(EPSTOOL) $(ETFLAGS) $$f $$f$(SUFFIX) ;\ + mv $$f$(SUFFIX) $$f ;\ echo "done" ;\ done @@ -38,4 +53,3 @@ fixbb: *.eps @echo -n "epstopdf: $<..." @$(EPSTOPDF) "$<" @echo "done" - diff --git a/Master/texmf-dist/doc/latex/disser/include/latex.fig.nmk.cmd b/Master/texmf-dist/doc/latex/disser/include/latex.fig.nmk.cmd index f6f164b74a1..556eeb49a12 100644 --- a/Master/texmf-dist/doc/latex/disser/include/latex.fig.nmk.cmd +++ b/Master/texmf-dist/doc/latex/disser/include/latex.fig.nmk.cmd @@ -8,13 +8,18 @@ if "%CMDEXTVERSION%"=="" ( goto :eof ) -set epstool=epstool -set epstopdf=epstopdf +if "%e2e%"=="" set e2e=eps2eps +if "%epstool%"=="" set epstool=epstool +if "%epstopdf%"=="" set epstopdf=epstopdf -set etflags=--quiet --copy --bbox +if "%e2eflags%"=="" set e2eflags=-dSAFER +if "%etflags%"=="" set etflags=--quiet --copy --bbox -set figclfiles=*.pdf -set suffix=~ +if "%e2efiles%"=="" set e2efiles=*.eps +if "%e2pfiles%"=="" set e2pfiles=*.eps +if "%fbbfiles%"=="" set fbbfiles=*.eps +if "%figclfiles%"=="" set figclfiles=*.pdf +if "%suffix%"=="" set suffix=~ rem end of configuration @@ -29,11 +34,12 @@ if "%1"=="" goto :eof if "%1"=="help" ( :help - echo Targets: - echo clean - clean generated PDF files - echo epstopdf - convert all figures to PDF - echo fixbb - fix BoundingBox - echo help - ^(default^) show this message + echo List of targets: + echo clean clean PDF files + echo epstoeps optimize EPS files + echo epstopdf convert all figures to PDF + echo fixbb fix BoundingBox of EPS files + echo help ^(default^) show this message goto :eof ) @@ -45,26 +51,35 @@ goto :eof if "%1"=="epstopdf" ( :epstopdf - for /f "usebackq" %%n in (`dir *.eps /s /b`) do call :conv %%n -goto :end -:conv - %epstopdf% "%1" - echo epstopdf: %~nx1...done + for %%f in (%e2pfiles%) do ( + if not exist "%%~nf.pdf" ( + %epstopdf% "%%f" + echo epstopdf: %%f + ) + ) goto :eof ) if "%1"=="fixbb" ( :fixbb - for /f "usebackq" %%n in (`dir *.eps /s /b`) do call :fix %%n -goto :end -:fix - %epstool% %etflags% %1 %1.%suffix% - move %1.%suffix% %1 > nul - echo fixbb: %~nx1...done + for %%f in (%fbbfiles%) do ( + %epstool% %etflags% "%%f" "%%f%suffix%" + move "%%f%suffix%" "%%f" > nul + echo fixbb: %%f + ) +goto :eof +) + +if "%1"=="epstoeps" ( +:epstoeps + for %%f in (%e2efiles%) do ( + %e2e% %e2eflags% "%%f" "%%f%suffix%" + move "%%f%suffix%" "%%f" > nul + echo epstoeps: %%f + ) goto :eof ) if "%1" neq "" echo Don't know how to make %1 :end shift & goto :start - diff --git a/Master/texmf-dist/doc/latex/disser/include/latex.mk b/Master/texmf-dist/doc/latex/disser/include/latex.mk index 1546c18f332..ffae7b209d2 100644 --- a/Master/texmf-dist/doc/latex/disser/include/latex.mk +++ b/Master/texmf-dist/doc/latex/disser/include/latex.mk @@ -3,35 +3,37 @@ # Author: Stanislav Kruchinin <stanislav.kruchinin@gmail.com> # -TARGET=thesis - -ARCH=7z -BIBTEX=bibtex8 -DVIPS=dvips -FIND=/bin/find -L2H=latex2html -PDFTEX=pdflatex -PS2PDF=gs -PSNUP=psnup -TEX=latex - -ARCHEXT=zip -ARCHFLAGS=a -t$(ARCHEXT) -ARCHIVE=$(TARGET).$(ARCHEXT) -BIBTEXFLAGS=-H -c cp1251 - -L2HFLAGS=-dir html -iso_language RU.RU -split 3 -short_index \ +TARGET?=thesis + +ARCH?=7z +BIBTEX?=bibtex8 +DVIPS?=dvips +FIND?=/bin/find +L2H?=latex2html +LATEX?=latex +PDFLATEX?=pdflatex +PS2PDF?=gs +PSBOOK?=psbook +PSNUP?=psnup + +ARCHEXT?=zip +ARCHFLAGS?=a -t$(ARCHEXT) +ARCHIVE?=$(TARGET).$(ARCHEXT) +BIBTEXFLAGS?=-H -c cp1251 + +L2HFLAGS?=-dir html -iso_language RU.RU -split 3 -short_index \ -numbered_footnotes -no_footnode -white -antialias -html_version 4.0 -PS2PDFFLAGS=-dBATCH -dNOPAUSE -sDEVICE=pdfwrite -g4960x7016 -r600 \ - -dCompatibilityLevel=1.2 -sOutputFile=$(TARGET)_2on1.pdf -c save pop \ - -f $(TARGET)_2on1.ps -PSNUPFLAGS=-2 -pA4 -TEXFLAGS=-src-specials - -CLEXT=*.aux *.toc *.idx *.ind *.ilg *.log *.out *.lof *.lot *.lol \ - *.bbl *.blg *.bak *.dvi *.ps *.pdf -CLFILES=$(CLEXT) $(ARCHIVE) -SRCFILES=* +L2RTFFLAGS?=-F -M12 -i russian +PS2PDFFLAGS?=-dBATCH -dNOPAUSE -sDEVICE=pdfwrite -g4960x7016 -r600 \ + -dCompatibilityLevel=1.2 +PSNUPFLAGS?=-2 -pA4 +PDFLATEXFLAGS?=--shell-escape +LATEXFLAGS?=-src-specials + +CLEXT?=*.aux *.toc *.idx *.ind *.ilg *.log *.out *.lof *.lot *.lol \ + *.bbl *.blg *.bak *.dvi *.ps *.pdf +CLFILES?=$(CLEXT) $(ARCHIVE) +SRCFILES?=* # end of configuration @@ -41,34 +43,62 @@ pdf: $(TARGET).pdf pdf_2on1: $(TARGET)_2on1.pdf +pdf_book: $(TARGET)_book.pdf + ps: $(TARGET).ps ps_2on1: $(TARGET)_2on1.ps +ps_book: $(TARGET)_book.ps + html: $(TARGET).dvi - @$(L2H) $(L2HFLAGS) $(TARGET).tex + $(L2H) $(L2HFLAGS) $(TARGET).tex + +rtf: $(TARGET).rtf $(TARGET).dvi: $(TARGET).tex - @$(TEX) $(TEXFLAGS) $^ - @$(BIBTEX) $(BIBTEXFLAGS) $(TARGET) ;\ - @$(TEX) $(TEXFLAGS) $^ - @$(TEX) $(TEXFLAGS) $^ + $(LATEX) $(TEXFLAGS) $^ + @if [ -f $(TARGET).bib ];\ + then \ + $(BIBTEX) $(BIBTEXFLAGS) $(TARGET) ;\ + $(LATEX) $(TEXFLAGS) $^ ;\ + else \ + echo Warning: Bibliography file does not exist ;\ + fi + $(LATEX) $(TEXFLAGS) $^ $(TARGET).ps: $(TARGET).dvi - @$(DVIPS) -o $@ $^ + $(DVIPS) -o $@ $^ $(TARGET)_2on1.ps: $(TARGET).ps - @$(PSNUP) $(PSNUPFLAGS) $^ > $@ + $(PSNUP) $(PSNUPFLAGS) $^ > $@ + +$(TARGET)_book.ps: $(TARGET).ps + $(PSNUP) $(PSNUPFLAGS) $^ > $@ + $(PSBOOK) $^ | $(PSNUP) -2 > $@ $(TARGET).pdf: $(TARGET).tex - @$(MAKE) -C fig epstopdf - @$(PDFTEX) $^ - @$(BIBTEX) $(BIBTEXFLAGS) $(TARGET) - @$(PDFTEX) $^ - @$(PDFTEX) $^ + $(PDFLATEX) $(PDFLATEXFLAGS) $^ + @if [ -f $(TARGET).bib ];\ + then \ + $(BIBTEX) $(BIBTEXFLAGS) $(TARGET) ;\ + $(PDFLATEX) $(PDFLATEXFLAGS) $^ ;\ + else \ + echo Warning: Bibliography file does not exist ;\ + fi + $(PDFLATEX) $(PDFLATEXFLAGS) $^ $(TARGET)_2on1.pdf: $(TARGET)_2on1.ps - @$(PS2PDF) $^ $@ + $(PS2PDF) $(PS2PDFFLAGS) -sOutputFile=$@ -c save pop -f $^ + +$(TARGET)_book.pdf: $(TARGET)_book.ps + $(PS2PDF) $(PS2PDFFLAGS) -sOutputFile=$@ -c save pop -f $^ + +$(TARGET).rtf: $(TARGET).dvi + $(L2RTF) $(L2RTFFLAGS) -a $(TARGET).aux -b $(TARGET).bbl $(TARGET).tex + +epstoeps: + @$(MAKE) -C fig $@ epstopdf: @$(MAKE) -C fig $@ @@ -78,7 +108,7 @@ fixbb: srcdist: @$(MAKE) clean - @$(ARCH) $(ARCHFLAGS) $(ARCHIVE) $(SRCFILES) + $(ARCH) $(ARCHFLAGS) $(ARCHIVE) $(SRCFILES) clean: rm -f $(CLFILES) @@ -86,16 +116,20 @@ clean: @$(MAKE) -C fig $@ help: - @echo "Targets:" - @echo " dvi - (default) build DVI" - @echo " clean - remove ouptut files" - @echo " epstopdf - convert all figures to PDF" - @echo " fixbb - fix BoundingBox" - @echo " help - show help" - @echo " html - build HTML" - @echo " pdf - build PDF" - @echo " pdf_2on1 - build PDF with 2 pages on one landscape-oriented A4" - @echo " ps - build PS" - @echo " ps_2on1 - build PS with 2 pages on one landscape-oriented A4" - @echo " srcdist - build source distribution $(ARCHIVE)" + @echo "List of targets:" + @echo " dvi (default) build DVI" + @echo " clean remove output files" + @echo " epstoeps optimize EPS files" + @echo " epstopdf convert figures to PDF" + @echo " fixbb fix BoundingBox of EPS files" + @echo " help show list of targets" + @echo " html convert to HTML" + @echo " pdf build PDF" + @echo " pdf_2on1 build PDF with two A5 pages on one A4 ordered by number" + @echo " pdf_book build PDF booklet (two A5 on A4)" + @echo " ps build PS" + @echo " ps_2on1 build PS with two A5 pages on one A4 ordered by number" + @echo " ps_book build PS booklet (two A5 on A4)" + @echo " rtf convert to RTF" + @echo " srcdist build source distribution $(ARCHIVE)" diff --git a/Master/texmf-dist/doc/latex/disser/include/latex.nmk.cmd b/Master/texmf-dist/doc/latex/disser/include/latex.nmk.cmd index 2cdc9f56b82..6a162d08b38 100644 --- a/Master/texmf-dist/doc/latex/disser/include/latex.nmk.cmd +++ b/Master/texmf-dist/doc/latex/disser/include/latex.nmk.cmd @@ -8,39 +8,43 @@ if "%CMDEXTVERSION%"=="" ( goto :eof ) -if "%texmf%"=="" set texmf=%programfiles%\miktex-2.6 - -set target=thesis - -set arch=7z -set bibtex=bibtex8 -set epstool=epstool -set epstopdf=epstopdf -set ps2pdf=gswin32c -set dvips=dvips -set l2h=latex2html -set mktexlsr=mktexlsr -set pdftex=pdflatex -set psnup=psnup -set tex=latex - -set archext=zip -set archflags=a -t%archext% -set archive=%target%.%archext% -set bibtexflags=-H -c cp1251 -set l2hflags=-dir html -iso_language RU.RU -split 3 -short_index ^ - -numbered_footnotes -no_footnode -white -antialias ^ - -html_version 4.0 -set ps2pdfflags=-dBATCH -dNOPAUSE -sDEVICE=pdfwrite -g4960x7016 -r600 ^ - -dCompatibilityLevel#1.2 -sOutputFile=%target%_2on1.pdf -c save pop ^ - -f %target%_2on1.ps -set psnupflags=-2 -pA4 -set texflags=-src-specials -terminal=oem +if "%target%"=="" set target=thesis + +if "%arch%"=="" set arch=7z +if "%bibtex%"=="" set bibtex=bibtex8 +if "%epstool%"=="" set epstool=epstool +if "%epstopdf%"=="" set epstopdf=epstopdf +if "%ps2pdf%"=="" set ps2pdf=gswin32c +if "%dvips%"=="" set dvips=dvips +if "%l2h%"=="" set l2h=latex2html +if "%mktexlsr%"=="" set mktexlsr=mktexlsr +if "%pdflatex%"=="" set pdflatex=pdflatex +if "%psbook%"=="" set psbook=psbook +if "%psnup%"=="" set psnup=psnup +if "%latex%"=="" set latex=latex +if "%l2rtf%"=="" set l2rtf=latex2rtf + +if "%archext%"=="" set archext=zip +if "%archflags%"=="" set archflags=a -t%archext% +if "%archive%"=="" set archive=%target%.%archext% +if "%bibtexflags%"=="" set bibtexflags=-H -c cp1251 +if "%l2hflags%"=="" ( + set l2hflags=-dir html -iso_language RU.RU -split 3 -short_index ^ + -numbered_footnotes -no_footnode -white -antialias ^ + -html_version 4.0 +) +if "%ps2pdfflags%"=="" ( + set ps2pdfflags=-dBATCH -dNOPAUSE -sDEVICE=pdfwrite -g4960x7016 -r600 ^ + -dCompatibilityLevel#1.2 +) +if "%psnupflags%"=="" set psnupflags=-2 -pA4 +if "%pdflatexflags%"=="" set pdflatexflags=--shell-escape +if "%latexflags%"=="" set latexflags=-src-specials set clext=*.bbl *.bak *.aux *.blg *.out *.toc *.log *.dvi *.tmp *.pdf *.ps -set clfiles= %clext% %target%.%arc% -set srcfiles=* -set suffix=~ +if "%clfiles%"=="" set clfiles= %clext% %target%.%arc% +if "%srcfiles%"=="" set srcfiles=* +if "%suffix%"=="" set suffix=~ rem end of configuration @@ -55,27 +59,41 @@ if "%1"=="" goto :eof if "%1"=="dvi" ( :dvi - %tex% %texflags% %target%.tex - %bibtex% %bibtexflags% %target% - %tex% %texflags% %target%.tex - %tex% %texflags% %target%.tex + %latex% %latexflags% %target%.tex + if exist %target%.bib ( + %bibtex% %bibtexflags% %target% + %latex% %latexflags% %target%.tex + ) else ( + echo Warning: Bibliography file does not exist + ) + %latex% %latexflags% %target%.tex goto :eof ) if "%1"=="pdf" ( :pdf - call :epstopdf - %pdftex% %texflags% %target%.tex - %bibtex% %bibtexflags% %target% - %pdftex% %texflags% %target%.tex - %pdftex% %texflags% %target%.tex + %pdflatex% %pdflatexflags% %target%.tex + if exist %target%.bib ( + %bibtex% %bibtexflags% %target% + %pdflatex% %pdflatexflags% %target%.tex + ) + %pdflatex% %pdflatexflags% %target%.tex goto :eof ) if "%1"=="pdf_2on1" ( :pdf2on1 - if not exist %target%.ps call :ps2on1 - %ps2pdf% %ps2pdfflags% 2 > nul 2>&1 + if not exist %target%_2on1.ps call :ps2on1 + %ps2pdf% %ps2pdfflags% -sOutputFile=%target%_2on1.pdf ^ + -c save pop -f %target%_2on1.ps +goto :eof +) + +if "%1"=="pdf_booklet" ( +:pdfbooklet + if not exist %target%_booklet.ps call :psbooklet + %ps2pdf% %ps2pdfflags% -sOutputFile=%target%_booklet.pdf ^ + -c save pop -f %target%_booklet.ps goto :eof ) @@ -93,6 +111,13 @@ if "%1"=="ps_2on1" ( goto :eof ) +if "%1"=="ps_booklet" ( +:psbooklet + if not exist %target%.ps call :ps + %psbook% %target%.ps | %psnup% -2 > %target%_booklet.ps +goto :eof +) + if "%1"=="html" ( :html if not exist %target%.dvi call :dvi @@ -100,6 +125,11 @@ if "%1"=="html" ( goto :eof ) +if "%1"=="rtf" ( + call :dvi + %l2rtf% -F -M12 -i russian -a %target%.aux -b %target%.bbl %target%.tex +) + if "%1"=="clean" ( :clean del /s %clfiles% 2> nul @@ -114,6 +144,12 @@ if "%1"=="srcdist" ( goto :eof ) +if "%1"=="epstoeps" ( +:epstoeps + cd fig & call nomake.cmd epstoeps & cd .. +goto :eof +) + if "%1"=="epstopdf" ( :epstopdf cd fig & call nomake.cmd epstopdf & cd .. @@ -128,18 +164,21 @@ goto :eof if "%1"=="help" ( :help - echo Targets: - echo dvi - ^(default^) build DVI - echo clean - remove ouptut files - echo epstopdf - convert all figures to PDF - echo fixbb - fix BoundingBox - echo help - show help - echo html - build HTML - echo pdf - build PDF - echo pdf_2on1 - build PDF with 2 pages on one landscape-oriented A4 - echo ps - build PS - echo ps_2on1 - build PS with 2 pages on one landscape-oriented A4 - echo srcdist - build source distribution %archive% + echo List of targets: + echo dvi ^(default^) build DVI + echo clean remove output files + echo epstoeps optimize EPS files + echo epstopdf convert figures to PDF + echo fixbb fix BoundingBox of EPS files + echo help show list of targets + echo html convert to HTML + echo pdf_2on1 build PDF with two A5 pages on one A4 ordered by number + echo pdf_book build PDF booklet ^(two A5 on A4^) + echo ps build PS + echo ps_2on1 build PS with two A5 pages on A4 ordered by number + echo ps_book build PS booklet ^(two A5 on A4^) + echo rtf convert to RTF + echo srcdist build source distribution %archive% goto :eof ) diff --git a/Master/texmf-dist/doc/latex/disser/nomake.cmd b/Master/texmf-dist/doc/latex/disser/nomake.cmd index 061b185d3d0..a85368fd2a7 100644 --- a/Master/texmf-dist/doc/latex/disser/nomake.cmd +++ b/Master/texmf-dist/doc/latex/disser/nomake.cmd @@ -8,19 +8,22 @@ if "%CMDEXTVERSION%"=="" ( goto :eof ) -if "%texmf%"=="" set texmf=%programfiles%\miktex-2.6 +if "%target%"=="" set target=disser -set target=disser set subclass=gost732 -set destdir=%texmf%\tex\latex\%target% -set docdir=%texmf%\doc\latex\%target% -set clfiles=*.rtx *.cls *.log *.out *.aux *.dvi *.idx *.glo *.toc *.ind ^ - *.ilg *.bak *.bbl *.blg *.pdf -set tex=latex -set pdftex=pdflatex +if "%texmf%"=="" set texmf=%programfiles%\miktex +if "%destdir%"=="" set destdir=%texmf%\tex\latex\%target% +if "%docdir%"=="" set docdir=%texmf%\doc\latex\%target% +if "%clfiles%"=="" set clfiles=*.rtx *.cls *.log *.out *.aux *.dvi *.ind ^ +*.idx *.ilg *.glo *.toc *.ind *.bak *.bbl *.blg *.pdf *.sav *.ps -set texflags=-src-specials -terminal=oem +if "%latex%"=="" set latex=latex +if "%pdflatex%"=="" set pdflatex=pdflatex +set mi=makeindex + +if "%latexflags%"=="" set latexflags=-src-specials +if "%pdflatexflags%"=="" set pdflatexflags="" rem Default target if "%1"=="" ( @@ -41,7 +44,7 @@ goto :eof if "%1"=="class" ( :class - %tex% %target%.ins + %latex% %target%.ins goto :eof ) @@ -60,25 +63,27 @@ goto :eof if "%1"=="dvi" ( :dvi - %tex% %texflags% %target%.dtx - %tex% %texflags% %target%.dtx - %tex% %texflags% %subclass%.dtx - %tex% %texflags% %subclass%.dtx + %latex% %latexflags% %target%.dtx + %mi% -r %target% + %latex% %latexflags% %target%.dtx + %latex% %latexflags% %subclass%.dtx + %latex% %latexflags% %subclass%.dtx goto :eof ) if "%1"=="pdf" ( :pdf - %pdftex% %texflags% %target%.dtx - %pdftex% %texflags% %target%.dtx - %pdftex% %texflags% %subclass%.dtx - %pdftex% %texflags% %subclass%.dtx + %pdflatex% %pdflatexflags% %target%.dtx + %mi% -r %target% + %pdflatex% %pdflatexflags% %target%.dtx + %pdflatex% %pdflatexflags% %subclass%.dtx + %pdflatex% %pdflatexflags% %subclass%.dtx goto :eof ) if "%1"=="install" ( :install - if not exist %target%.cls ( call :all ) + if not exist %target%.cls call :all if not exist "%destdir%" md "%destdir%" if not exist "%docdir%" md "%docdir%" xcopy /y /f *.rtx "%destdir%" @@ -90,18 +95,18 @@ goto :eof if "%1"=="help" ( :help - echo Targets: - echo all - ^(default^) build classes and documentation - echo class - build classes - echo clean - remove ouptut files - echo doc - build documentation - echo dvi - build DVI version of documentation - echo help - show help - echo install - install package and documentation - echo pdf - build PDF version of documentation + echo List of targets: + echo all ^(default^) build classes and documentation + echo class build classes + echo clean remove ouptut files + echo doc build documentation + echo dvi build DVI version of documentation + echo help show help + echo install install package and documentation + echo pdf build PDF version of documentation goto :eof ) -if "%1" neq "" (echo Don't know how to make %1 ) +if "%1" neq "" echo Don't know how to make %1 :end shift & goto :start diff --git a/Master/texmf-dist/doc/latex/disser/templates/bachelor/1.tex b/Master/texmf-dist/doc/latex/disser/templates/bachelor/1.tex index a66b9129f45..1bf5ec974e7 100644 --- a/Master/texmf-dist/doc/latex/disser/templates/bachelor/1.tex +++ b/Master/texmf-dist/doc/latex/disser/templates/bachelor/1.tex @@ -19,11 +19,12 @@ Yoffe-1993-AP-42-173,Kayanuma-1988-PRB-38-9797,Segall-1968}. } \end{figure} -\begin{floatingfigure}{0.35\textwidth} +\begin{wrapfigure}{r}{0.35\textwidth} \centering \includegraphics[width=4cm]{fig} \caption{\label{fig:ff}Рисунок <<в оборку>>.} -\end{floatingfigure} +\end{wrapfigure} + Если разность энергий электронно-дырочных уровней $E_2-E_1$ близка к энергии предельного оптического фонона $\hbar\Omega_{LO}$, то в разложении волновых функций полного гамильтониана можно ограничиться нулевым приближением для всех состояний, за исключением близких по значению к $E_2$. Волновые функции последних представляют собой следующие комбинации почти вырожденных состояний. Ссылка на таблицу~\ref{tab:t1}. @@ -39,7 +40,7 @@ Yoffe-1993-AP-42-173,Kayanuma-1988-PRB-38-9797,Segall-1968}. InP & 3.82 & 1.69 & 4.14 \\ SiO$_{2}$ & 1.57 & 3.11 & 2.2 \\ \hline\hline -\end{tabular} + \end{tabular} \end{table} \begin{figure}[!ht] @@ -100,3 +101,27 @@ Yoffe-1993-AP-42-173,Kayanuma-1988-PRB-38-9797,Segall-1968}. Текст параграфа \subparagraph{Название подпараграфа.} Текст подпараграфа + +Демонстрация полностью настраиваемых окружений типа <<теорема>>. + +\newtheorem{lemm}{Лемма}[chapter] + +\def\thelemmstyle{\bf} +\def\oparglemmstyle{} +\def\lemmstyle{\it} +\def\preoparglemm{\{} +\def\postoparglemm{\}} + +\newtheorem{remark}{Примечание}[chapter] + +\def\remarkstyle{\it} +\def\theremarkstyle{} +\def\posttheremark{:} + +\begin{lemm}[Шура] +Матрица, коммутирующая со всеми матрицами неприводимого представления, кратна единичной. +\end{lemm} + +\begin{remark} +Имеется в виду квадратная матрица. +\end{remark} diff --git a/Master/texmf-dist/doc/latex/disser/templates/bachelor/fig/fig.eps b/Master/texmf-dist/doc/latex/disser/templates/bachelor/fig/fig.eps index 9aeb4fae0ae..9382ce4351e 100644 --- a/Master/texmf-dist/doc/latex/disser/templates/bachelor/fig/fig.eps +++ b/Master/texmf-dist/doc/latex/disser/templates/bachelor/fig/fig.eps @@ -1,2661 +1,490 @@ -%!PS-Adobe-3.0 EPSF-3.0
+%!PS-Adobe-3.0 EPSF-3.0 %%BoundingBox: 235 371 361 470 -%%HiResBoundingBox: 236 371.521 360.902 469.38 -%%Creator: Adobe Illustrator(TM) 3.2
-%%AI8_CreatorVersion: 10.0
-%%For: (User) (-)
-%%Title: (2LevelSys.eps)
-%%CreationDate: 12/13/2003 4:07 AM
-%%DocumentProcessColors: Black
-%%DocumentSuppliedResources: procset Adobe_packedarray 2.0 0
-%%+ procset Adobe_cshow 1.1 0
-%%+ procset Adobe_customcolor 1.0 0
-%%+ procset Adobe_pattern_AI3 1.0 0
-%%+ procset Adobe_Illustrator_AI3 1.0 1
-%AI3_ColorUsage: Color
-%AI3_IncludePlacedImages
-%AI3_TemplateBox: 298.5 420.3896 298.5 420.3896
-%AI3_TileBox: 239 -327 815 465
-%AI3_DocumentPreview: PC_ColorTIFF
-%%PageOrigin:239 -327
-%%AI3_PaperRect:-8 834 587 -8
-%%AI3_Margin:8 -40 -9 8
-%AI7_GridSettings: 28.3465 10 28.3465 10 1 0 0.8 0.8 0.8 0.9 0.9 0.9
-%AI9_Flatten: 1
-%%EndComments
-%%BeginProlog
-%%BeginResource: procset Adobe_packedarray 2.0 0
-%%Title: (Packed Array Operators)
-%%Version: 2.0 0
-%%CreationDate: (8/2/90) ()
-%%Copyright: ((C) 1987-1996 Adobe Systems Incorporated All Rights Reserved)
-userdict /Adobe_packedarray 5 dict dup begin put
-/initialize
-{
-/packedarray where
- {
- pop
- }
- {
- Adobe_packedarray begin
- Adobe_packedarray
- {
- dup xcheck
- {
- bind
- } if
- userdict 3 1 roll put
- } forall
- end
- } ifelse
-} def
-/terminate
-{
-} def
-/packedarray
-{
-array astore readonly
-} def
-/setpacking
-{
-pop
-} def
-/currentpacking
-{
-false
-} def
-currentdict readonly pop end
-%%EndResource
-Adobe_packedarray /initialize get exec
-%%BeginResource: procset Adobe_cshow 1.1 0
-%%Title: (cshow Operator)
-%%Version: 1.1 0
-%%CreationDate: (1/23/89) ()
-%%Copyright: ((C) 1987-1996 Adobe Systems Incorporated All Rights Reserved)
-currentpacking true setpacking
-userdict /Adobe_cshow 3 dict dup begin put
-/initialize
-{
-/cshow where
- {
- pop
- }
- {
- userdict /Adobe_cshow_vars 1 dict dup begin put
- /_cshow
- {} def
- Adobe_cshow begin
- Adobe_cshow
- {
- dup xcheck
- {
- bind
- } if
- userdict 3 1 roll put
- } forall
- end
- end
- } ifelse
-} def
-/terminate
-{
-} def
-/cshow
-{
-exch
-Adobe_cshow_vars
- exch /_cshow
- exch put
- {
- 0 0 Adobe_cshow_vars /_cshow get exec
- } forall
-} def
-currentdict readonly pop end
-setpacking
-%%EndResource
-%%BeginResource: procset Adobe_customcolor 1.0 0
-%%Title: (Custom Color Operators)
-%%Version: 1.0 0
-%%CreationDate: (5/9/88) ()
-%%Copyright: ((C) 1987-1996 Adobe Systems Incorporated All Rights Reserved)
-currentpacking true setpacking
-userdict /Adobe_customcolor 5 dict dup begin put
-/initialize
-{
-/setcustomcolor where
- {
- pop
- }
- {
- Adobe_customcolor begin
- Adobe_customcolor
- {
- dup xcheck
- {
- bind
- } if
- pop pop
- } forall
- end
- Adobe_customcolor begin
- } ifelse
-} def
-/terminate
-{
-currentdict Adobe_customcolor eq
- {
- end
- } if
-} def
-/findcmykcustomcolor
-{
-5 packedarray
-} def
-/setcustomcolor
-{
-exch
-aload pop pop
-4
- {
- 4 index mul 4 1 roll
- } repeat
-5 -1 roll pop
-setcmykcolor
-} def
-/setoverprint
-{
-pop
-} def
-currentdict readonly pop end
-setpacking
-%%EndResource
-%%BeginResource: procset Adobe_pattern_AI3 1.1 0
-%%Title: (Adobe Illustrator (R) Version 3.0 Pattern Operators)
-%%Version: 1.1 0
-%%CreationDate: (7/21/89) ()
-%%Copyright: ((C) 1987-1996 Adobe Systems Incorporated All Rights Reserved)
-currentpacking true setpacking
-userdict /Adobe_pattern_AI3 16 dict dup begin put
-/initialize
-{
-/definepattern where
- {
- pop
- }
- {
- Adobe_pattern_AI3 begin
- Adobe_pattern_AI3
- {
- dup xcheck
- {
- bind
- } if
- pop pop
- } forall
- mark
- cachestatus 7 1 roll pop pop pop pop exch pop exch
- {
- {
- 10000 add
- dup 2 index gt
- {
- exit
- } if
- dup setcachelimit
- } loop
- } stopped
- cleartomark
- } ifelse
-} def
-/terminate
-{
-currentdict Adobe_pattern_AI3 eq
- {
- end
- } if
-} def
-errordict
-/nocurrentpoint
-{
-pop
-stop
-} put
-errordict
-/invalidaccess
-{
-pop
-stop
-} put
-/patternencoding
-256 array def
-0 1 255
-{
-patternencoding exch ( ) 2 copy exch 0 exch put cvn put
-} for
-/definepattern
-{
-17 dict begin
-/uniform exch def
-/cache exch def
-/key exch def
-/procarray exch def
-/mtx exch matrix invertmatrix def
-/height exch def
-/width exch def
-/ctm matrix currentmatrix def
-/ptm matrix def
-/str 32 string def
-/slice 9 dict def
-slice /s 1 put
-slice /q 256 procarray length div sqrt floor cvi put
-slice /b 0 put
-/FontBBox [0 0 0 0] def
-/FontMatrix mtx matrix copy def
-/Encoding patternencoding def
-/FontType 3 def
-/BuildChar
- {
- exch
- begin
- /setstrokeadjust where {pop true setstrokeadjust} if
- slice begin
- dup q dup mul mod s idiv /i exch def
- dup q dup mul mod s mod /j exch def
- q dup mul idiv procarray exch get
- /xl j width s div mul def
- /xg j 1 add width s div mul def
- /yl i height s div mul def
- /yg i 1 add height s div mul def
- uniform
- {
- 1 1
- }
- {
- width 0 dtransform
- dup mul exch dup mul add sqrt dup 1 add exch div
- 0 height dtransform
- dup mul exch dup mul add sqrt dup 1 add exch div
- } ifelse
- width 0 cache
- {
- xl 4 index mul yl 4 index mul xg 6 index mul yg 6 index mul
- setcachedevice
- }
- {
- setcharwidth
- } ifelse
- gsave
- scale
- newpath
- xl yl moveto
- xg yl lineto
- xg yg lineto
- xl yg lineto
- closepath
- clip
- newpath
- end
- end
- exec
- grestore
- } def
-key currentdict definefont
-end
-} def
-/patterncachesize
-{
-gsave
-newpath
-0 0 moveto
-width 0 lineto
-width height lineto
-0 height lineto
-closepath
-patternmatrix setmatrix
-pathbbox
-exch ceiling 4 -1 roll floor sub 3 1 roll
-ceiling exch floor sub
-mul 1 add
-grestore
-} def
-/patterncachelimit
-{
-cachestatus 7 1 roll 6 npop 8 mul
-} def
-/patternpath
-{
-exch dup begin setfont
-ctm setmatrix
-concat
-slice exch /b exch slice /q get dup mul mul put
-FontMatrix concat
-uniform
- {
- width 0 dtransform round width div exch round width div exch
- 0 height dtransform round height div exch height div exch
- 0 0 transform round exch round exch
- ptm astore setmatrix
- }
- {
- ptm currentmatrix pop
- } ifelse
-{currentpoint} stopped not
- {
- 2 npop
- pathbbox
- true
- 4 index 3 index eq
- 4 index 3 index eq
- and
- {
- pop false
- {
- {2 npop}
- {3 npop true}
- {7 npop true}
- {pop true}
- pathforall
- } stopped
- {
- 5 npop true
- } if
- } if
- {
- height div ceiling height mul 4 1 roll
- width div ceiling width mul 4 1 roll
- height div floor height mul 4 1 roll
- width div floor width mul 4 1 roll
- 2 index sub height div ceiling cvi exch
- 3 index sub width div ceiling cvi exch
- 4 2 roll moveto
- FontMatrix mtx invertmatrix
- dup dup 4 get exch 5 get rmoveto
- ptm ptm concatmatrix pop
- slice /s
- patterncachesize patterncachelimit div ceiling sqrt ceiling cvi
- dup slice /q get gt
- {
- pop slice /q get
- } if
- put
- 0 1 slice /s get dup mul 1 sub
- {
- slice /b get add
- gsave
- 0 1 str length 1 sub
- {
- str exch 2 index put
- } for
- pop
- dup
- {
- gsave
- ptm setmatrix
- 1 index str length idiv {str show} repeat
- 1 index str length mod str exch 0 exch getinterval show
- grestore
- 0 height rmoveto
- } repeat
- grestore
- } for
- 2 npop
- }
- {
- 4 npop
- } ifelse
- } if
-end
-} def
-/patternclip
-{
-clip
-} def
-/patternstrokepath
-{
-strokepath
-} def
-/patternmatrix
-matrix def
-/patternfill
-{
-dup type /dicttype eq
- {
- Adobe_pattern_AI3 /patternmatrix get
- } if
-gsave
-patternclip
-Adobe_pattern_AI3 /patternpath get exec
-grestore
-newpath
-} def
-/patternstroke
-{
-dup type /dicttype eq
- {
- Adobe_pattern_AI3 /patternmatrix get
- } if
-gsave
-patternstrokepath
-true
- {
- {
- {
- newpath
- moveto
- }
- {
- lineto
- }
- {
- curveto
- }
- {
- closepath
- 3 copy
- Adobe_pattern_AI3 /patternfill get exec
- } pathforall
- 3 npop
- } stopped
- {
- 5 npop
- patternclip
- Adobe_pattern_AI3 /patternfill get exec
- } if
- }
- {
- patternclip
- Adobe_pattern_AI3 /patternfill get exec
- } ifelse
-grestore
-newpath
-} def
-/patternashow
-{
-3 index type /dicttype eq
- {
- Adobe_pattern_AI3 /patternmatrix get 4 1 roll
- } if
- {
- 2 npop (0) exch
- 2 copy 0 exch put pop
- gsave
- false charpath currentpoint
- 6 index 6 index 6 index
- Adobe_pattern_AI3 /patternfill get exec
- grestore
- newpath moveto
- 2 copy rmoveto
- } exch cshow
-5 npop
-} def
-/patternawidthshow
-{
-6 index type /dicttype eq
- {
- Adobe_pattern_AI3 /patternmatrix get 7 1 roll
- } if
- {
- 2 npop (0) exch
- 2 copy 0 exch put
- gsave
- _sp eq {5 index 5 index rmoveto} if
- false charpath currentpoint
- 9 index 9 index 9 index
- Adobe_pattern_AI3 /patternfill get exec
- grestore
- newpath moveto
- 2 copy rmoveto
- } exch cshow
-8 npop
-} def
-/patternashowstroke
-{
-4 index type /dicttype eq
- {
- patternmatrix /patternmatrix get 5 1 roll
- } if
-4 1 roll
- {
- 2 npop (0) exch
- 2 copy 0 exch put pop
- gsave
- false charpath
- currentpoint
- 4 index setmatrix
- 7 index 7 index 7 index
- Adobe_pattern_AI3 /patternstroke get exec
- grestore
- newpath moveto
- 2 copy rmoveto
- } exch cshow
-6 npop
-} def
-/patternawidthshowstroke
-{
-7 index type /dicttype eq
- {
- patternmatrix /patternmatrix get 8 1 roll
- } if
-7 1 roll
- {
- 2 npop (0) exch
- 2 copy 0 exch put
- gsave
- _sp eq {5 index 5 index rmoveto} if
- false charpath currentpoint
- 7 index setmatrix
- 10 index 10 index 10 index
- Adobe_pattern_AI3 /patternstroke get exec
- grestore
- newpath moveto
- 2 copy rmoveto
- } exch cshow
-9 npop
-} def
-currentdict readonly pop end
-setpacking
-%%EndResource
-%%BeginResource: procset Adobe_Illustrator_AI3 1.1 0
-%%Title: (Adobe Illustrator (R) Version 3.0 Full Prolog)
-%%Version: 1.1 0
-%%CreationDate: (3/7/1994) ()
-%%Copyright: ((C) 1987-1996 Adobe Systems Incorporated All Rights Reserved)
-currentpacking true setpacking
-userdict /Adobe_Illustrator_AI3 71 dict dup begin put
-/initialize
-{
-userdict /Adobe_Illustrator_AI3_vars 67 dict dup begin put
-/_lp /none def
-/_pf {} def
-/_ps {} def
-/_psf {} def
-/_pss {} def
-/_pjsf {} def
-/_pjss {} def
-/_pola 0 def
-/_doClip 0 def
-/cf currentflat def
-/_tm matrix def
-/_renderStart [/e0 /r0 /a0 /o0 /e1 /r1 /a1 /i0] def
-/_renderEnd [null null null null /i1 /i1 /i1 /i1] def
-/_render -1 def
-/_rise 0 def
-/_ax 0 def
-/_ay 0 def
-/_cx 0 def
-/_cy 0 def
-/_leading [0 0] def
-/_ctm matrix def
-/_mtx matrix def
-/_sp 16#020 def
-/_hyphen (-) def
-/_fScl 0 def
-/_cnt 0 def
-/_hs 1 def
-/_nativeEncoding 0 def
-/_useNativeEncoding 0 def
-/_tempEncode 0 def
-/_pntr 0 def
-/_tDict 2 dict def
-/_wv 0 def
-/Tx {} def
-/Tj {} def
-/CRender {} def
-/_AI3_savepage {} def
-/_gf null def
-/_cf 4 array def
-/_if null def
-/_of false def
-/_fc {} def
-/_gs null def
-/_cs 4 array def
-/_is null def
-/_os false def
-/_sc {} def
-/_pd 1 dict def
-/_ed 15 dict def
-/_pm matrix def
-/_fm null def
-/_fd null def
-/_fdd null def
-/_sm null def
-/_sd null def
-/_sdd null def
-/_i null def
-Adobe_Illustrator_AI3 begin
-Adobe_Illustrator_AI3 dup /nc get begin
- {
- dup xcheck
- {
- bind
- } if
- pop pop
- } forall
-end
-end
-end
-Adobe_Illustrator_AI3 begin
-Adobe_Illustrator_AI3_vars begin
-newpath
-} def
-/terminate
-{
-end
-end
-} def
-/_
-null def
-/ddef
-{
-Adobe_Illustrator_AI3_vars 3 1 roll put
-} def
-/xput
-{
-dup load dup length exch maxlength eq
- {
- dup dup load dup
- length 2 mul dict copy def
- } if
-load begin def end
-} def
-/npop
-{
- {
- pop
- } repeat
-} def
-/sw
-{
-dup length exch stringwidth
-exch 5 -1 roll 3 index mul add
-4 1 roll 3 1 roll mul add
-} def
-/swj
-{
-dup 4 1 roll
-dup length exch stringwidth
-exch 5 -1 roll 3 index mul add
-4 1 roll 3 1 roll mul add
-6 2 roll /_cnt 0 ddef
-{1 index eq {/_cnt _cnt 1 add ddef} if} forall pop
-exch _cnt mul exch _cnt mul 2 index add 4 1 roll 2 index add 4 1 roll pop pop
-} def
-/ss
-{
-4 1 roll
- {
- 2 npop
- (0) exch 2 copy 0 exch put pop
- gsave
- false charpath currentpoint
- 4 index setmatrix
- stroke
- grestore
- moveto
- 2 copy rmoveto
- } exch cshow
-3 npop
-} def
-/jss
-{
-4 1 roll
- {
- 2 npop
- (0) exch 2 copy 0 exch put
- gsave
- _sp eq
- {
- exch 6 index 6 index 6 index 5 -1 roll widthshow
- currentpoint
- }
- {
- false charpath currentpoint
- 4 index setmatrix stroke
- }ifelse
- grestore
- moveto
- 2 copy rmoveto
- } exch cshow
-6 npop
-} def
-/sp
-{
- {
- 2 npop (0) exch
- 2 copy 0 exch put pop
- false charpath
- 2 copy rmoveto
- } exch cshow
-2 npop
-} def
-/jsp
-{
- {
- 2 npop
- (0) exch 2 copy 0 exch put
- _sp eq
- {
- exch 5 index 5 index 5 index 5 -1 roll widthshow
- }
- {
- false charpath
- }ifelse
- 2 copy rmoveto
- } exch cshow
-5 npop
-} def
-/pl
-{
-transform
-0.25 sub round 0.25 add exch
-0.25 sub round 0.25 add exch
-itransform
-} def
-/setstrokeadjust where
- {
- pop true setstrokeadjust
- /c
- {
- curveto
- } def
- /C
- /c load def
- /v
- {
- currentpoint 6 2 roll curveto
- } def
- /V
- /v load def
- /y
- {
- 2 copy curveto
- } def
- /Y
- /y load def
- /l
- {
- lineto
- } def
- /L
- /l load def
- /m
- {
- moveto
- } def
- }
- {
- /c
- {
- pl curveto
- } def
- /C
- /c load def
- /v
- {
- currentpoint 6 2 roll pl curveto
- } def
- /V
- /v load def
- /y
- {
- pl 2 copy curveto
- } def
- /Y
- /y load def
- /l
- {
- pl lineto
- } def
- /L
- /l load def
- /m
- {
- pl moveto
- } def
- } ifelse
-/d
-{
-setdash
-} def
-/cf {} def
-/i
-{
-dup 0 eq
- {
- pop cf
- } if
-setflat
-} def
-/j
-{
-setlinejoin
-} def
-/J
-{
-setlinecap
-} def
-/M
-{
-setmiterlimit
-} def
-/w
-{
-setlinewidth
-} def
-/H
-{} def
-/h
-{
-closepath
-} def
-/N
-{
-_pola 0 eq
- {
- _doClip 1 eq {clip /_doClip 0 ddef} if
- newpath
- }
- {
- /CRender {N} ddef
- }ifelse
-} def
-/n
-{N} def
-/F
-{
-_pola 0 eq
- {
- _doClip 1 eq
- {
- gsave _pf grestore clip newpath /_lp /none ddef _fc
- /_doClip 0 ddef
- }
- {
- _pf
- }ifelse
- }
- {
- /CRender {F} ddef
- }ifelse
-} def
-/f
-{
-closepath
-F
-} def
-/S
-{
-_pola 0 eq
- {
- _doClip 1 eq
- {
- gsave _ps grestore clip newpath /_lp /none ddef _sc
- /_doClip 0 ddef
- }
- {
- _ps
- }ifelse
- }
- {
- /CRender {S} ddef
- }ifelse
-} def
-/s
-{
-closepath
-S
-} def
-/B
-{
-_pola 0 eq
- {
- _doClip 1 eq
- gsave F grestore
- {
- gsave S grestore clip newpath /_lp /none ddef _sc
- /_doClip 0 ddef
- }
- {
- S
- }ifelse
- }
- {
- /CRender {B} ddef
- }ifelse
-} def
-/b
-{
-closepath
-B
-} def
-/W
-{
-/_doClip 1 ddef
-} def
-/*
-{
-count 0 ne
- {
- dup type (stringtype) eq {pop} if
- } if
-_pola 0 eq {newpath} if
-} def
-/u
-{} def
-/U
-{} def
-/q
-{
-_pola 0 eq {gsave} if
-} def
-/Q
-{
-_pola 0 eq {grestore} if
-} def
-/*u
-{
-_pola 1 add /_pola exch ddef
-} def
-/*U
-{
-_pola 1 sub /_pola exch ddef
-_pola 0 eq {CRender} if
-} def
-/D
-{pop} def
-/*w
-{} def
-/*W
-{} def
-/`
-{
-/_i save ddef
-6 1 roll 4 npop
-concat pop
-userdict begin
-/showpage {} def
-0 setgray
-0 setlinecap
-1 setlinewidth
-0 setlinejoin
-10 setmiterlimit
-[] 0 setdash
-/setstrokeadjust where {pop false setstrokeadjust} if
-newpath
-0 setgray
-false setoverprint
-} def
-/~
-{
-end
-_i restore
-} def
-/@
-{} def
-/&
-{} def
-/O
-{
-0 ne
-/_of exch ddef
-/_lp /none ddef
-} def
-/R
-{
-0 ne
-/_os exch ddef
-/_lp /none ddef
-} def
-/g
-{
-/_gf exch ddef
-/_fc
-{
-_lp /fill ne
- {
- _of setoverprint
- _gf setgray
- /_lp /fill ddef
- } if
-} ddef
-/_pf
-{
-_fc
-fill
-} ddef
-/_psf
-{
-_fc
-ashow
-} ddef
-/_pjsf
-{
-_fc
-awidthshow
-} ddef
-/_lp /none ddef
-} def
-/G
-{
-/_gs exch ddef
-/_sc
-{
-_lp /stroke ne
- {
- _os setoverprint
- _gs setgray
- /_lp /stroke ddef
- } if
-} ddef
-/_ps
-{
-_sc
-stroke
-} ddef
-/_pss
-{
-_sc
-ss
-} ddef
-/_pjss
-{
-_sc
-jss
-} ddef
-/_lp /none ddef
-} def
-/k
-{
-_cf astore pop
-/_fc
-{
-_lp /fill ne
- {
- _of setoverprint
- _cf aload pop setcmykcolor
- /_lp /fill ddef
- } if
-} ddef
-/_pf
-{
-_fc
-fill
-} ddef
-/_psf
-{
-_fc
-ashow
-} ddef
-/_pjsf
-{
-_fc
-awidthshow
-} ddef
-/_lp /none ddef
-} def
-/K
-{
-_cs astore pop
-/_sc
-{
-_lp /stroke ne
- {
- _os setoverprint
- _cs aload pop setcmykcolor
- /_lp /stroke ddef
- } if
-} ddef
-/_ps
-{
-_sc
-stroke
-} ddef
-/_pss
-{
-_sc
-ss
-} ddef
-/_pjss
-{
-_sc
-jss
-} ddef
-/_lp /none ddef
-} def
-/x
-{
-/_gf exch ddef
-findcmykcustomcolor
-/_if exch ddef
-/_fc
-{
-_lp /fill ne
- {
- _of setoverprint
- _if _gf 1 exch sub setcustomcolor
- /_lp /fill ddef
- } if
-} ddef
-/_pf
-{
-_fc
-fill
-} ddef
-/_psf
-{
-_fc
-ashow
-} ddef
-/_pjsf
-{
-_fc
-awidthshow
-} ddef
-/_lp /none ddef
-} def
-/X
-{
-/_gs exch ddef
-findcmykcustomcolor
-/_is exch ddef
-/_sc
-{
-_lp /stroke ne
- {
- _os setoverprint
- _is _gs 1 exch sub setcustomcolor
- /_lp /stroke ddef
- } if
-} ddef
-/_ps
-{
-_sc
-stroke
-} ddef
-/_pss
-{
-_sc
-ss
-} ddef
-/_pjss
-{
-_sc
-jss
-} ddef
-/_lp /none ddef
-} def
-/dp
-{
-dup null eq
-{
-pop
-_dp 0 ne
- {
- 0 1 _dp 1 sub _dl mod
- {
- _da exch get 3 get
- } for
- _dp 1 sub _dl mod 1 add packedarray
- _da 0 get aload pop 8 -1 roll 5 -1 roll pop 4 1 roll
- definepattern pop
- } if
-}
-{
-_dp 0 ne _dp _dl mod 0 eq and
- {
- null dp
- } if
-7 packedarray _da exch _dp _dl mod exch put
-_dp _dl mod _da 0 get 4 get 2 packedarray
-/_dp _dp 1 add def
-} ifelse
-} def
-/E
-{
-_ed begin
-dup 0 get type /arraytype ne
- {
- 0
- {
- dup 1 add index type /arraytype eq
- {
- 1 add
- }
- {
- exit
- } ifelse
- } loop
- array astore
- } if
-/_dd exch def
-/_ury exch def
-/_urx exch def
-/_lly exch def
-/_llx exch def
-/_n exch def
-/_y 0 def
-/_dl 4 def
-/_dp 0 def
-/_da _dl array def
-0 1 _dd length 1 sub
- {
- /_d exch _dd exch get def
- 0 2 _d length 2 sub
- {
- /_x exch def
- /_c _d _x get _ ne def
- /_r _d _x 1 add get cvlit def
- _r _ ne
- {
- _urx _llx sub _ury _lly sub [1 0 0 1 0 0]
- [
- /save cvx
- _llx neg _lly neg /translate cvx
- _c
- {
- nc /begin cvx
- } if
- _r dup type /stringtype eq
- {
- cvx
- }
- {
- {exec} /forall cvx
- } ifelse
- _c
- {
- /end cvx
- } if
- /restore cvx
- ] cvx
- /_fn 12 _n length add string def
- _y _fn cvs pop
- /_y _y 1 add def
- _fn 12 _n putinterval
- _fn _c false dp
- _d exch _x 1 add exch put
- } if
- } for
- } for
-null dp
-_n _dd /_pd
-end xput
-} def
-/fc
-{
-_fm dup concatmatrix pop
-} def
-/p
-{
-/_fm exch ddef
-9 -2 roll _pm translate fc
-7 -2 roll _pm scale fc
-5 -1 roll _pm rotate fc
-4 -2 roll exch 0 ne
- {
- dup _pm rotate fc
- 1 -1 _pm scale fc
- neg _pm rotate fc
- }
- {
- pop
- } ifelse
-dup _pm rotate fc
-exch dup sin exch cos div 1 0 0 1 0 6 2 roll
-_pm astore fc
-neg _pm rotate fc
-_pd exch get /_fdd exch ddef
-/_pf
-{
-save
-/_doClip 0 ddef
-0 1 _fdd length 1 sub
- {
- /_fd exch _fdd exch get ddef
- _fd
- 0 2 _fd length 2 sub
- {
- gsave
- 2 copy get dup _ ne
- {
- cvx exec _fc
- }
- {
- pop
- } ifelse
- 2 copy 1 add get dup _ ne
- {
- aload pop findfont _fm
- patternfill
- }
- {
- pop
- fill
- } ifelse
- grestore
- pop
- } for
- pop
- } for
-restore
-newpath
-} ddef
-/_psf
-{
-save
-/_doClip 0 ddef
-0 1 _fdd length 1 sub
- {
- /_fd exch _fdd exch get ddef
- _fd
- 0 2 _fd length 2 sub
- {
- gsave
- 2 copy get dup _ ne
- {
- cvx exec _fc
- }
- {
- pop
- } ifelse
- 2 copy 1 add get dup _ ne
- {
- aload pop findfont _fm
- 9 copy 6 npop patternashow
- }
- {
- pop
- 6 copy 3 npop ashow
- } ifelse
- grestore
- pop
- } for
- pop
- } for
-restore
-%3 npop newpath
-sw rmoveto
-} ddef
-/_pjsf
-{
-save
-/_doClip 0 ddef
-0 1 _fdd length 1 sub
- {
- /_fd exch _fdd exch get ddef
- _fd
- 0 2 _fd length 2 sub
- {
- gsave
- 2 copy get dup _ ne
- {
- cvx exec _fc
- }
- {
- pop
- } ifelse
- 2 copy 1 add get dup _ ne
- {
- aload pop findfont _fm
- 12 copy 6 npop patternawidthshow
- }
- {
- pop 9 copy 3 npop awidthshow
- } ifelse
- grestore
- pop
- } for
- pop
- } for
-restore
-swj rmoveto
-} ddef
-/_lp /none ddef
-} def
-/sc
-{
-_sm dup concatmatrix pop
-} def
-/P
-{
-/_sm exch ddef
-9 -2 roll _pm translate sc
-7 -2 roll _pm scale sc
-5 -1 roll _pm rotate sc
-4 -2 roll exch 0 ne
- {
- dup _pm rotate sc
- 1 -1 _pm scale sc
- neg _pm rotate sc
- }
- {
- pop
- } ifelse
-dup _pm rotate sc
-exch dup sin exch cos div 1 0 0 1 0 6 2 roll
-_pm astore sc
-neg _pm rotate sc
-_pd exch get /_sdd exch ddef
-/_ps
-{
-save
-/_doClip 0 ddef
-0 1 _sdd length 1 sub
- {
- /_sd exch _sdd exch get ddef
- _sd
- 0 2 _sd length 2 sub
- {
- gsave
- 2 copy get dup _ ne
- {
- cvx exec _sc
- }
- {
- pop
- } ifelse
- 2 copy 1 add get dup _ ne
- {
- aload pop findfont _sm
- patternstroke
- }
- {
- pop stroke
- } ifelse
- grestore
- pop
- } for
- pop
- } for
-restore
-newpath
-} ddef
-/_pss
-{
-save
-/_doClip 0 ddef
-0 1 _sdd length 1 sub
- {
- /_sd exch _sdd exch get ddef
- _sd
- 0 2 _sd length 2 sub
- {
- gsave
- 2 copy get dup _ ne
- {
- cvx exec _sc
- }
- {
- pop
- } ifelse
- 2 copy 1 add get dup _ ne
- {
- aload pop findfont _sm
- 10 copy 6 npop patternashowstroke
- }
- {
- pop 7 copy 3 npop ss
- } ifelse
- grestore
- pop
- } for
- pop
- } for
-restore
-pop sw rmoveto
-} ddef
-/_pjss
-{
-save
-/_doClip 0 ddef
-0 1 _sdd length 1 sub
- {
- /_sd exch _sdd exch get ddef
- _sd
- 0 2 _sd length 2 sub
- {
- gsave
- 2 copy get dup _ ne
- {
- cvx exec _sc
- }
- {
- pop
- } ifelse
- 2 copy 1 add get dup _ ne
- {
- aload pop findfont _sm
- 13 copy 6 npop patternawidthshowstroke
- }
- {
- pop 10 copy 3 npop jss
- } ifelse
- grestore
- pop
- } for
- pop
- } for
-restore
-pop swj rmoveto
-} ddef
-/_lp /none ddef
-} def
-/A
-{
-pop
-} def
-/nc 3 dict def
-nc begin
-/setgray
-{
-pop
-} bind def
-/setcmykcolor
-{
-4 npop
-} bind def
-/setcustomcolor
-{
-2 npop
-} bind def
-currentdict readonly pop end
-currentdict readonly pop end
-setpacking
-/annotatepage
-{
-} def
-%%EndResource
-%%EndProlog
-%%BeginSetup
-Adobe_cshow /initialize get exec
-Adobe_customcolor /initialize get exec
-Adobe_pattern_AI3 /initialize get exec
-Adobe_Illustrator_AI3 /initialize get exec
-%AI3_BeginPattern: (Azure Rings)
-(Azure Rings) 22.5 22.5 58.5 58.5 [
-%AI3_Tile
-(0 O 0 R 0.9569 0.9294 0 0 k
- 0.9569 0.9294 0 0 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 1.75 w 4 M []0 d
40.5 58.5 m
-40.5 48.5586 32.4409 40.5 22.5 40.5 c
-12.5591 40.5 4.5 48.5586 4.5 58.5 c
-4.5 68.4414 12.5591 76.5 22.5 76.5 c
-32.4409 76.5 40.5 68.4414 40.5 58.5 c
-s
40.5 22.5 m
-40.5 12.5586 32.4409 4.5 22.5 4.5 c
-12.5591 4.5 4.5 12.5586 4.5 22.5 c
-4.5 32.4414 12.5591 40.5 22.5 40.5 c
-32.4409 40.5 40.5 32.4414 40.5 22.5 c
-s
40.5 40.5 m
-40.5 30.5586 32.4409 22.5 22.5 22.5 c
-12.5591 22.5 4.5 30.5586 4.5 40.5 c
-4.5 50.4414 12.5591 58.5 22.5 58.5 c
-32.4409 58.5 40.5 50.4414 40.5 40.5 c
-s
58.5 58.5 m
-58.5 48.5586 50.4409 40.5 40.5 40.5 c
-30.5591 40.5 22.5 48.5586 22.5 58.5 c
-22.5 68.4414 30.5591 76.5 40.5 76.5 c
-50.4409 76.5 58.5 68.4414 58.5 58.5 c
-s
58.5 22.5 m
-58.5 12.5586 50.4409 4.5 40.5 4.5 c
-30.5591 4.5 22.5 12.5586 22.5 22.5 c
-22.5 32.4414 30.5591 40.5 40.5 40.5 c
-50.4409 40.5 58.5 32.4414 58.5 22.5 c
-s
58.5 40.5 m
-58.5 30.5586 50.4409 22.5 40.5 22.5 c
-30.5591 22.5 22.5 30.5586 22.5 40.5 c
-22.5 50.4414 30.5591 58.5 40.5 58.5 c
-50.4409 58.5 58.5 50.4414 58.5 40.5 c
-s
76.5 58.5 m
-76.5 48.5586 68.4409 40.5 58.5 40.5 c
-48.5591 40.5 40.5 48.5586 40.5 58.5 c
-40.5 68.4414 48.5591 76.5 58.5 76.5 c
-68.4409 76.5 76.5 68.4414 76.5 58.5 c
-s
76.5 22.5 m
-76.5 12.5586 68.4409 4.5 58.5 4.5 c
-48.5591 4.5 40.5 12.5586 40.5 22.5 c
-40.5 32.4414 48.5591 40.5 58.5 40.5 c
-68.4409 40.5 76.5 32.4414 76.5 22.5 c
-s
76.5 40.5 m
-76.5 30.5586 68.4409 22.5 58.5 22.5 c
-48.5591 22.5 40.5 30.5586 40.5 40.5 c
-40.5 50.4414 48.5591 58.5 58.5 58.5 c
-68.4409 58.5 76.5 50.4414 76.5 40.5 c
-s
%AI6_EndPatternLayer
-) &
-] E
-%AI3_EndPattern
-%AI3_BeginPattern: (Camouflage)
-(Camouflage) 1 1 73 73 [
-%AI3_Tile
-(0 O 0 R 0.6039 0.1412 0.9333 0.0275 k
- 0.6039 0.1412 0.9333 0.0275 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 1 w 4 M []0 d
1 73 m
-1 1 L
-73 1 L
-73 73 L
-1 73 L
-f
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0.4941 0.3529 0.9451 0.2 k
- 0.4941 0.3529 0.9451 0.2 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 1 w 4 M []0 d
18.5449 73 m
-18.5449 1 L
-46.7832 1 L
-46.7832 73 L
-18.5449 73 L
-f
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0.1882 0.1098 0.898 0.0157 k
- 0.1882 0.1098 0.898 0.0157 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 1 w 4 M []0 d
11.9512 1 m
-11.9512 4.7129 9.2314 2.8813 9.2314 6.5938 c
-9.2314 10.2334 4.25 10.2334 4.25 13.8735 c
-4.25 17.4858 10.0313 17.4858 10.0313 21.0991 c
-10.0313 24.832 10.208 24.832 10.208 28.5654 c
-10.208 32.3071 5.5205 32.3071 5.5205 36.0469 c
-5.5205 39.7021 11.8838 39.7021 11.8838 43.356 c
-11.8838 47.0566 7.4609 47.0566 7.4609 50.7568 c
-7.4609 54.4043 5.7959 54.4043 5.7959 58.0542 c
-5.7959 61.7686 4.6631 61.7686 4.6631 65.4805 c
-4.6631 69.1636 11.9512 69.3184 11.9512 73 C
-27.9268 73 L
-27.9268 69.3184 22.0635 69.1636 22.0635 65.4805 c
-22.0635 61.7686 28.6631 61.7686 28.6631 58.0542 c
-28.6631 54.4043 25.1553 54.4043 25.1553 50.7568 c
-25.1553 47.0566 28.8145 47.0566 28.8145 43.356 c
-28.8145 39.7021 22.1191 39.7021 22.1191 36.0469 c
-22.1191 32.3071 26.3945 32.3071 26.3945 28.5654 c
-26.3945 24.832 24.4248 24.832 24.4248 21.0991 c
-24.4248 17.4858 20.3838 17.4858 20.3838 13.8735 c
-20.3838 10.2334 24.6055 10.2334 24.6055 6.5938 c
-24.6055 2.8813 27.9268 4.7129 27.9268 1 C
-11.9512 1 L
-f
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0.9216 0.2157 0.9294 0.0745 k
- 0.9216 0.2157 0.9294 0.0745 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 1 w 4 M []0 d
41.875 1 m
-41.875 4.7134 42.3867 2.8818 42.3867 6.5938 c
-42.3867 10.2334 40.5947 10.2334 40.5947 13.8735 c
-40.5947 17.4858 41.5742 17.4858 41.5742 21.0991 c
-41.5742 24.832 43.6484 24.832 43.6484 28.5659 c
-43.6484 32.3076 39.1709 32.3076 39.1709 36.0469 c
-39.1709 39.7026 39.7549 39.7026 39.7549 43.356 c
-39.7549 47.0566 45.3896 47.0566 45.3896 50.7568 c
-45.3896 54.4043 40.1055 54.4043 40.1055 58.0542 c
-40.1055 61.7686 40.6289 61.7686 40.6289 65.4805 c
-40.6289 69.1636 41.875 69.3184 41.875 73 C
-59.0752 73 L
-59.0752 69.4219 53.4805 70.1934 53.4805 66.6143 c
-53.4805 62.9136 55.8945 62.9136 55.8945 59.2153 c
-55.8945 55.502 61.0059 55.502 61.0059 51.7886 c
-61.0059 48.1489 60.5635 48.1489 60.5635 44.5103 c
-60.5635 40.897 59.9277 40.897 59.9277 37.2842 c
-59.9277 33.5508 56.3662 33.5508 56.3662 29.8169 c
-56.3662 26.0762 61.0908 26.0762 61.0908 22.3354 c
-61.0908 18.6812 52.6025 18.6812 52.6025 15.0264 c
-52.6025 11.3262 55.7461 11.3262 55.7461 7.6265 c
-55.7461 3.978 59.0752 4.6484 59.0752 1 C
-41.875 1 L
-f
%AI6_EndPatternLayer
-) &
-] E
-%AI3_EndPattern
-%AI3_BeginPattern: (Honeycomb)
-(Honeycomb) 12.9819 14.6548 65.8066 60.6758 [
-%AI3_Tile
-(0 O 0 R 0.3686 0.949 0.9137 0.3451 k
- 0.3686 0.949 0.9137 0.3451 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 2 w 4 M []0 d
52.3345 28.1372 m
-40.6475 21.3906 L
-40.6475 7.9009 L
-52.3345 1.1543 L
-64.0161 7.9009 L
-64.0161 21.3906 L
-52.3345 28.1372 L
-s
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0.0235 0.6941 0.9137 0 k
- 0.0235 0.6941 0.9137 0 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 0.5 w 4 M []0 d
43.9536 19.4839 m
-43.9536 9.8081 L
-52.3345 4.9702 L
-60.7153 9.8081 L
-60.7153 19.4839 L
-52.3345 24.3218 L
-43.9536 19.4839 L
-s
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0.3686 0.949 0.9137 0.3451 k
- 0.3686 0.949 0.9137 0.3451 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 2 w 4 M []0 d
25.7944 28.1406 m
-14.1099 21.3911 L
-14.1099 7.9014 L
-25.7944 1.1548 L
-37.479 7.9014 L
-37.479 21.394 L
-25.7944 28.1406 L
-s
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0.0235 0.6941 0.9137 0 k
- 0.0235 0.6941 0.9137 0 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 0.5 w 4 M []0 d
17.4126 19.4839 m
-17.4126 9.8081 L
-25.7944 4.9702 L
-34.1743 9.8081 L
-34.1743 19.4839 L
-25.7944 24.3218 L
-17.4126 19.4839 L
-s
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0.3686 0.949 0.9137 0.3451 k
- 0.3686 0.949 0.9137 0.3451 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 2 w 4 M []0 d
12.6846 50.7852 m
-1 44.0356 L
-1 30.5459 L
-12.6846 23.7993 L
-24.3691 30.5459 L
-24.3691 44.0386 L
-12.6846 50.7852 L
-s
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0.0235 0.6941 0.9137 0 k
- 0.0235 0.6941 0.9137 0 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 0.5 w 4 M []0 d
4.3027 42.1284 m
-4.3027 32.4526 L
-12.6846 27.6147 L
-21.0645 32.4526 L
-21.0645 42.1284 L
-12.6846 46.9663 L
-4.3027 42.1284 L
-s
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0.3686 0.949 0.9137 0.3451 k
- 0.3686 0.949 0.9137 0.3451 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 2 w 4 M []0 d
65.603 51.1226 m
-53.9185 44.3765 L
-53.9185 30.8843 L
-65.603 24.1382 L
-77.2871 30.8843 L
-77.2871 44.3774 L
-65.603 51.1226 L
-s
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0.0235 0.6941 0.9137 0 k
- 0.0235 0.6941 0.9137 0 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 0.5 w 4 M []0 d
57.2202 42.4692 m
-57.2202 32.7915 L
-65.603 27.9536 L
-73.9819 32.7915 L
-73.9819 42.4692 L
-65.603 47.3081 L
-57.2202 42.4692 L
-s
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0.3686 0.949 0.9137 0.3451 k
- 0.3686 0.949 0.9137 0.3451 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 2 w 4 M []0 d
39.0649 51.1235 m
-27.3774 44.3765 L
-27.3774 30.8843 L
-39.0649 24.1382 L
-50.7471 30.8843 L
-50.7471 44.3774 L
-39.0649 51.1235 L
-s
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0.0235 0.6941 0.9137 0 k
- 0.0235 0.6941 0.9137 0 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 0.5 w 4 M []0 d
30.6821 42.4692 m
-30.6821 32.7915 L
-39.0649 27.9517 L
-47.4438 32.7915 L
-47.4438 42.4702 L
-39.0649 47.3091 L
-30.6821 42.4692 L
-s
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0.3686 0.949 0.9137 0.3451 k
- 0.3686 0.949 0.9137 0.3451 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 2 w 4 M []0 d
25.7944 74.1074 m
-14.1099 67.3599 L
-14.1099 53.8682 L
-25.7944 47.1221 L
-37.479 53.8682 L
-37.479 67.3599 L
-25.7944 74.1074 L
-s
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0.0235 0.6941 0.9137 0 k
- 0.0235 0.6941 0.9137 0 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 0.5 w 4 M []0 d
17.4126 65.4526 m
-17.4126 55.7749 L
-25.7944 50.937 L
-34.1743 55.7749 L
-34.1772 65.4526 L
-25.7944 70.2905 L
-17.4126 65.4526 L
-s
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0.3686 0.949 0.9137 0.3451 k
- 0.3686 0.949 0.9137 0.3451 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 2 w 4 M []0 d
52.3345 74.1074 m
-40.6475 67.3599 L
-40.6475 53.8682 L
-52.3345 47.1221 L
-64.0161 53.8682 L
-64.0161 67.3599 L
-52.3345 74.1074 L
-s
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0.0235 0.6941 0.9137 0 k
- 0.0235 0.6941 0.9137 0 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 0.5 w 4 M []0 d
43.9536 65.4526 m
-43.9536 55.7749 L
-52.3345 50.937 L
-60.7153 55.7749 L
-60.7153 65.4526 L
-52.3345 70.2905 L
-43.9536 65.4526 L
-s
%AI6_EndPatternLayer
-) &
-] E
-%AI3_EndPattern
-%AI3_BeginPattern: (Jungle Stripes)
-(Jungle Stripes) 37 19 73 55 [
-%AI3_Tile
-(0 O 0 R 0.9255 0.0745 0.9373 0.0118 k
- 0.9255 0.0745 0.9373 0.0118 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 18 w 4 M []0 d
37 37 m
-73 37 l
-S
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0.3451 0.0118 0.6863 0 k
- 0.3451 0.0118 0.6863 0 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 9 w 4 M []0 d
37 37 m
-73 37 l
-S
%AI6_EndPatternLayer
-) &
-] E
-%AI3_EndPattern
-%AI3_BeginPattern: (Mediterranean Tiles)
-(Mediterranean Tiles) 4.9482 11.5332 39.291 45.8818 [
-%AI3_Tile
-(0 O 0 R 0 0 0 0 k
- 0 0 0 0 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 0.3 w 4 M []0 d
0.1499 40.748 m
-10.0083 40.749 L
-16.9673 33.79 L
-16.9702 23.9297 L
-10.0093 16.9697 L
-0.1509 16.9688 L
-0.1499 40.748 L
-f
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0.9569 0.9294 0 0 k
- 0.9569 0.9294 0 0 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 0.3 w 4 M []0 d
0.1499 40.748 m
-10.0083 40.749 L
-16.9673 33.79 L
-16.9702 23.9297 L
-10.0093 16.9697 L
-0.1509 16.9688 L
-0.1499 40.748 L
-s
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0 0 0 0 k
- 0 0 0 0 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 0.3 w 4 M []0 d
16.9712 0.1504 m
-10.0122 7.1094 L
-10.0093 16.9697 L
-16.9702 23.9297 L
-26.8296 23.9307 L
-33.7915 16.9727 L
-33.7915 7.1123 L
-26.8335 0.1514 L
-16.9712 0.1504 L
-f
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0.9569 0.9294 0 0 k
- 0.9569 0.9294 0 0 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 0.3 w 4 M []0 d
16.9712 0.1504 m
-10.0122 7.1094 L
-10.0093 16.9697 L
-16.9702 23.9297 L
-26.8296 23.9307 L
-33.7915 16.9727 L
-33.7915 7.1123 L
-26.8335 0.1514 L
-16.9712 0.1504 L
-s
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0 0 0 0 k
- 0 0 0 0 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 0.3 w 4 M []0 d
16.9673 33.79 m
-10.0083 40.749 L
-10.0054 50.6084 L
-16.9663 57.5693 L
-26.8257 57.5703 L
-33.7876 50.6113 L
-33.7876 40.752 L
-26.8296 33.791 L
-16.9673 33.79 L
-f
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0.9569 0.9294 0 0 k
- 0.9569 0.9294 0 0 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 0.3 w 4 M []0 d
16.9673 33.79 m
-10.0083 40.749 L
-10.0054 50.6084 L
-16.9663 57.5693 L
-26.8257 57.5703 L
-33.7876 50.6113 L
-33.7876 40.752 L
-26.8296 33.791 L
-16.9673 33.79 L
-s
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0 0 0 0 k
- 0 0 0 0 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 0.3 w 4 M []0 d
33.7915 16.9727 m
-26.8296 23.9307 L
-26.8296 33.791 L
-33.7876 40.752 L
-43.6475 40.7529 L
-50.6094 33.7939 L
-50.6094 23.9336 L
-43.6494 16.9736 L
-33.7915 16.9727 L
-f
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0.9569 0.9294 0 0 k
- 0.9569 0.9294 0 0 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 0.3 w 4 M []0 d
33.7915 16.9727 m
-26.8296 23.9307 L
-26.8296 33.791 L
-33.7876 40.752 L
-43.6475 40.7529 L
-50.6094 33.7939 L
-50.6094 23.9336 L
-43.6494 16.9736 L
-33.7915 16.9727 L
-s
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0.9569 0.8275 0 0 k
- 0.9569 0.8275 0 0 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 1 w 4 M []0 d
43.6514 7.1123 m
-43.6514 16.9727 L
-33.7915 16.9727 L
-33.7915 7.1123 L
-43.6514 7.1123 L
-f
26.8296 23.9307 m
-26.8296 33.791 L
-16.9702 33.791 L
-16.9702 23.9307 L
-26.8296 23.9307 L
-f
10.0093 7.1094 m
-10.0093 16.9697 L
-0.1538 16.9697 L
-0.1538 7.1094 L
-10.0093 7.1094 L
-f
43.6494 40.752 m
-43.6494 50.6113 L
-33.7876 50.6113 L
-33.7876 40.752 L
-43.6494 40.752 L
-f
10.0083 40.749 m
-10.0083 50.6084 L
-0.1499 50.6084 L
-0.1499 40.749 L
-10.0083 40.749 L
-f
%AI6_EndPatternLayer
-) &
-] E
-%AI3_EndPattern
-%AI3_BeginPattern: (Pyramids)
-(Pyramids) 1 1 19.5 19.5 [
-%AI3_Tile
-(0 O 0 R 0.1882 0.1294 0.102 0.0118 k
- 0.1882 0.1294 0.102 0.0118 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 1 w 4 M []0 d
1 19.5 m
-10.25 10.25 l
-19.5 19.5 l
-1 19.5 l
-f
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0.6235 0.4863 0.4863 0.4784 k
- 0.6235 0.4863 0.4863 0.4784 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 1 w 4 M []0 d
19.5 1 m
-10.25 10.25 l
-1 1 l
-19.5 1 l
-f
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0.349 0.2549 0.2235 0.0667 k
- 0.349 0.2549 0.2235 0.0667 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 1 w 4 M []0 d
1 1 m
-10.25 10.25 l
-1 19.5 l
-1 1 l
-f
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0.4902 0.3647 0.3451 0.2196 k
- 0.4902 0.3647 0.3451 0.2196 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 1 w 4 M []0 d
19.5 19.5 m
-10.25 10.25 l
-19.5 1 l
-19.5 19.5 l
-f
%AI6_EndPatternLayer
-) &
-] E
-%AI3_EndPattern
-%%EndSetup
-0 A
-0 R
-0 0 0 1 K
-0 J 0 j 2 w 4 M []0 d
236 463.1089 m
-298.666 463.1089 L
-S
236 378.4424 m
-298 378.4424 L
-S
u
u
0 O
-1 g
-1 w
250.3711 388.292 m
-252.6948 379.6904 l
-255.019 388.292 l
-250.3711 388.292 l
-f
254.9619 453.478 m
-252.6382 462.0811 l
-250.314 453.478 l
-254.9619 453.478 l
-f
U
u
0 R
-0 0 0 1 K
-252.6665 455.0503 m
-252.6665 386.7217 L
-S
0 O
-0 0 0 1 k
-250.3711 388.292 m
-252.6948 379.6904 l
-255.019 388.292 l
-250.3711 388.292 l
-f
254.9619 453.478 m
-252.6382 462.0811 l
-250.314 453.478 l
-254.9619 453.478 l
-f
U
U
u
u
0 0 0 0 k
-280.6104 462.1758 m
-280.6104 386.75 L
-F
278.3145 388.3105 m
-280.6377 379.7754 l
-282.9619 388.3105 l
-278.3145 388.3105 l
-f
U
u
0 R
-0 0 0 1 K
-280.6104 462.1758 m
-280.6104 386.75 L
-S
0 O
-0 0 0 1 k
-278.3145 388.3105 m
-280.6377 379.7754 l
-282.9619 388.3105 l
-278.3145 388.3105 l
-f
U
U
u
*u
-294.7104 423.2002 m
-294.3105 422.4995 293.9443 421.7954 293.6123 421.0874 c
-293.2803 420.3794 292.9863 419.6611 292.7305 418.9336 c
-292.7065 418.5977 292.6646 418.2588 292.6045 417.9189 c
-292.5444 417.5791 292.4707 417.2412 292.3828 416.9053 c
-292.3662 416.8418 292.3408 416.7373 292.3047 416.5928 c
-292.2686 416.4492 292.2227 416.3037 292.1665 416.1553 c
-292.1104 416.0078 292.0405 415.876 291.9565 415.7588 c
-291.8726 415.6436 291.7783 415.585 291.6748 415.585 c
-291.5303 415.585 291.4443 415.6553 291.4165 415.7959 c
-291.3887 415.9355 291.3848 416.0918 291.4043 416.2637 c
-291.4248 416.4355 291.4565 416.5957 291.5005 416.7432 c
-291.5444 416.8916 291.5664 416.9736 291.5664 416.9893 c
-291.6543 417.3252 291.748 417.6592 291.8486 417.9912 c
-291.9482 418.3232 292.0547 418.6572 292.1665 418.9932 c
-292.1982 419.377 292.1963 419.749 292.1602 420.1094 c
-292.124 420.4692 292.0503 420.8174 291.9385 421.1533 c
-291.8105 421.5293 291.5625 421.8037 291.1943 421.9756 c
-290.8262 422.1475 290.4023 422.2334 289.9229 422.2334 c
-289.7065 422.2334 289.4922 422.2153 289.2803 422.1797 c
-289.0684 422.1436 288.8784 422.0894 288.7104 422.0176 c
-288.5425 421.9453 288.3984 421.8516 288.2783 421.7354 c
-288.1582 421.6191 288.0786 421.4814 288.0386 421.3213 c
-288.0146 421.2412 287.9585 421.2012 287.8706 421.2012 C
-287.6426 421.2012 l
-287.5303 421.2012 287.4746 421.2534 287.4746 421.3574 C
-287.4746 421.4053 l
-287.5464 421.7012 287.6724 421.979 287.8525 422.2383 c
-288.0322 422.4976 288.2441 422.7246 288.4883 422.9194 c
-288.7324 423.1143 288.998 423.2676 289.2861 423.3789 c
-289.5742 423.4902 289.8701 423.5459 290.1748 423.5459 c
-290.5024 423.5459 290.7905 423.4824 291.0386 423.355 c
-291.2866 423.2275 291.5024 423.0625 291.6865 422.8599 c
-291.8706 422.6572 292.0264 422.4258 292.1543 422.1665 c
-292.2822 421.9072 292.3945 421.6455 292.4902 421.3813 c
-292.5464 421.2212 292.5923 421.0596 292.6284 420.8955 c
-292.6646 420.7314 292.6943 420.5654 292.7188 420.3975 c
-293.1426 421.4053 293.6304 422.3911 294.1826 423.355 c
-294.2144 423.4106 294.2627 423.4385 294.3267 423.4385 C
-294.5664 423.4385 l
-294.6064 423.4385 294.6348 423.4346 294.6504 423.4268 c
-294.7065 423.3867 294.7344 423.3389 294.7344 423.2832 c
-294.7344 423.2598 294.7266 423.2314 294.7104 423.2002 c
-f
*U
-U
u
*u
-294.7666 415.6318 m
-294.7666 415.8799 l
-294.8359 415.8799 294.9106 415.8799 294.9907 415.8799 c
-295.0708 415.8799 295.1479 415.8818 295.2227 415.8838 c
-295.2974 415.8867 295.3682 415.8916 295.4346 415.9004 c
-295.5015 415.9082 295.5562 415.917 295.5986 415.9277 c
-295.6523 415.9385 295.6934 415.9668 295.7227 416.0117 c
-295.752 416.0576 295.7666 416.1094 295.7666 416.168 C
-295.7666 420.4175 l
-295.6123 420.3423 295.4453 420.2886 295.2666 420.2563 c
-295.0879 420.2241 294.9053 420.208 294.7188 420.208 C
-294.7188 420.458 l
-294.9907 420.458 295.2549 420.4951 295.5107 420.5693 c
-295.7671 420.6431 295.9888 420.7778 296.1758 420.9736 C
-296.2725 420.9736 l
-296.3311 420.9736 296.3604 420.9443 296.3604 420.8848 C
-296.3604 416.168 l
-296.3604 416.1094 296.375 416.0576 296.4043 416.0117 c
-296.4336 415.9668 296.4751 415.9385 296.5283 415.9277 c
-296.5713 415.917 296.6245 415.9082 296.6885 415.9004 c
-296.7524 415.8916 296.8232 415.8867 296.9004 415.8838 c
-296.9775 415.8818 297.0566 415.8799 297.1367 415.8799 c
-297.2168 415.8799 297.291 415.8799 297.3604 415.8799 C
-297.3604 415.6318 l
-296.4961 415.6641 295.6313 415.6641 294.7666 415.6318 c
-f
*U
-U
u
*u
-320.9609 441.4502 m
-320.5605 440.75 320.1943 440.0459 319.8623 439.3379 c
-319.5303 438.6299 319.2363 437.9121 318.9805 437.1836 c
-318.957 436.8477 318.9141 436.5098 318.8545 436.1699 c
-318.7949 435.8301 318.7207 435.4922 318.6328 435.1563 c
-318.6162 435.0918 318.5908 434.9883 318.5547 434.8438 c
-318.5186 434.7002 318.4727 434.5537 318.416 434.4058 c
-318.3604 434.2578 318.291 434.126 318.207 434.0098 c
-318.123 433.894 318.0283 433.8359 317.9248 433.8359 c
-317.7803 433.8359 317.6943 433.9063 317.666 434.0459 c
-317.6387 434.186 317.6348 434.3418 317.6543 434.5137 c
-317.6748 434.686 317.707 434.8457 317.75 434.9941 c
-317.7949 435.1416 317.8164 435.2236 317.8164 435.2402 c
-317.9043 435.5762 317.998 435.9102 318.0986 436.2422 c
-318.1982 436.5742 318.3047 436.9082 318.416 437.2441 c
-318.4482 437.6279 318.4463 438 318.4102 438.3599 c
-318.374 438.7197 318.3008 439.0679 318.1885 439.4038 c
-318.0605 439.7798 317.8125 440.0537 317.4443 440.2256 c
-317.0762 440.3975 316.6523 440.4839 316.1729 440.4839 c
-315.957 440.4839 315.7422 440.4658 315.5303 440.4297 c
-315.3184 440.3936 315.1289 440.3398 314.9609 440.2676 c
-314.793 440.1958 314.6484 440.1016 314.5283 439.9858 c
-314.4082 439.8701 314.3281 439.7319 314.2891 439.5723 c
-314.2646 439.4922 314.209 439.4521 314.1211 439.4521 C
-313.8926 439.4521 l
-313.7803 439.4521 313.7246 439.5039 313.7246 439.6079 C
-313.7246 439.6563 l
-313.7969 439.9521 313.9219 440.2295 314.1025 440.4888 c
-314.2822 440.748 314.4941 440.9751 314.7383 441.1699 c
-314.9824 441.3647 315.248 441.5181 315.5361 441.6294 c
-315.8242 441.7407 316.1201 441.7964 316.4248 441.7964 c
-316.752 441.7964 317.041 441.7324 317.2891 441.6055 c
-317.5371 441.478 317.752 441.313 317.9365 441.1104 c
-318.1211 440.9072 318.2764 440.6763 318.4043 440.417 c
-318.5322 440.1572 318.6445 439.8955 318.7402 439.6318 c
-318.7969 439.4717 318.8418 439.3096 318.8789 439.1455 c
-318.9141 438.9814 318.9443 438.8159 318.9688 438.6479 c
-319.3926 439.6558 319.8809 440.6416 320.4326 441.6055 c
-320.4648 441.6611 320.5127 441.689 320.5762 441.689 C
-320.8164 441.689 l
-320.8564 441.689 320.8848 441.6846 320.9004 441.6768 c
-320.957 441.6372 320.9844 441.5898 320.9844 441.5342 c
-320.9844 441.5098 320.9766 441.4824 320.9609 441.4502 c
-f
*U
-U
u
*u
-323.5977 432.8809 m
-323.5381 432.6621 323.5166 432.4775 323.5332 432.3276 c
-323.5488 432.1777 323.624 432.1035 323.7568 432.1035 c
-323.8213 432.1035 323.8799 432.1299 323.9336 432.1836 c
-323.9863 432.2363 324.0342 432.3115 324.0771 432.4072 c
-324.1191 432.5029 324.1602 432.6152 324.1973 432.7432 c
-324.2344 432.8711 324.2715 433.0127 324.3086 433.1675 c
-324.3203 433.2153 324.3516 433.2393 324.4053 433.2393 C
-324.4932 433.2393 l
-324.5469 433.2393 324.5674 433.2153 324.5566 433.1675 c
-324.5254 433.0449 324.4902 432.9111 324.4531 432.7676 c
-324.416 432.623 324.3652 432.4897 324.3008 432.3672 c
-324.2373 432.2446 324.1582 432.1416 324.0645 432.0576 c
-323.9717 431.9736 323.8555 431.9316 323.7168 431.9316 c
-323.5303 431.9316 323.3809 431.9849 323.2695 432.0913 c
-323.1572 432.1978 323.0879 432.334 323.0605 432.499 c
-322.9385 432.3496 322.792 432.2178 322.6211 432.1035 c
-322.4502 431.9888 322.2715 431.9316 322.085 431.9316 c
-321.8877 431.9316 321.7227 431.9824 321.5889 432.084 c
-321.4561 432.1855 321.3516 432.3145 321.2773 432.4697 c
-321.1865 432.6572 321.1387 432.8608 321.1328 433.0806 c
-321.1279 433.3003 321.1543 433.5225 321.2129 433.7476 c
-321.2715 433.9727 321.3574 434.1948 321.4688 434.4146 c
-321.5811 434.6343 321.7275 434.8379 321.9092 435.0254 c
-322.0586 435.1807 322.2275 435.3105 322.417 435.415 c
-322.6064 435.5195 322.7969 435.5723 322.9893 435.5723 c
-323.1543 435.5723 323.2891 435.5264 323.3926 435.436 c
-323.4971 435.3452 323.5781 435.2363 323.6367 435.1084 C
-324.085 436.8877 l
-324.1064 436.9717 324.1182 437.0366 324.1211 437.0815 c
-324.123 437.1265 324.1113 437.1592 324.085 437.1807 c
-324.0527 437.207 323.9922 437.2241 323.9014 437.2319 c
-323.8105 437.2397 323.709 437.2441 323.5977 437.2441 c
-323.5381 437.2441 323.5146 437.2739 323.5254 437.3345 C
-323.5488 437.4004 l
-323.5596 437.4492 323.5947 437.4795 323.6533 437.4907 C
-324.3975 437.5566 L
-324.6768 437.5801 l
-324.7031 437.5859 324.7236 437.5791 324.7373 437.5605 c
-324.75 437.5415 324.7539 437.5186 324.749 437.4922 C
-323.5977 432.8809 l
-f
1 D
-323.4893 434.7822 m
-323.4805 434.833 323.4688 434.8857 323.4531 434.9395 c
-323.4102 435.0688 323.3477 435.1777 323.2656 435.2666 c
-323.1826 435.3555 323.0771 435.4004 322.9492 435.4004 c
-322.832 435.4004 322.7168 435.3569 322.6055 435.2705 c
-322.4932 435.1846 322.3916 435.0771 322.3008 434.9478 c
-322.1729 434.7646 322.0771 434.5732 322.0137 434.374 c
-321.9492 434.1748 321.8906 433.9668 321.8369 433.752 c
-321.7832 433.5415 321.7402 433.3354 321.7051 433.1338 c
-321.6699 432.9316 321.6719 432.7417 321.709 432.564 c
-321.7354 432.4346 321.7822 432.3252 321.8496 432.2363 c
-321.916 432.1475 322.0107 432.1035 322.1328 432.1035 c
-322.2607 432.1035 322.3877 432.1489 322.5137 432.2402 c
-322.6387 432.332 322.7539 432.4424 322.8613 432.5723 c
-322.9033 432.626 322.9434 432.6768 322.9805 432.7256 c
-323.0186 432.7734 323.0527 432.8276 323.085 432.8872 C
-323.5176 434.6245 l
-323.5059 434.6782 323.4971 434.7305 323.4893 434.7822 c
-f
*U
-U
u
8 i
-0 D
-0 R
-0 0 0 1 K
-2 J 0.5821 w 10 M
304 469 m
-304 457.2349 l
-S
313.249 469 m
-315.6904 463.1172 l
-S
315.6904 463.1172 m
-313.249 457.2349 l
-S
u
*u
-0 i
-0 O
-0 0 0 1 k
-0 J 1 w 4 M
311.1699 459.2939 m
-306.5977 459.2939 L
-306.5977 459.541 l
-306.5977 459.5566 306.6055 459.5801 306.6221 459.6113 C
-308.4902 461.6006 l
-308.7207 461.8438 308.9492 462.0928 309.1758 462.3477 c
-309.4023 462.6025 309.6074 462.8613 309.7881 463.124 c
-309.9697 463.3867 310.1162 463.6616 310.2275 463.9482 c
-310.3389 464.2344 310.3945 464.5342 310.3945 464.8486 c
-310.3945 465.1074 310.3594 465.3525 310.2891 465.584 c
-310.2188 465.8154 310.1162 466.0195 309.9795 466.1958 c
-309.8438 466.3721 309.6748 466.5137 309.4727 466.6191 c
-309.2705 466.7256 309.0332 466.7783 308.7607 466.7783 c
-308.3652 466.7783 308.0146 466.6626 307.71 466.4312 c
-307.4053 466.1997 307.1914 465.9077 307.0684 465.5547 c
-307.1592 465.5781 307.2539 465.584 307.3516 465.5723 c
-307.4512 465.5605 307.5391 465.5293 307.6172 465.4785 c
-307.6953 465.4272 307.7607 465.3584 307.8145 465.2725 c
-307.8672 465.1855 307.8945 465.084 307.8945 464.9668 c
-307.8945 464.7627 307.8262 464.6074 307.6904 464.502 c
-307.5547 464.3955 307.4043 464.3428 307.2402 464.3428 c
-307.083 464.3428 306.9375 464.3955 306.8008 464.502 c
-306.666 464.6074 306.5977 464.7627 306.5977 464.9668 c
-306.5977 465.2646 306.6572 465.5469 306.7754 465.8135 c
-306.8945 466.0801 307.0566 466.3115 307.2617 466.5078 c
-307.4658 466.7031 307.707 466.8574 307.9863 466.9697 c
-308.2646 467.0815 308.5596 467.1377 308.8711 467.1377 c
-309.2559 467.1377 309.6104 467.0811 309.9336 466.9668 c
-310.2578 466.8535 310.5332 466.6924 310.7637 466.4854 c
-310.9922 466.2773 311.1709 466.0342 311.2979 465.7559 c
-311.4248 465.4775 311.4883 465.1738 311.4883 464.8447 c
-311.4883 464.4683 311.4023 464.1255 311.2295 463.8159 c
-311.0566 463.5063 310.8408 463.2183 310.582 462.9517 c
-310.3232 462.6851 310.0479 462.4346 309.7559 462.1992 c
-309.4648 461.9639 309.1992 461.7363 308.9609 461.5171 C
-307.543 460.2002 L
-308.7891 460.2002 l
-308.9688 460.2002 309.1787 460.2002 309.417 460.2002 c
-309.6553 460.2002 309.8789 460.2021 310.0889 460.2061 c
-310.2988 460.21 310.4795 460.2178 310.6318 460.2295 c
-310.7832 460.2412 310.8672 460.2549 310.8848 460.2705 c
-310.917 460.3018 310.9473 460.3589 310.9766 460.4414 c
-311.0059 460.5234 311.0322 460.6157 311.0566 460.7178 c
-311.0811 460.8198 311.1035 460.9258 311.125 461.0352 c
-311.1445 461.1455 311.1641 461.2471 311.1797 461.3413 C
-311.5166 461.3413 L
-311.1699 459.2939 l
-f
*U
-U
U
u
8 i
-0 R
-0 0 0 1 K
-2 J 0.5821 w 10 M
348.8311 413.1689 m
-348.8311 401.4033 l
-S
358.0801 413.1689 m
-360.5215 407.2861 l
-S
360.5215 407.2861 m
-358.0801 401.4033 l
-S
u
*u
-0 i
-0 O
-0 0 0 1 k
-0 J 1 w 4 M
356.2295 404.585 m
-356.0938 404.3027 355.9082 404.0596 355.6709 403.8555 c
-355.417 403.6357 355.1328 403.4707 354.8164 403.3613 c
-354.501 403.251 354.1699 403.1963 353.8252 403.1963 c
-353.5127 403.1963 353.207 403.2354 352.9063 403.3125 c
-352.6064 403.3906 352.3398 403.5088 352.1055 403.667 c
-351.8711 403.8252 351.6836 404.0205 351.5449 404.252 c
-351.4043 404.4834 351.335 404.748 351.335 405.0459 c
-351.335 405.2656 351.4063 405.4287 351.5508 405.5342 c
-351.6943 405.6406 351.8486 405.6934 352.0127 405.6934 c
-352.1855 405.6934 352.3438 405.6406 352.4873 405.5342 c
-352.6309 405.4287 352.7031 405.2656 352.7031 405.0459 c
-352.7031 404.9209 352.6787 404.8145 352.6289 404.7285 c
-352.5801 404.6416 352.5166 404.5713 352.4385 404.5166 c
-352.3604 404.4619 352.2715 404.4248 352.1738 404.4053 c
-352.0742 404.3857 351.9805 404.3838 351.8896 404.3994 c
-352.0537 404.1162 352.3125 403.8955 352.666 403.7344 c
-353.0195 403.5732 353.4063 403.4932 353.8252 403.4932 c
-354.0303 403.4932 354.2197 403.543 354.3926 403.6416 c
-354.5645 403.7412 354.709 403.874 354.8242 404.04 c
-354.9629 404.2461 355.0576 404.4707 355.1064 404.7119 c
-355.1553 404.9541 355.1797 405.2021 355.1797 405.4561 c
-355.1797 405.71 355.1553 405.958 355.1064 406.1992 c
-355.0576 406.4414 354.9629 406.665 354.8242 406.8721 c
-354.709 407.0381 354.5645 407.1729 354.3926 407.2764 c
-354.2197 407.3789 354.0303 407.4307 353.8252 407.4307 C
-352.9863 407.4307 l
-352.9131 407.4307 352.876 407.4648 352.876 407.5332 C
-352.876 407.5674 l
-352.8672 407.5977 352.876 407.624 352.9004 407.6475 c
-352.9248 407.6709 352.9541 407.6816 352.9863 407.6816 c
-353.1016 407.6973 353.2168 407.7041 353.332 407.7041 c
-353.4473 407.7041 353.5625 407.7119 353.6777 407.7275 c
-353.8906 407.7432 354.0781 407.8076 354.2383 407.9209 c
-354.3984 408.0352 354.5313 408.1826 354.6387 408.3623 c
-354.7461 408.543 354.8262 408.749 354.8789 408.9795 c
-354.9326 409.2109 354.959 409.4482 354.959 409.6914 c
-354.959 409.8721 354.9414 410.042 354.9043 410.2031 c
-354.8672 410.3643 354.791 410.5068 354.6758 410.6318 c
-354.4551 410.8838 354.1719 411.0088 353.8271 411.0088 c
-353.4658 411.0088 353.1348 410.9424 352.8359 410.8086 c
-352.5352 410.6758 352.3115 410.4951 352.1641 410.2676 c
-352.3359 410.3066 352.5068 410.2754 352.6758 410.1729 c
-352.8438 410.0713 352.9277 409.9072 352.9277 409.6797 c
-352.9277 409.4834 352.8633 409.3359 352.7324 409.2383 c
-352.6016 409.1396 352.459 409.0908 352.3027 409.0908 c
-352.1484 409.0908 352.0049 409.1396 351.874 409.2383 c
-351.7432 409.3359 351.6777 409.4834 351.6777 409.6797 c
-351.6777 409.9307 351.7393 410.1553 351.8623 410.3564 c
-351.9854 410.5557 352.1465 410.7266 352.3477 410.8682 c
-352.5488 411.0088 352.7773 411.1182 353.0352 411.1924 c
-353.293 411.2686 353.5576 411.3057 353.8281 411.3057 c
-354.1143 411.3057 354.3926 411.2686 354.6631 411.1943 c
-354.9336 411.1191 355.1826 411.0029 355.4121 410.8467 c
-355.6084 410.7129 355.7725 410.5479 355.9033 410.3525 c
-356.0342 410.1563 356.0996 409.9365 356.0996 409.6934 c
-356.0996 409.4424 356.0547 409.207 355.9648 408.9873 c
-355.875 408.7676 355.7549 408.5674 355.6035 408.3867 c
-355.4521 408.2061 355.2715 408.0488 355.0625 407.916 c
-354.8535 407.7822 354.627 407.6768 354.3799 407.5986 c
-354.6182 407.5586 354.8457 407.4922 355.0625 407.3975 c
-355.2803 407.3037 355.4824 407.1787 355.6709 407.0215 c
-355.9082 406.8252 356.0938 406.5918 356.2295 406.3213 c
-356.3652 406.0498 356.4326 405.7656 356.4326 405.4678 c
-356.4326 405.1611 356.3652 404.8672 356.2295 404.585 c
-f
*U
-U
U
u
8 i
-0 R
-0 0 0 1 K
-2 J 0.5821 w 10 M
304 383.667 m
-304 371.9014 l
-S
313.249 383.667 m
-315.6904 377.7842 l
-S
315.6904 377.7842 m
-313.249 371.9014 l
-S
u
*u
-0 i
-0 O
-0 0 0 1 k
-0 J 1 w 4 M
307.1719 373.9658 m
-307.1719 374.3301 l
-307.2783 374.3301 307.3936 374.3301 307.5166 374.3301 c
-307.6396 374.3301 307.7588 374.332 307.874 374.3359 c
-307.9893 374.3398 308.0977 374.3477 308.2012 374.3594 c
-308.3037 374.3711 308.3877 374.3848 308.4541 374.4004 c
-308.5361 374.416 308.5996 374.457 308.6445 374.5244 c
-308.6895 374.5908 308.7129 374.667 308.7129 374.7539 C
-308.7129 381.0068 l
-308.4746 380.8955 308.2178 380.8154 307.9424 380.7666 c
-307.667 380.7197 307.3848 380.6953 307.0977 380.6953 C
-307.0977 381.0547 l
-307.5166 381.0547 307.9238 381.1094 308.3174 381.2197 c
-308.7109 381.3291 309.0518 381.5293 309.3369 381.8193 C
-309.4844 381.8193 l
-309.5742 381.8193 309.6191 381.7764 309.6191 381.6904 C
-309.6191 374.7539 l
-309.6191 374.667 309.6416 374.5908 309.6865 374.5244 c
-309.7314 374.457 309.7949 374.416 309.8779 374.4004 c
-309.9434 374.3848 310.0254 374.3711 310.124 374.3594 c
-310.2227 374.3477 310.332 374.3398 310.4512 374.3359 c
-310.5703 374.332 310.6914 374.3301 310.8145 374.3301 c
-310.9375 374.3301 311.0527 374.3301 311.1602 374.3301 C
-311.1602 373.9658 l
-309.8301 374.0127 308.501 374.0127 307.1719 373.9658 c
-f
*U
-U
U
u
u
1 g
-321.0156 414.8936 m
-329.8135 407.9258 l
-325.6777 418.3594 l
-321.0156 414.8936 l
-f
U
u
0 R
-0 0 0 1 K
-288.75 463.1089 m
-324.5 415.0146 L
-S
0 O
-0 0 0 1 k
-321.0156 414.8936 m
-329.8135 407.9258 l
-325.6777 418.3594 l
-321.0156 414.8936 l
-f
U
U
u
315 407.6084 m
-343.5 407.6084 L
-N
u
0 R
-0 0 0 1 K
-1 J 1 j
315 407.6084 m
-321 407.6084 L
-S
U
u
326.25 407.6084 m
-332.25 407.6084 L
-S
U
u
337.5 407.6084 m
-343.5 407.6084 L
-S
U
U
u
*u
-0 O
-0 0 0 1 k
-0 J 0 j
247.0474 420.2998 m
-247.0313 420.228 246.9873 420.1841 246.915 420.168 C
-246.8433 420.168 L
-246.7832 420.168 l
-246.7109 420.168 246.6753 420.2041 246.6753 420.2764 c
-246.7393 420.668 246.7549 421.042 246.7231 421.3984 c
-246.6914 421.7539 246.6055 422.0684 246.4653 422.3398 c
-246.3252 422.6123 246.1353 422.8301 245.8955 422.9941 c
-245.6553 423.1582 245.3633 423.2402 245.0195 423.2402 c
-244.6035 423.2402 244.1875 423.1357 243.7715 422.9277 c
-243.3555 422.7192 242.9795 422.4429 242.6436 422.0986 c
-242.251 421.6899 241.9453 421.2393 241.7251 420.7466 c
-241.5049 420.2539 241.3311 419.751 241.2031 419.2383 c
-241.0674 418.7178 240.9893 418.2129 240.9692 417.7236 c
-240.9492 417.2354 241.0352 416.7871 241.2275 416.3779 c
-241.3955 416.0254 241.6392 415.7451 241.959 415.5371 c
-242.2793 415.3291 242.6553 415.2246 243.0869 415.2246 c
-243.3193 415.2246 243.5493 415.2568 243.7773 415.3193 c
-244.0054 415.3838 244.2134 415.4746 244.4014 415.5938 c
-244.5894 415.7119 244.751 415.8555 244.8872 416.0225 c
-245.0234 416.1885 245.1152 416.3711 245.1631 416.5693 C
-245.415 417.5928 l
-245.4629 417.7832 245.4434 417.8984 245.3555 417.9385 c
-245.2676 417.9775 245.1191 418.002 244.9111 418.0098 c
-244.7031 418.0176 244.4912 418.0215 244.2754 418.0215 c
-244.2354 418.0215 244.2051 418.0342 244.1855 418.0596 c
-244.165 418.085 244.1631 418.1201 244.1792 418.1631 C
-244.2031 418.2783 l
-244.2109 418.3213 244.2314 418.3545 244.2632 418.3799 c
-244.2949 418.4043 244.3311 418.417 244.3711 418.417 c
-244.9312 418.3926 245.5029 418.3809 246.0869 418.3809 c
-246.4629 418.3809 246.8394 418.3926 247.2153 418.417 c
-247.2549 418.417 247.2852 418.4043 247.3052 418.3799 c
-247.3252 418.3545 247.3271 418.3213 247.3115 418.2783 C
-247.2871 418.1631 l
-247.2715 418.0684 247.2148 418.0215 247.1191 418.0215 c
-246.9834 418.0215 246.8652 418.0176 246.7651 418.0098 c
-246.665 418.001 246.5908 417.9814 246.543 417.9502 c
-246.4951 417.9258 246.4434 417.8076 246.3872 417.5928 C
-245.7871 415.2461 l
-245.7871 415.2227 245.7715 415.1943 245.7393 415.1631 c
-245.7153 415.1396 245.6836 415.127 245.6436 415.127 c
-245.6113 415.127 245.5869 415.1396 245.5713 415.1631 c
-245.4834 415.2666 245.4033 415.375 245.3311 415.4902 c
-245.2593 415.6055 245.2031 415.7305 245.1631 415.8662 c
-244.8994 415.54 244.5513 415.292 244.1191 415.1211 c
-243.687 414.9502 243.2549 414.8652 242.8232 414.8652 c
-242.2949 414.8652 241.8252 414.9795 241.4131 415.207 c
-241.001 415.4346 240.667 415.749 240.4111 416.1494 c
-240.1475 416.5811 239.9893 417.0605 239.9375 417.5889 c
-239.8853 418.1162 239.9272 418.665 240.0635 419.2324 c
-240.207 419.7998 240.4395 420.3481 240.7593 420.876 c
-241.0791 421.4038 241.4795 421.8838 241.959 422.3159 c
-242.4072 422.708 242.8955 423.0195 243.4233 423.252 c
-243.9512 423.4834 244.4795 423.5996 245.0073 423.5996 c
-245.4233 423.5996 245.7773 423.5059 246.0693 423.3174 c
-246.3613 423.1299 246.5913 422.8799 246.7593 422.5674 C
-247.6113 423.54 l
-247.6353 423.5796 247.6709 423.5996 247.7192 423.5996 C
-247.7676 423.5996 l
-247.8389 423.5996 247.8672 423.5605 247.8516 423.4834 C
-247.0474 420.2998 l
-f
*U
-U
%%PageTrailer
-gsave annotatepage grestore showpage
-%%Trailer
-Adobe_Illustrator_AI3 /terminate get exec
-Adobe_pattern_AI3 /terminate get exec
-Adobe_customcolor /terminate get exec
-Adobe_cshow /terminate get exec
-Adobe_packedarray /terminate get exec
-%%EOF
+%%HiResBoundingBox: 236 371.521 360.901 469.38 +%................................. +%%Creator: MiKTeX GPL Ghostscript 860 (epswrite) +%%CreationDate: 2007/12/07 10:10:05 +%%DocumentData: Clean7Bit +%%LanguageLevel: 2 +%%EndComments +%%BeginProlog +% This copyright applies to everything between here and the %%EndProlog: +% Copyright (C) 2007 Artifex Software, Inc. All rights reserved. +%%BeginResource: procset GS_epswrite_2_0_1001 1.001 0 +/GS_epswrite_2_0_1001 80 dict dup begin +/PageSize 2 array def/setpagesize{ PageSize aload pop 3 index eq exch +4 index eq and{ pop pop pop}{ PageSize dup 1 +5 -1 roll put 0 4 -1 roll put dup null eq {false} {dup where} ifelse{ exch get exec} +{ pop/setpagedevice where +{ pop 1 dict dup /PageSize PageSize put setpagedevice} +{ /setpage where{ pop PageSize aload pop pageparams 3 {exch pop} repeat +setpage}if}ifelse}ifelse}ifelse} bind def +/!{bind def}bind def/#{load def}!/N/counttomark # +/rG{3{3 -1 roll 255 div}repeat setrgbcolor}!/G{255 div setgray}!/K{0 G}! +/r6{dup 3 -1 roll rG}!/r5{dup 3 1 roll rG}!/r3{dup rG}! +/w/setlinewidth #/J/setlinecap # +/j/setlinejoin #/M/setmiterlimit #/d/setdash #/i/setflat # +/m/moveto #/l/lineto #/c/rcurveto # +/p{N 2 idiv{N -2 roll rlineto}repeat}! +/P{N 0 gt{N -2 roll moveto p}if}! +/h{p closepath}!/H{P closepath}! +/lx{0 rlineto}!/ly{0 exch rlineto}!/v{0 0 6 2 roll c}!/y{2 copy c}! +/re{4 -2 roll m exch dup lx exch ly neg lx h}! +/^{3 index neg 3 index neg}! +/f{P fill}!/f*{P eofill}!/s{H stroke}!/S{P stroke}! +/q/gsave #/Q/grestore #/rf{re fill}! +/Y{P clip newpath}!/Y*{P eoclip newpath}!/rY{re Y}! +/|={pop exch 4 1 roll 1 array astore cvx 3 array astore cvx exch 1 index def exec}! +/|{exch string readstring |=}! +/+{dup type/nametype eq{2 index 7 add -3 bitshift 2 index mul}if}! +/@/currentfile #/${+ @ |}! +/B{{2 copy string{readstring pop}aload pop 4 array astore cvx +3 1 roll}repeat pop pop true}! +/Ix{[1 0 0 1 11 -2 roll exch neg exch neg]exch}! +/,{true exch Ix imagemask}!/If{false exch Ix imagemask}!/I{exch Ix image}! +/Ic{exch Ix false 3 colorimage}! +/F{/Columns counttomark 3 add -2 roll/Rows exch/K -1/BlackIs1 true>> +/CCITTFaxDecode filter}!/FX{<</EndOfBlock false F}! +/X{/ASCII85Decode filter}!/@X{@ X}!/&2{2 index 2 index}! +/@F{@ &2<<F}!/@C{@X &2 FX}! +/$X{+ @X |}!/&4{4 index 4 index}!/$F{+ @ &4<<F |}!/$C{+ @X &4 FX |}! +/IC{3 1 roll 10 dict begin 1{/ImageType/Interpolate/Decode/DataSource +/ImageMatrix/BitsPerComponent/Height/Width}{exch def}forall +currentdict end image}! +/~{@ read {pop} if}! +end def +%%EndResource +/pagesave null def +%%EndProlog +%%Page: 1 1 +%%BeginPageSetup +GS_epswrite_2_0_1001 begin +/pagesave save store 197 dict begin +0.1 0.1 scale +%%EndPageSetup +gsave mark +Q q +0 0 250000 250000 re +Y +20 w +4 M +K +2360 4631.09 626.66 0 S +2360 3784.43 620 0 S +255 G +2503.71 3882.92 23.24 -86.02 23.24 86.02 -46.48 0 f +2549.62 4534.78 -23.23 86.03 -23.24 -86.03 46.48 0 f +10 w +K +2526.66 4550.5 0 -683.29 S +2503.71 3882.92 23.24 -86.02 23.24 86.02 -46.48 0 f +2549.62 4534.78 -23.23 86.03 -23.24 -86.03 46.48 0 f +255 G +2806.11 4621.76 0 -754.26 f +2783.14 3883.11 23.23 -85.35 23.24 85.35 -46.48 0 f +K +2806.11 4621.76 0 -754.26 S +2783.14 3883.11 23.23 -85.35 23.24 85.35 -46.48 0 f +2947.11 4232 m +-4 -7.01 -7.66 -14.05 -10.98 -21.13 c +-3.32 -7.08 -6.26 -14.27 -8.82 -21.54 c +-0.24 -3.36 -0.66 -6.75 -1.26 -10.15 c +-0.6 -3.39 -1.34 -6.77 -2.22 -10.13 c +-0.16 -0.64 -0.42 -1.68 -0.78 -3.12 c +-0.36 -1.44 -0.82 -2.89 -1.38 -4.37 c +-0.56 -1.48 -1.26 -2.79 -2.1 -3.96 c +-0.84 -1.15 -1.79 -1.74 -2.82 -1.74 c +-1.45 0 -2.31 0.7 -2.59 2.11 c +-0.28 1.39 -0.32 2.96 -0.12 4.68 c +0.21 1.72 0.52 3.32 0.96 4.8 c +0.44 1.48 0.66 2.3 0.66 2.46 c +0.88 3.36 1.82 6.7 2.82 10.02 c +1 3.32 2.06 6.66 3.18 10.02 c +0.32 3.84 0.3 7.55 -0.06 11.16 c +-0.36 3.6 -1.1 7.08 -2.21 10.44 c +-1.28 3.76 -3.76 6.51 -7.45 8.23 c +-3.68 1.72 -7.92 2.58 -12.71 2.58 c +-2.16 0 -4.31 -0.18 -6.43 -0.54 c +-2.12 -0.36 -4.02 -0.9 -5.7 -1.62 c +-1.68 -0.72 -3.12 -1.66 -4.32 -2.82 c +-1.2 -1.16 -2 -2.54 -2.39 -4.14 c +-0.24 -0.8 -0.8 -1.2 -1.68 -1.2 c +-2.28 0 p +-1.12 0 -1.68 0.52 -1.68 1.56 c +0 0.48 p +0.72 2.96 1.98 5.73 3.78 8.33 c +1.8 2.59 3.92 4.86 6.36 6.81 c +2.44 1.95 5.1 3.48 7.98 4.59 c +2.88 1.11 5.84 1.67 8.89 1.67 c +3.27 0 6.16 -0.64 8.64 -1.91 c +2.48 -1.28 4.64 -2.93 6.48 -4.95 c +1.84 -2.03 3.4 -4.34 4.68 -6.93 c +1.28 -2.59 2.4 -5.21 3.36 -7.85 c +0.56 -1.6 1.02 -3.21 1.38 -4.86 c +0.36 -1.64 0.66 -3.3 0.9 -4.98 c +4.24 10.08 9.12 19.93 14.64 29.57 c +0.32 0.55 0.8 0.84 1.44 0.84 c +2.4 0 p +0.4 0 0.68 -0.04 0.84 -0.12 c +0.56 -0.4 0.84 -0.88 0.84 -1.44 c +0 -0.23 -0.08 -0.52 -0.24 -0.83 c +f +2947.67 4156.32 0 2.48 P +0.69 0 1.44 0 2.24 0 c +0.8 0 1.57 0.02 2.32 0.04 c +0.75 0.03 1.46 0.08 2.12 0.16 c +0.67 0.08 1.21 0.17 1.64 0.27 c +0.54 0.11 0.95 0.39 1.24 0.84 c +0.29 0.46 0.44 0.98 0.44 1.56 c +0 42.5 p +-1.54 -0.75 -3.21 -1.29 -5 -1.61 c +-1.79 -0.32 -3.61 -0.48 -5.48 -0.48 c +0 2.5 p +2.72 0 5.36 0.37 7.92 1.11 c +2.57 0.74 4.78 2.09 6.65 4.04 c +0.97 0 p +0.59 0 0.88 -0.29 0.88 -0.89 c +0 -47.17 p +0 -0.59 0.14 -1.11 0.44 -1.56 c +0.29 -0.45 0.71 -0.73 1.24 -0.84 c +0.43 -0.11 0.96 -0.2 1.61 -0.27 c +0.64 -0.09 1.34 -0.14 2.12 -0.16 c +0.77 -0.02 1.56 -0.04 2.36 -0.04 c +0.8 0 1.54 0 2.24 0 c +0 -2.48 p +-8.64 0.32 -17.29 0.32 -25.94 0 c +f +3209.61 4414.5 m +-4 -7 -7.67 -14.04 -10.98 -21.12 c +-3.32 -7.08 -6.26 -14.26 -8.82 -21.54 c +-0.23 -3.36 -0.66 -6.74 -1.26 -10.14 c +-0.6 -3.4 -1.34 -6.78 -2.22 -10.14 c +-0.16 -0.64 -0.42 -1.68 -0.78 -3.12 c +-0.36 -1.43 -0.82 -2.9 -1.39 -4.38 c +-0.55 -1.48 -1.25 -2.8 -2.09 -3.96 c +-0.84 -1.16 -1.79 -1.74 -2.82 -1.74 c +-1.45 0 -2.31 0.7 -2.59 2.1 c +-0.27 1.4 -0.31 2.96 -0.12 4.68 c +0.21 1.72 0.53 3.32 0.96 4.8 c +0.45 1.48 0.66 2.29 0.66 2.46 c +0.88 3.36 1.82 6.7 2.82 10.02 c +1 3.32 2.06 6.66 3.18 10.02 c +0.32 3.84 0.3 7.56 -0.06 11.16 c +-0.36 3.6 -1.09 7.08 -2.21 10.44 c +-1.28 3.76 -3.76 6.5 -7.45 8.22 c +-3.68 1.72 -7.92 2.58 -12.71 2.58 c +-2.16 0 -4.31 -0.18 -6.43 -0.54 c +-2.12 -0.36 -4.02 -0.9 -5.7 -1.62 c +-1.68 -0.72 -3.12 -1.66 -4.33 -2.82 c +-1.2 -1.16 -2 -2.54 -2.39 -4.14 c +-0.25 -0.8 -0.8 -1.2 -1.68 -1.2 c +-2.29 0 p +-1.12 0 -1.68 0.52 -1.68 1.56 c +0 0.48 p +0.72 2.96 1.97 5.73 3.78 8.32 c +1.8 2.59 3.92 4.86 6.36 6.81 c +2.44 1.95 5.1 3.48 7.98 4.59 c +2.88 1.11 5.84 1.67 8.89 1.67 c +3.27 0 6.16 -0.64 8.64 -1.91 c +2.48 -1.27 4.63 -2.93 6.47 -4.95 c +1.85 -2.04 3.4 -4.34 4.68 -6.93 c +1.28 -2.6 2.4 -5.21 3.36 -7.86 c +0.57 -1.6 1.02 -3.22 1.39 -4.86 c +0.35 -1.64 0.65 -3.3 0.9 -4.98 c +4.24 10.08 9.12 19.94 14.64 29.57 c +0.32 0.55 0.8 0.84 1.44 0.84 c +2.4 0 p +0.4 0 0.68 -0.04 0.84 -0.12 c +0.57 -0.4 0.84 -0.87 0.84 -1.43 c +0 -0.25 -0.08 -0.52 -0.23 -0.84 c +f +3235.98 4328.81 m +-0.59 -2.19 -0.81 -4.04 -0.64 -5.53 c +0.16 -1.5 0.91 -2.24 2.23 -2.24 c +0.65 0 1.23 0.27 1.77 0.8 c +0.53 0.53 1.01 1.28 1.43 2.23 c +0.42 0.96 0.83 2.08 1.2 3.36 c +0.37 1.28 0.74 2.7 1.11 4.24 c +0.12 0.48 0.43 0.72 0.97 0.72 c +0.88 0 p +0.54 0 0.74 -0.24 0.63 -0.72 c +-0.31 -1.23 -0.66 -2.57 -1.04 -4 c +-0.37 -1.45 -0.88 -2.78 -1.52 -4 c +-0.63 -1.23 -1.43 -2.25 -2.36 -3.1 c +-0.93 -0.84 -2.09 -1.26 -3.48 -1.26 c +-1.86 0 -3.36 0.53 -4.47 1.6 c +-1.12 1.06 -1.82 2.43 -2.09 4.07 c +-1.22 -1.49 -2.68 -2.81 -4.39 -3.95 c +-1.71 -1.15 -3.5 -1.72 -5.36 -1.72 c +-1.97 0 -3.62 0.51 -4.96 1.52 c +-1.33 1.02 -2.37 2.3 -3.12 3.86 c +-0.91 1.88 -1.39 3.91 -1.45 6.11 c +-0.05 2.2 0.21 4.42 0.8 6.67 c +0.59 2.25 1.45 4.47 2.56 6.67 c +1.13 2.2 2.59 4.23 4.41 6.11 c +1.49 1.55 3.18 2.85 5.08 3.89 c +1.89 1.05 3.8 1.57 5.72 1.57 c +1.65 0 3 -0.46 4.03 -1.36 c +1.05 -0.91 1.86 -2 2.44 -3.27 c +4.48 17.79 p +0.21 0.84 0.33 1.49 0.36 1.94 c +0.02 0.45 -0.1 0.78 -0.36 0.99 c +-0.32 0.26 -0.93 0.43 -1.84 0.51 c +-0.91 0.08 -1.93 0.12 -3.04 0.12 c +-0.59 0 -0.83 0.3 -0.72 0.9 c +0.23 0.66 p +0.11 0.49 0.46 0.79 1.04 0.9 c +7.45 0.66 2.79 0.23 p +0.26 0.06 0.46 -0.01 0.61 -0.2 c +0.13 -0.19 0.16 -0.42 0.11 -0.68 c +-11.51 -46.11 h +3234.89 4347.82 m +-0.09 0.51 -0.21 1.04 -0.36 1.57 c +-0.43 1.29 -1.05 2.38 -1.87 3.27 c +-0.83 0.89 -1.89 1.34 -3.16 1.34 c +-1.17 0 -2.32 -0.43 -3.44 -1.3 c +-1.12 -0.86 -2.14 -1.94 -3.05 -3.23 c +-1.28 -1.83 -2.24 -3.75 -2.87 -5.74 c +-0.64 -1.99 -1.23 -4.07 -1.77 -6.22 c +-0.54 -2.11 -0.97 -4.16 -1.32 -6.18 c +-0.35 -2.02 -0.33 -3.92 0.04 -5.7 c +0.27 -1.29 0.73 -2.39 1.41 -3.28 c +0.66 -0.89 1.61 -1.33 2.83 -1.33 c +1.28 0 2.55 0.45 3.81 1.37 c +1.25 0.92 2.4 2.02 3.48 3.32 c +0.42 0.54 0.82 1.05 1.19 1.54 c +0.38 0.48 0.72 1.02 1.05 1.61 c +4.32 17.38 p +-0.12 0.54 -0.2 1.06 -0.28 1.57 c +f +5.821 w +10 M +2 J +8 i +3040 4690 0 -117.65 S +3132.49 4690 24.41 -58.83 S +3156.9 4631.17 -24.41 -58.82 S +1 i +3111.7 4592.94 -45.72 0 0 2.47 P +0 0.16 0.08 0.39 0.25 0.7 c +18.68 19.89 p +2.3 2.43 4.59 4.92 6.86 7.47 c +2.27 2.55 4.32 5.14 6.13 7.76 c +1.81 2.63 3.28 5.38 4.39 8.24 c +1.12 2.86 1.67 5.86 1.67 9 c +0 2.59 -0.35 5.04 -1.05 7.36 c +-0.7 2.31 -1.73 4.36 -3.09 6.12 c +-1.36 1.77 -3.05 3.18 -5.07 4.23 c +-2.02 1.07 -4.39 1.59 -7.12 1.59 c +-3.95 0 -7.46 -1.16 -10.5 -3.47 c +-3.05 -2.32 -5.19 -5.23 -6.42 -8.77 c +0.91 0.23 1.86 0.29 2.83 0.18 c +1 -0.12 1.88 -0.43 2.66 -0.94 c +0.78 -0.51 1.43 -1.2 1.97 -2.06 c +0.53 -0.87 0.8 -1.89 0.8 -3.06 c +0 -2.04 -0.68 -3.59 -2.04 -4.65 c +-1.36 -1.06 -2.86 -1.59 -4.5 -1.59 c +-1.57 0 -3.03 0.53 -4.39 1.59 c +-1.35 1.05 -2.03 2.61 -2.03 4.65 c +0 2.98 0.59 5.8 1.78 8.47 c +1.19 2.66 2.81 4.98 4.86 6.94 c +2.04 1.95 4.45 3.5 7.25 4.62 c +2.78 1.12 5.73 1.68 8.85 1.68 c +3.85 0 7.39 -0.57 10.63 -1.71 c +3.24 -1.13 6 -2.74 8.3 -4.81 c +2.29 -2.08 4.07 -4.51 5.34 -7.3 c +1.27 -2.79 1.9 -5.82 1.9 -9.11 c +0 -3.76 -0.86 -7.19 -2.59 -10.29 c +-1.73 -3.1 -3.89 -5.98 -6.48 -8.64 c +-2.59 -2.66 -5.34 -5.17 -8.26 -7.52 c +-2.91 -2.35 -5.57 -4.63 -7.95 -6.82 c +-14.18 -13.17 12.46 0 p +1.8 0 3.9 0 6.28 0 c +2.38 0 4.62 0.02 6.72 0.06 c +2.1 0.04 3.91 0.12 5.43 0.23 c +1.52 0.12 2.36 0.25 2.53 0.41 c +0.32 0.31 0.63 0.88 0.92 1.71 c +0.29 0.82 0.55 1.74 0.8 2.77 c +0.25 1.02 0.47 2.08 0.68 3.17 c +0.2 1.11 0.39 2.12 0.55 3.06 c +3.37 0 -3.47 -20.48 p f +8 i +3488.31 4131.69 0 -117.66 S +3580.8 4131.69 24.41 -58.83 S +3605.21 4072.86 -24.41 -58.83 S +1 i +3562.3 4045.85 m +-1.36 -2.82 -3.21 -5.25 -5.59 -7.3 c +-2.54 -2.2 -5.38 -3.85 -8.55 -4.94 c +-3.15 -1.1 -6.46 -1.65 -9.91 -1.65 c +-3.12 0 -6.18 0.39 -9.19 1.16 c +-3 0.78 -5.66 1.96 -8.01 3.55 c +-2.34 1.58 -4.22 3.54 -5.61 5.85 c +-1.41 2.32 -2.1 4.96 -2.1 7.94 c +0 2.2 0.71 3.83 2.16 4.88 c +1.43 1.06 2.98 1.59 4.62 1.59 c +1.73 0 3.31 -0.53 4.75 -1.59 c +1.43 -1.05 2.16 -2.69 2.16 -4.88 c +0 -1.25 -0.24 -2.32 -0.74 -3.18 c +-0.49 -0.87 -1.12 -1.57 -1.9 -2.12 c +-0.78 -0.55 -1.67 -0.92 -2.65 -1.11 c +-1 -0.2 -1.93 -0.21 -2.84 -0.06 c +1.64 -2.83 4.23 -5.04 7.77 -6.65 c +3.54 -1.61 7.4 -2.41 11.59 -2.41 c +2.05 0 3.94 0.5 5.67 1.48 c +1.72 1 3.16 2.32 4.32 3.98 c +1.39 2.06 2.33 4.31 2.82 6.72 c +0.49 2.42 0.73 4.9 0.73 7.44 c +0 2.54 -0.24 5.02 -0.73 7.43 c +-0.49 2.42 -1.43 4.66 -2.82 6.73 c +-1.15 1.66 -2.6 3.01 -4.32 4.04 c +-1.73 1.02 -3.62 1.54 -5.67 1.54 c +-8.39 0 p +-0.73 0 -1.1 0.34 -1.1 1.02 c +0 0.34 p +-0.09 0.3 0 0.56 0.24 0.8 c +0.25 0.23 0.54 0.34 0.86 0.34 c +1.15 0.16 2.3 0.23 3.46 0.23 c +1.15 0 2.3 0.08 3.46 0.23 c +2.13 0.16 4 0.8 5.61 1.94 c +1.6 1.14 2.93 2.61 4 4.41 c +1.07 1.8 1.88 3.86 2.4 6.17 c +0.54 2.31 0.8 4.68 0.8 7.12 c +0 1.81 -0.18 3.51 -0.55 5.12 c +-0.37 1.61 -1.13 3.04 -2.29 4.29 c +-2.21 2.52 -5.04 3.77 -8.49 3.77 c +-3.61 0 -6.92 -0.66 -9.91 -2 c +-3.01 -1.33 -5.25 -3.14 -6.72 -5.41 c +1.72 0.39 3.43 0.08 5.12 -0.95 c +1.68 -1.02 2.52 -2.66 2.52 -4.93 c +0 -1.96 -0.64 -3.44 -1.95 -4.41 c +-1.31 -0.99 -2.73 -1.48 -4.3 -1.48 c +-1.54 0 -2.98 0.49 -4.29 1.48 c +-1.3 0.98 -1.96 2.45 -1.96 4.41 c +0 2.51 0.62 4.76 1.85 6.77 c +1.23 2 2.84 3.7 4.85 5.12 c +2.01 1.41 4.3 2.5 6.88 3.24 c +2.58 0.76 5.22 1.13 7.93 1.13 c +2.86 0 5.64 -0.37 8.35 -1.12 c +2.7 -0.75 5.19 -1.91 7.49 -3.47 c +1.96 -1.34 3.61 -2.99 4.91 -4.95 c +1.31 -1.96 1.96 -4.16 1.96 -6.59 c +0 -2.51 -0.45 -4.86 -1.35 -7.06 c +-0.9 -2.2 -2.1 -4.2 -3.61 -6.01 c +-1.52 -1.8 -3.32 -3.38 -5.41 -4.71 c +-2.09 -1.34 -4.36 -2.39 -6.82 -3.18 c +2.38 -0.4 4.66 -1.06 6.82 -2.01 c +2.18 -0.94 4.2 -2.19 6.09 -3.76 c +2.37 -1.96 4.23 -4.3 5.59 -7 c +1.36 -2.71 2.03 -5.56 2.03 -8.54 c +0 -3.07 -0.67 -6.01 -2.03 -8.83 c +f +8 i +3040 3836.67 0 -117.66 S +3132.49 3836.67 24.41 -58.83 S +3156.9 3777.84 -24.41 -58.83 S +1 i +3071.72 3739.66 0 3.64 P +1.06 0 2.22 0 3.45 0 c +1.23 0 2.42 0.02 3.57 0.06 c +1.16 0.04 2.24 0.12 3.27 0.23 c +1.03 0.12 1.87 0.25 2.53 0.41 c +0.82 0.16 1.45 0.57 1.9 1.24 c +0.45 0.66 0.68 1.43 0.68 2.29 c +0 62.53 p +-2.38 -1.11 -4.95 -1.91 -7.7 -2.4 c +-2.75 -0.47 -5.58 -0.71 -8.45 -0.71 c +0 3.59 p +4.19 0 8.26 0.55 12.2 1.65 c +3.93 1.1 7.34 3.1 10.2 6 c +1.47 0 p +0.9 0 1.35 -0.43 1.35 -1.29 c +0 -69.36 p +0 -0.87 0.23 -1.63 0.67 -2.29 c +0.45 -0.68 1.09 -1.09 1.91 -1.24 c +0.66 -0.16 1.48 -0.29 2.46 -0.41 c +0.99 -0.12 2.08 -0.2 3.27 -0.23 c +1.19 -0.04 2.4 -0.06 3.63 -0.06 c +1.23 0 2.38 0 3.46 0 c +0 -3.64 p +-13.3 0.47 -26.59 0.47 -39.88 0 c +f +255 G +3210.16 4148.94 87.98 -69.68 -41.36 104.34 -46.62 -34.66 f +10 w +4 M +0 J +K +2887.5 4631.09 357.5 -480.95 S +3210.16 4148.94 87.98 -69.68 -41.36 104.34 -46.62 -34.66 f +1 J +1 j +3150 4076.09 60 0 S +3262.5 4076.09 60 0 S +3375 4076.09 60 0 S +2470.47 4203 m +-0.16 -0.72 -0.6 -1.16 -1.32 -1.32 c +-1.32 0 p +-0.72 0 -1.08 0.36 -1.08 1.09 c +0.64 3.91 0.8 7.66 0.48 11.22 c +-0.32 3.55 -1.18 6.7 -2.58 9.41 c +-1.4 2.73 -3.3 4.9 -5.7 6.54 c +-2.4 1.64 -5.32 2.46 -8.76 2.46 c +-4.16 0 -8.32 -1.05 -12.48 -3.12 c +-4.16 -2.09 -7.92 -4.85 -11.28 -8.29 c +-3.93 -4.09 -6.98 -8.59 -9.19 -13.52 c +-2.2 -4.93 -3.94 -9.95 -5.22 -15.08 c +-1.36 -5.2 -2.14 -10.25 -2.34 -15.15 c +-0.2 -4.88 0.66 -9.36 2.58 -13.46 c +1.68 -3.52 4.12 -6.33 7.32 -8.41 c +3.2 -2.08 6.96 -3.12 11.28 -3.12 c +2.32 0 4.63 0.32 6.91 0.95 c +2.28 0.65 4.36 1.55 6.24 2.75 c +1.88 1.18 3.5 2.62 4.86 4.29 c +1.36 1.66 2.28 3.48 2.76 5.46 c +2.52 10.24 p +0.48 1.9 0.29 3.05 -0.59 3.46 c +-0.88 0.39 -2.36 0.63 -4.45 0.71 c +-2.08 0.08 -4.2 0.12 -6.36 0.12 c +-0.4 0 -0.7 0.13 -0.9 0.38 c +-0.21 0.25 -0.22 0.6 -0.06 1.04 c +0.24 1.15 p +0.08 0.43 0.28 0.77 0.6 1.02 c +0.32 0.24 0.68 0.37 1.08 0.37 c +5.6 -0.25 11.32 -0.36 17.16 -0.36 c +3.76 0 7.53 0.12 11.29 0.36 c +0.4 0 0.7 -0.13 0.9 -0.37 c +0.2 -0.25 0.22 -0.59 0.06 -1.02 c +-0.24 -1.15 p +-0.16 -0.95 -0.72 -1.42 -1.68 -1.42 c +-1.36 0 -2.54 -0.04 -3.54 -0.12 c +-1 -0.09 -1.75 -0.29 -2.22 -0.59 c +-0.48 -0.25 -1 -1.43 -1.56 -3.57 c +-6 -23.47 p +0 -0.23 -0.16 -0.52 -0.48 -0.83 c +-0.24 -0.24 -0.56 -0.36 -0.96 -0.36 c +-0.32 0 -0.57 0.13 -0.72 0.36 c +-0.88 1.04 -1.68 2.12 -2.4 3.27 c +-0.72 1.15 -1.28 2.4 -1.68 3.76 c +-2.64 -3.27 -6.12 -5.74 -10.44 -7.45 c +-4.32 -1.71 -8.64 -2.56 -12.96 -2.56 c +-5.28 0 -9.98 1.14 -14.1 3.42 c +-4.12 2.28 -7.46 5.42 -10.02 9.43 c +-2.63 4.32 -4.21 9.11 -4.73 14.39 c +-0.52 5.27 -0.1 10.76 1.26 16.43 c +1.43 5.68 3.76 11.16 6.96 16.44 c +3.2 5.28 7.2 10.08 12 14.4 c +4.48 3.92 9.36 7.04 14.64 9.36 c +5.28 2.32 10.56 3.48 15.84 3.48 c +4.16 0 7.7 -0.94 10.62 -2.82 c +2.92 -1.87 5.22 -4.37 6.9 -7.5 c +8.52 9.72 p +0.24 0.4 0.6 0.6 1.08 0.6 c +0.48 0 p +0.71 0 1 -0.39 0.84 -1.16 c +-8.04 -31.84 p f +cleartomark end end pagesave restore + showpage +%%PageTrailer +%%Trailer +%%Pages: 1 diff --git a/Master/texmf-dist/doc/latex/disser/templates/bachelor/fig/nomake.cmd b/Master/texmf-dist/doc/latex/disser/templates/bachelor/fig/nomake.cmd index 031ac1797cf..d5b89784882 100644 --- a/Master/texmf-dist/doc/latex/disser/templates/bachelor/fig/nomake.cmd +++ b/Master/texmf-dist/doc/latex/disser/templates/bachelor/fig/nomake.cmd @@ -1 +1 @@ -@call ..\..\..\include\latex.fig.nmk.cmd %1 %2 %3 %4 %5 %6 %7 %8 %9
\ No newline at end of file +@call ..\..\..\include\latex.fig.nmk.cmd %*
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/disser/templates/bachelor/nomake.cmd b/Master/texmf-dist/doc/latex/disser/templates/bachelor/nomake.cmd index 477673612f6..cf105a9e8ff 100644 --- a/Master/texmf-dist/doc/latex/disser/templates/bachelor/nomake.cmd +++ b/Master/texmf-dist/doc/latex/disser/templates/bachelor/nomake.cmd @@ -1 +1 @@ -@call ..\..\include\latex.nmk.cmd %1 %2 %3 %4 %5 %6 %7 %8 %9
\ No newline at end of file +@call ..\..\include\latex.nmk.cmd %*
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/disser/templates/bachelor/thesis.tex b/Master/texmf-dist/doc/latex/disser/templates/bachelor/thesis.tex index 34128514a43..f1a715bf638 100644 --- a/Master/texmf-dist/doc/latex/disser/templates/bachelor/thesis.tex +++ b/Master/texmf-dist/doc/latex/disser/templates/bachelor/thesis.tex @@ -6,7 +6,7 @@ \usepackage[T2A]{fontenc} \usepackage[cp1251]{inputenc} \usepackage[english,russian]{babel} -\usepackage{srcltx} +\usepackage{epstopdf} \graphicspath{{fig/}} % ---------------------------------------------------------------- @@ -17,8 +17,8 @@ \institution{ Название организации } -% Зав. кафедрой -\hod{ФИО зав. кафедрой} +% Имя лица, допускающего к защите (зав. кафедрой) +\apname{ФИО зав. кафедрой} % Тема диссертации \topic{ Тема работы diff --git a/Master/texmf-dist/doc/latex/disser/templates/candidate/common.tex b/Master/texmf-dist/doc/latex/disser/templates/candidate/common.tex index 9aebeea6385..a34d33ba786 100644 --- a/Master/texmf-dist/doc/latex/disser/templates/candidate/common.tex +++ b/Master/texmf-dist/doc/latex/disser/templates/candidate/common.tex @@ -34,4 +34,4 @@ \mkintrosect{struct}{Структура и объем диссертации}{% Текст раздела -}
\ No newline at end of file +} diff --git a/Master/texmf-dist/doc/latex/disser/templates/candidate/fig/fig.eps b/Master/texmf-dist/doc/latex/disser/templates/candidate/fig/fig.eps index 9aeb4fae0ae..9382ce4351e 100644 --- a/Master/texmf-dist/doc/latex/disser/templates/candidate/fig/fig.eps +++ b/Master/texmf-dist/doc/latex/disser/templates/candidate/fig/fig.eps @@ -1,2661 +1,490 @@ -%!PS-Adobe-3.0 EPSF-3.0
+%!PS-Adobe-3.0 EPSF-3.0 %%BoundingBox: 235 371 361 470 -%%HiResBoundingBox: 236 371.521 360.902 469.38 -%%Creator: Adobe Illustrator(TM) 3.2
-%%AI8_CreatorVersion: 10.0
-%%For: (User) (-)
-%%Title: (2LevelSys.eps)
-%%CreationDate: 12/13/2003 4:07 AM
-%%DocumentProcessColors: Black
-%%DocumentSuppliedResources: procset Adobe_packedarray 2.0 0
-%%+ procset Adobe_cshow 1.1 0
-%%+ procset Adobe_customcolor 1.0 0
-%%+ procset Adobe_pattern_AI3 1.0 0
-%%+ procset Adobe_Illustrator_AI3 1.0 1
-%AI3_ColorUsage: Color
-%AI3_IncludePlacedImages
-%AI3_TemplateBox: 298.5 420.3896 298.5 420.3896
-%AI3_TileBox: 239 -327 815 465
-%AI3_DocumentPreview: PC_ColorTIFF
-%%PageOrigin:239 -327
-%%AI3_PaperRect:-8 834 587 -8
-%%AI3_Margin:8 -40 -9 8
-%AI7_GridSettings: 28.3465 10 28.3465 10 1 0 0.8 0.8 0.8 0.9 0.9 0.9
-%AI9_Flatten: 1
-%%EndComments
-%%BeginProlog
-%%BeginResource: procset Adobe_packedarray 2.0 0
-%%Title: (Packed Array Operators)
-%%Version: 2.0 0
-%%CreationDate: (8/2/90) ()
-%%Copyright: ((C) 1987-1996 Adobe Systems Incorporated All Rights Reserved)
-userdict /Adobe_packedarray 5 dict dup begin put
-/initialize
-{
-/packedarray where
- {
- pop
- }
- {
- Adobe_packedarray begin
- Adobe_packedarray
- {
- dup xcheck
- {
- bind
- } if
- userdict 3 1 roll put
- } forall
- end
- } ifelse
-} def
-/terminate
-{
-} def
-/packedarray
-{
-array astore readonly
-} def
-/setpacking
-{
-pop
-} def
-/currentpacking
-{
-false
-} def
-currentdict readonly pop end
-%%EndResource
-Adobe_packedarray /initialize get exec
-%%BeginResource: procset Adobe_cshow 1.1 0
-%%Title: (cshow Operator)
-%%Version: 1.1 0
-%%CreationDate: (1/23/89) ()
-%%Copyright: ((C) 1987-1996 Adobe Systems Incorporated All Rights Reserved)
-currentpacking true setpacking
-userdict /Adobe_cshow 3 dict dup begin put
-/initialize
-{
-/cshow where
- {
- pop
- }
- {
- userdict /Adobe_cshow_vars 1 dict dup begin put
- /_cshow
- {} def
- Adobe_cshow begin
- Adobe_cshow
- {
- dup xcheck
- {
- bind
- } if
- userdict 3 1 roll put
- } forall
- end
- end
- } ifelse
-} def
-/terminate
-{
-} def
-/cshow
-{
-exch
-Adobe_cshow_vars
- exch /_cshow
- exch put
- {
- 0 0 Adobe_cshow_vars /_cshow get exec
- } forall
-} def
-currentdict readonly pop end
-setpacking
-%%EndResource
-%%BeginResource: procset Adobe_customcolor 1.0 0
-%%Title: (Custom Color Operators)
-%%Version: 1.0 0
-%%CreationDate: (5/9/88) ()
-%%Copyright: ((C) 1987-1996 Adobe Systems Incorporated All Rights Reserved)
-currentpacking true setpacking
-userdict /Adobe_customcolor 5 dict dup begin put
-/initialize
-{
-/setcustomcolor where
- {
- pop
- }
- {
- Adobe_customcolor begin
- Adobe_customcolor
- {
- dup xcheck
- {
- bind
- } if
- pop pop
- } forall
- end
- Adobe_customcolor begin
- } ifelse
-} def
-/terminate
-{
-currentdict Adobe_customcolor eq
- {
- end
- } if
-} def
-/findcmykcustomcolor
-{
-5 packedarray
-} def
-/setcustomcolor
-{
-exch
-aload pop pop
-4
- {
- 4 index mul 4 1 roll
- } repeat
-5 -1 roll pop
-setcmykcolor
-} def
-/setoverprint
-{
-pop
-} def
-currentdict readonly pop end
-setpacking
-%%EndResource
-%%BeginResource: procset Adobe_pattern_AI3 1.1 0
-%%Title: (Adobe Illustrator (R) Version 3.0 Pattern Operators)
-%%Version: 1.1 0
-%%CreationDate: (7/21/89) ()
-%%Copyright: ((C) 1987-1996 Adobe Systems Incorporated All Rights Reserved)
-currentpacking true setpacking
-userdict /Adobe_pattern_AI3 16 dict dup begin put
-/initialize
-{
-/definepattern where
- {
- pop
- }
- {
- Adobe_pattern_AI3 begin
- Adobe_pattern_AI3
- {
- dup xcheck
- {
- bind
- } if
- pop pop
- } forall
- mark
- cachestatus 7 1 roll pop pop pop pop exch pop exch
- {
- {
- 10000 add
- dup 2 index gt
- {
- exit
- } if
- dup setcachelimit
- } loop
- } stopped
- cleartomark
- } ifelse
-} def
-/terminate
-{
-currentdict Adobe_pattern_AI3 eq
- {
- end
- } if
-} def
-errordict
-/nocurrentpoint
-{
-pop
-stop
-} put
-errordict
-/invalidaccess
-{
-pop
-stop
-} put
-/patternencoding
-256 array def
-0 1 255
-{
-patternencoding exch ( ) 2 copy exch 0 exch put cvn put
-} for
-/definepattern
-{
-17 dict begin
-/uniform exch def
-/cache exch def
-/key exch def
-/procarray exch def
-/mtx exch matrix invertmatrix def
-/height exch def
-/width exch def
-/ctm matrix currentmatrix def
-/ptm matrix def
-/str 32 string def
-/slice 9 dict def
-slice /s 1 put
-slice /q 256 procarray length div sqrt floor cvi put
-slice /b 0 put
-/FontBBox [0 0 0 0] def
-/FontMatrix mtx matrix copy def
-/Encoding patternencoding def
-/FontType 3 def
-/BuildChar
- {
- exch
- begin
- /setstrokeadjust where {pop true setstrokeadjust} if
- slice begin
- dup q dup mul mod s idiv /i exch def
- dup q dup mul mod s mod /j exch def
- q dup mul idiv procarray exch get
- /xl j width s div mul def
- /xg j 1 add width s div mul def
- /yl i height s div mul def
- /yg i 1 add height s div mul def
- uniform
- {
- 1 1
- }
- {
- width 0 dtransform
- dup mul exch dup mul add sqrt dup 1 add exch div
- 0 height dtransform
- dup mul exch dup mul add sqrt dup 1 add exch div
- } ifelse
- width 0 cache
- {
- xl 4 index mul yl 4 index mul xg 6 index mul yg 6 index mul
- setcachedevice
- }
- {
- setcharwidth
- } ifelse
- gsave
- scale
- newpath
- xl yl moveto
- xg yl lineto
- xg yg lineto
- xl yg lineto
- closepath
- clip
- newpath
- end
- end
- exec
- grestore
- } def
-key currentdict definefont
-end
-} def
-/patterncachesize
-{
-gsave
-newpath
-0 0 moveto
-width 0 lineto
-width height lineto
-0 height lineto
-closepath
-patternmatrix setmatrix
-pathbbox
-exch ceiling 4 -1 roll floor sub 3 1 roll
-ceiling exch floor sub
-mul 1 add
-grestore
-} def
-/patterncachelimit
-{
-cachestatus 7 1 roll 6 npop 8 mul
-} def
-/patternpath
-{
-exch dup begin setfont
-ctm setmatrix
-concat
-slice exch /b exch slice /q get dup mul mul put
-FontMatrix concat
-uniform
- {
- width 0 dtransform round width div exch round width div exch
- 0 height dtransform round height div exch height div exch
- 0 0 transform round exch round exch
- ptm astore setmatrix
- }
- {
- ptm currentmatrix pop
- } ifelse
-{currentpoint} stopped not
- {
- 2 npop
- pathbbox
- true
- 4 index 3 index eq
- 4 index 3 index eq
- and
- {
- pop false
- {
- {2 npop}
- {3 npop true}
- {7 npop true}
- {pop true}
- pathforall
- } stopped
- {
- 5 npop true
- } if
- } if
- {
- height div ceiling height mul 4 1 roll
- width div ceiling width mul 4 1 roll
- height div floor height mul 4 1 roll
- width div floor width mul 4 1 roll
- 2 index sub height div ceiling cvi exch
- 3 index sub width div ceiling cvi exch
- 4 2 roll moveto
- FontMatrix mtx invertmatrix
- dup dup 4 get exch 5 get rmoveto
- ptm ptm concatmatrix pop
- slice /s
- patterncachesize patterncachelimit div ceiling sqrt ceiling cvi
- dup slice /q get gt
- {
- pop slice /q get
- } if
- put
- 0 1 slice /s get dup mul 1 sub
- {
- slice /b get add
- gsave
- 0 1 str length 1 sub
- {
- str exch 2 index put
- } for
- pop
- dup
- {
- gsave
- ptm setmatrix
- 1 index str length idiv {str show} repeat
- 1 index str length mod str exch 0 exch getinterval show
- grestore
- 0 height rmoveto
- } repeat
- grestore
- } for
- 2 npop
- }
- {
- 4 npop
- } ifelse
- } if
-end
-} def
-/patternclip
-{
-clip
-} def
-/patternstrokepath
-{
-strokepath
-} def
-/patternmatrix
-matrix def
-/patternfill
-{
-dup type /dicttype eq
- {
- Adobe_pattern_AI3 /patternmatrix get
- } if
-gsave
-patternclip
-Adobe_pattern_AI3 /patternpath get exec
-grestore
-newpath
-} def
-/patternstroke
-{
-dup type /dicttype eq
- {
- Adobe_pattern_AI3 /patternmatrix get
- } if
-gsave
-patternstrokepath
-true
- {
- {
- {
- newpath
- moveto
- }
- {
- lineto
- }
- {
- curveto
- }
- {
- closepath
- 3 copy
- Adobe_pattern_AI3 /patternfill get exec
- } pathforall
- 3 npop
- } stopped
- {
- 5 npop
- patternclip
- Adobe_pattern_AI3 /patternfill get exec
- } if
- }
- {
- patternclip
- Adobe_pattern_AI3 /patternfill get exec
- } ifelse
-grestore
-newpath
-} def
-/patternashow
-{
-3 index type /dicttype eq
- {
- Adobe_pattern_AI3 /patternmatrix get 4 1 roll
- } if
- {
- 2 npop (0) exch
- 2 copy 0 exch put pop
- gsave
- false charpath currentpoint
- 6 index 6 index 6 index
- Adobe_pattern_AI3 /patternfill get exec
- grestore
- newpath moveto
- 2 copy rmoveto
- } exch cshow
-5 npop
-} def
-/patternawidthshow
-{
-6 index type /dicttype eq
- {
- Adobe_pattern_AI3 /patternmatrix get 7 1 roll
- } if
- {
- 2 npop (0) exch
- 2 copy 0 exch put
- gsave
- _sp eq {5 index 5 index rmoveto} if
- false charpath currentpoint
- 9 index 9 index 9 index
- Adobe_pattern_AI3 /patternfill get exec
- grestore
- newpath moveto
- 2 copy rmoveto
- } exch cshow
-8 npop
-} def
-/patternashowstroke
-{
-4 index type /dicttype eq
- {
- patternmatrix /patternmatrix get 5 1 roll
- } if
-4 1 roll
- {
- 2 npop (0) exch
- 2 copy 0 exch put pop
- gsave
- false charpath
- currentpoint
- 4 index setmatrix
- 7 index 7 index 7 index
- Adobe_pattern_AI3 /patternstroke get exec
- grestore
- newpath moveto
- 2 copy rmoveto
- } exch cshow
-6 npop
-} def
-/patternawidthshowstroke
-{
-7 index type /dicttype eq
- {
- patternmatrix /patternmatrix get 8 1 roll
- } if
-7 1 roll
- {
- 2 npop (0) exch
- 2 copy 0 exch put
- gsave
- _sp eq {5 index 5 index rmoveto} if
- false charpath currentpoint
- 7 index setmatrix
- 10 index 10 index 10 index
- Adobe_pattern_AI3 /patternstroke get exec
- grestore
- newpath moveto
- 2 copy rmoveto
- } exch cshow
-9 npop
-} def
-currentdict readonly pop end
-setpacking
-%%EndResource
-%%BeginResource: procset Adobe_Illustrator_AI3 1.1 0
-%%Title: (Adobe Illustrator (R) Version 3.0 Full Prolog)
-%%Version: 1.1 0
-%%CreationDate: (3/7/1994) ()
-%%Copyright: ((C) 1987-1996 Adobe Systems Incorporated All Rights Reserved)
-currentpacking true setpacking
-userdict /Adobe_Illustrator_AI3 71 dict dup begin put
-/initialize
-{
-userdict /Adobe_Illustrator_AI3_vars 67 dict dup begin put
-/_lp /none def
-/_pf {} def
-/_ps {} def
-/_psf {} def
-/_pss {} def
-/_pjsf {} def
-/_pjss {} def
-/_pola 0 def
-/_doClip 0 def
-/cf currentflat def
-/_tm matrix def
-/_renderStart [/e0 /r0 /a0 /o0 /e1 /r1 /a1 /i0] def
-/_renderEnd [null null null null /i1 /i1 /i1 /i1] def
-/_render -1 def
-/_rise 0 def
-/_ax 0 def
-/_ay 0 def
-/_cx 0 def
-/_cy 0 def
-/_leading [0 0] def
-/_ctm matrix def
-/_mtx matrix def
-/_sp 16#020 def
-/_hyphen (-) def
-/_fScl 0 def
-/_cnt 0 def
-/_hs 1 def
-/_nativeEncoding 0 def
-/_useNativeEncoding 0 def
-/_tempEncode 0 def
-/_pntr 0 def
-/_tDict 2 dict def
-/_wv 0 def
-/Tx {} def
-/Tj {} def
-/CRender {} def
-/_AI3_savepage {} def
-/_gf null def
-/_cf 4 array def
-/_if null def
-/_of false def
-/_fc {} def
-/_gs null def
-/_cs 4 array def
-/_is null def
-/_os false def
-/_sc {} def
-/_pd 1 dict def
-/_ed 15 dict def
-/_pm matrix def
-/_fm null def
-/_fd null def
-/_fdd null def
-/_sm null def
-/_sd null def
-/_sdd null def
-/_i null def
-Adobe_Illustrator_AI3 begin
-Adobe_Illustrator_AI3 dup /nc get begin
- {
- dup xcheck
- {
- bind
- } if
- pop pop
- } forall
-end
-end
-end
-Adobe_Illustrator_AI3 begin
-Adobe_Illustrator_AI3_vars begin
-newpath
-} def
-/terminate
-{
-end
-end
-} def
-/_
-null def
-/ddef
-{
-Adobe_Illustrator_AI3_vars 3 1 roll put
-} def
-/xput
-{
-dup load dup length exch maxlength eq
- {
- dup dup load dup
- length 2 mul dict copy def
- } if
-load begin def end
-} def
-/npop
-{
- {
- pop
- } repeat
-} def
-/sw
-{
-dup length exch stringwidth
-exch 5 -1 roll 3 index mul add
-4 1 roll 3 1 roll mul add
-} def
-/swj
-{
-dup 4 1 roll
-dup length exch stringwidth
-exch 5 -1 roll 3 index mul add
-4 1 roll 3 1 roll mul add
-6 2 roll /_cnt 0 ddef
-{1 index eq {/_cnt _cnt 1 add ddef} if} forall pop
-exch _cnt mul exch _cnt mul 2 index add 4 1 roll 2 index add 4 1 roll pop pop
-} def
-/ss
-{
-4 1 roll
- {
- 2 npop
- (0) exch 2 copy 0 exch put pop
- gsave
- false charpath currentpoint
- 4 index setmatrix
- stroke
- grestore
- moveto
- 2 copy rmoveto
- } exch cshow
-3 npop
-} def
-/jss
-{
-4 1 roll
- {
- 2 npop
- (0) exch 2 copy 0 exch put
- gsave
- _sp eq
- {
- exch 6 index 6 index 6 index 5 -1 roll widthshow
- currentpoint
- }
- {
- false charpath currentpoint
- 4 index setmatrix stroke
- }ifelse
- grestore
- moveto
- 2 copy rmoveto
- } exch cshow
-6 npop
-} def
-/sp
-{
- {
- 2 npop (0) exch
- 2 copy 0 exch put pop
- false charpath
- 2 copy rmoveto
- } exch cshow
-2 npop
-} def
-/jsp
-{
- {
- 2 npop
- (0) exch 2 copy 0 exch put
- _sp eq
- {
- exch 5 index 5 index 5 index 5 -1 roll widthshow
- }
- {
- false charpath
- }ifelse
- 2 copy rmoveto
- } exch cshow
-5 npop
-} def
-/pl
-{
-transform
-0.25 sub round 0.25 add exch
-0.25 sub round 0.25 add exch
-itransform
-} def
-/setstrokeadjust where
- {
- pop true setstrokeadjust
- /c
- {
- curveto
- } def
- /C
- /c load def
- /v
- {
- currentpoint 6 2 roll curveto
- } def
- /V
- /v load def
- /y
- {
- 2 copy curveto
- } def
- /Y
- /y load def
- /l
- {
- lineto
- } def
- /L
- /l load def
- /m
- {
- moveto
- } def
- }
- {
- /c
- {
- pl curveto
- } def
- /C
- /c load def
- /v
- {
- currentpoint 6 2 roll pl curveto
- } def
- /V
- /v load def
- /y
- {
- pl 2 copy curveto
- } def
- /Y
- /y load def
- /l
- {
- pl lineto
- } def
- /L
- /l load def
- /m
- {
- pl moveto
- } def
- } ifelse
-/d
-{
-setdash
-} def
-/cf {} def
-/i
-{
-dup 0 eq
- {
- pop cf
- } if
-setflat
-} def
-/j
-{
-setlinejoin
-} def
-/J
-{
-setlinecap
-} def
-/M
-{
-setmiterlimit
-} def
-/w
-{
-setlinewidth
-} def
-/H
-{} def
-/h
-{
-closepath
-} def
-/N
-{
-_pola 0 eq
- {
- _doClip 1 eq {clip /_doClip 0 ddef} if
- newpath
- }
- {
- /CRender {N} ddef
- }ifelse
-} def
-/n
-{N} def
-/F
-{
-_pola 0 eq
- {
- _doClip 1 eq
- {
- gsave _pf grestore clip newpath /_lp /none ddef _fc
- /_doClip 0 ddef
- }
- {
- _pf
- }ifelse
- }
- {
- /CRender {F} ddef
- }ifelse
-} def
-/f
-{
-closepath
-F
-} def
-/S
-{
-_pola 0 eq
- {
- _doClip 1 eq
- {
- gsave _ps grestore clip newpath /_lp /none ddef _sc
- /_doClip 0 ddef
- }
- {
- _ps
- }ifelse
- }
- {
- /CRender {S} ddef
- }ifelse
-} def
-/s
-{
-closepath
-S
-} def
-/B
-{
-_pola 0 eq
- {
- _doClip 1 eq
- gsave F grestore
- {
- gsave S grestore clip newpath /_lp /none ddef _sc
- /_doClip 0 ddef
- }
- {
- S
- }ifelse
- }
- {
- /CRender {B} ddef
- }ifelse
-} def
-/b
-{
-closepath
-B
-} def
-/W
-{
-/_doClip 1 ddef
-} def
-/*
-{
-count 0 ne
- {
- dup type (stringtype) eq {pop} if
- } if
-_pola 0 eq {newpath} if
-} def
-/u
-{} def
-/U
-{} def
-/q
-{
-_pola 0 eq {gsave} if
-} def
-/Q
-{
-_pola 0 eq {grestore} if
-} def
-/*u
-{
-_pola 1 add /_pola exch ddef
-} def
-/*U
-{
-_pola 1 sub /_pola exch ddef
-_pola 0 eq {CRender} if
-} def
-/D
-{pop} def
-/*w
-{} def
-/*W
-{} def
-/`
-{
-/_i save ddef
-6 1 roll 4 npop
-concat pop
-userdict begin
-/showpage {} def
-0 setgray
-0 setlinecap
-1 setlinewidth
-0 setlinejoin
-10 setmiterlimit
-[] 0 setdash
-/setstrokeadjust where {pop false setstrokeadjust} if
-newpath
-0 setgray
-false setoverprint
-} def
-/~
-{
-end
-_i restore
-} def
-/@
-{} def
-/&
-{} def
-/O
-{
-0 ne
-/_of exch ddef
-/_lp /none ddef
-} def
-/R
-{
-0 ne
-/_os exch ddef
-/_lp /none ddef
-} def
-/g
-{
-/_gf exch ddef
-/_fc
-{
-_lp /fill ne
- {
- _of setoverprint
- _gf setgray
- /_lp /fill ddef
- } if
-} ddef
-/_pf
-{
-_fc
-fill
-} ddef
-/_psf
-{
-_fc
-ashow
-} ddef
-/_pjsf
-{
-_fc
-awidthshow
-} ddef
-/_lp /none ddef
-} def
-/G
-{
-/_gs exch ddef
-/_sc
-{
-_lp /stroke ne
- {
- _os setoverprint
- _gs setgray
- /_lp /stroke ddef
- } if
-} ddef
-/_ps
-{
-_sc
-stroke
-} ddef
-/_pss
-{
-_sc
-ss
-} ddef
-/_pjss
-{
-_sc
-jss
-} ddef
-/_lp /none ddef
-} def
-/k
-{
-_cf astore pop
-/_fc
-{
-_lp /fill ne
- {
- _of setoverprint
- _cf aload pop setcmykcolor
- /_lp /fill ddef
- } if
-} ddef
-/_pf
-{
-_fc
-fill
-} ddef
-/_psf
-{
-_fc
-ashow
-} ddef
-/_pjsf
-{
-_fc
-awidthshow
-} ddef
-/_lp /none ddef
-} def
-/K
-{
-_cs astore pop
-/_sc
-{
-_lp /stroke ne
- {
- _os setoverprint
- _cs aload pop setcmykcolor
- /_lp /stroke ddef
- } if
-} ddef
-/_ps
-{
-_sc
-stroke
-} ddef
-/_pss
-{
-_sc
-ss
-} ddef
-/_pjss
-{
-_sc
-jss
-} ddef
-/_lp /none ddef
-} def
-/x
-{
-/_gf exch ddef
-findcmykcustomcolor
-/_if exch ddef
-/_fc
-{
-_lp /fill ne
- {
- _of setoverprint
- _if _gf 1 exch sub setcustomcolor
- /_lp /fill ddef
- } if
-} ddef
-/_pf
-{
-_fc
-fill
-} ddef
-/_psf
-{
-_fc
-ashow
-} ddef
-/_pjsf
-{
-_fc
-awidthshow
-} ddef
-/_lp /none ddef
-} def
-/X
-{
-/_gs exch ddef
-findcmykcustomcolor
-/_is exch ddef
-/_sc
-{
-_lp /stroke ne
- {
- _os setoverprint
- _is _gs 1 exch sub setcustomcolor
- /_lp /stroke ddef
- } if
-} ddef
-/_ps
-{
-_sc
-stroke
-} ddef
-/_pss
-{
-_sc
-ss
-} ddef
-/_pjss
-{
-_sc
-jss
-} ddef
-/_lp /none ddef
-} def
-/dp
-{
-dup null eq
-{
-pop
-_dp 0 ne
- {
- 0 1 _dp 1 sub _dl mod
- {
- _da exch get 3 get
- } for
- _dp 1 sub _dl mod 1 add packedarray
- _da 0 get aload pop 8 -1 roll 5 -1 roll pop 4 1 roll
- definepattern pop
- } if
-}
-{
-_dp 0 ne _dp _dl mod 0 eq and
- {
- null dp
- } if
-7 packedarray _da exch _dp _dl mod exch put
-_dp _dl mod _da 0 get 4 get 2 packedarray
-/_dp _dp 1 add def
-} ifelse
-} def
-/E
-{
-_ed begin
-dup 0 get type /arraytype ne
- {
- 0
- {
- dup 1 add index type /arraytype eq
- {
- 1 add
- }
- {
- exit
- } ifelse
- } loop
- array astore
- } if
-/_dd exch def
-/_ury exch def
-/_urx exch def
-/_lly exch def
-/_llx exch def
-/_n exch def
-/_y 0 def
-/_dl 4 def
-/_dp 0 def
-/_da _dl array def
-0 1 _dd length 1 sub
- {
- /_d exch _dd exch get def
- 0 2 _d length 2 sub
- {
- /_x exch def
- /_c _d _x get _ ne def
- /_r _d _x 1 add get cvlit def
- _r _ ne
- {
- _urx _llx sub _ury _lly sub [1 0 0 1 0 0]
- [
- /save cvx
- _llx neg _lly neg /translate cvx
- _c
- {
- nc /begin cvx
- } if
- _r dup type /stringtype eq
- {
- cvx
- }
- {
- {exec} /forall cvx
- } ifelse
- _c
- {
- /end cvx
- } if
- /restore cvx
- ] cvx
- /_fn 12 _n length add string def
- _y _fn cvs pop
- /_y _y 1 add def
- _fn 12 _n putinterval
- _fn _c false dp
- _d exch _x 1 add exch put
- } if
- } for
- } for
-null dp
-_n _dd /_pd
-end xput
-} def
-/fc
-{
-_fm dup concatmatrix pop
-} def
-/p
-{
-/_fm exch ddef
-9 -2 roll _pm translate fc
-7 -2 roll _pm scale fc
-5 -1 roll _pm rotate fc
-4 -2 roll exch 0 ne
- {
- dup _pm rotate fc
- 1 -1 _pm scale fc
- neg _pm rotate fc
- }
- {
- pop
- } ifelse
-dup _pm rotate fc
-exch dup sin exch cos div 1 0 0 1 0 6 2 roll
-_pm astore fc
-neg _pm rotate fc
-_pd exch get /_fdd exch ddef
-/_pf
-{
-save
-/_doClip 0 ddef
-0 1 _fdd length 1 sub
- {
- /_fd exch _fdd exch get ddef
- _fd
- 0 2 _fd length 2 sub
- {
- gsave
- 2 copy get dup _ ne
- {
- cvx exec _fc
- }
- {
- pop
- } ifelse
- 2 copy 1 add get dup _ ne
- {
- aload pop findfont _fm
- patternfill
- }
- {
- pop
- fill
- } ifelse
- grestore
- pop
- } for
- pop
- } for
-restore
-newpath
-} ddef
-/_psf
-{
-save
-/_doClip 0 ddef
-0 1 _fdd length 1 sub
- {
- /_fd exch _fdd exch get ddef
- _fd
- 0 2 _fd length 2 sub
- {
- gsave
- 2 copy get dup _ ne
- {
- cvx exec _fc
- }
- {
- pop
- } ifelse
- 2 copy 1 add get dup _ ne
- {
- aload pop findfont _fm
- 9 copy 6 npop patternashow
- }
- {
- pop
- 6 copy 3 npop ashow
- } ifelse
- grestore
- pop
- } for
- pop
- } for
-restore
-%3 npop newpath
-sw rmoveto
-} ddef
-/_pjsf
-{
-save
-/_doClip 0 ddef
-0 1 _fdd length 1 sub
- {
- /_fd exch _fdd exch get ddef
- _fd
- 0 2 _fd length 2 sub
- {
- gsave
- 2 copy get dup _ ne
- {
- cvx exec _fc
- }
- {
- pop
- } ifelse
- 2 copy 1 add get dup _ ne
- {
- aload pop findfont _fm
- 12 copy 6 npop patternawidthshow
- }
- {
- pop 9 copy 3 npop awidthshow
- } ifelse
- grestore
- pop
- } for
- pop
- } for
-restore
-swj rmoveto
-} ddef
-/_lp /none ddef
-} def
-/sc
-{
-_sm dup concatmatrix pop
-} def
-/P
-{
-/_sm exch ddef
-9 -2 roll _pm translate sc
-7 -2 roll _pm scale sc
-5 -1 roll _pm rotate sc
-4 -2 roll exch 0 ne
- {
- dup _pm rotate sc
- 1 -1 _pm scale sc
- neg _pm rotate sc
- }
- {
- pop
- } ifelse
-dup _pm rotate sc
-exch dup sin exch cos div 1 0 0 1 0 6 2 roll
-_pm astore sc
-neg _pm rotate sc
-_pd exch get /_sdd exch ddef
-/_ps
-{
-save
-/_doClip 0 ddef
-0 1 _sdd length 1 sub
- {
- /_sd exch _sdd exch get ddef
- _sd
- 0 2 _sd length 2 sub
- {
- gsave
- 2 copy get dup _ ne
- {
- cvx exec _sc
- }
- {
- pop
- } ifelse
- 2 copy 1 add get dup _ ne
- {
- aload pop findfont _sm
- patternstroke
- }
- {
- pop stroke
- } ifelse
- grestore
- pop
- } for
- pop
- } for
-restore
-newpath
-} ddef
-/_pss
-{
-save
-/_doClip 0 ddef
-0 1 _sdd length 1 sub
- {
- /_sd exch _sdd exch get ddef
- _sd
- 0 2 _sd length 2 sub
- {
- gsave
- 2 copy get dup _ ne
- {
- cvx exec _sc
- }
- {
- pop
- } ifelse
- 2 copy 1 add get dup _ ne
- {
- aload pop findfont _sm
- 10 copy 6 npop patternashowstroke
- }
- {
- pop 7 copy 3 npop ss
- } ifelse
- grestore
- pop
- } for
- pop
- } for
-restore
-pop sw rmoveto
-} ddef
-/_pjss
-{
-save
-/_doClip 0 ddef
-0 1 _sdd length 1 sub
- {
- /_sd exch _sdd exch get ddef
- _sd
- 0 2 _sd length 2 sub
- {
- gsave
- 2 copy get dup _ ne
- {
- cvx exec _sc
- }
- {
- pop
- } ifelse
- 2 copy 1 add get dup _ ne
- {
- aload pop findfont _sm
- 13 copy 6 npop patternawidthshowstroke
- }
- {
- pop 10 copy 3 npop jss
- } ifelse
- grestore
- pop
- } for
- pop
- } for
-restore
-pop swj rmoveto
-} ddef
-/_lp /none ddef
-} def
-/A
-{
-pop
-} def
-/nc 3 dict def
-nc begin
-/setgray
-{
-pop
-} bind def
-/setcmykcolor
-{
-4 npop
-} bind def
-/setcustomcolor
-{
-2 npop
-} bind def
-currentdict readonly pop end
-currentdict readonly pop end
-setpacking
-/annotatepage
-{
-} def
-%%EndResource
-%%EndProlog
-%%BeginSetup
-Adobe_cshow /initialize get exec
-Adobe_customcolor /initialize get exec
-Adobe_pattern_AI3 /initialize get exec
-Adobe_Illustrator_AI3 /initialize get exec
-%AI3_BeginPattern: (Azure Rings)
-(Azure Rings) 22.5 22.5 58.5 58.5 [
-%AI3_Tile
-(0 O 0 R 0.9569 0.9294 0 0 k
- 0.9569 0.9294 0 0 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 1.75 w 4 M []0 d
40.5 58.5 m
-40.5 48.5586 32.4409 40.5 22.5 40.5 c
-12.5591 40.5 4.5 48.5586 4.5 58.5 c
-4.5 68.4414 12.5591 76.5 22.5 76.5 c
-32.4409 76.5 40.5 68.4414 40.5 58.5 c
-s
40.5 22.5 m
-40.5 12.5586 32.4409 4.5 22.5 4.5 c
-12.5591 4.5 4.5 12.5586 4.5 22.5 c
-4.5 32.4414 12.5591 40.5 22.5 40.5 c
-32.4409 40.5 40.5 32.4414 40.5 22.5 c
-s
40.5 40.5 m
-40.5 30.5586 32.4409 22.5 22.5 22.5 c
-12.5591 22.5 4.5 30.5586 4.5 40.5 c
-4.5 50.4414 12.5591 58.5 22.5 58.5 c
-32.4409 58.5 40.5 50.4414 40.5 40.5 c
-s
58.5 58.5 m
-58.5 48.5586 50.4409 40.5 40.5 40.5 c
-30.5591 40.5 22.5 48.5586 22.5 58.5 c
-22.5 68.4414 30.5591 76.5 40.5 76.5 c
-50.4409 76.5 58.5 68.4414 58.5 58.5 c
-s
58.5 22.5 m
-58.5 12.5586 50.4409 4.5 40.5 4.5 c
-30.5591 4.5 22.5 12.5586 22.5 22.5 c
-22.5 32.4414 30.5591 40.5 40.5 40.5 c
-50.4409 40.5 58.5 32.4414 58.5 22.5 c
-s
58.5 40.5 m
-58.5 30.5586 50.4409 22.5 40.5 22.5 c
-30.5591 22.5 22.5 30.5586 22.5 40.5 c
-22.5 50.4414 30.5591 58.5 40.5 58.5 c
-50.4409 58.5 58.5 50.4414 58.5 40.5 c
-s
76.5 58.5 m
-76.5 48.5586 68.4409 40.5 58.5 40.5 c
-48.5591 40.5 40.5 48.5586 40.5 58.5 c
-40.5 68.4414 48.5591 76.5 58.5 76.5 c
-68.4409 76.5 76.5 68.4414 76.5 58.5 c
-s
76.5 22.5 m
-76.5 12.5586 68.4409 4.5 58.5 4.5 c
-48.5591 4.5 40.5 12.5586 40.5 22.5 c
-40.5 32.4414 48.5591 40.5 58.5 40.5 c
-68.4409 40.5 76.5 32.4414 76.5 22.5 c
-s
76.5 40.5 m
-76.5 30.5586 68.4409 22.5 58.5 22.5 c
-48.5591 22.5 40.5 30.5586 40.5 40.5 c
-40.5 50.4414 48.5591 58.5 58.5 58.5 c
-68.4409 58.5 76.5 50.4414 76.5 40.5 c
-s
%AI6_EndPatternLayer
-) &
-] E
-%AI3_EndPattern
-%AI3_BeginPattern: (Camouflage)
-(Camouflage) 1 1 73 73 [
-%AI3_Tile
-(0 O 0 R 0.6039 0.1412 0.9333 0.0275 k
- 0.6039 0.1412 0.9333 0.0275 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 1 w 4 M []0 d
1 73 m
-1 1 L
-73 1 L
-73 73 L
-1 73 L
-f
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0.4941 0.3529 0.9451 0.2 k
- 0.4941 0.3529 0.9451 0.2 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 1 w 4 M []0 d
18.5449 73 m
-18.5449 1 L
-46.7832 1 L
-46.7832 73 L
-18.5449 73 L
-f
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0.1882 0.1098 0.898 0.0157 k
- 0.1882 0.1098 0.898 0.0157 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 1 w 4 M []0 d
11.9512 1 m
-11.9512 4.7129 9.2314 2.8813 9.2314 6.5938 c
-9.2314 10.2334 4.25 10.2334 4.25 13.8735 c
-4.25 17.4858 10.0313 17.4858 10.0313 21.0991 c
-10.0313 24.832 10.208 24.832 10.208 28.5654 c
-10.208 32.3071 5.5205 32.3071 5.5205 36.0469 c
-5.5205 39.7021 11.8838 39.7021 11.8838 43.356 c
-11.8838 47.0566 7.4609 47.0566 7.4609 50.7568 c
-7.4609 54.4043 5.7959 54.4043 5.7959 58.0542 c
-5.7959 61.7686 4.6631 61.7686 4.6631 65.4805 c
-4.6631 69.1636 11.9512 69.3184 11.9512 73 C
-27.9268 73 L
-27.9268 69.3184 22.0635 69.1636 22.0635 65.4805 c
-22.0635 61.7686 28.6631 61.7686 28.6631 58.0542 c
-28.6631 54.4043 25.1553 54.4043 25.1553 50.7568 c
-25.1553 47.0566 28.8145 47.0566 28.8145 43.356 c
-28.8145 39.7021 22.1191 39.7021 22.1191 36.0469 c
-22.1191 32.3071 26.3945 32.3071 26.3945 28.5654 c
-26.3945 24.832 24.4248 24.832 24.4248 21.0991 c
-24.4248 17.4858 20.3838 17.4858 20.3838 13.8735 c
-20.3838 10.2334 24.6055 10.2334 24.6055 6.5938 c
-24.6055 2.8813 27.9268 4.7129 27.9268 1 C
-11.9512 1 L
-f
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0.9216 0.2157 0.9294 0.0745 k
- 0.9216 0.2157 0.9294 0.0745 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 1 w 4 M []0 d
41.875 1 m
-41.875 4.7134 42.3867 2.8818 42.3867 6.5938 c
-42.3867 10.2334 40.5947 10.2334 40.5947 13.8735 c
-40.5947 17.4858 41.5742 17.4858 41.5742 21.0991 c
-41.5742 24.832 43.6484 24.832 43.6484 28.5659 c
-43.6484 32.3076 39.1709 32.3076 39.1709 36.0469 c
-39.1709 39.7026 39.7549 39.7026 39.7549 43.356 c
-39.7549 47.0566 45.3896 47.0566 45.3896 50.7568 c
-45.3896 54.4043 40.1055 54.4043 40.1055 58.0542 c
-40.1055 61.7686 40.6289 61.7686 40.6289 65.4805 c
-40.6289 69.1636 41.875 69.3184 41.875 73 C
-59.0752 73 L
-59.0752 69.4219 53.4805 70.1934 53.4805 66.6143 c
-53.4805 62.9136 55.8945 62.9136 55.8945 59.2153 c
-55.8945 55.502 61.0059 55.502 61.0059 51.7886 c
-61.0059 48.1489 60.5635 48.1489 60.5635 44.5103 c
-60.5635 40.897 59.9277 40.897 59.9277 37.2842 c
-59.9277 33.5508 56.3662 33.5508 56.3662 29.8169 c
-56.3662 26.0762 61.0908 26.0762 61.0908 22.3354 c
-61.0908 18.6812 52.6025 18.6812 52.6025 15.0264 c
-52.6025 11.3262 55.7461 11.3262 55.7461 7.6265 c
-55.7461 3.978 59.0752 4.6484 59.0752 1 C
-41.875 1 L
-f
%AI6_EndPatternLayer
-) &
-] E
-%AI3_EndPattern
-%AI3_BeginPattern: (Honeycomb)
-(Honeycomb) 12.9819 14.6548 65.8066 60.6758 [
-%AI3_Tile
-(0 O 0 R 0.3686 0.949 0.9137 0.3451 k
- 0.3686 0.949 0.9137 0.3451 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 2 w 4 M []0 d
52.3345 28.1372 m
-40.6475 21.3906 L
-40.6475 7.9009 L
-52.3345 1.1543 L
-64.0161 7.9009 L
-64.0161 21.3906 L
-52.3345 28.1372 L
-s
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0.0235 0.6941 0.9137 0 k
- 0.0235 0.6941 0.9137 0 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 0.5 w 4 M []0 d
43.9536 19.4839 m
-43.9536 9.8081 L
-52.3345 4.9702 L
-60.7153 9.8081 L
-60.7153 19.4839 L
-52.3345 24.3218 L
-43.9536 19.4839 L
-s
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0.3686 0.949 0.9137 0.3451 k
- 0.3686 0.949 0.9137 0.3451 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 2 w 4 M []0 d
25.7944 28.1406 m
-14.1099 21.3911 L
-14.1099 7.9014 L
-25.7944 1.1548 L
-37.479 7.9014 L
-37.479 21.394 L
-25.7944 28.1406 L
-s
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0.0235 0.6941 0.9137 0 k
- 0.0235 0.6941 0.9137 0 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 0.5 w 4 M []0 d
17.4126 19.4839 m
-17.4126 9.8081 L
-25.7944 4.9702 L
-34.1743 9.8081 L
-34.1743 19.4839 L
-25.7944 24.3218 L
-17.4126 19.4839 L
-s
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0.3686 0.949 0.9137 0.3451 k
- 0.3686 0.949 0.9137 0.3451 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 2 w 4 M []0 d
12.6846 50.7852 m
-1 44.0356 L
-1 30.5459 L
-12.6846 23.7993 L
-24.3691 30.5459 L
-24.3691 44.0386 L
-12.6846 50.7852 L
-s
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0.0235 0.6941 0.9137 0 k
- 0.0235 0.6941 0.9137 0 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 0.5 w 4 M []0 d
4.3027 42.1284 m
-4.3027 32.4526 L
-12.6846 27.6147 L
-21.0645 32.4526 L
-21.0645 42.1284 L
-12.6846 46.9663 L
-4.3027 42.1284 L
-s
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0.3686 0.949 0.9137 0.3451 k
- 0.3686 0.949 0.9137 0.3451 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 2 w 4 M []0 d
65.603 51.1226 m
-53.9185 44.3765 L
-53.9185 30.8843 L
-65.603 24.1382 L
-77.2871 30.8843 L
-77.2871 44.3774 L
-65.603 51.1226 L
-s
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0.0235 0.6941 0.9137 0 k
- 0.0235 0.6941 0.9137 0 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 0.5 w 4 M []0 d
57.2202 42.4692 m
-57.2202 32.7915 L
-65.603 27.9536 L
-73.9819 32.7915 L
-73.9819 42.4692 L
-65.603 47.3081 L
-57.2202 42.4692 L
-s
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0.3686 0.949 0.9137 0.3451 k
- 0.3686 0.949 0.9137 0.3451 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 2 w 4 M []0 d
39.0649 51.1235 m
-27.3774 44.3765 L
-27.3774 30.8843 L
-39.0649 24.1382 L
-50.7471 30.8843 L
-50.7471 44.3774 L
-39.0649 51.1235 L
-s
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0.0235 0.6941 0.9137 0 k
- 0.0235 0.6941 0.9137 0 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 0.5 w 4 M []0 d
30.6821 42.4692 m
-30.6821 32.7915 L
-39.0649 27.9517 L
-47.4438 32.7915 L
-47.4438 42.4702 L
-39.0649 47.3091 L
-30.6821 42.4692 L
-s
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0.3686 0.949 0.9137 0.3451 k
- 0.3686 0.949 0.9137 0.3451 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 2 w 4 M []0 d
25.7944 74.1074 m
-14.1099 67.3599 L
-14.1099 53.8682 L
-25.7944 47.1221 L
-37.479 53.8682 L
-37.479 67.3599 L
-25.7944 74.1074 L
-s
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0.0235 0.6941 0.9137 0 k
- 0.0235 0.6941 0.9137 0 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 0.5 w 4 M []0 d
17.4126 65.4526 m
-17.4126 55.7749 L
-25.7944 50.937 L
-34.1743 55.7749 L
-34.1772 65.4526 L
-25.7944 70.2905 L
-17.4126 65.4526 L
-s
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0.3686 0.949 0.9137 0.3451 k
- 0.3686 0.949 0.9137 0.3451 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 2 w 4 M []0 d
52.3345 74.1074 m
-40.6475 67.3599 L
-40.6475 53.8682 L
-52.3345 47.1221 L
-64.0161 53.8682 L
-64.0161 67.3599 L
-52.3345 74.1074 L
-s
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0.0235 0.6941 0.9137 0 k
- 0.0235 0.6941 0.9137 0 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 0.5 w 4 M []0 d
43.9536 65.4526 m
-43.9536 55.7749 L
-52.3345 50.937 L
-60.7153 55.7749 L
-60.7153 65.4526 L
-52.3345 70.2905 L
-43.9536 65.4526 L
-s
%AI6_EndPatternLayer
-) &
-] E
-%AI3_EndPattern
-%AI3_BeginPattern: (Jungle Stripes)
-(Jungle Stripes) 37 19 73 55 [
-%AI3_Tile
-(0 O 0 R 0.9255 0.0745 0.9373 0.0118 k
- 0.9255 0.0745 0.9373 0.0118 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 18 w 4 M []0 d
37 37 m
-73 37 l
-S
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0.3451 0.0118 0.6863 0 k
- 0.3451 0.0118 0.6863 0 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 9 w 4 M []0 d
37 37 m
-73 37 l
-S
%AI6_EndPatternLayer
-) &
-] E
-%AI3_EndPattern
-%AI3_BeginPattern: (Mediterranean Tiles)
-(Mediterranean Tiles) 4.9482 11.5332 39.291 45.8818 [
-%AI3_Tile
-(0 O 0 R 0 0 0 0 k
- 0 0 0 0 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 0.3 w 4 M []0 d
0.1499 40.748 m
-10.0083 40.749 L
-16.9673 33.79 L
-16.9702 23.9297 L
-10.0093 16.9697 L
-0.1509 16.9688 L
-0.1499 40.748 L
-f
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0.9569 0.9294 0 0 k
- 0.9569 0.9294 0 0 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 0.3 w 4 M []0 d
0.1499 40.748 m
-10.0083 40.749 L
-16.9673 33.79 L
-16.9702 23.9297 L
-10.0093 16.9697 L
-0.1509 16.9688 L
-0.1499 40.748 L
-s
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0 0 0 0 k
- 0 0 0 0 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 0.3 w 4 M []0 d
16.9712 0.1504 m
-10.0122 7.1094 L
-10.0093 16.9697 L
-16.9702 23.9297 L
-26.8296 23.9307 L
-33.7915 16.9727 L
-33.7915 7.1123 L
-26.8335 0.1514 L
-16.9712 0.1504 L
-f
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0.9569 0.9294 0 0 k
- 0.9569 0.9294 0 0 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 0.3 w 4 M []0 d
16.9712 0.1504 m
-10.0122 7.1094 L
-10.0093 16.9697 L
-16.9702 23.9297 L
-26.8296 23.9307 L
-33.7915 16.9727 L
-33.7915 7.1123 L
-26.8335 0.1514 L
-16.9712 0.1504 L
-s
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0 0 0 0 k
- 0 0 0 0 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 0.3 w 4 M []0 d
16.9673 33.79 m
-10.0083 40.749 L
-10.0054 50.6084 L
-16.9663 57.5693 L
-26.8257 57.5703 L
-33.7876 50.6113 L
-33.7876 40.752 L
-26.8296 33.791 L
-16.9673 33.79 L
-f
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0.9569 0.9294 0 0 k
- 0.9569 0.9294 0 0 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 0.3 w 4 M []0 d
16.9673 33.79 m
-10.0083 40.749 L
-10.0054 50.6084 L
-16.9663 57.5693 L
-26.8257 57.5703 L
-33.7876 50.6113 L
-33.7876 40.752 L
-26.8296 33.791 L
-16.9673 33.79 L
-s
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0 0 0 0 k
- 0 0 0 0 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 0.3 w 4 M []0 d
33.7915 16.9727 m
-26.8296 23.9307 L
-26.8296 33.791 L
-33.7876 40.752 L
-43.6475 40.7529 L
-50.6094 33.7939 L
-50.6094 23.9336 L
-43.6494 16.9736 L
-33.7915 16.9727 L
-f
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0.9569 0.9294 0 0 k
- 0.9569 0.9294 0 0 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 0.3 w 4 M []0 d
33.7915 16.9727 m
-26.8296 23.9307 L
-26.8296 33.791 L
-33.7876 40.752 L
-43.6475 40.7529 L
-50.6094 33.7939 L
-50.6094 23.9336 L
-43.6494 16.9736 L
-33.7915 16.9727 L
-s
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0.9569 0.8275 0 0 k
- 0.9569 0.8275 0 0 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 1 w 4 M []0 d
43.6514 7.1123 m
-43.6514 16.9727 L
-33.7915 16.9727 L
-33.7915 7.1123 L
-43.6514 7.1123 L
-f
26.8296 23.9307 m
-26.8296 33.791 L
-16.9702 33.791 L
-16.9702 23.9307 L
-26.8296 23.9307 L
-f
10.0093 7.1094 m
-10.0093 16.9697 L
-0.1538 16.9697 L
-0.1538 7.1094 L
-10.0093 7.1094 L
-f
43.6494 40.752 m
-43.6494 50.6113 L
-33.7876 50.6113 L
-33.7876 40.752 L
-43.6494 40.752 L
-f
10.0083 40.749 m
-10.0083 50.6084 L
-0.1499 50.6084 L
-0.1499 40.749 L
-10.0083 40.749 L
-f
%AI6_EndPatternLayer
-) &
-] E
-%AI3_EndPattern
-%AI3_BeginPattern: (Pyramids)
-(Pyramids) 1 1 19.5 19.5 [
-%AI3_Tile
-(0 O 0 R 0.1882 0.1294 0.102 0.0118 k
- 0.1882 0.1294 0.102 0.0118 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 1 w 4 M []0 d
1 19.5 m
-10.25 10.25 l
-19.5 19.5 l
-1 19.5 l
-f
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0.6235 0.4863 0.4863 0.4784 k
- 0.6235 0.4863 0.4863 0.4784 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 1 w 4 M []0 d
19.5 1 m
-10.25 10.25 l
-1 1 l
-19.5 1 l
-f
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0.349 0.2549 0.2235 0.0667 k
- 0.349 0.2549 0.2235 0.0667 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 1 w 4 M []0 d
1 1 m
-10.25 10.25 l
-1 19.5 l
-1 1 l
-f
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0.4902 0.3647 0.3451 0.2196 k
- 0.4902 0.3647 0.3451 0.2196 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 1 w 4 M []0 d
19.5 19.5 m
-10.25 10.25 l
-19.5 1 l
-19.5 19.5 l
-f
%AI6_EndPatternLayer
-) &
-] E
-%AI3_EndPattern
-%%EndSetup
-0 A
-0 R
-0 0 0 1 K
-0 J 0 j 2 w 4 M []0 d
236 463.1089 m
-298.666 463.1089 L
-S
236 378.4424 m
-298 378.4424 L
-S
u
u
0 O
-1 g
-1 w
250.3711 388.292 m
-252.6948 379.6904 l
-255.019 388.292 l
-250.3711 388.292 l
-f
254.9619 453.478 m
-252.6382 462.0811 l
-250.314 453.478 l
-254.9619 453.478 l
-f
U
u
0 R
-0 0 0 1 K
-252.6665 455.0503 m
-252.6665 386.7217 L
-S
0 O
-0 0 0 1 k
-250.3711 388.292 m
-252.6948 379.6904 l
-255.019 388.292 l
-250.3711 388.292 l
-f
254.9619 453.478 m
-252.6382 462.0811 l
-250.314 453.478 l
-254.9619 453.478 l
-f
U
U
u
u
0 0 0 0 k
-280.6104 462.1758 m
-280.6104 386.75 L
-F
278.3145 388.3105 m
-280.6377 379.7754 l
-282.9619 388.3105 l
-278.3145 388.3105 l
-f
U
u
0 R
-0 0 0 1 K
-280.6104 462.1758 m
-280.6104 386.75 L
-S
0 O
-0 0 0 1 k
-278.3145 388.3105 m
-280.6377 379.7754 l
-282.9619 388.3105 l
-278.3145 388.3105 l
-f
U
U
u
*u
-294.7104 423.2002 m
-294.3105 422.4995 293.9443 421.7954 293.6123 421.0874 c
-293.2803 420.3794 292.9863 419.6611 292.7305 418.9336 c
-292.7065 418.5977 292.6646 418.2588 292.6045 417.9189 c
-292.5444 417.5791 292.4707 417.2412 292.3828 416.9053 c
-292.3662 416.8418 292.3408 416.7373 292.3047 416.5928 c
-292.2686 416.4492 292.2227 416.3037 292.1665 416.1553 c
-292.1104 416.0078 292.0405 415.876 291.9565 415.7588 c
-291.8726 415.6436 291.7783 415.585 291.6748 415.585 c
-291.5303 415.585 291.4443 415.6553 291.4165 415.7959 c
-291.3887 415.9355 291.3848 416.0918 291.4043 416.2637 c
-291.4248 416.4355 291.4565 416.5957 291.5005 416.7432 c
-291.5444 416.8916 291.5664 416.9736 291.5664 416.9893 c
-291.6543 417.3252 291.748 417.6592 291.8486 417.9912 c
-291.9482 418.3232 292.0547 418.6572 292.1665 418.9932 c
-292.1982 419.377 292.1963 419.749 292.1602 420.1094 c
-292.124 420.4692 292.0503 420.8174 291.9385 421.1533 c
-291.8105 421.5293 291.5625 421.8037 291.1943 421.9756 c
-290.8262 422.1475 290.4023 422.2334 289.9229 422.2334 c
-289.7065 422.2334 289.4922 422.2153 289.2803 422.1797 c
-289.0684 422.1436 288.8784 422.0894 288.7104 422.0176 c
-288.5425 421.9453 288.3984 421.8516 288.2783 421.7354 c
-288.1582 421.6191 288.0786 421.4814 288.0386 421.3213 c
-288.0146 421.2412 287.9585 421.2012 287.8706 421.2012 C
-287.6426 421.2012 l
-287.5303 421.2012 287.4746 421.2534 287.4746 421.3574 C
-287.4746 421.4053 l
-287.5464 421.7012 287.6724 421.979 287.8525 422.2383 c
-288.0322 422.4976 288.2441 422.7246 288.4883 422.9194 c
-288.7324 423.1143 288.998 423.2676 289.2861 423.3789 c
-289.5742 423.4902 289.8701 423.5459 290.1748 423.5459 c
-290.5024 423.5459 290.7905 423.4824 291.0386 423.355 c
-291.2866 423.2275 291.5024 423.0625 291.6865 422.8599 c
-291.8706 422.6572 292.0264 422.4258 292.1543 422.1665 c
-292.2822 421.9072 292.3945 421.6455 292.4902 421.3813 c
-292.5464 421.2212 292.5923 421.0596 292.6284 420.8955 c
-292.6646 420.7314 292.6943 420.5654 292.7188 420.3975 c
-293.1426 421.4053 293.6304 422.3911 294.1826 423.355 c
-294.2144 423.4106 294.2627 423.4385 294.3267 423.4385 C
-294.5664 423.4385 l
-294.6064 423.4385 294.6348 423.4346 294.6504 423.4268 c
-294.7065 423.3867 294.7344 423.3389 294.7344 423.2832 c
-294.7344 423.2598 294.7266 423.2314 294.7104 423.2002 c
-f
*U
-U
u
*u
-294.7666 415.6318 m
-294.7666 415.8799 l
-294.8359 415.8799 294.9106 415.8799 294.9907 415.8799 c
-295.0708 415.8799 295.1479 415.8818 295.2227 415.8838 c
-295.2974 415.8867 295.3682 415.8916 295.4346 415.9004 c
-295.5015 415.9082 295.5562 415.917 295.5986 415.9277 c
-295.6523 415.9385 295.6934 415.9668 295.7227 416.0117 c
-295.752 416.0576 295.7666 416.1094 295.7666 416.168 C
-295.7666 420.4175 l
-295.6123 420.3423 295.4453 420.2886 295.2666 420.2563 c
-295.0879 420.2241 294.9053 420.208 294.7188 420.208 C
-294.7188 420.458 l
-294.9907 420.458 295.2549 420.4951 295.5107 420.5693 c
-295.7671 420.6431 295.9888 420.7778 296.1758 420.9736 C
-296.2725 420.9736 l
-296.3311 420.9736 296.3604 420.9443 296.3604 420.8848 C
-296.3604 416.168 l
-296.3604 416.1094 296.375 416.0576 296.4043 416.0117 c
-296.4336 415.9668 296.4751 415.9385 296.5283 415.9277 c
-296.5713 415.917 296.6245 415.9082 296.6885 415.9004 c
-296.7524 415.8916 296.8232 415.8867 296.9004 415.8838 c
-296.9775 415.8818 297.0566 415.8799 297.1367 415.8799 c
-297.2168 415.8799 297.291 415.8799 297.3604 415.8799 C
-297.3604 415.6318 l
-296.4961 415.6641 295.6313 415.6641 294.7666 415.6318 c
-f
*U
-U
u
*u
-320.9609 441.4502 m
-320.5605 440.75 320.1943 440.0459 319.8623 439.3379 c
-319.5303 438.6299 319.2363 437.9121 318.9805 437.1836 c
-318.957 436.8477 318.9141 436.5098 318.8545 436.1699 c
-318.7949 435.8301 318.7207 435.4922 318.6328 435.1563 c
-318.6162 435.0918 318.5908 434.9883 318.5547 434.8438 c
-318.5186 434.7002 318.4727 434.5537 318.416 434.4058 c
-318.3604 434.2578 318.291 434.126 318.207 434.0098 c
-318.123 433.894 318.0283 433.8359 317.9248 433.8359 c
-317.7803 433.8359 317.6943 433.9063 317.666 434.0459 c
-317.6387 434.186 317.6348 434.3418 317.6543 434.5137 c
-317.6748 434.686 317.707 434.8457 317.75 434.9941 c
-317.7949 435.1416 317.8164 435.2236 317.8164 435.2402 c
-317.9043 435.5762 317.998 435.9102 318.0986 436.2422 c
-318.1982 436.5742 318.3047 436.9082 318.416 437.2441 c
-318.4482 437.6279 318.4463 438 318.4102 438.3599 c
-318.374 438.7197 318.3008 439.0679 318.1885 439.4038 c
-318.0605 439.7798 317.8125 440.0537 317.4443 440.2256 c
-317.0762 440.3975 316.6523 440.4839 316.1729 440.4839 c
-315.957 440.4839 315.7422 440.4658 315.5303 440.4297 c
-315.3184 440.3936 315.1289 440.3398 314.9609 440.2676 c
-314.793 440.1958 314.6484 440.1016 314.5283 439.9858 c
-314.4082 439.8701 314.3281 439.7319 314.2891 439.5723 c
-314.2646 439.4922 314.209 439.4521 314.1211 439.4521 C
-313.8926 439.4521 l
-313.7803 439.4521 313.7246 439.5039 313.7246 439.6079 C
-313.7246 439.6563 l
-313.7969 439.9521 313.9219 440.2295 314.1025 440.4888 c
-314.2822 440.748 314.4941 440.9751 314.7383 441.1699 c
-314.9824 441.3647 315.248 441.5181 315.5361 441.6294 c
-315.8242 441.7407 316.1201 441.7964 316.4248 441.7964 c
-316.752 441.7964 317.041 441.7324 317.2891 441.6055 c
-317.5371 441.478 317.752 441.313 317.9365 441.1104 c
-318.1211 440.9072 318.2764 440.6763 318.4043 440.417 c
-318.5322 440.1572 318.6445 439.8955 318.7402 439.6318 c
-318.7969 439.4717 318.8418 439.3096 318.8789 439.1455 c
-318.9141 438.9814 318.9443 438.8159 318.9688 438.6479 c
-319.3926 439.6558 319.8809 440.6416 320.4326 441.6055 c
-320.4648 441.6611 320.5127 441.689 320.5762 441.689 C
-320.8164 441.689 l
-320.8564 441.689 320.8848 441.6846 320.9004 441.6768 c
-320.957 441.6372 320.9844 441.5898 320.9844 441.5342 c
-320.9844 441.5098 320.9766 441.4824 320.9609 441.4502 c
-f
*U
-U
u
*u
-323.5977 432.8809 m
-323.5381 432.6621 323.5166 432.4775 323.5332 432.3276 c
-323.5488 432.1777 323.624 432.1035 323.7568 432.1035 c
-323.8213 432.1035 323.8799 432.1299 323.9336 432.1836 c
-323.9863 432.2363 324.0342 432.3115 324.0771 432.4072 c
-324.1191 432.5029 324.1602 432.6152 324.1973 432.7432 c
-324.2344 432.8711 324.2715 433.0127 324.3086 433.1675 c
-324.3203 433.2153 324.3516 433.2393 324.4053 433.2393 C
-324.4932 433.2393 l
-324.5469 433.2393 324.5674 433.2153 324.5566 433.1675 c
-324.5254 433.0449 324.4902 432.9111 324.4531 432.7676 c
-324.416 432.623 324.3652 432.4897 324.3008 432.3672 c
-324.2373 432.2446 324.1582 432.1416 324.0645 432.0576 c
-323.9717 431.9736 323.8555 431.9316 323.7168 431.9316 c
-323.5303 431.9316 323.3809 431.9849 323.2695 432.0913 c
-323.1572 432.1978 323.0879 432.334 323.0605 432.499 c
-322.9385 432.3496 322.792 432.2178 322.6211 432.1035 c
-322.4502 431.9888 322.2715 431.9316 322.085 431.9316 c
-321.8877 431.9316 321.7227 431.9824 321.5889 432.084 c
-321.4561 432.1855 321.3516 432.3145 321.2773 432.4697 c
-321.1865 432.6572 321.1387 432.8608 321.1328 433.0806 c
-321.1279 433.3003 321.1543 433.5225 321.2129 433.7476 c
-321.2715 433.9727 321.3574 434.1948 321.4688 434.4146 c
-321.5811 434.6343 321.7275 434.8379 321.9092 435.0254 c
-322.0586 435.1807 322.2275 435.3105 322.417 435.415 c
-322.6064 435.5195 322.7969 435.5723 322.9893 435.5723 c
-323.1543 435.5723 323.2891 435.5264 323.3926 435.436 c
-323.4971 435.3452 323.5781 435.2363 323.6367 435.1084 C
-324.085 436.8877 l
-324.1064 436.9717 324.1182 437.0366 324.1211 437.0815 c
-324.123 437.1265 324.1113 437.1592 324.085 437.1807 c
-324.0527 437.207 323.9922 437.2241 323.9014 437.2319 c
-323.8105 437.2397 323.709 437.2441 323.5977 437.2441 c
-323.5381 437.2441 323.5146 437.2739 323.5254 437.3345 C
-323.5488 437.4004 l
-323.5596 437.4492 323.5947 437.4795 323.6533 437.4907 C
-324.3975 437.5566 L
-324.6768 437.5801 l
-324.7031 437.5859 324.7236 437.5791 324.7373 437.5605 c
-324.75 437.5415 324.7539 437.5186 324.749 437.4922 C
-323.5977 432.8809 l
-f
1 D
-323.4893 434.7822 m
-323.4805 434.833 323.4688 434.8857 323.4531 434.9395 c
-323.4102 435.0688 323.3477 435.1777 323.2656 435.2666 c
-323.1826 435.3555 323.0771 435.4004 322.9492 435.4004 c
-322.832 435.4004 322.7168 435.3569 322.6055 435.2705 c
-322.4932 435.1846 322.3916 435.0771 322.3008 434.9478 c
-322.1729 434.7646 322.0771 434.5732 322.0137 434.374 c
-321.9492 434.1748 321.8906 433.9668 321.8369 433.752 c
-321.7832 433.5415 321.7402 433.3354 321.7051 433.1338 c
-321.6699 432.9316 321.6719 432.7417 321.709 432.564 c
-321.7354 432.4346 321.7822 432.3252 321.8496 432.2363 c
-321.916 432.1475 322.0107 432.1035 322.1328 432.1035 c
-322.2607 432.1035 322.3877 432.1489 322.5137 432.2402 c
-322.6387 432.332 322.7539 432.4424 322.8613 432.5723 c
-322.9033 432.626 322.9434 432.6768 322.9805 432.7256 c
-323.0186 432.7734 323.0527 432.8276 323.085 432.8872 C
-323.5176 434.6245 l
-323.5059 434.6782 323.4971 434.7305 323.4893 434.7822 c
-f
*U
-U
u
8 i
-0 D
-0 R
-0 0 0 1 K
-2 J 0.5821 w 10 M
304 469 m
-304 457.2349 l
-S
313.249 469 m
-315.6904 463.1172 l
-S
315.6904 463.1172 m
-313.249 457.2349 l
-S
u
*u
-0 i
-0 O
-0 0 0 1 k
-0 J 1 w 4 M
311.1699 459.2939 m
-306.5977 459.2939 L
-306.5977 459.541 l
-306.5977 459.5566 306.6055 459.5801 306.6221 459.6113 C
-308.4902 461.6006 l
-308.7207 461.8438 308.9492 462.0928 309.1758 462.3477 c
-309.4023 462.6025 309.6074 462.8613 309.7881 463.124 c
-309.9697 463.3867 310.1162 463.6616 310.2275 463.9482 c
-310.3389 464.2344 310.3945 464.5342 310.3945 464.8486 c
-310.3945 465.1074 310.3594 465.3525 310.2891 465.584 c
-310.2188 465.8154 310.1162 466.0195 309.9795 466.1958 c
-309.8438 466.3721 309.6748 466.5137 309.4727 466.6191 c
-309.2705 466.7256 309.0332 466.7783 308.7607 466.7783 c
-308.3652 466.7783 308.0146 466.6626 307.71 466.4312 c
-307.4053 466.1997 307.1914 465.9077 307.0684 465.5547 c
-307.1592 465.5781 307.2539 465.584 307.3516 465.5723 c
-307.4512 465.5605 307.5391 465.5293 307.6172 465.4785 c
-307.6953 465.4272 307.7607 465.3584 307.8145 465.2725 c
-307.8672 465.1855 307.8945 465.084 307.8945 464.9668 c
-307.8945 464.7627 307.8262 464.6074 307.6904 464.502 c
-307.5547 464.3955 307.4043 464.3428 307.2402 464.3428 c
-307.083 464.3428 306.9375 464.3955 306.8008 464.502 c
-306.666 464.6074 306.5977 464.7627 306.5977 464.9668 c
-306.5977 465.2646 306.6572 465.5469 306.7754 465.8135 c
-306.8945 466.0801 307.0566 466.3115 307.2617 466.5078 c
-307.4658 466.7031 307.707 466.8574 307.9863 466.9697 c
-308.2646 467.0815 308.5596 467.1377 308.8711 467.1377 c
-309.2559 467.1377 309.6104 467.0811 309.9336 466.9668 c
-310.2578 466.8535 310.5332 466.6924 310.7637 466.4854 c
-310.9922 466.2773 311.1709 466.0342 311.2979 465.7559 c
-311.4248 465.4775 311.4883 465.1738 311.4883 464.8447 c
-311.4883 464.4683 311.4023 464.1255 311.2295 463.8159 c
-311.0566 463.5063 310.8408 463.2183 310.582 462.9517 c
-310.3232 462.6851 310.0479 462.4346 309.7559 462.1992 c
-309.4648 461.9639 309.1992 461.7363 308.9609 461.5171 C
-307.543 460.2002 L
-308.7891 460.2002 l
-308.9688 460.2002 309.1787 460.2002 309.417 460.2002 c
-309.6553 460.2002 309.8789 460.2021 310.0889 460.2061 c
-310.2988 460.21 310.4795 460.2178 310.6318 460.2295 c
-310.7832 460.2412 310.8672 460.2549 310.8848 460.2705 c
-310.917 460.3018 310.9473 460.3589 310.9766 460.4414 c
-311.0059 460.5234 311.0322 460.6157 311.0566 460.7178 c
-311.0811 460.8198 311.1035 460.9258 311.125 461.0352 c
-311.1445 461.1455 311.1641 461.2471 311.1797 461.3413 C
-311.5166 461.3413 L
-311.1699 459.2939 l
-f
*U
-U
U
u
8 i
-0 R
-0 0 0 1 K
-2 J 0.5821 w 10 M
348.8311 413.1689 m
-348.8311 401.4033 l
-S
358.0801 413.1689 m
-360.5215 407.2861 l
-S
360.5215 407.2861 m
-358.0801 401.4033 l
-S
u
*u
-0 i
-0 O
-0 0 0 1 k
-0 J 1 w 4 M
356.2295 404.585 m
-356.0938 404.3027 355.9082 404.0596 355.6709 403.8555 c
-355.417 403.6357 355.1328 403.4707 354.8164 403.3613 c
-354.501 403.251 354.1699 403.1963 353.8252 403.1963 c
-353.5127 403.1963 353.207 403.2354 352.9063 403.3125 c
-352.6064 403.3906 352.3398 403.5088 352.1055 403.667 c
-351.8711 403.8252 351.6836 404.0205 351.5449 404.252 c
-351.4043 404.4834 351.335 404.748 351.335 405.0459 c
-351.335 405.2656 351.4063 405.4287 351.5508 405.5342 c
-351.6943 405.6406 351.8486 405.6934 352.0127 405.6934 c
-352.1855 405.6934 352.3438 405.6406 352.4873 405.5342 c
-352.6309 405.4287 352.7031 405.2656 352.7031 405.0459 c
-352.7031 404.9209 352.6787 404.8145 352.6289 404.7285 c
-352.5801 404.6416 352.5166 404.5713 352.4385 404.5166 c
-352.3604 404.4619 352.2715 404.4248 352.1738 404.4053 c
-352.0742 404.3857 351.9805 404.3838 351.8896 404.3994 c
-352.0537 404.1162 352.3125 403.8955 352.666 403.7344 c
-353.0195 403.5732 353.4063 403.4932 353.8252 403.4932 c
-354.0303 403.4932 354.2197 403.543 354.3926 403.6416 c
-354.5645 403.7412 354.709 403.874 354.8242 404.04 c
-354.9629 404.2461 355.0576 404.4707 355.1064 404.7119 c
-355.1553 404.9541 355.1797 405.2021 355.1797 405.4561 c
-355.1797 405.71 355.1553 405.958 355.1064 406.1992 c
-355.0576 406.4414 354.9629 406.665 354.8242 406.8721 c
-354.709 407.0381 354.5645 407.1729 354.3926 407.2764 c
-354.2197 407.3789 354.0303 407.4307 353.8252 407.4307 C
-352.9863 407.4307 l
-352.9131 407.4307 352.876 407.4648 352.876 407.5332 C
-352.876 407.5674 l
-352.8672 407.5977 352.876 407.624 352.9004 407.6475 c
-352.9248 407.6709 352.9541 407.6816 352.9863 407.6816 c
-353.1016 407.6973 353.2168 407.7041 353.332 407.7041 c
-353.4473 407.7041 353.5625 407.7119 353.6777 407.7275 c
-353.8906 407.7432 354.0781 407.8076 354.2383 407.9209 c
-354.3984 408.0352 354.5313 408.1826 354.6387 408.3623 c
-354.7461 408.543 354.8262 408.749 354.8789 408.9795 c
-354.9326 409.2109 354.959 409.4482 354.959 409.6914 c
-354.959 409.8721 354.9414 410.042 354.9043 410.2031 c
-354.8672 410.3643 354.791 410.5068 354.6758 410.6318 c
-354.4551 410.8838 354.1719 411.0088 353.8271 411.0088 c
-353.4658 411.0088 353.1348 410.9424 352.8359 410.8086 c
-352.5352 410.6758 352.3115 410.4951 352.1641 410.2676 c
-352.3359 410.3066 352.5068 410.2754 352.6758 410.1729 c
-352.8438 410.0713 352.9277 409.9072 352.9277 409.6797 c
-352.9277 409.4834 352.8633 409.3359 352.7324 409.2383 c
-352.6016 409.1396 352.459 409.0908 352.3027 409.0908 c
-352.1484 409.0908 352.0049 409.1396 351.874 409.2383 c
-351.7432 409.3359 351.6777 409.4834 351.6777 409.6797 c
-351.6777 409.9307 351.7393 410.1553 351.8623 410.3564 c
-351.9854 410.5557 352.1465 410.7266 352.3477 410.8682 c
-352.5488 411.0088 352.7773 411.1182 353.0352 411.1924 c
-353.293 411.2686 353.5576 411.3057 353.8281 411.3057 c
-354.1143 411.3057 354.3926 411.2686 354.6631 411.1943 c
-354.9336 411.1191 355.1826 411.0029 355.4121 410.8467 c
-355.6084 410.7129 355.7725 410.5479 355.9033 410.3525 c
-356.0342 410.1563 356.0996 409.9365 356.0996 409.6934 c
-356.0996 409.4424 356.0547 409.207 355.9648 408.9873 c
-355.875 408.7676 355.7549 408.5674 355.6035 408.3867 c
-355.4521 408.2061 355.2715 408.0488 355.0625 407.916 c
-354.8535 407.7822 354.627 407.6768 354.3799 407.5986 c
-354.6182 407.5586 354.8457 407.4922 355.0625 407.3975 c
-355.2803 407.3037 355.4824 407.1787 355.6709 407.0215 c
-355.9082 406.8252 356.0938 406.5918 356.2295 406.3213 c
-356.3652 406.0498 356.4326 405.7656 356.4326 405.4678 c
-356.4326 405.1611 356.3652 404.8672 356.2295 404.585 c
-f
*U
-U
U
u
8 i
-0 R
-0 0 0 1 K
-2 J 0.5821 w 10 M
304 383.667 m
-304 371.9014 l
-S
313.249 383.667 m
-315.6904 377.7842 l
-S
315.6904 377.7842 m
-313.249 371.9014 l
-S
u
*u
-0 i
-0 O
-0 0 0 1 k
-0 J 1 w 4 M
307.1719 373.9658 m
-307.1719 374.3301 l
-307.2783 374.3301 307.3936 374.3301 307.5166 374.3301 c
-307.6396 374.3301 307.7588 374.332 307.874 374.3359 c
-307.9893 374.3398 308.0977 374.3477 308.2012 374.3594 c
-308.3037 374.3711 308.3877 374.3848 308.4541 374.4004 c
-308.5361 374.416 308.5996 374.457 308.6445 374.5244 c
-308.6895 374.5908 308.7129 374.667 308.7129 374.7539 C
-308.7129 381.0068 l
-308.4746 380.8955 308.2178 380.8154 307.9424 380.7666 c
-307.667 380.7197 307.3848 380.6953 307.0977 380.6953 C
-307.0977 381.0547 l
-307.5166 381.0547 307.9238 381.1094 308.3174 381.2197 c
-308.7109 381.3291 309.0518 381.5293 309.3369 381.8193 C
-309.4844 381.8193 l
-309.5742 381.8193 309.6191 381.7764 309.6191 381.6904 C
-309.6191 374.7539 l
-309.6191 374.667 309.6416 374.5908 309.6865 374.5244 c
-309.7314 374.457 309.7949 374.416 309.8779 374.4004 c
-309.9434 374.3848 310.0254 374.3711 310.124 374.3594 c
-310.2227 374.3477 310.332 374.3398 310.4512 374.3359 c
-310.5703 374.332 310.6914 374.3301 310.8145 374.3301 c
-310.9375 374.3301 311.0527 374.3301 311.1602 374.3301 C
-311.1602 373.9658 l
-309.8301 374.0127 308.501 374.0127 307.1719 373.9658 c
-f
*U
-U
U
u
u
1 g
-321.0156 414.8936 m
-329.8135 407.9258 l
-325.6777 418.3594 l
-321.0156 414.8936 l
-f
U
u
0 R
-0 0 0 1 K
-288.75 463.1089 m
-324.5 415.0146 L
-S
0 O
-0 0 0 1 k
-321.0156 414.8936 m
-329.8135 407.9258 l
-325.6777 418.3594 l
-321.0156 414.8936 l
-f
U
U
u
315 407.6084 m
-343.5 407.6084 L
-N
u
0 R
-0 0 0 1 K
-1 J 1 j
315 407.6084 m
-321 407.6084 L
-S
U
u
326.25 407.6084 m
-332.25 407.6084 L
-S
U
u
337.5 407.6084 m
-343.5 407.6084 L
-S
U
U
u
*u
-0 O
-0 0 0 1 k
-0 J 0 j
247.0474 420.2998 m
-247.0313 420.228 246.9873 420.1841 246.915 420.168 C
-246.8433 420.168 L
-246.7832 420.168 l
-246.7109 420.168 246.6753 420.2041 246.6753 420.2764 c
-246.7393 420.668 246.7549 421.042 246.7231 421.3984 c
-246.6914 421.7539 246.6055 422.0684 246.4653 422.3398 c
-246.3252 422.6123 246.1353 422.8301 245.8955 422.9941 c
-245.6553 423.1582 245.3633 423.2402 245.0195 423.2402 c
-244.6035 423.2402 244.1875 423.1357 243.7715 422.9277 c
-243.3555 422.7192 242.9795 422.4429 242.6436 422.0986 c
-242.251 421.6899 241.9453 421.2393 241.7251 420.7466 c
-241.5049 420.2539 241.3311 419.751 241.2031 419.2383 c
-241.0674 418.7178 240.9893 418.2129 240.9692 417.7236 c
-240.9492 417.2354 241.0352 416.7871 241.2275 416.3779 c
-241.3955 416.0254 241.6392 415.7451 241.959 415.5371 c
-242.2793 415.3291 242.6553 415.2246 243.0869 415.2246 c
-243.3193 415.2246 243.5493 415.2568 243.7773 415.3193 c
-244.0054 415.3838 244.2134 415.4746 244.4014 415.5938 c
-244.5894 415.7119 244.751 415.8555 244.8872 416.0225 c
-245.0234 416.1885 245.1152 416.3711 245.1631 416.5693 C
-245.415 417.5928 l
-245.4629 417.7832 245.4434 417.8984 245.3555 417.9385 c
-245.2676 417.9775 245.1191 418.002 244.9111 418.0098 c
-244.7031 418.0176 244.4912 418.0215 244.2754 418.0215 c
-244.2354 418.0215 244.2051 418.0342 244.1855 418.0596 c
-244.165 418.085 244.1631 418.1201 244.1792 418.1631 C
-244.2031 418.2783 l
-244.2109 418.3213 244.2314 418.3545 244.2632 418.3799 c
-244.2949 418.4043 244.3311 418.417 244.3711 418.417 c
-244.9312 418.3926 245.5029 418.3809 246.0869 418.3809 c
-246.4629 418.3809 246.8394 418.3926 247.2153 418.417 c
-247.2549 418.417 247.2852 418.4043 247.3052 418.3799 c
-247.3252 418.3545 247.3271 418.3213 247.3115 418.2783 C
-247.2871 418.1631 l
-247.2715 418.0684 247.2148 418.0215 247.1191 418.0215 c
-246.9834 418.0215 246.8652 418.0176 246.7651 418.0098 c
-246.665 418.001 246.5908 417.9814 246.543 417.9502 c
-246.4951 417.9258 246.4434 417.8076 246.3872 417.5928 C
-245.7871 415.2461 l
-245.7871 415.2227 245.7715 415.1943 245.7393 415.1631 c
-245.7153 415.1396 245.6836 415.127 245.6436 415.127 c
-245.6113 415.127 245.5869 415.1396 245.5713 415.1631 c
-245.4834 415.2666 245.4033 415.375 245.3311 415.4902 c
-245.2593 415.6055 245.2031 415.7305 245.1631 415.8662 c
-244.8994 415.54 244.5513 415.292 244.1191 415.1211 c
-243.687 414.9502 243.2549 414.8652 242.8232 414.8652 c
-242.2949 414.8652 241.8252 414.9795 241.4131 415.207 c
-241.001 415.4346 240.667 415.749 240.4111 416.1494 c
-240.1475 416.5811 239.9893 417.0605 239.9375 417.5889 c
-239.8853 418.1162 239.9272 418.665 240.0635 419.2324 c
-240.207 419.7998 240.4395 420.3481 240.7593 420.876 c
-241.0791 421.4038 241.4795 421.8838 241.959 422.3159 c
-242.4072 422.708 242.8955 423.0195 243.4233 423.252 c
-243.9512 423.4834 244.4795 423.5996 245.0073 423.5996 c
-245.4233 423.5996 245.7773 423.5059 246.0693 423.3174 c
-246.3613 423.1299 246.5913 422.8799 246.7593 422.5674 C
-247.6113 423.54 l
-247.6353 423.5796 247.6709 423.5996 247.7192 423.5996 C
-247.7676 423.5996 l
-247.8389 423.5996 247.8672 423.5605 247.8516 423.4834 C
-247.0474 420.2998 l
-f
*U
-U
%%PageTrailer
-gsave annotatepage grestore showpage
-%%Trailer
-Adobe_Illustrator_AI3 /terminate get exec
-Adobe_pattern_AI3 /terminate get exec
-Adobe_customcolor /terminate get exec
-Adobe_cshow /terminate get exec
-Adobe_packedarray /terminate get exec
-%%EOF
+%%HiResBoundingBox: 236 371.521 360.901 469.38 +%................................. +%%Creator: MiKTeX GPL Ghostscript 860 (epswrite) +%%CreationDate: 2007/12/07 10:10:05 +%%DocumentData: Clean7Bit +%%LanguageLevel: 2 +%%EndComments +%%BeginProlog +% This copyright applies to everything between here and the %%EndProlog: +% Copyright (C) 2007 Artifex Software, Inc. All rights reserved. +%%BeginResource: procset GS_epswrite_2_0_1001 1.001 0 +/GS_epswrite_2_0_1001 80 dict dup begin +/PageSize 2 array def/setpagesize{ PageSize aload pop 3 index eq exch +4 index eq and{ pop pop pop}{ PageSize dup 1 +5 -1 roll put 0 4 -1 roll put dup null eq {false} {dup where} ifelse{ exch get exec} +{ pop/setpagedevice where +{ pop 1 dict dup /PageSize PageSize put setpagedevice} +{ /setpage where{ pop PageSize aload pop pageparams 3 {exch pop} repeat +setpage}if}ifelse}ifelse}ifelse} bind def +/!{bind def}bind def/#{load def}!/N/counttomark # +/rG{3{3 -1 roll 255 div}repeat setrgbcolor}!/G{255 div setgray}!/K{0 G}! +/r6{dup 3 -1 roll rG}!/r5{dup 3 1 roll rG}!/r3{dup rG}! +/w/setlinewidth #/J/setlinecap # +/j/setlinejoin #/M/setmiterlimit #/d/setdash #/i/setflat # +/m/moveto #/l/lineto #/c/rcurveto # +/p{N 2 idiv{N -2 roll rlineto}repeat}! +/P{N 0 gt{N -2 roll moveto p}if}! +/h{p closepath}!/H{P closepath}! +/lx{0 rlineto}!/ly{0 exch rlineto}!/v{0 0 6 2 roll c}!/y{2 copy c}! +/re{4 -2 roll m exch dup lx exch ly neg lx h}! +/^{3 index neg 3 index neg}! +/f{P fill}!/f*{P eofill}!/s{H stroke}!/S{P stroke}! +/q/gsave #/Q/grestore #/rf{re fill}! +/Y{P clip newpath}!/Y*{P eoclip newpath}!/rY{re Y}! +/|={pop exch 4 1 roll 1 array astore cvx 3 array astore cvx exch 1 index def exec}! +/|{exch string readstring |=}! +/+{dup type/nametype eq{2 index 7 add -3 bitshift 2 index mul}if}! +/@/currentfile #/${+ @ |}! +/B{{2 copy string{readstring pop}aload pop 4 array astore cvx +3 1 roll}repeat pop pop true}! +/Ix{[1 0 0 1 11 -2 roll exch neg exch neg]exch}! +/,{true exch Ix imagemask}!/If{false exch Ix imagemask}!/I{exch Ix image}! +/Ic{exch Ix false 3 colorimage}! +/F{/Columns counttomark 3 add -2 roll/Rows exch/K -1/BlackIs1 true>> +/CCITTFaxDecode filter}!/FX{<</EndOfBlock false F}! +/X{/ASCII85Decode filter}!/@X{@ X}!/&2{2 index 2 index}! +/@F{@ &2<<F}!/@C{@X &2 FX}! +/$X{+ @X |}!/&4{4 index 4 index}!/$F{+ @ &4<<F |}!/$C{+ @X &4 FX |}! +/IC{3 1 roll 10 dict begin 1{/ImageType/Interpolate/Decode/DataSource +/ImageMatrix/BitsPerComponent/Height/Width}{exch def}forall +currentdict end image}! +/~{@ read {pop} if}! +end def +%%EndResource +/pagesave null def +%%EndProlog +%%Page: 1 1 +%%BeginPageSetup +GS_epswrite_2_0_1001 begin +/pagesave save store 197 dict begin +0.1 0.1 scale +%%EndPageSetup +gsave mark +Q q +0 0 250000 250000 re +Y +20 w +4 M +K +2360 4631.09 626.66 0 S +2360 3784.43 620 0 S +255 G +2503.71 3882.92 23.24 -86.02 23.24 86.02 -46.48 0 f +2549.62 4534.78 -23.23 86.03 -23.24 -86.03 46.48 0 f +10 w +K +2526.66 4550.5 0 -683.29 S +2503.71 3882.92 23.24 -86.02 23.24 86.02 -46.48 0 f +2549.62 4534.78 -23.23 86.03 -23.24 -86.03 46.48 0 f +255 G +2806.11 4621.76 0 -754.26 f +2783.14 3883.11 23.23 -85.35 23.24 85.35 -46.48 0 f +K +2806.11 4621.76 0 -754.26 S +2783.14 3883.11 23.23 -85.35 23.24 85.35 -46.48 0 f +2947.11 4232 m +-4 -7.01 -7.66 -14.05 -10.98 -21.13 c +-3.32 -7.08 -6.26 -14.27 -8.82 -21.54 c +-0.24 -3.36 -0.66 -6.75 -1.26 -10.15 c +-0.6 -3.39 -1.34 -6.77 -2.22 -10.13 c +-0.16 -0.64 -0.42 -1.68 -0.78 -3.12 c +-0.36 -1.44 -0.82 -2.89 -1.38 -4.37 c +-0.56 -1.48 -1.26 -2.79 -2.1 -3.96 c +-0.84 -1.15 -1.79 -1.74 -2.82 -1.74 c +-1.45 0 -2.31 0.7 -2.59 2.11 c +-0.28 1.39 -0.32 2.96 -0.12 4.68 c +0.21 1.72 0.52 3.32 0.96 4.8 c +0.44 1.48 0.66 2.3 0.66 2.46 c +0.88 3.36 1.82 6.7 2.82 10.02 c +1 3.32 2.06 6.66 3.18 10.02 c +0.32 3.84 0.3 7.55 -0.06 11.16 c +-0.36 3.6 -1.1 7.08 -2.21 10.44 c +-1.28 3.76 -3.76 6.51 -7.45 8.23 c +-3.68 1.72 -7.92 2.58 -12.71 2.58 c +-2.16 0 -4.31 -0.18 -6.43 -0.54 c +-2.12 -0.36 -4.02 -0.9 -5.7 -1.62 c +-1.68 -0.72 -3.12 -1.66 -4.32 -2.82 c +-1.2 -1.16 -2 -2.54 -2.39 -4.14 c +-0.24 -0.8 -0.8 -1.2 -1.68 -1.2 c +-2.28 0 p +-1.12 0 -1.68 0.52 -1.68 1.56 c +0 0.48 p +0.72 2.96 1.98 5.73 3.78 8.33 c +1.8 2.59 3.92 4.86 6.36 6.81 c +2.44 1.95 5.1 3.48 7.98 4.59 c +2.88 1.11 5.84 1.67 8.89 1.67 c +3.27 0 6.16 -0.64 8.64 -1.91 c +2.48 -1.28 4.64 -2.93 6.48 -4.95 c +1.84 -2.03 3.4 -4.34 4.68 -6.93 c +1.28 -2.59 2.4 -5.21 3.36 -7.85 c +0.56 -1.6 1.02 -3.21 1.38 -4.86 c +0.36 -1.64 0.66 -3.3 0.9 -4.98 c +4.24 10.08 9.12 19.93 14.64 29.57 c +0.32 0.55 0.8 0.84 1.44 0.84 c +2.4 0 p +0.4 0 0.68 -0.04 0.84 -0.12 c +0.56 -0.4 0.84 -0.88 0.84 -1.44 c +0 -0.23 -0.08 -0.52 -0.24 -0.83 c +f +2947.67 4156.32 0 2.48 P +0.69 0 1.44 0 2.24 0 c +0.8 0 1.57 0.02 2.32 0.04 c +0.75 0.03 1.46 0.08 2.12 0.16 c +0.67 0.08 1.21 0.17 1.64 0.27 c +0.54 0.11 0.95 0.39 1.24 0.84 c +0.29 0.46 0.44 0.98 0.44 1.56 c +0 42.5 p +-1.54 -0.75 -3.21 -1.29 -5 -1.61 c +-1.79 -0.32 -3.61 -0.48 -5.48 -0.48 c +0 2.5 p +2.72 0 5.36 0.37 7.92 1.11 c +2.57 0.74 4.78 2.09 6.65 4.04 c +0.97 0 p +0.59 0 0.88 -0.29 0.88 -0.89 c +0 -47.17 p +0 -0.59 0.14 -1.11 0.44 -1.56 c +0.29 -0.45 0.71 -0.73 1.24 -0.84 c +0.43 -0.11 0.96 -0.2 1.61 -0.27 c +0.64 -0.09 1.34 -0.14 2.12 -0.16 c +0.77 -0.02 1.56 -0.04 2.36 -0.04 c +0.8 0 1.54 0 2.24 0 c +0 -2.48 p +-8.64 0.32 -17.29 0.32 -25.94 0 c +f +3209.61 4414.5 m +-4 -7 -7.67 -14.04 -10.98 -21.12 c +-3.32 -7.08 -6.26 -14.26 -8.82 -21.54 c +-0.23 -3.36 -0.66 -6.74 -1.26 -10.14 c +-0.6 -3.4 -1.34 -6.78 -2.22 -10.14 c +-0.16 -0.64 -0.42 -1.68 -0.78 -3.12 c +-0.36 -1.43 -0.82 -2.9 -1.39 -4.38 c +-0.55 -1.48 -1.25 -2.8 -2.09 -3.96 c +-0.84 -1.16 -1.79 -1.74 -2.82 -1.74 c +-1.45 0 -2.31 0.7 -2.59 2.1 c +-0.27 1.4 -0.31 2.96 -0.12 4.68 c +0.21 1.72 0.53 3.32 0.96 4.8 c +0.45 1.48 0.66 2.29 0.66 2.46 c +0.88 3.36 1.82 6.7 2.82 10.02 c +1 3.32 2.06 6.66 3.18 10.02 c +0.32 3.84 0.3 7.56 -0.06 11.16 c +-0.36 3.6 -1.09 7.08 -2.21 10.44 c +-1.28 3.76 -3.76 6.5 -7.45 8.22 c +-3.68 1.72 -7.92 2.58 -12.71 2.58 c +-2.16 0 -4.31 -0.18 -6.43 -0.54 c +-2.12 -0.36 -4.02 -0.9 -5.7 -1.62 c +-1.68 -0.72 -3.12 -1.66 -4.33 -2.82 c +-1.2 -1.16 -2 -2.54 -2.39 -4.14 c +-0.25 -0.8 -0.8 -1.2 -1.68 -1.2 c +-2.29 0 p +-1.12 0 -1.68 0.52 -1.68 1.56 c +0 0.48 p +0.72 2.96 1.97 5.73 3.78 8.32 c +1.8 2.59 3.92 4.86 6.36 6.81 c +2.44 1.95 5.1 3.48 7.98 4.59 c +2.88 1.11 5.84 1.67 8.89 1.67 c +3.27 0 6.16 -0.64 8.64 -1.91 c +2.48 -1.27 4.63 -2.93 6.47 -4.95 c +1.85 -2.04 3.4 -4.34 4.68 -6.93 c +1.28 -2.6 2.4 -5.21 3.36 -7.86 c +0.57 -1.6 1.02 -3.22 1.39 -4.86 c +0.35 -1.64 0.65 -3.3 0.9 -4.98 c +4.24 10.08 9.12 19.94 14.64 29.57 c +0.32 0.55 0.8 0.84 1.44 0.84 c +2.4 0 p +0.4 0 0.68 -0.04 0.84 -0.12 c +0.57 -0.4 0.84 -0.87 0.84 -1.43 c +0 -0.25 -0.08 -0.52 -0.23 -0.84 c +f +3235.98 4328.81 m +-0.59 -2.19 -0.81 -4.04 -0.64 -5.53 c +0.16 -1.5 0.91 -2.24 2.23 -2.24 c +0.65 0 1.23 0.27 1.77 0.8 c +0.53 0.53 1.01 1.28 1.43 2.23 c +0.42 0.96 0.83 2.08 1.2 3.36 c +0.37 1.28 0.74 2.7 1.11 4.24 c +0.12 0.48 0.43 0.72 0.97 0.72 c +0.88 0 p +0.54 0 0.74 -0.24 0.63 -0.72 c +-0.31 -1.23 -0.66 -2.57 -1.04 -4 c +-0.37 -1.45 -0.88 -2.78 -1.52 -4 c +-0.63 -1.23 -1.43 -2.25 -2.36 -3.1 c +-0.93 -0.84 -2.09 -1.26 -3.48 -1.26 c +-1.86 0 -3.36 0.53 -4.47 1.6 c +-1.12 1.06 -1.82 2.43 -2.09 4.07 c +-1.22 -1.49 -2.68 -2.81 -4.39 -3.95 c +-1.71 -1.15 -3.5 -1.72 -5.36 -1.72 c +-1.97 0 -3.62 0.51 -4.96 1.52 c +-1.33 1.02 -2.37 2.3 -3.12 3.86 c +-0.91 1.88 -1.39 3.91 -1.45 6.11 c +-0.05 2.2 0.21 4.42 0.8 6.67 c +0.59 2.25 1.45 4.47 2.56 6.67 c +1.13 2.2 2.59 4.23 4.41 6.11 c +1.49 1.55 3.18 2.85 5.08 3.89 c +1.89 1.05 3.8 1.57 5.72 1.57 c +1.65 0 3 -0.46 4.03 -1.36 c +1.05 -0.91 1.86 -2 2.44 -3.27 c +4.48 17.79 p +0.21 0.84 0.33 1.49 0.36 1.94 c +0.02 0.45 -0.1 0.78 -0.36 0.99 c +-0.32 0.26 -0.93 0.43 -1.84 0.51 c +-0.91 0.08 -1.93 0.12 -3.04 0.12 c +-0.59 0 -0.83 0.3 -0.72 0.9 c +0.23 0.66 p +0.11 0.49 0.46 0.79 1.04 0.9 c +7.45 0.66 2.79 0.23 p +0.26 0.06 0.46 -0.01 0.61 -0.2 c +0.13 -0.19 0.16 -0.42 0.11 -0.68 c +-11.51 -46.11 h +3234.89 4347.82 m +-0.09 0.51 -0.21 1.04 -0.36 1.57 c +-0.43 1.29 -1.05 2.38 -1.87 3.27 c +-0.83 0.89 -1.89 1.34 -3.16 1.34 c +-1.17 0 -2.32 -0.43 -3.44 -1.3 c +-1.12 -0.86 -2.14 -1.94 -3.05 -3.23 c +-1.28 -1.83 -2.24 -3.75 -2.87 -5.74 c +-0.64 -1.99 -1.23 -4.07 -1.77 -6.22 c +-0.54 -2.11 -0.97 -4.16 -1.32 -6.18 c +-0.35 -2.02 -0.33 -3.92 0.04 -5.7 c +0.27 -1.29 0.73 -2.39 1.41 -3.28 c +0.66 -0.89 1.61 -1.33 2.83 -1.33 c +1.28 0 2.55 0.45 3.81 1.37 c +1.25 0.92 2.4 2.02 3.48 3.32 c +0.42 0.54 0.82 1.05 1.19 1.54 c +0.38 0.48 0.72 1.02 1.05 1.61 c +4.32 17.38 p +-0.12 0.54 -0.2 1.06 -0.28 1.57 c +f +5.821 w +10 M +2 J +8 i +3040 4690 0 -117.65 S +3132.49 4690 24.41 -58.83 S +3156.9 4631.17 -24.41 -58.82 S +1 i +3111.7 4592.94 -45.72 0 0 2.47 P +0 0.16 0.08 0.39 0.25 0.7 c +18.68 19.89 p +2.3 2.43 4.59 4.92 6.86 7.47 c +2.27 2.55 4.32 5.14 6.13 7.76 c +1.81 2.63 3.28 5.38 4.39 8.24 c +1.12 2.86 1.67 5.86 1.67 9 c +0 2.59 -0.35 5.04 -1.05 7.36 c +-0.7 2.31 -1.73 4.36 -3.09 6.12 c +-1.36 1.77 -3.05 3.18 -5.07 4.23 c +-2.02 1.07 -4.39 1.59 -7.12 1.59 c +-3.95 0 -7.46 -1.16 -10.5 -3.47 c +-3.05 -2.32 -5.19 -5.23 -6.42 -8.77 c +0.91 0.23 1.86 0.29 2.83 0.18 c +1 -0.12 1.88 -0.43 2.66 -0.94 c +0.78 -0.51 1.43 -1.2 1.97 -2.06 c +0.53 -0.87 0.8 -1.89 0.8 -3.06 c +0 -2.04 -0.68 -3.59 -2.04 -4.65 c +-1.36 -1.06 -2.86 -1.59 -4.5 -1.59 c +-1.57 0 -3.03 0.53 -4.39 1.59 c +-1.35 1.05 -2.03 2.61 -2.03 4.65 c +0 2.98 0.59 5.8 1.78 8.47 c +1.19 2.66 2.81 4.98 4.86 6.94 c +2.04 1.95 4.45 3.5 7.25 4.62 c +2.78 1.12 5.73 1.68 8.85 1.68 c +3.85 0 7.39 -0.57 10.63 -1.71 c +3.24 -1.13 6 -2.74 8.3 -4.81 c +2.29 -2.08 4.07 -4.51 5.34 -7.3 c +1.27 -2.79 1.9 -5.82 1.9 -9.11 c +0 -3.76 -0.86 -7.19 -2.59 -10.29 c +-1.73 -3.1 -3.89 -5.98 -6.48 -8.64 c +-2.59 -2.66 -5.34 -5.17 -8.26 -7.52 c +-2.91 -2.35 -5.57 -4.63 -7.95 -6.82 c +-14.18 -13.17 12.46 0 p +1.8 0 3.9 0 6.28 0 c +2.38 0 4.62 0.02 6.72 0.06 c +2.1 0.04 3.91 0.12 5.43 0.23 c +1.52 0.12 2.36 0.25 2.53 0.41 c +0.32 0.31 0.63 0.88 0.92 1.71 c +0.29 0.82 0.55 1.74 0.8 2.77 c +0.25 1.02 0.47 2.08 0.68 3.17 c +0.2 1.11 0.39 2.12 0.55 3.06 c +3.37 0 -3.47 -20.48 p f +8 i +3488.31 4131.69 0 -117.66 S +3580.8 4131.69 24.41 -58.83 S +3605.21 4072.86 -24.41 -58.83 S +1 i +3562.3 4045.85 m +-1.36 -2.82 -3.21 -5.25 -5.59 -7.3 c +-2.54 -2.2 -5.38 -3.85 -8.55 -4.94 c +-3.15 -1.1 -6.46 -1.65 -9.91 -1.65 c +-3.12 0 -6.18 0.39 -9.19 1.16 c +-3 0.78 -5.66 1.96 -8.01 3.55 c +-2.34 1.58 -4.22 3.54 -5.61 5.85 c +-1.41 2.32 -2.1 4.96 -2.1 7.94 c +0 2.2 0.71 3.83 2.16 4.88 c +1.43 1.06 2.98 1.59 4.62 1.59 c +1.73 0 3.31 -0.53 4.75 -1.59 c +1.43 -1.05 2.16 -2.69 2.16 -4.88 c +0 -1.25 -0.24 -2.32 -0.74 -3.18 c +-0.49 -0.87 -1.12 -1.57 -1.9 -2.12 c +-0.78 -0.55 -1.67 -0.92 -2.65 -1.11 c +-1 -0.2 -1.93 -0.21 -2.84 -0.06 c +1.64 -2.83 4.23 -5.04 7.77 -6.65 c +3.54 -1.61 7.4 -2.41 11.59 -2.41 c +2.05 0 3.94 0.5 5.67 1.48 c +1.72 1 3.16 2.32 4.32 3.98 c +1.39 2.06 2.33 4.31 2.82 6.72 c +0.49 2.42 0.73 4.9 0.73 7.44 c +0 2.54 -0.24 5.02 -0.73 7.43 c +-0.49 2.42 -1.43 4.66 -2.82 6.73 c +-1.15 1.66 -2.6 3.01 -4.32 4.04 c +-1.73 1.02 -3.62 1.54 -5.67 1.54 c +-8.39 0 p +-0.73 0 -1.1 0.34 -1.1 1.02 c +0 0.34 p +-0.09 0.3 0 0.56 0.24 0.8 c +0.25 0.23 0.54 0.34 0.86 0.34 c +1.15 0.16 2.3 0.23 3.46 0.23 c +1.15 0 2.3 0.08 3.46 0.23 c +2.13 0.16 4 0.8 5.61 1.94 c +1.6 1.14 2.93 2.61 4 4.41 c +1.07 1.8 1.88 3.86 2.4 6.17 c +0.54 2.31 0.8 4.68 0.8 7.12 c +0 1.81 -0.18 3.51 -0.55 5.12 c +-0.37 1.61 -1.13 3.04 -2.29 4.29 c +-2.21 2.52 -5.04 3.77 -8.49 3.77 c +-3.61 0 -6.92 -0.66 -9.91 -2 c +-3.01 -1.33 -5.25 -3.14 -6.72 -5.41 c +1.72 0.39 3.43 0.08 5.12 -0.95 c +1.68 -1.02 2.52 -2.66 2.52 -4.93 c +0 -1.96 -0.64 -3.44 -1.95 -4.41 c +-1.31 -0.99 -2.73 -1.48 -4.3 -1.48 c +-1.54 0 -2.98 0.49 -4.29 1.48 c +-1.3 0.98 -1.96 2.45 -1.96 4.41 c +0 2.51 0.62 4.76 1.85 6.77 c +1.23 2 2.84 3.7 4.85 5.12 c +2.01 1.41 4.3 2.5 6.88 3.24 c +2.58 0.76 5.22 1.13 7.93 1.13 c +2.86 0 5.64 -0.37 8.35 -1.12 c +2.7 -0.75 5.19 -1.91 7.49 -3.47 c +1.96 -1.34 3.61 -2.99 4.91 -4.95 c +1.31 -1.96 1.96 -4.16 1.96 -6.59 c +0 -2.51 -0.45 -4.86 -1.35 -7.06 c +-0.9 -2.2 -2.1 -4.2 -3.61 -6.01 c +-1.52 -1.8 -3.32 -3.38 -5.41 -4.71 c +-2.09 -1.34 -4.36 -2.39 -6.82 -3.18 c +2.38 -0.4 4.66 -1.06 6.82 -2.01 c +2.18 -0.94 4.2 -2.19 6.09 -3.76 c +2.37 -1.96 4.23 -4.3 5.59 -7 c +1.36 -2.71 2.03 -5.56 2.03 -8.54 c +0 -3.07 -0.67 -6.01 -2.03 -8.83 c +f +8 i +3040 3836.67 0 -117.66 S +3132.49 3836.67 24.41 -58.83 S +3156.9 3777.84 -24.41 -58.83 S +1 i +3071.72 3739.66 0 3.64 P +1.06 0 2.22 0 3.45 0 c +1.23 0 2.42 0.02 3.57 0.06 c +1.16 0.04 2.24 0.12 3.27 0.23 c +1.03 0.12 1.87 0.25 2.53 0.41 c +0.82 0.16 1.45 0.57 1.9 1.24 c +0.45 0.66 0.68 1.43 0.68 2.29 c +0 62.53 p +-2.38 -1.11 -4.95 -1.91 -7.7 -2.4 c +-2.75 -0.47 -5.58 -0.71 -8.45 -0.71 c +0 3.59 p +4.19 0 8.26 0.55 12.2 1.65 c +3.93 1.1 7.34 3.1 10.2 6 c +1.47 0 p +0.9 0 1.35 -0.43 1.35 -1.29 c +0 -69.36 p +0 -0.87 0.23 -1.63 0.67 -2.29 c +0.45 -0.68 1.09 -1.09 1.91 -1.24 c +0.66 -0.16 1.48 -0.29 2.46 -0.41 c +0.99 -0.12 2.08 -0.2 3.27 -0.23 c +1.19 -0.04 2.4 -0.06 3.63 -0.06 c +1.23 0 2.38 0 3.46 0 c +0 -3.64 p +-13.3 0.47 -26.59 0.47 -39.88 0 c +f +255 G +3210.16 4148.94 87.98 -69.68 -41.36 104.34 -46.62 -34.66 f +10 w +4 M +0 J +K +2887.5 4631.09 357.5 -480.95 S +3210.16 4148.94 87.98 -69.68 -41.36 104.34 -46.62 -34.66 f +1 J +1 j +3150 4076.09 60 0 S +3262.5 4076.09 60 0 S +3375 4076.09 60 0 S +2470.47 4203 m +-0.16 -0.72 -0.6 -1.16 -1.32 -1.32 c +-1.32 0 p +-0.72 0 -1.08 0.36 -1.08 1.09 c +0.64 3.91 0.8 7.66 0.48 11.22 c +-0.32 3.55 -1.18 6.7 -2.58 9.41 c +-1.4 2.73 -3.3 4.9 -5.7 6.54 c +-2.4 1.64 -5.32 2.46 -8.76 2.46 c +-4.16 0 -8.32 -1.05 -12.48 -3.12 c +-4.16 -2.09 -7.92 -4.85 -11.28 -8.29 c +-3.93 -4.09 -6.98 -8.59 -9.19 -13.52 c +-2.2 -4.93 -3.94 -9.95 -5.22 -15.08 c +-1.36 -5.2 -2.14 -10.25 -2.34 -15.15 c +-0.2 -4.88 0.66 -9.36 2.58 -13.46 c +1.68 -3.52 4.12 -6.33 7.32 -8.41 c +3.2 -2.08 6.96 -3.12 11.28 -3.12 c +2.32 0 4.63 0.32 6.91 0.95 c +2.28 0.65 4.36 1.55 6.24 2.75 c +1.88 1.18 3.5 2.62 4.86 4.29 c +1.36 1.66 2.28 3.48 2.76 5.46 c +2.52 10.24 p +0.48 1.9 0.29 3.05 -0.59 3.46 c +-0.88 0.39 -2.36 0.63 -4.45 0.71 c +-2.08 0.08 -4.2 0.12 -6.36 0.12 c +-0.4 0 -0.7 0.13 -0.9 0.38 c +-0.21 0.25 -0.22 0.6 -0.06 1.04 c +0.24 1.15 p +0.08 0.43 0.28 0.77 0.6 1.02 c +0.32 0.24 0.68 0.37 1.08 0.37 c +5.6 -0.25 11.32 -0.36 17.16 -0.36 c +3.76 0 7.53 0.12 11.29 0.36 c +0.4 0 0.7 -0.13 0.9 -0.37 c +0.2 -0.25 0.22 -0.59 0.06 -1.02 c +-0.24 -1.15 p +-0.16 -0.95 -0.72 -1.42 -1.68 -1.42 c +-1.36 0 -2.54 -0.04 -3.54 -0.12 c +-1 -0.09 -1.75 -0.29 -2.22 -0.59 c +-0.48 -0.25 -1 -1.43 -1.56 -3.57 c +-6 -23.47 p +0 -0.23 -0.16 -0.52 -0.48 -0.83 c +-0.24 -0.24 -0.56 -0.36 -0.96 -0.36 c +-0.32 0 -0.57 0.13 -0.72 0.36 c +-0.88 1.04 -1.68 2.12 -2.4 3.27 c +-0.72 1.15 -1.28 2.4 -1.68 3.76 c +-2.64 -3.27 -6.12 -5.74 -10.44 -7.45 c +-4.32 -1.71 -8.64 -2.56 -12.96 -2.56 c +-5.28 0 -9.98 1.14 -14.1 3.42 c +-4.12 2.28 -7.46 5.42 -10.02 9.43 c +-2.63 4.32 -4.21 9.11 -4.73 14.39 c +-0.52 5.27 -0.1 10.76 1.26 16.43 c +1.43 5.68 3.76 11.16 6.96 16.44 c +3.2 5.28 7.2 10.08 12 14.4 c +4.48 3.92 9.36 7.04 14.64 9.36 c +5.28 2.32 10.56 3.48 15.84 3.48 c +4.16 0 7.7 -0.94 10.62 -2.82 c +2.92 -1.87 5.22 -4.37 6.9 -7.5 c +8.52 9.72 p +0.24 0.4 0.6 0.6 1.08 0.6 c +0.48 0 p +0.71 0 1 -0.39 0.84 -1.16 c +-8.04 -31.84 p f +cleartomark end end pagesave restore + showpage +%%PageTrailer +%%Trailer +%%Pages: 1 diff --git a/Master/texmf-dist/doc/latex/disser/templates/candidate/fig/nomake.cmd b/Master/texmf-dist/doc/latex/disser/templates/candidate/fig/nomake.cmd index 031ac1797cf..d5b89784882 100644 --- a/Master/texmf-dist/doc/latex/disser/templates/candidate/fig/nomake.cmd +++ b/Master/texmf-dist/doc/latex/disser/templates/candidate/fig/nomake.cmd @@ -1 +1 @@ -@call ..\..\..\include\latex.fig.nmk.cmd %1 %2 %3 %4 %5 %6 %7 %8 %9
\ No newline at end of file +@call ..\..\..\include\latex.fig.nmk.cmd %*
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/disser/templates/candidate/intro.tex b/Master/texmf-dist/doc/latex/disser/templates/candidate/intro.tex index a8dc6c10340..4eb117e2ae3 100644 --- a/Master/texmf-dist/doc/latex/disser/templates/candidate/intro.tex +++ b/Master/texmf-dist/doc/latex/disser/templates/candidate/intro.tex @@ -1,5 +1,9 @@ \intro +% +% Используемые далее команды определяются в файле common.tex. +% + \input{common} % Актуальность работы @@ -36,4 +40,4 @@ % Структура и объем диссертации \structsection -\structtext
\ No newline at end of file +\structtext
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/disser/templates/candidate/nomake.cmd b/Master/texmf-dist/doc/latex/disser/templates/candidate/nomake.cmd index 477673612f6..cf105a9e8ff 100644 --- a/Master/texmf-dist/doc/latex/disser/templates/candidate/nomake.cmd +++ b/Master/texmf-dist/doc/latex/disser/templates/candidate/nomake.cmd @@ -1 +1 @@ -@call ..\..\include\latex.nmk.cmd %1 %2 %3 %4 %5 %6 %7 %8 %9
\ No newline at end of file +@call ..\..\include\latex.nmk.cmd %*
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/disser/templates/candidate/thesis.tex b/Master/texmf-dist/doc/latex/disser/templates/candidate/thesis.tex index a6e511b7ad3..1cf73f2b25e 100644 --- a/Master/texmf-dist/doc/latex/disser/templates/candidate/thesis.tex +++ b/Master/texmf-dist/doc/latex/disser/templates/candidate/thesis.tex @@ -6,7 +6,7 @@ \usepackage[T2A]{fontenc} \usepackage[cp1251]{inputenc} \usepackage[english,russian]{babel} -\usepackage{srcltx} +\usepackage{epstopdf} \graphicspath{{fig/}} % ---------------------------------------------------------------- diff --git a/Master/texmf-dist/doc/latex/disser/templates/doctor/fig/fig.eps b/Master/texmf-dist/doc/latex/disser/templates/doctor/fig/fig.eps index 9aeb4fae0ae..9382ce4351e 100644 --- a/Master/texmf-dist/doc/latex/disser/templates/doctor/fig/fig.eps +++ b/Master/texmf-dist/doc/latex/disser/templates/doctor/fig/fig.eps @@ -1,2661 +1,490 @@ -%!PS-Adobe-3.0 EPSF-3.0
+%!PS-Adobe-3.0 EPSF-3.0 %%BoundingBox: 235 371 361 470 -%%HiResBoundingBox: 236 371.521 360.902 469.38 -%%Creator: Adobe Illustrator(TM) 3.2
-%%AI8_CreatorVersion: 10.0
-%%For: (User) (-)
-%%Title: (2LevelSys.eps)
-%%CreationDate: 12/13/2003 4:07 AM
-%%DocumentProcessColors: Black
-%%DocumentSuppliedResources: procset Adobe_packedarray 2.0 0
-%%+ procset Adobe_cshow 1.1 0
-%%+ procset Adobe_customcolor 1.0 0
-%%+ procset Adobe_pattern_AI3 1.0 0
-%%+ procset Adobe_Illustrator_AI3 1.0 1
-%AI3_ColorUsage: Color
-%AI3_IncludePlacedImages
-%AI3_TemplateBox: 298.5 420.3896 298.5 420.3896
-%AI3_TileBox: 239 -327 815 465
-%AI3_DocumentPreview: PC_ColorTIFF
-%%PageOrigin:239 -327
-%%AI3_PaperRect:-8 834 587 -8
-%%AI3_Margin:8 -40 -9 8
-%AI7_GridSettings: 28.3465 10 28.3465 10 1 0 0.8 0.8 0.8 0.9 0.9 0.9
-%AI9_Flatten: 1
-%%EndComments
-%%BeginProlog
-%%BeginResource: procset Adobe_packedarray 2.0 0
-%%Title: (Packed Array Operators)
-%%Version: 2.0 0
-%%CreationDate: (8/2/90) ()
-%%Copyright: ((C) 1987-1996 Adobe Systems Incorporated All Rights Reserved)
-userdict /Adobe_packedarray 5 dict dup begin put
-/initialize
-{
-/packedarray where
- {
- pop
- }
- {
- Adobe_packedarray begin
- Adobe_packedarray
- {
- dup xcheck
- {
- bind
- } if
- userdict 3 1 roll put
- } forall
- end
- } ifelse
-} def
-/terminate
-{
-} def
-/packedarray
-{
-array astore readonly
-} def
-/setpacking
-{
-pop
-} def
-/currentpacking
-{
-false
-} def
-currentdict readonly pop end
-%%EndResource
-Adobe_packedarray /initialize get exec
-%%BeginResource: procset Adobe_cshow 1.1 0
-%%Title: (cshow Operator)
-%%Version: 1.1 0
-%%CreationDate: (1/23/89) ()
-%%Copyright: ((C) 1987-1996 Adobe Systems Incorporated All Rights Reserved)
-currentpacking true setpacking
-userdict /Adobe_cshow 3 dict dup begin put
-/initialize
-{
-/cshow where
- {
- pop
- }
- {
- userdict /Adobe_cshow_vars 1 dict dup begin put
- /_cshow
- {} def
- Adobe_cshow begin
- Adobe_cshow
- {
- dup xcheck
- {
- bind
- } if
- userdict 3 1 roll put
- } forall
- end
- end
- } ifelse
-} def
-/terminate
-{
-} def
-/cshow
-{
-exch
-Adobe_cshow_vars
- exch /_cshow
- exch put
- {
- 0 0 Adobe_cshow_vars /_cshow get exec
- } forall
-} def
-currentdict readonly pop end
-setpacking
-%%EndResource
-%%BeginResource: procset Adobe_customcolor 1.0 0
-%%Title: (Custom Color Operators)
-%%Version: 1.0 0
-%%CreationDate: (5/9/88) ()
-%%Copyright: ((C) 1987-1996 Adobe Systems Incorporated All Rights Reserved)
-currentpacking true setpacking
-userdict /Adobe_customcolor 5 dict dup begin put
-/initialize
-{
-/setcustomcolor where
- {
- pop
- }
- {
- Adobe_customcolor begin
- Adobe_customcolor
- {
- dup xcheck
- {
- bind
- } if
- pop pop
- } forall
- end
- Adobe_customcolor begin
- } ifelse
-} def
-/terminate
-{
-currentdict Adobe_customcolor eq
- {
- end
- } if
-} def
-/findcmykcustomcolor
-{
-5 packedarray
-} def
-/setcustomcolor
-{
-exch
-aload pop pop
-4
- {
- 4 index mul 4 1 roll
- } repeat
-5 -1 roll pop
-setcmykcolor
-} def
-/setoverprint
-{
-pop
-} def
-currentdict readonly pop end
-setpacking
-%%EndResource
-%%BeginResource: procset Adobe_pattern_AI3 1.1 0
-%%Title: (Adobe Illustrator (R) Version 3.0 Pattern Operators)
-%%Version: 1.1 0
-%%CreationDate: (7/21/89) ()
-%%Copyright: ((C) 1987-1996 Adobe Systems Incorporated All Rights Reserved)
-currentpacking true setpacking
-userdict /Adobe_pattern_AI3 16 dict dup begin put
-/initialize
-{
-/definepattern where
- {
- pop
- }
- {
- Adobe_pattern_AI3 begin
- Adobe_pattern_AI3
- {
- dup xcheck
- {
- bind
- } if
- pop pop
- } forall
- mark
- cachestatus 7 1 roll pop pop pop pop exch pop exch
- {
- {
- 10000 add
- dup 2 index gt
- {
- exit
- } if
- dup setcachelimit
- } loop
- } stopped
- cleartomark
- } ifelse
-} def
-/terminate
-{
-currentdict Adobe_pattern_AI3 eq
- {
- end
- } if
-} def
-errordict
-/nocurrentpoint
-{
-pop
-stop
-} put
-errordict
-/invalidaccess
-{
-pop
-stop
-} put
-/patternencoding
-256 array def
-0 1 255
-{
-patternencoding exch ( ) 2 copy exch 0 exch put cvn put
-} for
-/definepattern
-{
-17 dict begin
-/uniform exch def
-/cache exch def
-/key exch def
-/procarray exch def
-/mtx exch matrix invertmatrix def
-/height exch def
-/width exch def
-/ctm matrix currentmatrix def
-/ptm matrix def
-/str 32 string def
-/slice 9 dict def
-slice /s 1 put
-slice /q 256 procarray length div sqrt floor cvi put
-slice /b 0 put
-/FontBBox [0 0 0 0] def
-/FontMatrix mtx matrix copy def
-/Encoding patternencoding def
-/FontType 3 def
-/BuildChar
- {
- exch
- begin
- /setstrokeadjust where {pop true setstrokeadjust} if
- slice begin
- dup q dup mul mod s idiv /i exch def
- dup q dup mul mod s mod /j exch def
- q dup mul idiv procarray exch get
- /xl j width s div mul def
- /xg j 1 add width s div mul def
- /yl i height s div mul def
- /yg i 1 add height s div mul def
- uniform
- {
- 1 1
- }
- {
- width 0 dtransform
- dup mul exch dup mul add sqrt dup 1 add exch div
- 0 height dtransform
- dup mul exch dup mul add sqrt dup 1 add exch div
- } ifelse
- width 0 cache
- {
- xl 4 index mul yl 4 index mul xg 6 index mul yg 6 index mul
- setcachedevice
- }
- {
- setcharwidth
- } ifelse
- gsave
- scale
- newpath
- xl yl moveto
- xg yl lineto
- xg yg lineto
- xl yg lineto
- closepath
- clip
- newpath
- end
- end
- exec
- grestore
- } def
-key currentdict definefont
-end
-} def
-/patterncachesize
-{
-gsave
-newpath
-0 0 moveto
-width 0 lineto
-width height lineto
-0 height lineto
-closepath
-patternmatrix setmatrix
-pathbbox
-exch ceiling 4 -1 roll floor sub 3 1 roll
-ceiling exch floor sub
-mul 1 add
-grestore
-} def
-/patterncachelimit
-{
-cachestatus 7 1 roll 6 npop 8 mul
-} def
-/patternpath
-{
-exch dup begin setfont
-ctm setmatrix
-concat
-slice exch /b exch slice /q get dup mul mul put
-FontMatrix concat
-uniform
- {
- width 0 dtransform round width div exch round width div exch
- 0 height dtransform round height div exch height div exch
- 0 0 transform round exch round exch
- ptm astore setmatrix
- }
- {
- ptm currentmatrix pop
- } ifelse
-{currentpoint} stopped not
- {
- 2 npop
- pathbbox
- true
- 4 index 3 index eq
- 4 index 3 index eq
- and
- {
- pop false
- {
- {2 npop}
- {3 npop true}
- {7 npop true}
- {pop true}
- pathforall
- } stopped
- {
- 5 npop true
- } if
- } if
- {
- height div ceiling height mul 4 1 roll
- width div ceiling width mul 4 1 roll
- height div floor height mul 4 1 roll
- width div floor width mul 4 1 roll
- 2 index sub height div ceiling cvi exch
- 3 index sub width div ceiling cvi exch
- 4 2 roll moveto
- FontMatrix mtx invertmatrix
- dup dup 4 get exch 5 get rmoveto
- ptm ptm concatmatrix pop
- slice /s
- patterncachesize patterncachelimit div ceiling sqrt ceiling cvi
- dup slice /q get gt
- {
- pop slice /q get
- } if
- put
- 0 1 slice /s get dup mul 1 sub
- {
- slice /b get add
- gsave
- 0 1 str length 1 sub
- {
- str exch 2 index put
- } for
- pop
- dup
- {
- gsave
- ptm setmatrix
- 1 index str length idiv {str show} repeat
- 1 index str length mod str exch 0 exch getinterval show
- grestore
- 0 height rmoveto
- } repeat
- grestore
- } for
- 2 npop
- }
- {
- 4 npop
- } ifelse
- } if
-end
-} def
-/patternclip
-{
-clip
-} def
-/patternstrokepath
-{
-strokepath
-} def
-/patternmatrix
-matrix def
-/patternfill
-{
-dup type /dicttype eq
- {
- Adobe_pattern_AI3 /patternmatrix get
- } if
-gsave
-patternclip
-Adobe_pattern_AI3 /patternpath get exec
-grestore
-newpath
-} def
-/patternstroke
-{
-dup type /dicttype eq
- {
- Adobe_pattern_AI3 /patternmatrix get
- } if
-gsave
-patternstrokepath
-true
- {
- {
- {
- newpath
- moveto
- }
- {
- lineto
- }
- {
- curveto
- }
- {
- closepath
- 3 copy
- Adobe_pattern_AI3 /patternfill get exec
- } pathforall
- 3 npop
- } stopped
- {
- 5 npop
- patternclip
- Adobe_pattern_AI3 /patternfill get exec
- } if
- }
- {
- patternclip
- Adobe_pattern_AI3 /patternfill get exec
- } ifelse
-grestore
-newpath
-} def
-/patternashow
-{
-3 index type /dicttype eq
- {
- Adobe_pattern_AI3 /patternmatrix get 4 1 roll
- } if
- {
- 2 npop (0) exch
- 2 copy 0 exch put pop
- gsave
- false charpath currentpoint
- 6 index 6 index 6 index
- Adobe_pattern_AI3 /patternfill get exec
- grestore
- newpath moveto
- 2 copy rmoveto
- } exch cshow
-5 npop
-} def
-/patternawidthshow
-{
-6 index type /dicttype eq
- {
- Adobe_pattern_AI3 /patternmatrix get 7 1 roll
- } if
- {
- 2 npop (0) exch
- 2 copy 0 exch put
- gsave
- _sp eq {5 index 5 index rmoveto} if
- false charpath currentpoint
- 9 index 9 index 9 index
- Adobe_pattern_AI3 /patternfill get exec
- grestore
- newpath moveto
- 2 copy rmoveto
- } exch cshow
-8 npop
-} def
-/patternashowstroke
-{
-4 index type /dicttype eq
- {
- patternmatrix /patternmatrix get 5 1 roll
- } if
-4 1 roll
- {
- 2 npop (0) exch
- 2 copy 0 exch put pop
- gsave
- false charpath
- currentpoint
- 4 index setmatrix
- 7 index 7 index 7 index
- Adobe_pattern_AI3 /patternstroke get exec
- grestore
- newpath moveto
- 2 copy rmoveto
- } exch cshow
-6 npop
-} def
-/patternawidthshowstroke
-{
-7 index type /dicttype eq
- {
- patternmatrix /patternmatrix get 8 1 roll
- } if
-7 1 roll
- {
- 2 npop (0) exch
- 2 copy 0 exch put
- gsave
- _sp eq {5 index 5 index rmoveto} if
- false charpath currentpoint
- 7 index setmatrix
- 10 index 10 index 10 index
- Adobe_pattern_AI3 /patternstroke get exec
- grestore
- newpath moveto
- 2 copy rmoveto
- } exch cshow
-9 npop
-} def
-currentdict readonly pop end
-setpacking
-%%EndResource
-%%BeginResource: procset Adobe_Illustrator_AI3 1.1 0
-%%Title: (Adobe Illustrator (R) Version 3.0 Full Prolog)
-%%Version: 1.1 0
-%%CreationDate: (3/7/1994) ()
-%%Copyright: ((C) 1987-1996 Adobe Systems Incorporated All Rights Reserved)
-currentpacking true setpacking
-userdict /Adobe_Illustrator_AI3 71 dict dup begin put
-/initialize
-{
-userdict /Adobe_Illustrator_AI3_vars 67 dict dup begin put
-/_lp /none def
-/_pf {} def
-/_ps {} def
-/_psf {} def
-/_pss {} def
-/_pjsf {} def
-/_pjss {} def
-/_pola 0 def
-/_doClip 0 def
-/cf currentflat def
-/_tm matrix def
-/_renderStart [/e0 /r0 /a0 /o0 /e1 /r1 /a1 /i0] def
-/_renderEnd [null null null null /i1 /i1 /i1 /i1] def
-/_render -1 def
-/_rise 0 def
-/_ax 0 def
-/_ay 0 def
-/_cx 0 def
-/_cy 0 def
-/_leading [0 0] def
-/_ctm matrix def
-/_mtx matrix def
-/_sp 16#020 def
-/_hyphen (-) def
-/_fScl 0 def
-/_cnt 0 def
-/_hs 1 def
-/_nativeEncoding 0 def
-/_useNativeEncoding 0 def
-/_tempEncode 0 def
-/_pntr 0 def
-/_tDict 2 dict def
-/_wv 0 def
-/Tx {} def
-/Tj {} def
-/CRender {} def
-/_AI3_savepage {} def
-/_gf null def
-/_cf 4 array def
-/_if null def
-/_of false def
-/_fc {} def
-/_gs null def
-/_cs 4 array def
-/_is null def
-/_os false def
-/_sc {} def
-/_pd 1 dict def
-/_ed 15 dict def
-/_pm matrix def
-/_fm null def
-/_fd null def
-/_fdd null def
-/_sm null def
-/_sd null def
-/_sdd null def
-/_i null def
-Adobe_Illustrator_AI3 begin
-Adobe_Illustrator_AI3 dup /nc get begin
- {
- dup xcheck
- {
- bind
- } if
- pop pop
- } forall
-end
-end
-end
-Adobe_Illustrator_AI3 begin
-Adobe_Illustrator_AI3_vars begin
-newpath
-} def
-/terminate
-{
-end
-end
-} def
-/_
-null def
-/ddef
-{
-Adobe_Illustrator_AI3_vars 3 1 roll put
-} def
-/xput
-{
-dup load dup length exch maxlength eq
- {
- dup dup load dup
- length 2 mul dict copy def
- } if
-load begin def end
-} def
-/npop
-{
- {
- pop
- } repeat
-} def
-/sw
-{
-dup length exch stringwidth
-exch 5 -1 roll 3 index mul add
-4 1 roll 3 1 roll mul add
-} def
-/swj
-{
-dup 4 1 roll
-dup length exch stringwidth
-exch 5 -1 roll 3 index mul add
-4 1 roll 3 1 roll mul add
-6 2 roll /_cnt 0 ddef
-{1 index eq {/_cnt _cnt 1 add ddef} if} forall pop
-exch _cnt mul exch _cnt mul 2 index add 4 1 roll 2 index add 4 1 roll pop pop
-} def
-/ss
-{
-4 1 roll
- {
- 2 npop
- (0) exch 2 copy 0 exch put pop
- gsave
- false charpath currentpoint
- 4 index setmatrix
- stroke
- grestore
- moveto
- 2 copy rmoveto
- } exch cshow
-3 npop
-} def
-/jss
-{
-4 1 roll
- {
- 2 npop
- (0) exch 2 copy 0 exch put
- gsave
- _sp eq
- {
- exch 6 index 6 index 6 index 5 -1 roll widthshow
- currentpoint
- }
- {
- false charpath currentpoint
- 4 index setmatrix stroke
- }ifelse
- grestore
- moveto
- 2 copy rmoveto
- } exch cshow
-6 npop
-} def
-/sp
-{
- {
- 2 npop (0) exch
- 2 copy 0 exch put pop
- false charpath
- 2 copy rmoveto
- } exch cshow
-2 npop
-} def
-/jsp
-{
- {
- 2 npop
- (0) exch 2 copy 0 exch put
- _sp eq
- {
- exch 5 index 5 index 5 index 5 -1 roll widthshow
- }
- {
- false charpath
- }ifelse
- 2 copy rmoveto
- } exch cshow
-5 npop
-} def
-/pl
-{
-transform
-0.25 sub round 0.25 add exch
-0.25 sub round 0.25 add exch
-itransform
-} def
-/setstrokeadjust where
- {
- pop true setstrokeadjust
- /c
- {
- curveto
- } def
- /C
- /c load def
- /v
- {
- currentpoint 6 2 roll curveto
- } def
- /V
- /v load def
- /y
- {
- 2 copy curveto
- } def
- /Y
- /y load def
- /l
- {
- lineto
- } def
- /L
- /l load def
- /m
- {
- moveto
- } def
- }
- {
- /c
- {
- pl curveto
- } def
- /C
- /c load def
- /v
- {
- currentpoint 6 2 roll pl curveto
- } def
- /V
- /v load def
- /y
- {
- pl 2 copy curveto
- } def
- /Y
- /y load def
- /l
- {
- pl lineto
- } def
- /L
- /l load def
- /m
- {
- pl moveto
- } def
- } ifelse
-/d
-{
-setdash
-} def
-/cf {} def
-/i
-{
-dup 0 eq
- {
- pop cf
- } if
-setflat
-} def
-/j
-{
-setlinejoin
-} def
-/J
-{
-setlinecap
-} def
-/M
-{
-setmiterlimit
-} def
-/w
-{
-setlinewidth
-} def
-/H
-{} def
-/h
-{
-closepath
-} def
-/N
-{
-_pola 0 eq
- {
- _doClip 1 eq {clip /_doClip 0 ddef} if
- newpath
- }
- {
- /CRender {N} ddef
- }ifelse
-} def
-/n
-{N} def
-/F
-{
-_pola 0 eq
- {
- _doClip 1 eq
- {
- gsave _pf grestore clip newpath /_lp /none ddef _fc
- /_doClip 0 ddef
- }
- {
- _pf
- }ifelse
- }
- {
- /CRender {F} ddef
- }ifelse
-} def
-/f
-{
-closepath
-F
-} def
-/S
-{
-_pola 0 eq
- {
- _doClip 1 eq
- {
- gsave _ps grestore clip newpath /_lp /none ddef _sc
- /_doClip 0 ddef
- }
- {
- _ps
- }ifelse
- }
- {
- /CRender {S} ddef
- }ifelse
-} def
-/s
-{
-closepath
-S
-} def
-/B
-{
-_pola 0 eq
- {
- _doClip 1 eq
- gsave F grestore
- {
- gsave S grestore clip newpath /_lp /none ddef _sc
- /_doClip 0 ddef
- }
- {
- S
- }ifelse
- }
- {
- /CRender {B} ddef
- }ifelse
-} def
-/b
-{
-closepath
-B
-} def
-/W
-{
-/_doClip 1 ddef
-} def
-/*
-{
-count 0 ne
- {
- dup type (stringtype) eq {pop} if
- } if
-_pola 0 eq {newpath} if
-} def
-/u
-{} def
-/U
-{} def
-/q
-{
-_pola 0 eq {gsave} if
-} def
-/Q
-{
-_pola 0 eq {grestore} if
-} def
-/*u
-{
-_pola 1 add /_pola exch ddef
-} def
-/*U
-{
-_pola 1 sub /_pola exch ddef
-_pola 0 eq {CRender} if
-} def
-/D
-{pop} def
-/*w
-{} def
-/*W
-{} def
-/`
-{
-/_i save ddef
-6 1 roll 4 npop
-concat pop
-userdict begin
-/showpage {} def
-0 setgray
-0 setlinecap
-1 setlinewidth
-0 setlinejoin
-10 setmiterlimit
-[] 0 setdash
-/setstrokeadjust where {pop false setstrokeadjust} if
-newpath
-0 setgray
-false setoverprint
-} def
-/~
-{
-end
-_i restore
-} def
-/@
-{} def
-/&
-{} def
-/O
-{
-0 ne
-/_of exch ddef
-/_lp /none ddef
-} def
-/R
-{
-0 ne
-/_os exch ddef
-/_lp /none ddef
-} def
-/g
-{
-/_gf exch ddef
-/_fc
-{
-_lp /fill ne
- {
- _of setoverprint
- _gf setgray
- /_lp /fill ddef
- } if
-} ddef
-/_pf
-{
-_fc
-fill
-} ddef
-/_psf
-{
-_fc
-ashow
-} ddef
-/_pjsf
-{
-_fc
-awidthshow
-} ddef
-/_lp /none ddef
-} def
-/G
-{
-/_gs exch ddef
-/_sc
-{
-_lp /stroke ne
- {
- _os setoverprint
- _gs setgray
- /_lp /stroke ddef
- } if
-} ddef
-/_ps
-{
-_sc
-stroke
-} ddef
-/_pss
-{
-_sc
-ss
-} ddef
-/_pjss
-{
-_sc
-jss
-} ddef
-/_lp /none ddef
-} def
-/k
-{
-_cf astore pop
-/_fc
-{
-_lp /fill ne
- {
- _of setoverprint
- _cf aload pop setcmykcolor
- /_lp /fill ddef
- } if
-} ddef
-/_pf
-{
-_fc
-fill
-} ddef
-/_psf
-{
-_fc
-ashow
-} ddef
-/_pjsf
-{
-_fc
-awidthshow
-} ddef
-/_lp /none ddef
-} def
-/K
-{
-_cs astore pop
-/_sc
-{
-_lp /stroke ne
- {
- _os setoverprint
- _cs aload pop setcmykcolor
- /_lp /stroke ddef
- } if
-} ddef
-/_ps
-{
-_sc
-stroke
-} ddef
-/_pss
-{
-_sc
-ss
-} ddef
-/_pjss
-{
-_sc
-jss
-} ddef
-/_lp /none ddef
-} def
-/x
-{
-/_gf exch ddef
-findcmykcustomcolor
-/_if exch ddef
-/_fc
-{
-_lp /fill ne
- {
- _of setoverprint
- _if _gf 1 exch sub setcustomcolor
- /_lp /fill ddef
- } if
-} ddef
-/_pf
-{
-_fc
-fill
-} ddef
-/_psf
-{
-_fc
-ashow
-} ddef
-/_pjsf
-{
-_fc
-awidthshow
-} ddef
-/_lp /none ddef
-} def
-/X
-{
-/_gs exch ddef
-findcmykcustomcolor
-/_is exch ddef
-/_sc
-{
-_lp /stroke ne
- {
- _os setoverprint
- _is _gs 1 exch sub setcustomcolor
- /_lp /stroke ddef
- } if
-} ddef
-/_ps
-{
-_sc
-stroke
-} ddef
-/_pss
-{
-_sc
-ss
-} ddef
-/_pjss
-{
-_sc
-jss
-} ddef
-/_lp /none ddef
-} def
-/dp
-{
-dup null eq
-{
-pop
-_dp 0 ne
- {
- 0 1 _dp 1 sub _dl mod
- {
- _da exch get 3 get
- } for
- _dp 1 sub _dl mod 1 add packedarray
- _da 0 get aload pop 8 -1 roll 5 -1 roll pop 4 1 roll
- definepattern pop
- } if
-}
-{
-_dp 0 ne _dp _dl mod 0 eq and
- {
- null dp
- } if
-7 packedarray _da exch _dp _dl mod exch put
-_dp _dl mod _da 0 get 4 get 2 packedarray
-/_dp _dp 1 add def
-} ifelse
-} def
-/E
-{
-_ed begin
-dup 0 get type /arraytype ne
- {
- 0
- {
- dup 1 add index type /arraytype eq
- {
- 1 add
- }
- {
- exit
- } ifelse
- } loop
- array astore
- } if
-/_dd exch def
-/_ury exch def
-/_urx exch def
-/_lly exch def
-/_llx exch def
-/_n exch def
-/_y 0 def
-/_dl 4 def
-/_dp 0 def
-/_da _dl array def
-0 1 _dd length 1 sub
- {
- /_d exch _dd exch get def
- 0 2 _d length 2 sub
- {
- /_x exch def
- /_c _d _x get _ ne def
- /_r _d _x 1 add get cvlit def
- _r _ ne
- {
- _urx _llx sub _ury _lly sub [1 0 0 1 0 0]
- [
- /save cvx
- _llx neg _lly neg /translate cvx
- _c
- {
- nc /begin cvx
- } if
- _r dup type /stringtype eq
- {
- cvx
- }
- {
- {exec} /forall cvx
- } ifelse
- _c
- {
- /end cvx
- } if
- /restore cvx
- ] cvx
- /_fn 12 _n length add string def
- _y _fn cvs pop
- /_y _y 1 add def
- _fn 12 _n putinterval
- _fn _c false dp
- _d exch _x 1 add exch put
- } if
- } for
- } for
-null dp
-_n _dd /_pd
-end xput
-} def
-/fc
-{
-_fm dup concatmatrix pop
-} def
-/p
-{
-/_fm exch ddef
-9 -2 roll _pm translate fc
-7 -2 roll _pm scale fc
-5 -1 roll _pm rotate fc
-4 -2 roll exch 0 ne
- {
- dup _pm rotate fc
- 1 -1 _pm scale fc
- neg _pm rotate fc
- }
- {
- pop
- } ifelse
-dup _pm rotate fc
-exch dup sin exch cos div 1 0 0 1 0 6 2 roll
-_pm astore fc
-neg _pm rotate fc
-_pd exch get /_fdd exch ddef
-/_pf
-{
-save
-/_doClip 0 ddef
-0 1 _fdd length 1 sub
- {
- /_fd exch _fdd exch get ddef
- _fd
- 0 2 _fd length 2 sub
- {
- gsave
- 2 copy get dup _ ne
- {
- cvx exec _fc
- }
- {
- pop
- } ifelse
- 2 copy 1 add get dup _ ne
- {
- aload pop findfont _fm
- patternfill
- }
- {
- pop
- fill
- } ifelse
- grestore
- pop
- } for
- pop
- } for
-restore
-newpath
-} ddef
-/_psf
-{
-save
-/_doClip 0 ddef
-0 1 _fdd length 1 sub
- {
- /_fd exch _fdd exch get ddef
- _fd
- 0 2 _fd length 2 sub
- {
- gsave
- 2 copy get dup _ ne
- {
- cvx exec _fc
- }
- {
- pop
- } ifelse
- 2 copy 1 add get dup _ ne
- {
- aload pop findfont _fm
- 9 copy 6 npop patternashow
- }
- {
- pop
- 6 copy 3 npop ashow
- } ifelse
- grestore
- pop
- } for
- pop
- } for
-restore
-%3 npop newpath
-sw rmoveto
-} ddef
-/_pjsf
-{
-save
-/_doClip 0 ddef
-0 1 _fdd length 1 sub
- {
- /_fd exch _fdd exch get ddef
- _fd
- 0 2 _fd length 2 sub
- {
- gsave
- 2 copy get dup _ ne
- {
- cvx exec _fc
- }
- {
- pop
- } ifelse
- 2 copy 1 add get dup _ ne
- {
- aload pop findfont _fm
- 12 copy 6 npop patternawidthshow
- }
- {
- pop 9 copy 3 npop awidthshow
- } ifelse
- grestore
- pop
- } for
- pop
- } for
-restore
-swj rmoveto
-} ddef
-/_lp /none ddef
-} def
-/sc
-{
-_sm dup concatmatrix pop
-} def
-/P
-{
-/_sm exch ddef
-9 -2 roll _pm translate sc
-7 -2 roll _pm scale sc
-5 -1 roll _pm rotate sc
-4 -2 roll exch 0 ne
- {
- dup _pm rotate sc
- 1 -1 _pm scale sc
- neg _pm rotate sc
- }
- {
- pop
- } ifelse
-dup _pm rotate sc
-exch dup sin exch cos div 1 0 0 1 0 6 2 roll
-_pm astore sc
-neg _pm rotate sc
-_pd exch get /_sdd exch ddef
-/_ps
-{
-save
-/_doClip 0 ddef
-0 1 _sdd length 1 sub
- {
- /_sd exch _sdd exch get ddef
- _sd
- 0 2 _sd length 2 sub
- {
- gsave
- 2 copy get dup _ ne
- {
- cvx exec _sc
- }
- {
- pop
- } ifelse
- 2 copy 1 add get dup _ ne
- {
- aload pop findfont _sm
- patternstroke
- }
- {
- pop stroke
- } ifelse
- grestore
- pop
- } for
- pop
- } for
-restore
-newpath
-} ddef
-/_pss
-{
-save
-/_doClip 0 ddef
-0 1 _sdd length 1 sub
- {
- /_sd exch _sdd exch get ddef
- _sd
- 0 2 _sd length 2 sub
- {
- gsave
- 2 copy get dup _ ne
- {
- cvx exec _sc
- }
- {
- pop
- } ifelse
- 2 copy 1 add get dup _ ne
- {
- aload pop findfont _sm
- 10 copy 6 npop patternashowstroke
- }
- {
- pop 7 copy 3 npop ss
- } ifelse
- grestore
- pop
- } for
- pop
- } for
-restore
-pop sw rmoveto
-} ddef
-/_pjss
-{
-save
-/_doClip 0 ddef
-0 1 _sdd length 1 sub
- {
- /_sd exch _sdd exch get ddef
- _sd
- 0 2 _sd length 2 sub
- {
- gsave
- 2 copy get dup _ ne
- {
- cvx exec _sc
- }
- {
- pop
- } ifelse
- 2 copy 1 add get dup _ ne
- {
- aload pop findfont _sm
- 13 copy 6 npop patternawidthshowstroke
- }
- {
- pop 10 copy 3 npop jss
- } ifelse
- grestore
- pop
- } for
- pop
- } for
-restore
-pop swj rmoveto
-} ddef
-/_lp /none ddef
-} def
-/A
-{
-pop
-} def
-/nc 3 dict def
-nc begin
-/setgray
-{
-pop
-} bind def
-/setcmykcolor
-{
-4 npop
-} bind def
-/setcustomcolor
-{
-2 npop
-} bind def
-currentdict readonly pop end
-currentdict readonly pop end
-setpacking
-/annotatepage
-{
-} def
-%%EndResource
-%%EndProlog
-%%BeginSetup
-Adobe_cshow /initialize get exec
-Adobe_customcolor /initialize get exec
-Adobe_pattern_AI3 /initialize get exec
-Adobe_Illustrator_AI3 /initialize get exec
-%AI3_BeginPattern: (Azure Rings)
-(Azure Rings) 22.5 22.5 58.5 58.5 [
-%AI3_Tile
-(0 O 0 R 0.9569 0.9294 0 0 k
- 0.9569 0.9294 0 0 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 1.75 w 4 M []0 d
40.5 58.5 m
-40.5 48.5586 32.4409 40.5 22.5 40.5 c
-12.5591 40.5 4.5 48.5586 4.5 58.5 c
-4.5 68.4414 12.5591 76.5 22.5 76.5 c
-32.4409 76.5 40.5 68.4414 40.5 58.5 c
-s
40.5 22.5 m
-40.5 12.5586 32.4409 4.5 22.5 4.5 c
-12.5591 4.5 4.5 12.5586 4.5 22.5 c
-4.5 32.4414 12.5591 40.5 22.5 40.5 c
-32.4409 40.5 40.5 32.4414 40.5 22.5 c
-s
40.5 40.5 m
-40.5 30.5586 32.4409 22.5 22.5 22.5 c
-12.5591 22.5 4.5 30.5586 4.5 40.5 c
-4.5 50.4414 12.5591 58.5 22.5 58.5 c
-32.4409 58.5 40.5 50.4414 40.5 40.5 c
-s
58.5 58.5 m
-58.5 48.5586 50.4409 40.5 40.5 40.5 c
-30.5591 40.5 22.5 48.5586 22.5 58.5 c
-22.5 68.4414 30.5591 76.5 40.5 76.5 c
-50.4409 76.5 58.5 68.4414 58.5 58.5 c
-s
58.5 22.5 m
-58.5 12.5586 50.4409 4.5 40.5 4.5 c
-30.5591 4.5 22.5 12.5586 22.5 22.5 c
-22.5 32.4414 30.5591 40.5 40.5 40.5 c
-50.4409 40.5 58.5 32.4414 58.5 22.5 c
-s
58.5 40.5 m
-58.5 30.5586 50.4409 22.5 40.5 22.5 c
-30.5591 22.5 22.5 30.5586 22.5 40.5 c
-22.5 50.4414 30.5591 58.5 40.5 58.5 c
-50.4409 58.5 58.5 50.4414 58.5 40.5 c
-s
76.5 58.5 m
-76.5 48.5586 68.4409 40.5 58.5 40.5 c
-48.5591 40.5 40.5 48.5586 40.5 58.5 c
-40.5 68.4414 48.5591 76.5 58.5 76.5 c
-68.4409 76.5 76.5 68.4414 76.5 58.5 c
-s
76.5 22.5 m
-76.5 12.5586 68.4409 4.5 58.5 4.5 c
-48.5591 4.5 40.5 12.5586 40.5 22.5 c
-40.5 32.4414 48.5591 40.5 58.5 40.5 c
-68.4409 40.5 76.5 32.4414 76.5 22.5 c
-s
76.5 40.5 m
-76.5 30.5586 68.4409 22.5 58.5 22.5 c
-48.5591 22.5 40.5 30.5586 40.5 40.5 c
-40.5 50.4414 48.5591 58.5 58.5 58.5 c
-68.4409 58.5 76.5 50.4414 76.5 40.5 c
-s
%AI6_EndPatternLayer
-) &
-] E
-%AI3_EndPattern
-%AI3_BeginPattern: (Camouflage)
-(Camouflage) 1 1 73 73 [
-%AI3_Tile
-(0 O 0 R 0.6039 0.1412 0.9333 0.0275 k
- 0.6039 0.1412 0.9333 0.0275 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 1 w 4 M []0 d
1 73 m
-1 1 L
-73 1 L
-73 73 L
-1 73 L
-f
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0.4941 0.3529 0.9451 0.2 k
- 0.4941 0.3529 0.9451 0.2 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 1 w 4 M []0 d
18.5449 73 m
-18.5449 1 L
-46.7832 1 L
-46.7832 73 L
-18.5449 73 L
-f
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0.1882 0.1098 0.898 0.0157 k
- 0.1882 0.1098 0.898 0.0157 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 1 w 4 M []0 d
11.9512 1 m
-11.9512 4.7129 9.2314 2.8813 9.2314 6.5938 c
-9.2314 10.2334 4.25 10.2334 4.25 13.8735 c
-4.25 17.4858 10.0313 17.4858 10.0313 21.0991 c
-10.0313 24.832 10.208 24.832 10.208 28.5654 c
-10.208 32.3071 5.5205 32.3071 5.5205 36.0469 c
-5.5205 39.7021 11.8838 39.7021 11.8838 43.356 c
-11.8838 47.0566 7.4609 47.0566 7.4609 50.7568 c
-7.4609 54.4043 5.7959 54.4043 5.7959 58.0542 c
-5.7959 61.7686 4.6631 61.7686 4.6631 65.4805 c
-4.6631 69.1636 11.9512 69.3184 11.9512 73 C
-27.9268 73 L
-27.9268 69.3184 22.0635 69.1636 22.0635 65.4805 c
-22.0635 61.7686 28.6631 61.7686 28.6631 58.0542 c
-28.6631 54.4043 25.1553 54.4043 25.1553 50.7568 c
-25.1553 47.0566 28.8145 47.0566 28.8145 43.356 c
-28.8145 39.7021 22.1191 39.7021 22.1191 36.0469 c
-22.1191 32.3071 26.3945 32.3071 26.3945 28.5654 c
-26.3945 24.832 24.4248 24.832 24.4248 21.0991 c
-24.4248 17.4858 20.3838 17.4858 20.3838 13.8735 c
-20.3838 10.2334 24.6055 10.2334 24.6055 6.5938 c
-24.6055 2.8813 27.9268 4.7129 27.9268 1 C
-11.9512 1 L
-f
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0.9216 0.2157 0.9294 0.0745 k
- 0.9216 0.2157 0.9294 0.0745 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 1 w 4 M []0 d
41.875 1 m
-41.875 4.7134 42.3867 2.8818 42.3867 6.5938 c
-42.3867 10.2334 40.5947 10.2334 40.5947 13.8735 c
-40.5947 17.4858 41.5742 17.4858 41.5742 21.0991 c
-41.5742 24.832 43.6484 24.832 43.6484 28.5659 c
-43.6484 32.3076 39.1709 32.3076 39.1709 36.0469 c
-39.1709 39.7026 39.7549 39.7026 39.7549 43.356 c
-39.7549 47.0566 45.3896 47.0566 45.3896 50.7568 c
-45.3896 54.4043 40.1055 54.4043 40.1055 58.0542 c
-40.1055 61.7686 40.6289 61.7686 40.6289 65.4805 c
-40.6289 69.1636 41.875 69.3184 41.875 73 C
-59.0752 73 L
-59.0752 69.4219 53.4805 70.1934 53.4805 66.6143 c
-53.4805 62.9136 55.8945 62.9136 55.8945 59.2153 c
-55.8945 55.502 61.0059 55.502 61.0059 51.7886 c
-61.0059 48.1489 60.5635 48.1489 60.5635 44.5103 c
-60.5635 40.897 59.9277 40.897 59.9277 37.2842 c
-59.9277 33.5508 56.3662 33.5508 56.3662 29.8169 c
-56.3662 26.0762 61.0908 26.0762 61.0908 22.3354 c
-61.0908 18.6812 52.6025 18.6812 52.6025 15.0264 c
-52.6025 11.3262 55.7461 11.3262 55.7461 7.6265 c
-55.7461 3.978 59.0752 4.6484 59.0752 1 C
-41.875 1 L
-f
%AI6_EndPatternLayer
-) &
-] E
-%AI3_EndPattern
-%AI3_BeginPattern: (Honeycomb)
-(Honeycomb) 12.9819 14.6548 65.8066 60.6758 [
-%AI3_Tile
-(0 O 0 R 0.3686 0.949 0.9137 0.3451 k
- 0.3686 0.949 0.9137 0.3451 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 2 w 4 M []0 d
52.3345 28.1372 m
-40.6475 21.3906 L
-40.6475 7.9009 L
-52.3345 1.1543 L
-64.0161 7.9009 L
-64.0161 21.3906 L
-52.3345 28.1372 L
-s
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0.0235 0.6941 0.9137 0 k
- 0.0235 0.6941 0.9137 0 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 0.5 w 4 M []0 d
43.9536 19.4839 m
-43.9536 9.8081 L
-52.3345 4.9702 L
-60.7153 9.8081 L
-60.7153 19.4839 L
-52.3345 24.3218 L
-43.9536 19.4839 L
-s
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0.3686 0.949 0.9137 0.3451 k
- 0.3686 0.949 0.9137 0.3451 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 2 w 4 M []0 d
25.7944 28.1406 m
-14.1099 21.3911 L
-14.1099 7.9014 L
-25.7944 1.1548 L
-37.479 7.9014 L
-37.479 21.394 L
-25.7944 28.1406 L
-s
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0.0235 0.6941 0.9137 0 k
- 0.0235 0.6941 0.9137 0 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 0.5 w 4 M []0 d
17.4126 19.4839 m
-17.4126 9.8081 L
-25.7944 4.9702 L
-34.1743 9.8081 L
-34.1743 19.4839 L
-25.7944 24.3218 L
-17.4126 19.4839 L
-s
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0.3686 0.949 0.9137 0.3451 k
- 0.3686 0.949 0.9137 0.3451 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 2 w 4 M []0 d
12.6846 50.7852 m
-1 44.0356 L
-1 30.5459 L
-12.6846 23.7993 L
-24.3691 30.5459 L
-24.3691 44.0386 L
-12.6846 50.7852 L
-s
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0.0235 0.6941 0.9137 0 k
- 0.0235 0.6941 0.9137 0 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 0.5 w 4 M []0 d
4.3027 42.1284 m
-4.3027 32.4526 L
-12.6846 27.6147 L
-21.0645 32.4526 L
-21.0645 42.1284 L
-12.6846 46.9663 L
-4.3027 42.1284 L
-s
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0.3686 0.949 0.9137 0.3451 k
- 0.3686 0.949 0.9137 0.3451 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 2 w 4 M []0 d
65.603 51.1226 m
-53.9185 44.3765 L
-53.9185 30.8843 L
-65.603 24.1382 L
-77.2871 30.8843 L
-77.2871 44.3774 L
-65.603 51.1226 L
-s
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0.0235 0.6941 0.9137 0 k
- 0.0235 0.6941 0.9137 0 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 0.5 w 4 M []0 d
57.2202 42.4692 m
-57.2202 32.7915 L
-65.603 27.9536 L
-73.9819 32.7915 L
-73.9819 42.4692 L
-65.603 47.3081 L
-57.2202 42.4692 L
-s
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0.3686 0.949 0.9137 0.3451 k
- 0.3686 0.949 0.9137 0.3451 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 2 w 4 M []0 d
39.0649 51.1235 m
-27.3774 44.3765 L
-27.3774 30.8843 L
-39.0649 24.1382 L
-50.7471 30.8843 L
-50.7471 44.3774 L
-39.0649 51.1235 L
-s
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0.0235 0.6941 0.9137 0 k
- 0.0235 0.6941 0.9137 0 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 0.5 w 4 M []0 d
30.6821 42.4692 m
-30.6821 32.7915 L
-39.0649 27.9517 L
-47.4438 32.7915 L
-47.4438 42.4702 L
-39.0649 47.3091 L
-30.6821 42.4692 L
-s
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0.3686 0.949 0.9137 0.3451 k
- 0.3686 0.949 0.9137 0.3451 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 2 w 4 M []0 d
25.7944 74.1074 m
-14.1099 67.3599 L
-14.1099 53.8682 L
-25.7944 47.1221 L
-37.479 53.8682 L
-37.479 67.3599 L
-25.7944 74.1074 L
-s
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0.0235 0.6941 0.9137 0 k
- 0.0235 0.6941 0.9137 0 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 0.5 w 4 M []0 d
17.4126 65.4526 m
-17.4126 55.7749 L
-25.7944 50.937 L
-34.1743 55.7749 L
-34.1772 65.4526 L
-25.7944 70.2905 L
-17.4126 65.4526 L
-s
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0.3686 0.949 0.9137 0.3451 k
- 0.3686 0.949 0.9137 0.3451 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 2 w 4 M []0 d
52.3345 74.1074 m
-40.6475 67.3599 L
-40.6475 53.8682 L
-52.3345 47.1221 L
-64.0161 53.8682 L
-64.0161 67.3599 L
-52.3345 74.1074 L
-s
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0.0235 0.6941 0.9137 0 k
- 0.0235 0.6941 0.9137 0 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 0.5 w 4 M []0 d
43.9536 65.4526 m
-43.9536 55.7749 L
-52.3345 50.937 L
-60.7153 55.7749 L
-60.7153 65.4526 L
-52.3345 70.2905 L
-43.9536 65.4526 L
-s
%AI6_EndPatternLayer
-) &
-] E
-%AI3_EndPattern
-%AI3_BeginPattern: (Jungle Stripes)
-(Jungle Stripes) 37 19 73 55 [
-%AI3_Tile
-(0 O 0 R 0.9255 0.0745 0.9373 0.0118 k
- 0.9255 0.0745 0.9373 0.0118 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 18 w 4 M []0 d
37 37 m
-73 37 l
-S
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0.3451 0.0118 0.6863 0 k
- 0.3451 0.0118 0.6863 0 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 9 w 4 M []0 d
37 37 m
-73 37 l
-S
%AI6_EndPatternLayer
-) &
-] E
-%AI3_EndPattern
-%AI3_BeginPattern: (Mediterranean Tiles)
-(Mediterranean Tiles) 4.9482 11.5332 39.291 45.8818 [
-%AI3_Tile
-(0 O 0 R 0 0 0 0 k
- 0 0 0 0 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 0.3 w 4 M []0 d
0.1499 40.748 m
-10.0083 40.749 L
-16.9673 33.79 L
-16.9702 23.9297 L
-10.0093 16.9697 L
-0.1509 16.9688 L
-0.1499 40.748 L
-f
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0.9569 0.9294 0 0 k
- 0.9569 0.9294 0 0 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 0.3 w 4 M []0 d
0.1499 40.748 m
-10.0083 40.749 L
-16.9673 33.79 L
-16.9702 23.9297 L
-10.0093 16.9697 L
-0.1509 16.9688 L
-0.1499 40.748 L
-s
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0 0 0 0 k
- 0 0 0 0 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 0.3 w 4 M []0 d
16.9712 0.1504 m
-10.0122 7.1094 L
-10.0093 16.9697 L
-16.9702 23.9297 L
-26.8296 23.9307 L
-33.7915 16.9727 L
-33.7915 7.1123 L
-26.8335 0.1514 L
-16.9712 0.1504 L
-f
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0.9569 0.9294 0 0 k
- 0.9569 0.9294 0 0 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 0.3 w 4 M []0 d
16.9712 0.1504 m
-10.0122 7.1094 L
-10.0093 16.9697 L
-16.9702 23.9297 L
-26.8296 23.9307 L
-33.7915 16.9727 L
-33.7915 7.1123 L
-26.8335 0.1514 L
-16.9712 0.1504 L
-s
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0 0 0 0 k
- 0 0 0 0 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 0.3 w 4 M []0 d
16.9673 33.79 m
-10.0083 40.749 L
-10.0054 50.6084 L
-16.9663 57.5693 L
-26.8257 57.5703 L
-33.7876 50.6113 L
-33.7876 40.752 L
-26.8296 33.791 L
-16.9673 33.79 L
-f
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0.9569 0.9294 0 0 k
- 0.9569 0.9294 0 0 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 0.3 w 4 M []0 d
16.9673 33.79 m
-10.0083 40.749 L
-10.0054 50.6084 L
-16.9663 57.5693 L
-26.8257 57.5703 L
-33.7876 50.6113 L
-33.7876 40.752 L
-26.8296 33.791 L
-16.9673 33.79 L
-s
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0 0 0 0 k
- 0 0 0 0 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 0.3 w 4 M []0 d
33.7915 16.9727 m
-26.8296 23.9307 L
-26.8296 33.791 L
-33.7876 40.752 L
-43.6475 40.7529 L
-50.6094 33.7939 L
-50.6094 23.9336 L
-43.6494 16.9736 L
-33.7915 16.9727 L
-f
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0.9569 0.9294 0 0 k
- 0.9569 0.9294 0 0 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 0.3 w 4 M []0 d
33.7915 16.9727 m
-26.8296 23.9307 L
-26.8296 33.791 L
-33.7876 40.752 L
-43.6475 40.7529 L
-50.6094 33.7939 L
-50.6094 23.9336 L
-43.6494 16.9736 L
-33.7915 16.9727 L
-s
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0.9569 0.8275 0 0 k
- 0.9569 0.8275 0 0 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 1 w 4 M []0 d
43.6514 7.1123 m
-43.6514 16.9727 L
-33.7915 16.9727 L
-33.7915 7.1123 L
-43.6514 7.1123 L
-f
26.8296 23.9307 m
-26.8296 33.791 L
-16.9702 33.791 L
-16.9702 23.9307 L
-26.8296 23.9307 L
-f
10.0093 7.1094 m
-10.0093 16.9697 L
-0.1538 16.9697 L
-0.1538 7.1094 L
-10.0093 7.1094 L
-f
43.6494 40.752 m
-43.6494 50.6113 L
-33.7876 50.6113 L
-33.7876 40.752 L
-43.6494 40.752 L
-f
10.0083 40.749 m
-10.0083 50.6084 L
-0.1499 50.6084 L
-0.1499 40.749 L
-10.0083 40.749 L
-f
%AI6_EndPatternLayer
-) &
-] E
-%AI3_EndPattern
-%AI3_BeginPattern: (Pyramids)
-(Pyramids) 1 1 19.5 19.5 [
-%AI3_Tile
-(0 O 0 R 0.1882 0.1294 0.102 0.0118 k
- 0.1882 0.1294 0.102 0.0118 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 1 w 4 M []0 d
1 19.5 m
-10.25 10.25 l
-19.5 19.5 l
-1 19.5 l
-f
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0.6235 0.4863 0.4863 0.4784 k
- 0.6235 0.4863 0.4863 0.4784 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 1 w 4 M []0 d
19.5 1 m
-10.25 10.25 l
-1 1 l
-19.5 1 l
-f
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0.349 0.2549 0.2235 0.0667 k
- 0.349 0.2549 0.2235 0.0667 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 1 w 4 M []0 d
1 1 m
-10.25 10.25 l
-1 19.5 l
-1 1 l
-f
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0.4902 0.3647 0.3451 0.2196 k
- 0.4902 0.3647 0.3451 0.2196 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 1 w 4 M []0 d
19.5 19.5 m
-10.25 10.25 l
-19.5 1 l
-19.5 19.5 l
-f
%AI6_EndPatternLayer
-) &
-] E
-%AI3_EndPattern
-%%EndSetup
-0 A
-0 R
-0 0 0 1 K
-0 J 0 j 2 w 4 M []0 d
236 463.1089 m
-298.666 463.1089 L
-S
236 378.4424 m
-298 378.4424 L
-S
u
u
0 O
-1 g
-1 w
250.3711 388.292 m
-252.6948 379.6904 l
-255.019 388.292 l
-250.3711 388.292 l
-f
254.9619 453.478 m
-252.6382 462.0811 l
-250.314 453.478 l
-254.9619 453.478 l
-f
U
u
0 R
-0 0 0 1 K
-252.6665 455.0503 m
-252.6665 386.7217 L
-S
0 O
-0 0 0 1 k
-250.3711 388.292 m
-252.6948 379.6904 l
-255.019 388.292 l
-250.3711 388.292 l
-f
254.9619 453.478 m
-252.6382 462.0811 l
-250.314 453.478 l
-254.9619 453.478 l
-f
U
U
u
u
0 0 0 0 k
-280.6104 462.1758 m
-280.6104 386.75 L
-F
278.3145 388.3105 m
-280.6377 379.7754 l
-282.9619 388.3105 l
-278.3145 388.3105 l
-f
U
u
0 R
-0 0 0 1 K
-280.6104 462.1758 m
-280.6104 386.75 L
-S
0 O
-0 0 0 1 k
-278.3145 388.3105 m
-280.6377 379.7754 l
-282.9619 388.3105 l
-278.3145 388.3105 l
-f
U
U
u
*u
-294.7104 423.2002 m
-294.3105 422.4995 293.9443 421.7954 293.6123 421.0874 c
-293.2803 420.3794 292.9863 419.6611 292.7305 418.9336 c
-292.7065 418.5977 292.6646 418.2588 292.6045 417.9189 c
-292.5444 417.5791 292.4707 417.2412 292.3828 416.9053 c
-292.3662 416.8418 292.3408 416.7373 292.3047 416.5928 c
-292.2686 416.4492 292.2227 416.3037 292.1665 416.1553 c
-292.1104 416.0078 292.0405 415.876 291.9565 415.7588 c
-291.8726 415.6436 291.7783 415.585 291.6748 415.585 c
-291.5303 415.585 291.4443 415.6553 291.4165 415.7959 c
-291.3887 415.9355 291.3848 416.0918 291.4043 416.2637 c
-291.4248 416.4355 291.4565 416.5957 291.5005 416.7432 c
-291.5444 416.8916 291.5664 416.9736 291.5664 416.9893 c
-291.6543 417.3252 291.748 417.6592 291.8486 417.9912 c
-291.9482 418.3232 292.0547 418.6572 292.1665 418.9932 c
-292.1982 419.377 292.1963 419.749 292.1602 420.1094 c
-292.124 420.4692 292.0503 420.8174 291.9385 421.1533 c
-291.8105 421.5293 291.5625 421.8037 291.1943 421.9756 c
-290.8262 422.1475 290.4023 422.2334 289.9229 422.2334 c
-289.7065 422.2334 289.4922 422.2153 289.2803 422.1797 c
-289.0684 422.1436 288.8784 422.0894 288.7104 422.0176 c
-288.5425 421.9453 288.3984 421.8516 288.2783 421.7354 c
-288.1582 421.6191 288.0786 421.4814 288.0386 421.3213 c
-288.0146 421.2412 287.9585 421.2012 287.8706 421.2012 C
-287.6426 421.2012 l
-287.5303 421.2012 287.4746 421.2534 287.4746 421.3574 C
-287.4746 421.4053 l
-287.5464 421.7012 287.6724 421.979 287.8525 422.2383 c
-288.0322 422.4976 288.2441 422.7246 288.4883 422.9194 c
-288.7324 423.1143 288.998 423.2676 289.2861 423.3789 c
-289.5742 423.4902 289.8701 423.5459 290.1748 423.5459 c
-290.5024 423.5459 290.7905 423.4824 291.0386 423.355 c
-291.2866 423.2275 291.5024 423.0625 291.6865 422.8599 c
-291.8706 422.6572 292.0264 422.4258 292.1543 422.1665 c
-292.2822 421.9072 292.3945 421.6455 292.4902 421.3813 c
-292.5464 421.2212 292.5923 421.0596 292.6284 420.8955 c
-292.6646 420.7314 292.6943 420.5654 292.7188 420.3975 c
-293.1426 421.4053 293.6304 422.3911 294.1826 423.355 c
-294.2144 423.4106 294.2627 423.4385 294.3267 423.4385 C
-294.5664 423.4385 l
-294.6064 423.4385 294.6348 423.4346 294.6504 423.4268 c
-294.7065 423.3867 294.7344 423.3389 294.7344 423.2832 c
-294.7344 423.2598 294.7266 423.2314 294.7104 423.2002 c
-f
*U
-U
u
*u
-294.7666 415.6318 m
-294.7666 415.8799 l
-294.8359 415.8799 294.9106 415.8799 294.9907 415.8799 c
-295.0708 415.8799 295.1479 415.8818 295.2227 415.8838 c
-295.2974 415.8867 295.3682 415.8916 295.4346 415.9004 c
-295.5015 415.9082 295.5562 415.917 295.5986 415.9277 c
-295.6523 415.9385 295.6934 415.9668 295.7227 416.0117 c
-295.752 416.0576 295.7666 416.1094 295.7666 416.168 C
-295.7666 420.4175 l
-295.6123 420.3423 295.4453 420.2886 295.2666 420.2563 c
-295.0879 420.2241 294.9053 420.208 294.7188 420.208 C
-294.7188 420.458 l
-294.9907 420.458 295.2549 420.4951 295.5107 420.5693 c
-295.7671 420.6431 295.9888 420.7778 296.1758 420.9736 C
-296.2725 420.9736 l
-296.3311 420.9736 296.3604 420.9443 296.3604 420.8848 C
-296.3604 416.168 l
-296.3604 416.1094 296.375 416.0576 296.4043 416.0117 c
-296.4336 415.9668 296.4751 415.9385 296.5283 415.9277 c
-296.5713 415.917 296.6245 415.9082 296.6885 415.9004 c
-296.7524 415.8916 296.8232 415.8867 296.9004 415.8838 c
-296.9775 415.8818 297.0566 415.8799 297.1367 415.8799 c
-297.2168 415.8799 297.291 415.8799 297.3604 415.8799 C
-297.3604 415.6318 l
-296.4961 415.6641 295.6313 415.6641 294.7666 415.6318 c
-f
*U
-U
u
*u
-320.9609 441.4502 m
-320.5605 440.75 320.1943 440.0459 319.8623 439.3379 c
-319.5303 438.6299 319.2363 437.9121 318.9805 437.1836 c
-318.957 436.8477 318.9141 436.5098 318.8545 436.1699 c
-318.7949 435.8301 318.7207 435.4922 318.6328 435.1563 c
-318.6162 435.0918 318.5908 434.9883 318.5547 434.8438 c
-318.5186 434.7002 318.4727 434.5537 318.416 434.4058 c
-318.3604 434.2578 318.291 434.126 318.207 434.0098 c
-318.123 433.894 318.0283 433.8359 317.9248 433.8359 c
-317.7803 433.8359 317.6943 433.9063 317.666 434.0459 c
-317.6387 434.186 317.6348 434.3418 317.6543 434.5137 c
-317.6748 434.686 317.707 434.8457 317.75 434.9941 c
-317.7949 435.1416 317.8164 435.2236 317.8164 435.2402 c
-317.9043 435.5762 317.998 435.9102 318.0986 436.2422 c
-318.1982 436.5742 318.3047 436.9082 318.416 437.2441 c
-318.4482 437.6279 318.4463 438 318.4102 438.3599 c
-318.374 438.7197 318.3008 439.0679 318.1885 439.4038 c
-318.0605 439.7798 317.8125 440.0537 317.4443 440.2256 c
-317.0762 440.3975 316.6523 440.4839 316.1729 440.4839 c
-315.957 440.4839 315.7422 440.4658 315.5303 440.4297 c
-315.3184 440.3936 315.1289 440.3398 314.9609 440.2676 c
-314.793 440.1958 314.6484 440.1016 314.5283 439.9858 c
-314.4082 439.8701 314.3281 439.7319 314.2891 439.5723 c
-314.2646 439.4922 314.209 439.4521 314.1211 439.4521 C
-313.8926 439.4521 l
-313.7803 439.4521 313.7246 439.5039 313.7246 439.6079 C
-313.7246 439.6563 l
-313.7969 439.9521 313.9219 440.2295 314.1025 440.4888 c
-314.2822 440.748 314.4941 440.9751 314.7383 441.1699 c
-314.9824 441.3647 315.248 441.5181 315.5361 441.6294 c
-315.8242 441.7407 316.1201 441.7964 316.4248 441.7964 c
-316.752 441.7964 317.041 441.7324 317.2891 441.6055 c
-317.5371 441.478 317.752 441.313 317.9365 441.1104 c
-318.1211 440.9072 318.2764 440.6763 318.4043 440.417 c
-318.5322 440.1572 318.6445 439.8955 318.7402 439.6318 c
-318.7969 439.4717 318.8418 439.3096 318.8789 439.1455 c
-318.9141 438.9814 318.9443 438.8159 318.9688 438.6479 c
-319.3926 439.6558 319.8809 440.6416 320.4326 441.6055 c
-320.4648 441.6611 320.5127 441.689 320.5762 441.689 C
-320.8164 441.689 l
-320.8564 441.689 320.8848 441.6846 320.9004 441.6768 c
-320.957 441.6372 320.9844 441.5898 320.9844 441.5342 c
-320.9844 441.5098 320.9766 441.4824 320.9609 441.4502 c
-f
*U
-U
u
*u
-323.5977 432.8809 m
-323.5381 432.6621 323.5166 432.4775 323.5332 432.3276 c
-323.5488 432.1777 323.624 432.1035 323.7568 432.1035 c
-323.8213 432.1035 323.8799 432.1299 323.9336 432.1836 c
-323.9863 432.2363 324.0342 432.3115 324.0771 432.4072 c
-324.1191 432.5029 324.1602 432.6152 324.1973 432.7432 c
-324.2344 432.8711 324.2715 433.0127 324.3086 433.1675 c
-324.3203 433.2153 324.3516 433.2393 324.4053 433.2393 C
-324.4932 433.2393 l
-324.5469 433.2393 324.5674 433.2153 324.5566 433.1675 c
-324.5254 433.0449 324.4902 432.9111 324.4531 432.7676 c
-324.416 432.623 324.3652 432.4897 324.3008 432.3672 c
-324.2373 432.2446 324.1582 432.1416 324.0645 432.0576 c
-323.9717 431.9736 323.8555 431.9316 323.7168 431.9316 c
-323.5303 431.9316 323.3809 431.9849 323.2695 432.0913 c
-323.1572 432.1978 323.0879 432.334 323.0605 432.499 c
-322.9385 432.3496 322.792 432.2178 322.6211 432.1035 c
-322.4502 431.9888 322.2715 431.9316 322.085 431.9316 c
-321.8877 431.9316 321.7227 431.9824 321.5889 432.084 c
-321.4561 432.1855 321.3516 432.3145 321.2773 432.4697 c
-321.1865 432.6572 321.1387 432.8608 321.1328 433.0806 c
-321.1279 433.3003 321.1543 433.5225 321.2129 433.7476 c
-321.2715 433.9727 321.3574 434.1948 321.4688 434.4146 c
-321.5811 434.6343 321.7275 434.8379 321.9092 435.0254 c
-322.0586 435.1807 322.2275 435.3105 322.417 435.415 c
-322.6064 435.5195 322.7969 435.5723 322.9893 435.5723 c
-323.1543 435.5723 323.2891 435.5264 323.3926 435.436 c
-323.4971 435.3452 323.5781 435.2363 323.6367 435.1084 C
-324.085 436.8877 l
-324.1064 436.9717 324.1182 437.0366 324.1211 437.0815 c
-324.123 437.1265 324.1113 437.1592 324.085 437.1807 c
-324.0527 437.207 323.9922 437.2241 323.9014 437.2319 c
-323.8105 437.2397 323.709 437.2441 323.5977 437.2441 c
-323.5381 437.2441 323.5146 437.2739 323.5254 437.3345 C
-323.5488 437.4004 l
-323.5596 437.4492 323.5947 437.4795 323.6533 437.4907 C
-324.3975 437.5566 L
-324.6768 437.5801 l
-324.7031 437.5859 324.7236 437.5791 324.7373 437.5605 c
-324.75 437.5415 324.7539 437.5186 324.749 437.4922 C
-323.5977 432.8809 l
-f
1 D
-323.4893 434.7822 m
-323.4805 434.833 323.4688 434.8857 323.4531 434.9395 c
-323.4102 435.0688 323.3477 435.1777 323.2656 435.2666 c
-323.1826 435.3555 323.0771 435.4004 322.9492 435.4004 c
-322.832 435.4004 322.7168 435.3569 322.6055 435.2705 c
-322.4932 435.1846 322.3916 435.0771 322.3008 434.9478 c
-322.1729 434.7646 322.0771 434.5732 322.0137 434.374 c
-321.9492 434.1748 321.8906 433.9668 321.8369 433.752 c
-321.7832 433.5415 321.7402 433.3354 321.7051 433.1338 c
-321.6699 432.9316 321.6719 432.7417 321.709 432.564 c
-321.7354 432.4346 321.7822 432.3252 321.8496 432.2363 c
-321.916 432.1475 322.0107 432.1035 322.1328 432.1035 c
-322.2607 432.1035 322.3877 432.1489 322.5137 432.2402 c
-322.6387 432.332 322.7539 432.4424 322.8613 432.5723 c
-322.9033 432.626 322.9434 432.6768 322.9805 432.7256 c
-323.0186 432.7734 323.0527 432.8276 323.085 432.8872 C
-323.5176 434.6245 l
-323.5059 434.6782 323.4971 434.7305 323.4893 434.7822 c
-f
*U
-U
u
8 i
-0 D
-0 R
-0 0 0 1 K
-2 J 0.5821 w 10 M
304 469 m
-304 457.2349 l
-S
313.249 469 m
-315.6904 463.1172 l
-S
315.6904 463.1172 m
-313.249 457.2349 l
-S
u
*u
-0 i
-0 O
-0 0 0 1 k
-0 J 1 w 4 M
311.1699 459.2939 m
-306.5977 459.2939 L
-306.5977 459.541 l
-306.5977 459.5566 306.6055 459.5801 306.6221 459.6113 C
-308.4902 461.6006 l
-308.7207 461.8438 308.9492 462.0928 309.1758 462.3477 c
-309.4023 462.6025 309.6074 462.8613 309.7881 463.124 c
-309.9697 463.3867 310.1162 463.6616 310.2275 463.9482 c
-310.3389 464.2344 310.3945 464.5342 310.3945 464.8486 c
-310.3945 465.1074 310.3594 465.3525 310.2891 465.584 c
-310.2188 465.8154 310.1162 466.0195 309.9795 466.1958 c
-309.8438 466.3721 309.6748 466.5137 309.4727 466.6191 c
-309.2705 466.7256 309.0332 466.7783 308.7607 466.7783 c
-308.3652 466.7783 308.0146 466.6626 307.71 466.4312 c
-307.4053 466.1997 307.1914 465.9077 307.0684 465.5547 c
-307.1592 465.5781 307.2539 465.584 307.3516 465.5723 c
-307.4512 465.5605 307.5391 465.5293 307.6172 465.4785 c
-307.6953 465.4272 307.7607 465.3584 307.8145 465.2725 c
-307.8672 465.1855 307.8945 465.084 307.8945 464.9668 c
-307.8945 464.7627 307.8262 464.6074 307.6904 464.502 c
-307.5547 464.3955 307.4043 464.3428 307.2402 464.3428 c
-307.083 464.3428 306.9375 464.3955 306.8008 464.502 c
-306.666 464.6074 306.5977 464.7627 306.5977 464.9668 c
-306.5977 465.2646 306.6572 465.5469 306.7754 465.8135 c
-306.8945 466.0801 307.0566 466.3115 307.2617 466.5078 c
-307.4658 466.7031 307.707 466.8574 307.9863 466.9697 c
-308.2646 467.0815 308.5596 467.1377 308.8711 467.1377 c
-309.2559 467.1377 309.6104 467.0811 309.9336 466.9668 c
-310.2578 466.8535 310.5332 466.6924 310.7637 466.4854 c
-310.9922 466.2773 311.1709 466.0342 311.2979 465.7559 c
-311.4248 465.4775 311.4883 465.1738 311.4883 464.8447 c
-311.4883 464.4683 311.4023 464.1255 311.2295 463.8159 c
-311.0566 463.5063 310.8408 463.2183 310.582 462.9517 c
-310.3232 462.6851 310.0479 462.4346 309.7559 462.1992 c
-309.4648 461.9639 309.1992 461.7363 308.9609 461.5171 C
-307.543 460.2002 L
-308.7891 460.2002 l
-308.9688 460.2002 309.1787 460.2002 309.417 460.2002 c
-309.6553 460.2002 309.8789 460.2021 310.0889 460.2061 c
-310.2988 460.21 310.4795 460.2178 310.6318 460.2295 c
-310.7832 460.2412 310.8672 460.2549 310.8848 460.2705 c
-310.917 460.3018 310.9473 460.3589 310.9766 460.4414 c
-311.0059 460.5234 311.0322 460.6157 311.0566 460.7178 c
-311.0811 460.8198 311.1035 460.9258 311.125 461.0352 c
-311.1445 461.1455 311.1641 461.2471 311.1797 461.3413 C
-311.5166 461.3413 L
-311.1699 459.2939 l
-f
*U
-U
U
u
8 i
-0 R
-0 0 0 1 K
-2 J 0.5821 w 10 M
348.8311 413.1689 m
-348.8311 401.4033 l
-S
358.0801 413.1689 m
-360.5215 407.2861 l
-S
360.5215 407.2861 m
-358.0801 401.4033 l
-S
u
*u
-0 i
-0 O
-0 0 0 1 k
-0 J 1 w 4 M
356.2295 404.585 m
-356.0938 404.3027 355.9082 404.0596 355.6709 403.8555 c
-355.417 403.6357 355.1328 403.4707 354.8164 403.3613 c
-354.501 403.251 354.1699 403.1963 353.8252 403.1963 c
-353.5127 403.1963 353.207 403.2354 352.9063 403.3125 c
-352.6064 403.3906 352.3398 403.5088 352.1055 403.667 c
-351.8711 403.8252 351.6836 404.0205 351.5449 404.252 c
-351.4043 404.4834 351.335 404.748 351.335 405.0459 c
-351.335 405.2656 351.4063 405.4287 351.5508 405.5342 c
-351.6943 405.6406 351.8486 405.6934 352.0127 405.6934 c
-352.1855 405.6934 352.3438 405.6406 352.4873 405.5342 c
-352.6309 405.4287 352.7031 405.2656 352.7031 405.0459 c
-352.7031 404.9209 352.6787 404.8145 352.6289 404.7285 c
-352.5801 404.6416 352.5166 404.5713 352.4385 404.5166 c
-352.3604 404.4619 352.2715 404.4248 352.1738 404.4053 c
-352.0742 404.3857 351.9805 404.3838 351.8896 404.3994 c
-352.0537 404.1162 352.3125 403.8955 352.666 403.7344 c
-353.0195 403.5732 353.4063 403.4932 353.8252 403.4932 c
-354.0303 403.4932 354.2197 403.543 354.3926 403.6416 c
-354.5645 403.7412 354.709 403.874 354.8242 404.04 c
-354.9629 404.2461 355.0576 404.4707 355.1064 404.7119 c
-355.1553 404.9541 355.1797 405.2021 355.1797 405.4561 c
-355.1797 405.71 355.1553 405.958 355.1064 406.1992 c
-355.0576 406.4414 354.9629 406.665 354.8242 406.8721 c
-354.709 407.0381 354.5645 407.1729 354.3926 407.2764 c
-354.2197 407.3789 354.0303 407.4307 353.8252 407.4307 C
-352.9863 407.4307 l
-352.9131 407.4307 352.876 407.4648 352.876 407.5332 C
-352.876 407.5674 l
-352.8672 407.5977 352.876 407.624 352.9004 407.6475 c
-352.9248 407.6709 352.9541 407.6816 352.9863 407.6816 c
-353.1016 407.6973 353.2168 407.7041 353.332 407.7041 c
-353.4473 407.7041 353.5625 407.7119 353.6777 407.7275 c
-353.8906 407.7432 354.0781 407.8076 354.2383 407.9209 c
-354.3984 408.0352 354.5313 408.1826 354.6387 408.3623 c
-354.7461 408.543 354.8262 408.749 354.8789 408.9795 c
-354.9326 409.2109 354.959 409.4482 354.959 409.6914 c
-354.959 409.8721 354.9414 410.042 354.9043 410.2031 c
-354.8672 410.3643 354.791 410.5068 354.6758 410.6318 c
-354.4551 410.8838 354.1719 411.0088 353.8271 411.0088 c
-353.4658 411.0088 353.1348 410.9424 352.8359 410.8086 c
-352.5352 410.6758 352.3115 410.4951 352.1641 410.2676 c
-352.3359 410.3066 352.5068 410.2754 352.6758 410.1729 c
-352.8438 410.0713 352.9277 409.9072 352.9277 409.6797 c
-352.9277 409.4834 352.8633 409.3359 352.7324 409.2383 c
-352.6016 409.1396 352.459 409.0908 352.3027 409.0908 c
-352.1484 409.0908 352.0049 409.1396 351.874 409.2383 c
-351.7432 409.3359 351.6777 409.4834 351.6777 409.6797 c
-351.6777 409.9307 351.7393 410.1553 351.8623 410.3564 c
-351.9854 410.5557 352.1465 410.7266 352.3477 410.8682 c
-352.5488 411.0088 352.7773 411.1182 353.0352 411.1924 c
-353.293 411.2686 353.5576 411.3057 353.8281 411.3057 c
-354.1143 411.3057 354.3926 411.2686 354.6631 411.1943 c
-354.9336 411.1191 355.1826 411.0029 355.4121 410.8467 c
-355.6084 410.7129 355.7725 410.5479 355.9033 410.3525 c
-356.0342 410.1563 356.0996 409.9365 356.0996 409.6934 c
-356.0996 409.4424 356.0547 409.207 355.9648 408.9873 c
-355.875 408.7676 355.7549 408.5674 355.6035 408.3867 c
-355.4521 408.2061 355.2715 408.0488 355.0625 407.916 c
-354.8535 407.7822 354.627 407.6768 354.3799 407.5986 c
-354.6182 407.5586 354.8457 407.4922 355.0625 407.3975 c
-355.2803 407.3037 355.4824 407.1787 355.6709 407.0215 c
-355.9082 406.8252 356.0938 406.5918 356.2295 406.3213 c
-356.3652 406.0498 356.4326 405.7656 356.4326 405.4678 c
-356.4326 405.1611 356.3652 404.8672 356.2295 404.585 c
-f
*U
-U
U
u
8 i
-0 R
-0 0 0 1 K
-2 J 0.5821 w 10 M
304 383.667 m
-304 371.9014 l
-S
313.249 383.667 m
-315.6904 377.7842 l
-S
315.6904 377.7842 m
-313.249 371.9014 l
-S
u
*u
-0 i
-0 O
-0 0 0 1 k
-0 J 1 w 4 M
307.1719 373.9658 m
-307.1719 374.3301 l
-307.2783 374.3301 307.3936 374.3301 307.5166 374.3301 c
-307.6396 374.3301 307.7588 374.332 307.874 374.3359 c
-307.9893 374.3398 308.0977 374.3477 308.2012 374.3594 c
-308.3037 374.3711 308.3877 374.3848 308.4541 374.4004 c
-308.5361 374.416 308.5996 374.457 308.6445 374.5244 c
-308.6895 374.5908 308.7129 374.667 308.7129 374.7539 C
-308.7129 381.0068 l
-308.4746 380.8955 308.2178 380.8154 307.9424 380.7666 c
-307.667 380.7197 307.3848 380.6953 307.0977 380.6953 C
-307.0977 381.0547 l
-307.5166 381.0547 307.9238 381.1094 308.3174 381.2197 c
-308.7109 381.3291 309.0518 381.5293 309.3369 381.8193 C
-309.4844 381.8193 l
-309.5742 381.8193 309.6191 381.7764 309.6191 381.6904 C
-309.6191 374.7539 l
-309.6191 374.667 309.6416 374.5908 309.6865 374.5244 c
-309.7314 374.457 309.7949 374.416 309.8779 374.4004 c
-309.9434 374.3848 310.0254 374.3711 310.124 374.3594 c
-310.2227 374.3477 310.332 374.3398 310.4512 374.3359 c
-310.5703 374.332 310.6914 374.3301 310.8145 374.3301 c
-310.9375 374.3301 311.0527 374.3301 311.1602 374.3301 C
-311.1602 373.9658 l
-309.8301 374.0127 308.501 374.0127 307.1719 373.9658 c
-f
*U
-U
U
u
u
1 g
-321.0156 414.8936 m
-329.8135 407.9258 l
-325.6777 418.3594 l
-321.0156 414.8936 l
-f
U
u
0 R
-0 0 0 1 K
-288.75 463.1089 m
-324.5 415.0146 L
-S
0 O
-0 0 0 1 k
-321.0156 414.8936 m
-329.8135 407.9258 l
-325.6777 418.3594 l
-321.0156 414.8936 l
-f
U
U
u
315 407.6084 m
-343.5 407.6084 L
-N
u
0 R
-0 0 0 1 K
-1 J 1 j
315 407.6084 m
-321 407.6084 L
-S
U
u
326.25 407.6084 m
-332.25 407.6084 L
-S
U
u
337.5 407.6084 m
-343.5 407.6084 L
-S
U
U
u
*u
-0 O
-0 0 0 1 k
-0 J 0 j
247.0474 420.2998 m
-247.0313 420.228 246.9873 420.1841 246.915 420.168 C
-246.8433 420.168 L
-246.7832 420.168 l
-246.7109 420.168 246.6753 420.2041 246.6753 420.2764 c
-246.7393 420.668 246.7549 421.042 246.7231 421.3984 c
-246.6914 421.7539 246.6055 422.0684 246.4653 422.3398 c
-246.3252 422.6123 246.1353 422.8301 245.8955 422.9941 c
-245.6553 423.1582 245.3633 423.2402 245.0195 423.2402 c
-244.6035 423.2402 244.1875 423.1357 243.7715 422.9277 c
-243.3555 422.7192 242.9795 422.4429 242.6436 422.0986 c
-242.251 421.6899 241.9453 421.2393 241.7251 420.7466 c
-241.5049 420.2539 241.3311 419.751 241.2031 419.2383 c
-241.0674 418.7178 240.9893 418.2129 240.9692 417.7236 c
-240.9492 417.2354 241.0352 416.7871 241.2275 416.3779 c
-241.3955 416.0254 241.6392 415.7451 241.959 415.5371 c
-242.2793 415.3291 242.6553 415.2246 243.0869 415.2246 c
-243.3193 415.2246 243.5493 415.2568 243.7773 415.3193 c
-244.0054 415.3838 244.2134 415.4746 244.4014 415.5938 c
-244.5894 415.7119 244.751 415.8555 244.8872 416.0225 c
-245.0234 416.1885 245.1152 416.3711 245.1631 416.5693 C
-245.415 417.5928 l
-245.4629 417.7832 245.4434 417.8984 245.3555 417.9385 c
-245.2676 417.9775 245.1191 418.002 244.9111 418.0098 c
-244.7031 418.0176 244.4912 418.0215 244.2754 418.0215 c
-244.2354 418.0215 244.2051 418.0342 244.1855 418.0596 c
-244.165 418.085 244.1631 418.1201 244.1792 418.1631 C
-244.2031 418.2783 l
-244.2109 418.3213 244.2314 418.3545 244.2632 418.3799 c
-244.2949 418.4043 244.3311 418.417 244.3711 418.417 c
-244.9312 418.3926 245.5029 418.3809 246.0869 418.3809 c
-246.4629 418.3809 246.8394 418.3926 247.2153 418.417 c
-247.2549 418.417 247.2852 418.4043 247.3052 418.3799 c
-247.3252 418.3545 247.3271 418.3213 247.3115 418.2783 C
-247.2871 418.1631 l
-247.2715 418.0684 247.2148 418.0215 247.1191 418.0215 c
-246.9834 418.0215 246.8652 418.0176 246.7651 418.0098 c
-246.665 418.001 246.5908 417.9814 246.543 417.9502 c
-246.4951 417.9258 246.4434 417.8076 246.3872 417.5928 C
-245.7871 415.2461 l
-245.7871 415.2227 245.7715 415.1943 245.7393 415.1631 c
-245.7153 415.1396 245.6836 415.127 245.6436 415.127 c
-245.6113 415.127 245.5869 415.1396 245.5713 415.1631 c
-245.4834 415.2666 245.4033 415.375 245.3311 415.4902 c
-245.2593 415.6055 245.2031 415.7305 245.1631 415.8662 c
-244.8994 415.54 244.5513 415.292 244.1191 415.1211 c
-243.687 414.9502 243.2549 414.8652 242.8232 414.8652 c
-242.2949 414.8652 241.8252 414.9795 241.4131 415.207 c
-241.001 415.4346 240.667 415.749 240.4111 416.1494 c
-240.1475 416.5811 239.9893 417.0605 239.9375 417.5889 c
-239.8853 418.1162 239.9272 418.665 240.0635 419.2324 c
-240.207 419.7998 240.4395 420.3481 240.7593 420.876 c
-241.0791 421.4038 241.4795 421.8838 241.959 422.3159 c
-242.4072 422.708 242.8955 423.0195 243.4233 423.252 c
-243.9512 423.4834 244.4795 423.5996 245.0073 423.5996 c
-245.4233 423.5996 245.7773 423.5059 246.0693 423.3174 c
-246.3613 423.1299 246.5913 422.8799 246.7593 422.5674 C
-247.6113 423.54 l
-247.6353 423.5796 247.6709 423.5996 247.7192 423.5996 C
-247.7676 423.5996 l
-247.8389 423.5996 247.8672 423.5605 247.8516 423.4834 C
-247.0474 420.2998 l
-f
*U
-U
%%PageTrailer
-gsave annotatepage grestore showpage
-%%Trailer
-Adobe_Illustrator_AI3 /terminate get exec
-Adobe_pattern_AI3 /terminate get exec
-Adobe_customcolor /terminate get exec
-Adobe_cshow /terminate get exec
-Adobe_packedarray /terminate get exec
-%%EOF
+%%HiResBoundingBox: 236 371.521 360.901 469.38 +%................................. +%%Creator: MiKTeX GPL Ghostscript 860 (epswrite) +%%CreationDate: 2007/12/07 10:10:05 +%%DocumentData: Clean7Bit +%%LanguageLevel: 2 +%%EndComments +%%BeginProlog +% This copyright applies to everything between here and the %%EndProlog: +% Copyright (C) 2007 Artifex Software, Inc. All rights reserved. +%%BeginResource: procset GS_epswrite_2_0_1001 1.001 0 +/GS_epswrite_2_0_1001 80 dict dup begin +/PageSize 2 array def/setpagesize{ PageSize aload pop 3 index eq exch +4 index eq and{ pop pop pop}{ PageSize dup 1 +5 -1 roll put 0 4 -1 roll put dup null eq {false} {dup where} ifelse{ exch get exec} +{ pop/setpagedevice where +{ pop 1 dict dup /PageSize PageSize put setpagedevice} +{ /setpage where{ pop PageSize aload pop pageparams 3 {exch pop} repeat +setpage}if}ifelse}ifelse}ifelse} bind def +/!{bind def}bind def/#{load def}!/N/counttomark # +/rG{3{3 -1 roll 255 div}repeat setrgbcolor}!/G{255 div setgray}!/K{0 G}! +/r6{dup 3 -1 roll rG}!/r5{dup 3 1 roll rG}!/r3{dup rG}! +/w/setlinewidth #/J/setlinecap # +/j/setlinejoin #/M/setmiterlimit #/d/setdash #/i/setflat # +/m/moveto #/l/lineto #/c/rcurveto # +/p{N 2 idiv{N -2 roll rlineto}repeat}! +/P{N 0 gt{N -2 roll moveto p}if}! +/h{p closepath}!/H{P closepath}! +/lx{0 rlineto}!/ly{0 exch rlineto}!/v{0 0 6 2 roll c}!/y{2 copy c}! +/re{4 -2 roll m exch dup lx exch ly neg lx h}! +/^{3 index neg 3 index neg}! +/f{P fill}!/f*{P eofill}!/s{H stroke}!/S{P stroke}! +/q/gsave #/Q/grestore #/rf{re fill}! +/Y{P clip newpath}!/Y*{P eoclip newpath}!/rY{re Y}! +/|={pop exch 4 1 roll 1 array astore cvx 3 array astore cvx exch 1 index def exec}! +/|{exch string readstring |=}! +/+{dup type/nametype eq{2 index 7 add -3 bitshift 2 index mul}if}! +/@/currentfile #/${+ @ |}! +/B{{2 copy string{readstring pop}aload pop 4 array astore cvx +3 1 roll}repeat pop pop true}! +/Ix{[1 0 0 1 11 -2 roll exch neg exch neg]exch}! +/,{true exch Ix imagemask}!/If{false exch Ix imagemask}!/I{exch Ix image}! +/Ic{exch Ix false 3 colorimage}! +/F{/Columns counttomark 3 add -2 roll/Rows exch/K -1/BlackIs1 true>> +/CCITTFaxDecode filter}!/FX{<</EndOfBlock false F}! +/X{/ASCII85Decode filter}!/@X{@ X}!/&2{2 index 2 index}! +/@F{@ &2<<F}!/@C{@X &2 FX}! +/$X{+ @X |}!/&4{4 index 4 index}!/$F{+ @ &4<<F |}!/$C{+ @X &4 FX |}! +/IC{3 1 roll 10 dict begin 1{/ImageType/Interpolate/Decode/DataSource +/ImageMatrix/BitsPerComponent/Height/Width}{exch def}forall +currentdict end image}! +/~{@ read {pop} if}! +end def +%%EndResource +/pagesave null def +%%EndProlog +%%Page: 1 1 +%%BeginPageSetup +GS_epswrite_2_0_1001 begin +/pagesave save store 197 dict begin +0.1 0.1 scale +%%EndPageSetup +gsave mark +Q q +0 0 250000 250000 re +Y +20 w +4 M +K +2360 4631.09 626.66 0 S +2360 3784.43 620 0 S +255 G +2503.71 3882.92 23.24 -86.02 23.24 86.02 -46.48 0 f +2549.62 4534.78 -23.23 86.03 -23.24 -86.03 46.48 0 f +10 w +K +2526.66 4550.5 0 -683.29 S +2503.71 3882.92 23.24 -86.02 23.24 86.02 -46.48 0 f +2549.62 4534.78 -23.23 86.03 -23.24 -86.03 46.48 0 f +255 G +2806.11 4621.76 0 -754.26 f +2783.14 3883.11 23.23 -85.35 23.24 85.35 -46.48 0 f +K +2806.11 4621.76 0 -754.26 S +2783.14 3883.11 23.23 -85.35 23.24 85.35 -46.48 0 f +2947.11 4232 m +-4 -7.01 -7.66 -14.05 -10.98 -21.13 c +-3.32 -7.08 -6.26 -14.27 -8.82 -21.54 c +-0.24 -3.36 -0.66 -6.75 -1.26 -10.15 c +-0.6 -3.39 -1.34 -6.77 -2.22 -10.13 c +-0.16 -0.64 -0.42 -1.68 -0.78 -3.12 c +-0.36 -1.44 -0.82 -2.89 -1.38 -4.37 c +-0.56 -1.48 -1.26 -2.79 -2.1 -3.96 c +-0.84 -1.15 -1.79 -1.74 -2.82 -1.74 c +-1.45 0 -2.31 0.7 -2.59 2.11 c +-0.28 1.39 -0.32 2.96 -0.12 4.68 c +0.21 1.72 0.52 3.32 0.96 4.8 c +0.44 1.48 0.66 2.3 0.66 2.46 c +0.88 3.36 1.82 6.7 2.82 10.02 c +1 3.32 2.06 6.66 3.18 10.02 c +0.32 3.84 0.3 7.55 -0.06 11.16 c +-0.36 3.6 -1.1 7.08 -2.21 10.44 c +-1.28 3.76 -3.76 6.51 -7.45 8.23 c +-3.68 1.72 -7.92 2.58 -12.71 2.58 c +-2.16 0 -4.31 -0.18 -6.43 -0.54 c +-2.12 -0.36 -4.02 -0.9 -5.7 -1.62 c +-1.68 -0.72 -3.12 -1.66 -4.32 -2.82 c +-1.2 -1.16 -2 -2.54 -2.39 -4.14 c +-0.24 -0.8 -0.8 -1.2 -1.68 -1.2 c +-2.28 0 p +-1.12 0 -1.68 0.52 -1.68 1.56 c +0 0.48 p +0.72 2.96 1.98 5.73 3.78 8.33 c +1.8 2.59 3.92 4.86 6.36 6.81 c +2.44 1.95 5.1 3.48 7.98 4.59 c +2.88 1.11 5.84 1.67 8.89 1.67 c +3.27 0 6.16 -0.64 8.64 -1.91 c +2.48 -1.28 4.64 -2.93 6.48 -4.95 c +1.84 -2.03 3.4 -4.34 4.68 -6.93 c +1.28 -2.59 2.4 -5.21 3.36 -7.85 c +0.56 -1.6 1.02 -3.21 1.38 -4.86 c +0.36 -1.64 0.66 -3.3 0.9 -4.98 c +4.24 10.08 9.12 19.93 14.64 29.57 c +0.32 0.55 0.8 0.84 1.44 0.84 c +2.4 0 p +0.4 0 0.68 -0.04 0.84 -0.12 c +0.56 -0.4 0.84 -0.88 0.84 -1.44 c +0 -0.23 -0.08 -0.52 -0.24 -0.83 c +f +2947.67 4156.32 0 2.48 P +0.69 0 1.44 0 2.24 0 c +0.8 0 1.57 0.02 2.32 0.04 c +0.75 0.03 1.46 0.08 2.12 0.16 c +0.67 0.08 1.21 0.17 1.64 0.27 c +0.54 0.11 0.95 0.39 1.24 0.84 c +0.29 0.46 0.44 0.98 0.44 1.56 c +0 42.5 p +-1.54 -0.75 -3.21 -1.29 -5 -1.61 c +-1.79 -0.32 -3.61 -0.48 -5.48 -0.48 c +0 2.5 p +2.72 0 5.36 0.37 7.92 1.11 c +2.57 0.74 4.78 2.09 6.65 4.04 c +0.97 0 p +0.59 0 0.88 -0.29 0.88 -0.89 c +0 -47.17 p +0 -0.59 0.14 -1.11 0.44 -1.56 c +0.29 -0.45 0.71 -0.73 1.24 -0.84 c +0.43 -0.11 0.96 -0.2 1.61 -0.27 c +0.64 -0.09 1.34 -0.14 2.12 -0.16 c +0.77 -0.02 1.56 -0.04 2.36 -0.04 c +0.8 0 1.54 0 2.24 0 c +0 -2.48 p +-8.64 0.32 -17.29 0.32 -25.94 0 c +f +3209.61 4414.5 m +-4 -7 -7.67 -14.04 -10.98 -21.12 c +-3.32 -7.08 -6.26 -14.26 -8.82 -21.54 c +-0.23 -3.36 -0.66 -6.74 -1.26 -10.14 c +-0.6 -3.4 -1.34 -6.78 -2.22 -10.14 c +-0.16 -0.64 -0.42 -1.68 -0.78 -3.12 c +-0.36 -1.43 -0.82 -2.9 -1.39 -4.38 c +-0.55 -1.48 -1.25 -2.8 -2.09 -3.96 c +-0.84 -1.16 -1.79 -1.74 -2.82 -1.74 c +-1.45 0 -2.31 0.7 -2.59 2.1 c +-0.27 1.4 -0.31 2.96 -0.12 4.68 c +0.21 1.72 0.53 3.32 0.96 4.8 c +0.45 1.48 0.66 2.29 0.66 2.46 c +0.88 3.36 1.82 6.7 2.82 10.02 c +1 3.32 2.06 6.66 3.18 10.02 c +0.32 3.84 0.3 7.56 -0.06 11.16 c +-0.36 3.6 -1.09 7.08 -2.21 10.44 c +-1.28 3.76 -3.76 6.5 -7.45 8.22 c +-3.68 1.72 -7.92 2.58 -12.71 2.58 c +-2.16 0 -4.31 -0.18 -6.43 -0.54 c +-2.12 -0.36 -4.02 -0.9 -5.7 -1.62 c +-1.68 -0.72 -3.12 -1.66 -4.33 -2.82 c +-1.2 -1.16 -2 -2.54 -2.39 -4.14 c +-0.25 -0.8 -0.8 -1.2 -1.68 -1.2 c +-2.29 0 p +-1.12 0 -1.68 0.52 -1.68 1.56 c +0 0.48 p +0.72 2.96 1.97 5.73 3.78 8.32 c +1.8 2.59 3.92 4.86 6.36 6.81 c +2.44 1.95 5.1 3.48 7.98 4.59 c +2.88 1.11 5.84 1.67 8.89 1.67 c +3.27 0 6.16 -0.64 8.64 -1.91 c +2.48 -1.27 4.63 -2.93 6.47 -4.95 c +1.85 -2.04 3.4 -4.34 4.68 -6.93 c +1.28 -2.6 2.4 -5.21 3.36 -7.86 c +0.57 -1.6 1.02 -3.22 1.39 -4.86 c +0.35 -1.64 0.65 -3.3 0.9 -4.98 c +4.24 10.08 9.12 19.94 14.64 29.57 c +0.32 0.55 0.8 0.84 1.44 0.84 c +2.4 0 p +0.4 0 0.68 -0.04 0.84 -0.12 c +0.57 -0.4 0.84 -0.87 0.84 -1.43 c +0 -0.25 -0.08 -0.52 -0.23 -0.84 c +f +3235.98 4328.81 m +-0.59 -2.19 -0.81 -4.04 -0.64 -5.53 c +0.16 -1.5 0.91 -2.24 2.23 -2.24 c +0.65 0 1.23 0.27 1.77 0.8 c +0.53 0.53 1.01 1.28 1.43 2.23 c +0.42 0.96 0.83 2.08 1.2 3.36 c +0.37 1.28 0.74 2.7 1.11 4.24 c +0.12 0.48 0.43 0.72 0.97 0.72 c +0.88 0 p +0.54 0 0.74 -0.24 0.63 -0.72 c +-0.31 -1.23 -0.66 -2.57 -1.04 -4 c +-0.37 -1.45 -0.88 -2.78 -1.52 -4 c +-0.63 -1.23 -1.43 -2.25 -2.36 -3.1 c +-0.93 -0.84 -2.09 -1.26 -3.48 -1.26 c +-1.86 0 -3.36 0.53 -4.47 1.6 c +-1.12 1.06 -1.82 2.43 -2.09 4.07 c +-1.22 -1.49 -2.68 -2.81 -4.39 -3.95 c +-1.71 -1.15 -3.5 -1.72 -5.36 -1.72 c +-1.97 0 -3.62 0.51 -4.96 1.52 c +-1.33 1.02 -2.37 2.3 -3.12 3.86 c +-0.91 1.88 -1.39 3.91 -1.45 6.11 c +-0.05 2.2 0.21 4.42 0.8 6.67 c +0.59 2.25 1.45 4.47 2.56 6.67 c +1.13 2.2 2.59 4.23 4.41 6.11 c +1.49 1.55 3.18 2.85 5.08 3.89 c +1.89 1.05 3.8 1.57 5.72 1.57 c +1.65 0 3 -0.46 4.03 -1.36 c +1.05 -0.91 1.86 -2 2.44 -3.27 c +4.48 17.79 p +0.21 0.84 0.33 1.49 0.36 1.94 c +0.02 0.45 -0.1 0.78 -0.36 0.99 c +-0.32 0.26 -0.93 0.43 -1.84 0.51 c +-0.91 0.08 -1.93 0.12 -3.04 0.12 c +-0.59 0 -0.83 0.3 -0.72 0.9 c +0.23 0.66 p +0.11 0.49 0.46 0.79 1.04 0.9 c +7.45 0.66 2.79 0.23 p +0.26 0.06 0.46 -0.01 0.61 -0.2 c +0.13 -0.19 0.16 -0.42 0.11 -0.68 c +-11.51 -46.11 h +3234.89 4347.82 m +-0.09 0.51 -0.21 1.04 -0.36 1.57 c +-0.43 1.29 -1.05 2.38 -1.87 3.27 c +-0.83 0.89 -1.89 1.34 -3.16 1.34 c +-1.17 0 -2.32 -0.43 -3.44 -1.3 c +-1.12 -0.86 -2.14 -1.94 -3.05 -3.23 c +-1.28 -1.83 -2.24 -3.75 -2.87 -5.74 c +-0.64 -1.99 -1.23 -4.07 -1.77 -6.22 c +-0.54 -2.11 -0.97 -4.16 -1.32 -6.18 c +-0.35 -2.02 -0.33 -3.92 0.04 -5.7 c +0.27 -1.29 0.73 -2.39 1.41 -3.28 c +0.66 -0.89 1.61 -1.33 2.83 -1.33 c +1.28 0 2.55 0.45 3.81 1.37 c +1.25 0.92 2.4 2.02 3.48 3.32 c +0.42 0.54 0.82 1.05 1.19 1.54 c +0.38 0.48 0.72 1.02 1.05 1.61 c +4.32 17.38 p +-0.12 0.54 -0.2 1.06 -0.28 1.57 c +f +5.821 w +10 M +2 J +8 i +3040 4690 0 -117.65 S +3132.49 4690 24.41 -58.83 S +3156.9 4631.17 -24.41 -58.82 S +1 i +3111.7 4592.94 -45.72 0 0 2.47 P +0 0.16 0.08 0.39 0.25 0.7 c +18.68 19.89 p +2.3 2.43 4.59 4.92 6.86 7.47 c +2.27 2.55 4.32 5.14 6.13 7.76 c +1.81 2.63 3.28 5.38 4.39 8.24 c +1.12 2.86 1.67 5.86 1.67 9 c +0 2.59 -0.35 5.04 -1.05 7.36 c +-0.7 2.31 -1.73 4.36 -3.09 6.12 c +-1.36 1.77 -3.05 3.18 -5.07 4.23 c +-2.02 1.07 -4.39 1.59 -7.12 1.59 c +-3.95 0 -7.46 -1.16 -10.5 -3.47 c +-3.05 -2.32 -5.19 -5.23 -6.42 -8.77 c +0.91 0.23 1.86 0.29 2.83 0.18 c +1 -0.12 1.88 -0.43 2.66 -0.94 c +0.78 -0.51 1.43 -1.2 1.97 -2.06 c +0.53 -0.87 0.8 -1.89 0.8 -3.06 c +0 -2.04 -0.68 -3.59 -2.04 -4.65 c +-1.36 -1.06 -2.86 -1.59 -4.5 -1.59 c +-1.57 0 -3.03 0.53 -4.39 1.59 c +-1.35 1.05 -2.03 2.61 -2.03 4.65 c +0 2.98 0.59 5.8 1.78 8.47 c +1.19 2.66 2.81 4.98 4.86 6.94 c +2.04 1.95 4.45 3.5 7.25 4.62 c +2.78 1.12 5.73 1.68 8.85 1.68 c +3.85 0 7.39 -0.57 10.63 -1.71 c +3.24 -1.13 6 -2.74 8.3 -4.81 c +2.29 -2.08 4.07 -4.51 5.34 -7.3 c +1.27 -2.79 1.9 -5.82 1.9 -9.11 c +0 -3.76 -0.86 -7.19 -2.59 -10.29 c +-1.73 -3.1 -3.89 -5.98 -6.48 -8.64 c +-2.59 -2.66 -5.34 -5.17 -8.26 -7.52 c +-2.91 -2.35 -5.57 -4.63 -7.95 -6.82 c +-14.18 -13.17 12.46 0 p +1.8 0 3.9 0 6.28 0 c +2.38 0 4.62 0.02 6.72 0.06 c +2.1 0.04 3.91 0.12 5.43 0.23 c +1.52 0.12 2.36 0.25 2.53 0.41 c +0.32 0.31 0.63 0.88 0.92 1.71 c +0.29 0.82 0.55 1.74 0.8 2.77 c +0.25 1.02 0.47 2.08 0.68 3.17 c +0.2 1.11 0.39 2.12 0.55 3.06 c +3.37 0 -3.47 -20.48 p f +8 i +3488.31 4131.69 0 -117.66 S +3580.8 4131.69 24.41 -58.83 S +3605.21 4072.86 -24.41 -58.83 S +1 i +3562.3 4045.85 m +-1.36 -2.82 -3.21 -5.25 -5.59 -7.3 c +-2.54 -2.2 -5.38 -3.85 -8.55 -4.94 c +-3.15 -1.1 -6.46 -1.65 -9.91 -1.65 c +-3.12 0 -6.18 0.39 -9.19 1.16 c +-3 0.78 -5.66 1.96 -8.01 3.55 c +-2.34 1.58 -4.22 3.54 -5.61 5.85 c +-1.41 2.32 -2.1 4.96 -2.1 7.94 c +0 2.2 0.71 3.83 2.16 4.88 c +1.43 1.06 2.98 1.59 4.62 1.59 c +1.73 0 3.31 -0.53 4.75 -1.59 c +1.43 -1.05 2.16 -2.69 2.16 -4.88 c +0 -1.25 -0.24 -2.32 -0.74 -3.18 c +-0.49 -0.87 -1.12 -1.57 -1.9 -2.12 c +-0.78 -0.55 -1.67 -0.92 -2.65 -1.11 c +-1 -0.2 -1.93 -0.21 -2.84 -0.06 c +1.64 -2.83 4.23 -5.04 7.77 -6.65 c +3.54 -1.61 7.4 -2.41 11.59 -2.41 c +2.05 0 3.94 0.5 5.67 1.48 c +1.72 1 3.16 2.32 4.32 3.98 c +1.39 2.06 2.33 4.31 2.82 6.72 c +0.49 2.42 0.73 4.9 0.73 7.44 c +0 2.54 -0.24 5.02 -0.73 7.43 c +-0.49 2.42 -1.43 4.66 -2.82 6.73 c +-1.15 1.66 -2.6 3.01 -4.32 4.04 c +-1.73 1.02 -3.62 1.54 -5.67 1.54 c +-8.39 0 p +-0.73 0 -1.1 0.34 -1.1 1.02 c +0 0.34 p +-0.09 0.3 0 0.56 0.24 0.8 c +0.25 0.23 0.54 0.34 0.86 0.34 c +1.15 0.16 2.3 0.23 3.46 0.23 c +1.15 0 2.3 0.08 3.46 0.23 c +2.13 0.16 4 0.8 5.61 1.94 c +1.6 1.14 2.93 2.61 4 4.41 c +1.07 1.8 1.88 3.86 2.4 6.17 c +0.54 2.31 0.8 4.68 0.8 7.12 c +0 1.81 -0.18 3.51 -0.55 5.12 c +-0.37 1.61 -1.13 3.04 -2.29 4.29 c +-2.21 2.52 -5.04 3.77 -8.49 3.77 c +-3.61 0 -6.92 -0.66 -9.91 -2 c +-3.01 -1.33 -5.25 -3.14 -6.72 -5.41 c +1.72 0.39 3.43 0.08 5.12 -0.95 c +1.68 -1.02 2.52 -2.66 2.52 -4.93 c +0 -1.96 -0.64 -3.44 -1.95 -4.41 c +-1.31 -0.99 -2.73 -1.48 -4.3 -1.48 c +-1.54 0 -2.98 0.49 -4.29 1.48 c +-1.3 0.98 -1.96 2.45 -1.96 4.41 c +0 2.51 0.62 4.76 1.85 6.77 c +1.23 2 2.84 3.7 4.85 5.12 c +2.01 1.41 4.3 2.5 6.88 3.24 c +2.58 0.76 5.22 1.13 7.93 1.13 c +2.86 0 5.64 -0.37 8.35 -1.12 c +2.7 -0.75 5.19 -1.91 7.49 -3.47 c +1.96 -1.34 3.61 -2.99 4.91 -4.95 c +1.31 -1.96 1.96 -4.16 1.96 -6.59 c +0 -2.51 -0.45 -4.86 -1.35 -7.06 c +-0.9 -2.2 -2.1 -4.2 -3.61 -6.01 c +-1.52 -1.8 -3.32 -3.38 -5.41 -4.71 c +-2.09 -1.34 -4.36 -2.39 -6.82 -3.18 c +2.38 -0.4 4.66 -1.06 6.82 -2.01 c +2.18 -0.94 4.2 -2.19 6.09 -3.76 c +2.37 -1.96 4.23 -4.3 5.59 -7 c +1.36 -2.71 2.03 -5.56 2.03 -8.54 c +0 -3.07 -0.67 -6.01 -2.03 -8.83 c +f +8 i +3040 3836.67 0 -117.66 S +3132.49 3836.67 24.41 -58.83 S +3156.9 3777.84 -24.41 -58.83 S +1 i +3071.72 3739.66 0 3.64 P +1.06 0 2.22 0 3.45 0 c +1.23 0 2.42 0.02 3.57 0.06 c +1.16 0.04 2.24 0.12 3.27 0.23 c +1.03 0.12 1.87 0.25 2.53 0.41 c +0.82 0.16 1.45 0.57 1.9 1.24 c +0.45 0.66 0.68 1.43 0.68 2.29 c +0 62.53 p +-2.38 -1.11 -4.95 -1.91 -7.7 -2.4 c +-2.75 -0.47 -5.58 -0.71 -8.45 -0.71 c +0 3.59 p +4.19 0 8.26 0.55 12.2 1.65 c +3.93 1.1 7.34 3.1 10.2 6 c +1.47 0 p +0.9 0 1.35 -0.43 1.35 -1.29 c +0 -69.36 p +0 -0.87 0.23 -1.63 0.67 -2.29 c +0.45 -0.68 1.09 -1.09 1.91 -1.24 c +0.66 -0.16 1.48 -0.29 2.46 -0.41 c +0.99 -0.12 2.08 -0.2 3.27 -0.23 c +1.19 -0.04 2.4 -0.06 3.63 -0.06 c +1.23 0 2.38 0 3.46 0 c +0 -3.64 p +-13.3 0.47 -26.59 0.47 -39.88 0 c +f +255 G +3210.16 4148.94 87.98 -69.68 -41.36 104.34 -46.62 -34.66 f +10 w +4 M +0 J +K +2887.5 4631.09 357.5 -480.95 S +3210.16 4148.94 87.98 -69.68 -41.36 104.34 -46.62 -34.66 f +1 J +1 j +3150 4076.09 60 0 S +3262.5 4076.09 60 0 S +3375 4076.09 60 0 S +2470.47 4203 m +-0.16 -0.72 -0.6 -1.16 -1.32 -1.32 c +-1.32 0 p +-0.72 0 -1.08 0.36 -1.08 1.09 c +0.64 3.91 0.8 7.66 0.48 11.22 c +-0.32 3.55 -1.18 6.7 -2.58 9.41 c +-1.4 2.73 -3.3 4.9 -5.7 6.54 c +-2.4 1.64 -5.32 2.46 -8.76 2.46 c +-4.16 0 -8.32 -1.05 -12.48 -3.12 c +-4.16 -2.09 -7.92 -4.85 -11.28 -8.29 c +-3.93 -4.09 -6.98 -8.59 -9.19 -13.52 c +-2.2 -4.93 -3.94 -9.95 -5.22 -15.08 c +-1.36 -5.2 -2.14 -10.25 -2.34 -15.15 c +-0.2 -4.88 0.66 -9.36 2.58 -13.46 c +1.68 -3.52 4.12 -6.33 7.32 -8.41 c +3.2 -2.08 6.96 -3.12 11.28 -3.12 c +2.32 0 4.63 0.32 6.91 0.95 c +2.28 0.65 4.36 1.55 6.24 2.75 c +1.88 1.18 3.5 2.62 4.86 4.29 c +1.36 1.66 2.28 3.48 2.76 5.46 c +2.52 10.24 p +0.48 1.9 0.29 3.05 -0.59 3.46 c +-0.88 0.39 -2.36 0.63 -4.45 0.71 c +-2.08 0.08 -4.2 0.12 -6.36 0.12 c +-0.4 0 -0.7 0.13 -0.9 0.38 c +-0.21 0.25 -0.22 0.6 -0.06 1.04 c +0.24 1.15 p +0.08 0.43 0.28 0.77 0.6 1.02 c +0.32 0.24 0.68 0.37 1.08 0.37 c +5.6 -0.25 11.32 -0.36 17.16 -0.36 c +3.76 0 7.53 0.12 11.29 0.36 c +0.4 0 0.7 -0.13 0.9 -0.37 c +0.2 -0.25 0.22 -0.59 0.06 -1.02 c +-0.24 -1.15 p +-0.16 -0.95 -0.72 -1.42 -1.68 -1.42 c +-1.36 0 -2.54 -0.04 -3.54 -0.12 c +-1 -0.09 -1.75 -0.29 -2.22 -0.59 c +-0.48 -0.25 -1 -1.43 -1.56 -3.57 c +-6 -23.47 p +0 -0.23 -0.16 -0.52 -0.48 -0.83 c +-0.24 -0.24 -0.56 -0.36 -0.96 -0.36 c +-0.32 0 -0.57 0.13 -0.72 0.36 c +-0.88 1.04 -1.68 2.12 -2.4 3.27 c +-0.72 1.15 -1.28 2.4 -1.68 3.76 c +-2.64 -3.27 -6.12 -5.74 -10.44 -7.45 c +-4.32 -1.71 -8.64 -2.56 -12.96 -2.56 c +-5.28 0 -9.98 1.14 -14.1 3.42 c +-4.12 2.28 -7.46 5.42 -10.02 9.43 c +-2.63 4.32 -4.21 9.11 -4.73 14.39 c +-0.52 5.27 -0.1 10.76 1.26 16.43 c +1.43 5.68 3.76 11.16 6.96 16.44 c +3.2 5.28 7.2 10.08 12 14.4 c +4.48 3.92 9.36 7.04 14.64 9.36 c +5.28 2.32 10.56 3.48 15.84 3.48 c +4.16 0 7.7 -0.94 10.62 -2.82 c +2.92 -1.87 5.22 -4.37 6.9 -7.5 c +8.52 9.72 p +0.24 0.4 0.6 0.6 1.08 0.6 c +0.48 0 p +0.71 0 1 -0.39 0.84 -1.16 c +-8.04 -31.84 p f +cleartomark end end pagesave restore + showpage +%%PageTrailer +%%Trailer +%%Pages: 1 diff --git a/Master/texmf-dist/doc/latex/disser/templates/doctor/fig/nomake.cmd b/Master/texmf-dist/doc/latex/disser/templates/doctor/fig/nomake.cmd index 031ac1797cf..d5b89784882 100644 --- a/Master/texmf-dist/doc/latex/disser/templates/doctor/fig/nomake.cmd +++ b/Master/texmf-dist/doc/latex/disser/templates/doctor/fig/nomake.cmd @@ -1 +1 @@ -@call ..\..\..\include\latex.fig.nmk.cmd %1 %2 %3 %4 %5 %6 %7 %8 %9
\ No newline at end of file +@call ..\..\..\include\latex.fig.nmk.cmd %*
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/disser/templates/doctor/nomake.cmd b/Master/texmf-dist/doc/latex/disser/templates/doctor/nomake.cmd index 477673612f6..cf105a9e8ff 100644 --- a/Master/texmf-dist/doc/latex/disser/templates/doctor/nomake.cmd +++ b/Master/texmf-dist/doc/latex/disser/templates/doctor/nomake.cmd @@ -1 +1 @@ -@call ..\..\include\latex.nmk.cmd %1 %2 %3 %4 %5 %6 %7 %8 %9
\ No newline at end of file +@call ..\..\include\latex.nmk.cmd %*
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/disser/templates/doctor/thesis.tex b/Master/texmf-dist/doc/latex/disser/templates/doctor/thesis.tex index a2d2867cd4d..838982a6cc2 100644 --- a/Master/texmf-dist/doc/latex/disser/templates/doctor/thesis.tex +++ b/Master/texmf-dist/doc/latex/disser/templates/doctor/thesis.tex @@ -6,7 +6,7 @@ \usepackage[T2A]{fontenc} \usepackage[cp1251]{inputenc} \usepackage[english,russian]{babel} -\usepackage{srcltx} +\usepackage{epstopdf} \graphicspath{{fig/}} % ---------------------------------------------------------------- diff --git a/Master/texmf-dist/doc/latex/disser/templates/master/fig/fig.eps b/Master/texmf-dist/doc/latex/disser/templates/master/fig/fig.eps index 9aeb4fae0ae..9382ce4351e 100644 --- a/Master/texmf-dist/doc/latex/disser/templates/master/fig/fig.eps +++ b/Master/texmf-dist/doc/latex/disser/templates/master/fig/fig.eps @@ -1,2661 +1,490 @@ -%!PS-Adobe-3.0 EPSF-3.0
+%!PS-Adobe-3.0 EPSF-3.0 %%BoundingBox: 235 371 361 470 -%%HiResBoundingBox: 236 371.521 360.902 469.38 -%%Creator: Adobe Illustrator(TM) 3.2
-%%AI8_CreatorVersion: 10.0
-%%For: (User) (-)
-%%Title: (2LevelSys.eps)
-%%CreationDate: 12/13/2003 4:07 AM
-%%DocumentProcessColors: Black
-%%DocumentSuppliedResources: procset Adobe_packedarray 2.0 0
-%%+ procset Adobe_cshow 1.1 0
-%%+ procset Adobe_customcolor 1.0 0
-%%+ procset Adobe_pattern_AI3 1.0 0
-%%+ procset Adobe_Illustrator_AI3 1.0 1
-%AI3_ColorUsage: Color
-%AI3_IncludePlacedImages
-%AI3_TemplateBox: 298.5 420.3896 298.5 420.3896
-%AI3_TileBox: 239 -327 815 465
-%AI3_DocumentPreview: PC_ColorTIFF
-%%PageOrigin:239 -327
-%%AI3_PaperRect:-8 834 587 -8
-%%AI3_Margin:8 -40 -9 8
-%AI7_GridSettings: 28.3465 10 28.3465 10 1 0 0.8 0.8 0.8 0.9 0.9 0.9
-%AI9_Flatten: 1
-%%EndComments
-%%BeginProlog
-%%BeginResource: procset Adobe_packedarray 2.0 0
-%%Title: (Packed Array Operators)
-%%Version: 2.0 0
-%%CreationDate: (8/2/90) ()
-%%Copyright: ((C) 1987-1996 Adobe Systems Incorporated All Rights Reserved)
-userdict /Adobe_packedarray 5 dict dup begin put
-/initialize
-{
-/packedarray where
- {
- pop
- }
- {
- Adobe_packedarray begin
- Adobe_packedarray
- {
- dup xcheck
- {
- bind
- } if
- userdict 3 1 roll put
- } forall
- end
- } ifelse
-} def
-/terminate
-{
-} def
-/packedarray
-{
-array astore readonly
-} def
-/setpacking
-{
-pop
-} def
-/currentpacking
-{
-false
-} def
-currentdict readonly pop end
-%%EndResource
-Adobe_packedarray /initialize get exec
-%%BeginResource: procset Adobe_cshow 1.1 0
-%%Title: (cshow Operator)
-%%Version: 1.1 0
-%%CreationDate: (1/23/89) ()
-%%Copyright: ((C) 1987-1996 Adobe Systems Incorporated All Rights Reserved)
-currentpacking true setpacking
-userdict /Adobe_cshow 3 dict dup begin put
-/initialize
-{
-/cshow where
- {
- pop
- }
- {
- userdict /Adobe_cshow_vars 1 dict dup begin put
- /_cshow
- {} def
- Adobe_cshow begin
- Adobe_cshow
- {
- dup xcheck
- {
- bind
- } if
- userdict 3 1 roll put
- } forall
- end
- end
- } ifelse
-} def
-/terminate
-{
-} def
-/cshow
-{
-exch
-Adobe_cshow_vars
- exch /_cshow
- exch put
- {
- 0 0 Adobe_cshow_vars /_cshow get exec
- } forall
-} def
-currentdict readonly pop end
-setpacking
-%%EndResource
-%%BeginResource: procset Adobe_customcolor 1.0 0
-%%Title: (Custom Color Operators)
-%%Version: 1.0 0
-%%CreationDate: (5/9/88) ()
-%%Copyright: ((C) 1987-1996 Adobe Systems Incorporated All Rights Reserved)
-currentpacking true setpacking
-userdict /Adobe_customcolor 5 dict dup begin put
-/initialize
-{
-/setcustomcolor where
- {
- pop
- }
- {
- Adobe_customcolor begin
- Adobe_customcolor
- {
- dup xcheck
- {
- bind
- } if
- pop pop
- } forall
- end
- Adobe_customcolor begin
- } ifelse
-} def
-/terminate
-{
-currentdict Adobe_customcolor eq
- {
- end
- } if
-} def
-/findcmykcustomcolor
-{
-5 packedarray
-} def
-/setcustomcolor
-{
-exch
-aload pop pop
-4
- {
- 4 index mul 4 1 roll
- } repeat
-5 -1 roll pop
-setcmykcolor
-} def
-/setoverprint
-{
-pop
-} def
-currentdict readonly pop end
-setpacking
-%%EndResource
-%%BeginResource: procset Adobe_pattern_AI3 1.1 0
-%%Title: (Adobe Illustrator (R) Version 3.0 Pattern Operators)
-%%Version: 1.1 0
-%%CreationDate: (7/21/89) ()
-%%Copyright: ((C) 1987-1996 Adobe Systems Incorporated All Rights Reserved)
-currentpacking true setpacking
-userdict /Adobe_pattern_AI3 16 dict dup begin put
-/initialize
-{
-/definepattern where
- {
- pop
- }
- {
- Adobe_pattern_AI3 begin
- Adobe_pattern_AI3
- {
- dup xcheck
- {
- bind
- } if
- pop pop
- } forall
- mark
- cachestatus 7 1 roll pop pop pop pop exch pop exch
- {
- {
- 10000 add
- dup 2 index gt
- {
- exit
- } if
- dup setcachelimit
- } loop
- } stopped
- cleartomark
- } ifelse
-} def
-/terminate
-{
-currentdict Adobe_pattern_AI3 eq
- {
- end
- } if
-} def
-errordict
-/nocurrentpoint
-{
-pop
-stop
-} put
-errordict
-/invalidaccess
-{
-pop
-stop
-} put
-/patternencoding
-256 array def
-0 1 255
-{
-patternencoding exch ( ) 2 copy exch 0 exch put cvn put
-} for
-/definepattern
-{
-17 dict begin
-/uniform exch def
-/cache exch def
-/key exch def
-/procarray exch def
-/mtx exch matrix invertmatrix def
-/height exch def
-/width exch def
-/ctm matrix currentmatrix def
-/ptm matrix def
-/str 32 string def
-/slice 9 dict def
-slice /s 1 put
-slice /q 256 procarray length div sqrt floor cvi put
-slice /b 0 put
-/FontBBox [0 0 0 0] def
-/FontMatrix mtx matrix copy def
-/Encoding patternencoding def
-/FontType 3 def
-/BuildChar
- {
- exch
- begin
- /setstrokeadjust where {pop true setstrokeadjust} if
- slice begin
- dup q dup mul mod s idiv /i exch def
- dup q dup mul mod s mod /j exch def
- q dup mul idiv procarray exch get
- /xl j width s div mul def
- /xg j 1 add width s div mul def
- /yl i height s div mul def
- /yg i 1 add height s div mul def
- uniform
- {
- 1 1
- }
- {
- width 0 dtransform
- dup mul exch dup mul add sqrt dup 1 add exch div
- 0 height dtransform
- dup mul exch dup mul add sqrt dup 1 add exch div
- } ifelse
- width 0 cache
- {
- xl 4 index mul yl 4 index mul xg 6 index mul yg 6 index mul
- setcachedevice
- }
- {
- setcharwidth
- } ifelse
- gsave
- scale
- newpath
- xl yl moveto
- xg yl lineto
- xg yg lineto
- xl yg lineto
- closepath
- clip
- newpath
- end
- end
- exec
- grestore
- } def
-key currentdict definefont
-end
-} def
-/patterncachesize
-{
-gsave
-newpath
-0 0 moveto
-width 0 lineto
-width height lineto
-0 height lineto
-closepath
-patternmatrix setmatrix
-pathbbox
-exch ceiling 4 -1 roll floor sub 3 1 roll
-ceiling exch floor sub
-mul 1 add
-grestore
-} def
-/patterncachelimit
-{
-cachestatus 7 1 roll 6 npop 8 mul
-} def
-/patternpath
-{
-exch dup begin setfont
-ctm setmatrix
-concat
-slice exch /b exch slice /q get dup mul mul put
-FontMatrix concat
-uniform
- {
- width 0 dtransform round width div exch round width div exch
- 0 height dtransform round height div exch height div exch
- 0 0 transform round exch round exch
- ptm astore setmatrix
- }
- {
- ptm currentmatrix pop
- } ifelse
-{currentpoint} stopped not
- {
- 2 npop
- pathbbox
- true
- 4 index 3 index eq
- 4 index 3 index eq
- and
- {
- pop false
- {
- {2 npop}
- {3 npop true}
- {7 npop true}
- {pop true}
- pathforall
- } stopped
- {
- 5 npop true
- } if
- } if
- {
- height div ceiling height mul 4 1 roll
- width div ceiling width mul 4 1 roll
- height div floor height mul 4 1 roll
- width div floor width mul 4 1 roll
- 2 index sub height div ceiling cvi exch
- 3 index sub width div ceiling cvi exch
- 4 2 roll moveto
- FontMatrix mtx invertmatrix
- dup dup 4 get exch 5 get rmoveto
- ptm ptm concatmatrix pop
- slice /s
- patterncachesize patterncachelimit div ceiling sqrt ceiling cvi
- dup slice /q get gt
- {
- pop slice /q get
- } if
- put
- 0 1 slice /s get dup mul 1 sub
- {
- slice /b get add
- gsave
- 0 1 str length 1 sub
- {
- str exch 2 index put
- } for
- pop
- dup
- {
- gsave
- ptm setmatrix
- 1 index str length idiv {str show} repeat
- 1 index str length mod str exch 0 exch getinterval show
- grestore
- 0 height rmoveto
- } repeat
- grestore
- } for
- 2 npop
- }
- {
- 4 npop
- } ifelse
- } if
-end
-} def
-/patternclip
-{
-clip
-} def
-/patternstrokepath
-{
-strokepath
-} def
-/patternmatrix
-matrix def
-/patternfill
-{
-dup type /dicttype eq
- {
- Adobe_pattern_AI3 /patternmatrix get
- } if
-gsave
-patternclip
-Adobe_pattern_AI3 /patternpath get exec
-grestore
-newpath
-} def
-/patternstroke
-{
-dup type /dicttype eq
- {
- Adobe_pattern_AI3 /patternmatrix get
- } if
-gsave
-patternstrokepath
-true
- {
- {
- {
- newpath
- moveto
- }
- {
- lineto
- }
- {
- curveto
- }
- {
- closepath
- 3 copy
- Adobe_pattern_AI3 /patternfill get exec
- } pathforall
- 3 npop
- } stopped
- {
- 5 npop
- patternclip
- Adobe_pattern_AI3 /patternfill get exec
- } if
- }
- {
- patternclip
- Adobe_pattern_AI3 /patternfill get exec
- } ifelse
-grestore
-newpath
-} def
-/patternashow
-{
-3 index type /dicttype eq
- {
- Adobe_pattern_AI3 /patternmatrix get 4 1 roll
- } if
- {
- 2 npop (0) exch
- 2 copy 0 exch put pop
- gsave
- false charpath currentpoint
- 6 index 6 index 6 index
- Adobe_pattern_AI3 /patternfill get exec
- grestore
- newpath moveto
- 2 copy rmoveto
- } exch cshow
-5 npop
-} def
-/patternawidthshow
-{
-6 index type /dicttype eq
- {
- Adobe_pattern_AI3 /patternmatrix get 7 1 roll
- } if
- {
- 2 npop (0) exch
- 2 copy 0 exch put
- gsave
- _sp eq {5 index 5 index rmoveto} if
- false charpath currentpoint
- 9 index 9 index 9 index
- Adobe_pattern_AI3 /patternfill get exec
- grestore
- newpath moveto
- 2 copy rmoveto
- } exch cshow
-8 npop
-} def
-/patternashowstroke
-{
-4 index type /dicttype eq
- {
- patternmatrix /patternmatrix get 5 1 roll
- } if
-4 1 roll
- {
- 2 npop (0) exch
- 2 copy 0 exch put pop
- gsave
- false charpath
- currentpoint
- 4 index setmatrix
- 7 index 7 index 7 index
- Adobe_pattern_AI3 /patternstroke get exec
- grestore
- newpath moveto
- 2 copy rmoveto
- } exch cshow
-6 npop
-} def
-/patternawidthshowstroke
-{
-7 index type /dicttype eq
- {
- patternmatrix /patternmatrix get 8 1 roll
- } if
-7 1 roll
- {
- 2 npop (0) exch
- 2 copy 0 exch put
- gsave
- _sp eq {5 index 5 index rmoveto} if
- false charpath currentpoint
- 7 index setmatrix
- 10 index 10 index 10 index
- Adobe_pattern_AI3 /patternstroke get exec
- grestore
- newpath moveto
- 2 copy rmoveto
- } exch cshow
-9 npop
-} def
-currentdict readonly pop end
-setpacking
-%%EndResource
-%%BeginResource: procset Adobe_Illustrator_AI3 1.1 0
-%%Title: (Adobe Illustrator (R) Version 3.0 Full Prolog)
-%%Version: 1.1 0
-%%CreationDate: (3/7/1994) ()
-%%Copyright: ((C) 1987-1996 Adobe Systems Incorporated All Rights Reserved)
-currentpacking true setpacking
-userdict /Adobe_Illustrator_AI3 71 dict dup begin put
-/initialize
-{
-userdict /Adobe_Illustrator_AI3_vars 67 dict dup begin put
-/_lp /none def
-/_pf {} def
-/_ps {} def
-/_psf {} def
-/_pss {} def
-/_pjsf {} def
-/_pjss {} def
-/_pola 0 def
-/_doClip 0 def
-/cf currentflat def
-/_tm matrix def
-/_renderStart [/e0 /r0 /a0 /o0 /e1 /r1 /a1 /i0] def
-/_renderEnd [null null null null /i1 /i1 /i1 /i1] def
-/_render -1 def
-/_rise 0 def
-/_ax 0 def
-/_ay 0 def
-/_cx 0 def
-/_cy 0 def
-/_leading [0 0] def
-/_ctm matrix def
-/_mtx matrix def
-/_sp 16#020 def
-/_hyphen (-) def
-/_fScl 0 def
-/_cnt 0 def
-/_hs 1 def
-/_nativeEncoding 0 def
-/_useNativeEncoding 0 def
-/_tempEncode 0 def
-/_pntr 0 def
-/_tDict 2 dict def
-/_wv 0 def
-/Tx {} def
-/Tj {} def
-/CRender {} def
-/_AI3_savepage {} def
-/_gf null def
-/_cf 4 array def
-/_if null def
-/_of false def
-/_fc {} def
-/_gs null def
-/_cs 4 array def
-/_is null def
-/_os false def
-/_sc {} def
-/_pd 1 dict def
-/_ed 15 dict def
-/_pm matrix def
-/_fm null def
-/_fd null def
-/_fdd null def
-/_sm null def
-/_sd null def
-/_sdd null def
-/_i null def
-Adobe_Illustrator_AI3 begin
-Adobe_Illustrator_AI3 dup /nc get begin
- {
- dup xcheck
- {
- bind
- } if
- pop pop
- } forall
-end
-end
-end
-Adobe_Illustrator_AI3 begin
-Adobe_Illustrator_AI3_vars begin
-newpath
-} def
-/terminate
-{
-end
-end
-} def
-/_
-null def
-/ddef
-{
-Adobe_Illustrator_AI3_vars 3 1 roll put
-} def
-/xput
-{
-dup load dup length exch maxlength eq
- {
- dup dup load dup
- length 2 mul dict copy def
- } if
-load begin def end
-} def
-/npop
-{
- {
- pop
- } repeat
-} def
-/sw
-{
-dup length exch stringwidth
-exch 5 -1 roll 3 index mul add
-4 1 roll 3 1 roll mul add
-} def
-/swj
-{
-dup 4 1 roll
-dup length exch stringwidth
-exch 5 -1 roll 3 index mul add
-4 1 roll 3 1 roll mul add
-6 2 roll /_cnt 0 ddef
-{1 index eq {/_cnt _cnt 1 add ddef} if} forall pop
-exch _cnt mul exch _cnt mul 2 index add 4 1 roll 2 index add 4 1 roll pop pop
-} def
-/ss
-{
-4 1 roll
- {
- 2 npop
- (0) exch 2 copy 0 exch put pop
- gsave
- false charpath currentpoint
- 4 index setmatrix
- stroke
- grestore
- moveto
- 2 copy rmoveto
- } exch cshow
-3 npop
-} def
-/jss
-{
-4 1 roll
- {
- 2 npop
- (0) exch 2 copy 0 exch put
- gsave
- _sp eq
- {
- exch 6 index 6 index 6 index 5 -1 roll widthshow
- currentpoint
- }
- {
- false charpath currentpoint
- 4 index setmatrix stroke
- }ifelse
- grestore
- moveto
- 2 copy rmoveto
- } exch cshow
-6 npop
-} def
-/sp
-{
- {
- 2 npop (0) exch
- 2 copy 0 exch put pop
- false charpath
- 2 copy rmoveto
- } exch cshow
-2 npop
-} def
-/jsp
-{
- {
- 2 npop
- (0) exch 2 copy 0 exch put
- _sp eq
- {
- exch 5 index 5 index 5 index 5 -1 roll widthshow
- }
- {
- false charpath
- }ifelse
- 2 copy rmoveto
- } exch cshow
-5 npop
-} def
-/pl
-{
-transform
-0.25 sub round 0.25 add exch
-0.25 sub round 0.25 add exch
-itransform
-} def
-/setstrokeadjust where
- {
- pop true setstrokeadjust
- /c
- {
- curveto
- } def
- /C
- /c load def
- /v
- {
- currentpoint 6 2 roll curveto
- } def
- /V
- /v load def
- /y
- {
- 2 copy curveto
- } def
- /Y
- /y load def
- /l
- {
- lineto
- } def
- /L
- /l load def
- /m
- {
- moveto
- } def
- }
- {
- /c
- {
- pl curveto
- } def
- /C
- /c load def
- /v
- {
- currentpoint 6 2 roll pl curveto
- } def
- /V
- /v load def
- /y
- {
- pl 2 copy curveto
- } def
- /Y
- /y load def
- /l
- {
- pl lineto
- } def
- /L
- /l load def
- /m
- {
- pl moveto
- } def
- } ifelse
-/d
-{
-setdash
-} def
-/cf {} def
-/i
-{
-dup 0 eq
- {
- pop cf
- } if
-setflat
-} def
-/j
-{
-setlinejoin
-} def
-/J
-{
-setlinecap
-} def
-/M
-{
-setmiterlimit
-} def
-/w
-{
-setlinewidth
-} def
-/H
-{} def
-/h
-{
-closepath
-} def
-/N
-{
-_pola 0 eq
- {
- _doClip 1 eq {clip /_doClip 0 ddef} if
- newpath
- }
- {
- /CRender {N} ddef
- }ifelse
-} def
-/n
-{N} def
-/F
-{
-_pola 0 eq
- {
- _doClip 1 eq
- {
- gsave _pf grestore clip newpath /_lp /none ddef _fc
- /_doClip 0 ddef
- }
- {
- _pf
- }ifelse
- }
- {
- /CRender {F} ddef
- }ifelse
-} def
-/f
-{
-closepath
-F
-} def
-/S
-{
-_pola 0 eq
- {
- _doClip 1 eq
- {
- gsave _ps grestore clip newpath /_lp /none ddef _sc
- /_doClip 0 ddef
- }
- {
- _ps
- }ifelse
- }
- {
- /CRender {S} ddef
- }ifelse
-} def
-/s
-{
-closepath
-S
-} def
-/B
-{
-_pola 0 eq
- {
- _doClip 1 eq
- gsave F grestore
- {
- gsave S grestore clip newpath /_lp /none ddef _sc
- /_doClip 0 ddef
- }
- {
- S
- }ifelse
- }
- {
- /CRender {B} ddef
- }ifelse
-} def
-/b
-{
-closepath
-B
-} def
-/W
-{
-/_doClip 1 ddef
-} def
-/*
-{
-count 0 ne
- {
- dup type (stringtype) eq {pop} if
- } if
-_pola 0 eq {newpath} if
-} def
-/u
-{} def
-/U
-{} def
-/q
-{
-_pola 0 eq {gsave} if
-} def
-/Q
-{
-_pola 0 eq {grestore} if
-} def
-/*u
-{
-_pola 1 add /_pola exch ddef
-} def
-/*U
-{
-_pola 1 sub /_pola exch ddef
-_pola 0 eq {CRender} if
-} def
-/D
-{pop} def
-/*w
-{} def
-/*W
-{} def
-/`
-{
-/_i save ddef
-6 1 roll 4 npop
-concat pop
-userdict begin
-/showpage {} def
-0 setgray
-0 setlinecap
-1 setlinewidth
-0 setlinejoin
-10 setmiterlimit
-[] 0 setdash
-/setstrokeadjust where {pop false setstrokeadjust} if
-newpath
-0 setgray
-false setoverprint
-} def
-/~
-{
-end
-_i restore
-} def
-/@
-{} def
-/&
-{} def
-/O
-{
-0 ne
-/_of exch ddef
-/_lp /none ddef
-} def
-/R
-{
-0 ne
-/_os exch ddef
-/_lp /none ddef
-} def
-/g
-{
-/_gf exch ddef
-/_fc
-{
-_lp /fill ne
- {
- _of setoverprint
- _gf setgray
- /_lp /fill ddef
- } if
-} ddef
-/_pf
-{
-_fc
-fill
-} ddef
-/_psf
-{
-_fc
-ashow
-} ddef
-/_pjsf
-{
-_fc
-awidthshow
-} ddef
-/_lp /none ddef
-} def
-/G
-{
-/_gs exch ddef
-/_sc
-{
-_lp /stroke ne
- {
- _os setoverprint
- _gs setgray
- /_lp /stroke ddef
- } if
-} ddef
-/_ps
-{
-_sc
-stroke
-} ddef
-/_pss
-{
-_sc
-ss
-} ddef
-/_pjss
-{
-_sc
-jss
-} ddef
-/_lp /none ddef
-} def
-/k
-{
-_cf astore pop
-/_fc
-{
-_lp /fill ne
- {
- _of setoverprint
- _cf aload pop setcmykcolor
- /_lp /fill ddef
- } if
-} ddef
-/_pf
-{
-_fc
-fill
-} ddef
-/_psf
-{
-_fc
-ashow
-} ddef
-/_pjsf
-{
-_fc
-awidthshow
-} ddef
-/_lp /none ddef
-} def
-/K
-{
-_cs astore pop
-/_sc
-{
-_lp /stroke ne
- {
- _os setoverprint
- _cs aload pop setcmykcolor
- /_lp /stroke ddef
- } if
-} ddef
-/_ps
-{
-_sc
-stroke
-} ddef
-/_pss
-{
-_sc
-ss
-} ddef
-/_pjss
-{
-_sc
-jss
-} ddef
-/_lp /none ddef
-} def
-/x
-{
-/_gf exch ddef
-findcmykcustomcolor
-/_if exch ddef
-/_fc
-{
-_lp /fill ne
- {
- _of setoverprint
- _if _gf 1 exch sub setcustomcolor
- /_lp /fill ddef
- } if
-} ddef
-/_pf
-{
-_fc
-fill
-} ddef
-/_psf
-{
-_fc
-ashow
-} ddef
-/_pjsf
-{
-_fc
-awidthshow
-} ddef
-/_lp /none ddef
-} def
-/X
-{
-/_gs exch ddef
-findcmykcustomcolor
-/_is exch ddef
-/_sc
-{
-_lp /stroke ne
- {
- _os setoverprint
- _is _gs 1 exch sub setcustomcolor
- /_lp /stroke ddef
- } if
-} ddef
-/_ps
-{
-_sc
-stroke
-} ddef
-/_pss
-{
-_sc
-ss
-} ddef
-/_pjss
-{
-_sc
-jss
-} ddef
-/_lp /none ddef
-} def
-/dp
-{
-dup null eq
-{
-pop
-_dp 0 ne
- {
- 0 1 _dp 1 sub _dl mod
- {
- _da exch get 3 get
- } for
- _dp 1 sub _dl mod 1 add packedarray
- _da 0 get aload pop 8 -1 roll 5 -1 roll pop 4 1 roll
- definepattern pop
- } if
-}
-{
-_dp 0 ne _dp _dl mod 0 eq and
- {
- null dp
- } if
-7 packedarray _da exch _dp _dl mod exch put
-_dp _dl mod _da 0 get 4 get 2 packedarray
-/_dp _dp 1 add def
-} ifelse
-} def
-/E
-{
-_ed begin
-dup 0 get type /arraytype ne
- {
- 0
- {
- dup 1 add index type /arraytype eq
- {
- 1 add
- }
- {
- exit
- } ifelse
- } loop
- array astore
- } if
-/_dd exch def
-/_ury exch def
-/_urx exch def
-/_lly exch def
-/_llx exch def
-/_n exch def
-/_y 0 def
-/_dl 4 def
-/_dp 0 def
-/_da _dl array def
-0 1 _dd length 1 sub
- {
- /_d exch _dd exch get def
- 0 2 _d length 2 sub
- {
- /_x exch def
- /_c _d _x get _ ne def
- /_r _d _x 1 add get cvlit def
- _r _ ne
- {
- _urx _llx sub _ury _lly sub [1 0 0 1 0 0]
- [
- /save cvx
- _llx neg _lly neg /translate cvx
- _c
- {
- nc /begin cvx
- } if
- _r dup type /stringtype eq
- {
- cvx
- }
- {
- {exec} /forall cvx
- } ifelse
- _c
- {
- /end cvx
- } if
- /restore cvx
- ] cvx
- /_fn 12 _n length add string def
- _y _fn cvs pop
- /_y _y 1 add def
- _fn 12 _n putinterval
- _fn _c false dp
- _d exch _x 1 add exch put
- } if
- } for
- } for
-null dp
-_n _dd /_pd
-end xput
-} def
-/fc
-{
-_fm dup concatmatrix pop
-} def
-/p
-{
-/_fm exch ddef
-9 -2 roll _pm translate fc
-7 -2 roll _pm scale fc
-5 -1 roll _pm rotate fc
-4 -2 roll exch 0 ne
- {
- dup _pm rotate fc
- 1 -1 _pm scale fc
- neg _pm rotate fc
- }
- {
- pop
- } ifelse
-dup _pm rotate fc
-exch dup sin exch cos div 1 0 0 1 0 6 2 roll
-_pm astore fc
-neg _pm rotate fc
-_pd exch get /_fdd exch ddef
-/_pf
-{
-save
-/_doClip 0 ddef
-0 1 _fdd length 1 sub
- {
- /_fd exch _fdd exch get ddef
- _fd
- 0 2 _fd length 2 sub
- {
- gsave
- 2 copy get dup _ ne
- {
- cvx exec _fc
- }
- {
- pop
- } ifelse
- 2 copy 1 add get dup _ ne
- {
- aload pop findfont _fm
- patternfill
- }
- {
- pop
- fill
- } ifelse
- grestore
- pop
- } for
- pop
- } for
-restore
-newpath
-} ddef
-/_psf
-{
-save
-/_doClip 0 ddef
-0 1 _fdd length 1 sub
- {
- /_fd exch _fdd exch get ddef
- _fd
- 0 2 _fd length 2 sub
- {
- gsave
- 2 copy get dup _ ne
- {
- cvx exec _fc
- }
- {
- pop
- } ifelse
- 2 copy 1 add get dup _ ne
- {
- aload pop findfont _fm
- 9 copy 6 npop patternashow
- }
- {
- pop
- 6 copy 3 npop ashow
- } ifelse
- grestore
- pop
- } for
- pop
- } for
-restore
-%3 npop newpath
-sw rmoveto
-} ddef
-/_pjsf
-{
-save
-/_doClip 0 ddef
-0 1 _fdd length 1 sub
- {
- /_fd exch _fdd exch get ddef
- _fd
- 0 2 _fd length 2 sub
- {
- gsave
- 2 copy get dup _ ne
- {
- cvx exec _fc
- }
- {
- pop
- } ifelse
- 2 copy 1 add get dup _ ne
- {
- aload pop findfont _fm
- 12 copy 6 npop patternawidthshow
- }
- {
- pop 9 copy 3 npop awidthshow
- } ifelse
- grestore
- pop
- } for
- pop
- } for
-restore
-swj rmoveto
-} ddef
-/_lp /none ddef
-} def
-/sc
-{
-_sm dup concatmatrix pop
-} def
-/P
-{
-/_sm exch ddef
-9 -2 roll _pm translate sc
-7 -2 roll _pm scale sc
-5 -1 roll _pm rotate sc
-4 -2 roll exch 0 ne
- {
- dup _pm rotate sc
- 1 -1 _pm scale sc
- neg _pm rotate sc
- }
- {
- pop
- } ifelse
-dup _pm rotate sc
-exch dup sin exch cos div 1 0 0 1 0 6 2 roll
-_pm astore sc
-neg _pm rotate sc
-_pd exch get /_sdd exch ddef
-/_ps
-{
-save
-/_doClip 0 ddef
-0 1 _sdd length 1 sub
- {
- /_sd exch _sdd exch get ddef
- _sd
- 0 2 _sd length 2 sub
- {
- gsave
- 2 copy get dup _ ne
- {
- cvx exec _sc
- }
- {
- pop
- } ifelse
- 2 copy 1 add get dup _ ne
- {
- aload pop findfont _sm
- patternstroke
- }
- {
- pop stroke
- } ifelse
- grestore
- pop
- } for
- pop
- } for
-restore
-newpath
-} ddef
-/_pss
-{
-save
-/_doClip 0 ddef
-0 1 _sdd length 1 sub
- {
- /_sd exch _sdd exch get ddef
- _sd
- 0 2 _sd length 2 sub
- {
- gsave
- 2 copy get dup _ ne
- {
- cvx exec _sc
- }
- {
- pop
- } ifelse
- 2 copy 1 add get dup _ ne
- {
- aload pop findfont _sm
- 10 copy 6 npop patternashowstroke
- }
- {
- pop 7 copy 3 npop ss
- } ifelse
- grestore
- pop
- } for
- pop
- } for
-restore
-pop sw rmoveto
-} ddef
-/_pjss
-{
-save
-/_doClip 0 ddef
-0 1 _sdd length 1 sub
- {
- /_sd exch _sdd exch get ddef
- _sd
- 0 2 _sd length 2 sub
- {
- gsave
- 2 copy get dup _ ne
- {
- cvx exec _sc
- }
- {
- pop
- } ifelse
- 2 copy 1 add get dup _ ne
- {
- aload pop findfont _sm
- 13 copy 6 npop patternawidthshowstroke
- }
- {
- pop 10 copy 3 npop jss
- } ifelse
- grestore
- pop
- } for
- pop
- } for
-restore
-pop swj rmoveto
-} ddef
-/_lp /none ddef
-} def
-/A
-{
-pop
-} def
-/nc 3 dict def
-nc begin
-/setgray
-{
-pop
-} bind def
-/setcmykcolor
-{
-4 npop
-} bind def
-/setcustomcolor
-{
-2 npop
-} bind def
-currentdict readonly pop end
-currentdict readonly pop end
-setpacking
-/annotatepage
-{
-} def
-%%EndResource
-%%EndProlog
-%%BeginSetup
-Adobe_cshow /initialize get exec
-Adobe_customcolor /initialize get exec
-Adobe_pattern_AI3 /initialize get exec
-Adobe_Illustrator_AI3 /initialize get exec
-%AI3_BeginPattern: (Azure Rings)
-(Azure Rings) 22.5 22.5 58.5 58.5 [
-%AI3_Tile
-(0 O 0 R 0.9569 0.9294 0 0 k
- 0.9569 0.9294 0 0 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 1.75 w 4 M []0 d
40.5 58.5 m
-40.5 48.5586 32.4409 40.5 22.5 40.5 c
-12.5591 40.5 4.5 48.5586 4.5 58.5 c
-4.5 68.4414 12.5591 76.5 22.5 76.5 c
-32.4409 76.5 40.5 68.4414 40.5 58.5 c
-s
40.5 22.5 m
-40.5 12.5586 32.4409 4.5 22.5 4.5 c
-12.5591 4.5 4.5 12.5586 4.5 22.5 c
-4.5 32.4414 12.5591 40.5 22.5 40.5 c
-32.4409 40.5 40.5 32.4414 40.5 22.5 c
-s
40.5 40.5 m
-40.5 30.5586 32.4409 22.5 22.5 22.5 c
-12.5591 22.5 4.5 30.5586 4.5 40.5 c
-4.5 50.4414 12.5591 58.5 22.5 58.5 c
-32.4409 58.5 40.5 50.4414 40.5 40.5 c
-s
58.5 58.5 m
-58.5 48.5586 50.4409 40.5 40.5 40.5 c
-30.5591 40.5 22.5 48.5586 22.5 58.5 c
-22.5 68.4414 30.5591 76.5 40.5 76.5 c
-50.4409 76.5 58.5 68.4414 58.5 58.5 c
-s
58.5 22.5 m
-58.5 12.5586 50.4409 4.5 40.5 4.5 c
-30.5591 4.5 22.5 12.5586 22.5 22.5 c
-22.5 32.4414 30.5591 40.5 40.5 40.5 c
-50.4409 40.5 58.5 32.4414 58.5 22.5 c
-s
58.5 40.5 m
-58.5 30.5586 50.4409 22.5 40.5 22.5 c
-30.5591 22.5 22.5 30.5586 22.5 40.5 c
-22.5 50.4414 30.5591 58.5 40.5 58.5 c
-50.4409 58.5 58.5 50.4414 58.5 40.5 c
-s
76.5 58.5 m
-76.5 48.5586 68.4409 40.5 58.5 40.5 c
-48.5591 40.5 40.5 48.5586 40.5 58.5 c
-40.5 68.4414 48.5591 76.5 58.5 76.5 c
-68.4409 76.5 76.5 68.4414 76.5 58.5 c
-s
76.5 22.5 m
-76.5 12.5586 68.4409 4.5 58.5 4.5 c
-48.5591 4.5 40.5 12.5586 40.5 22.5 c
-40.5 32.4414 48.5591 40.5 58.5 40.5 c
-68.4409 40.5 76.5 32.4414 76.5 22.5 c
-s
76.5 40.5 m
-76.5 30.5586 68.4409 22.5 58.5 22.5 c
-48.5591 22.5 40.5 30.5586 40.5 40.5 c
-40.5 50.4414 48.5591 58.5 58.5 58.5 c
-68.4409 58.5 76.5 50.4414 76.5 40.5 c
-s
%AI6_EndPatternLayer
-) &
-] E
-%AI3_EndPattern
-%AI3_BeginPattern: (Camouflage)
-(Camouflage) 1 1 73 73 [
-%AI3_Tile
-(0 O 0 R 0.6039 0.1412 0.9333 0.0275 k
- 0.6039 0.1412 0.9333 0.0275 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 1 w 4 M []0 d
1 73 m
-1 1 L
-73 1 L
-73 73 L
-1 73 L
-f
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0.4941 0.3529 0.9451 0.2 k
- 0.4941 0.3529 0.9451 0.2 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 1 w 4 M []0 d
18.5449 73 m
-18.5449 1 L
-46.7832 1 L
-46.7832 73 L
-18.5449 73 L
-f
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0.1882 0.1098 0.898 0.0157 k
- 0.1882 0.1098 0.898 0.0157 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 1 w 4 M []0 d
11.9512 1 m
-11.9512 4.7129 9.2314 2.8813 9.2314 6.5938 c
-9.2314 10.2334 4.25 10.2334 4.25 13.8735 c
-4.25 17.4858 10.0313 17.4858 10.0313 21.0991 c
-10.0313 24.832 10.208 24.832 10.208 28.5654 c
-10.208 32.3071 5.5205 32.3071 5.5205 36.0469 c
-5.5205 39.7021 11.8838 39.7021 11.8838 43.356 c
-11.8838 47.0566 7.4609 47.0566 7.4609 50.7568 c
-7.4609 54.4043 5.7959 54.4043 5.7959 58.0542 c
-5.7959 61.7686 4.6631 61.7686 4.6631 65.4805 c
-4.6631 69.1636 11.9512 69.3184 11.9512 73 C
-27.9268 73 L
-27.9268 69.3184 22.0635 69.1636 22.0635 65.4805 c
-22.0635 61.7686 28.6631 61.7686 28.6631 58.0542 c
-28.6631 54.4043 25.1553 54.4043 25.1553 50.7568 c
-25.1553 47.0566 28.8145 47.0566 28.8145 43.356 c
-28.8145 39.7021 22.1191 39.7021 22.1191 36.0469 c
-22.1191 32.3071 26.3945 32.3071 26.3945 28.5654 c
-26.3945 24.832 24.4248 24.832 24.4248 21.0991 c
-24.4248 17.4858 20.3838 17.4858 20.3838 13.8735 c
-20.3838 10.2334 24.6055 10.2334 24.6055 6.5938 c
-24.6055 2.8813 27.9268 4.7129 27.9268 1 C
-11.9512 1 L
-f
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0.9216 0.2157 0.9294 0.0745 k
- 0.9216 0.2157 0.9294 0.0745 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 1 w 4 M []0 d
41.875 1 m
-41.875 4.7134 42.3867 2.8818 42.3867 6.5938 c
-42.3867 10.2334 40.5947 10.2334 40.5947 13.8735 c
-40.5947 17.4858 41.5742 17.4858 41.5742 21.0991 c
-41.5742 24.832 43.6484 24.832 43.6484 28.5659 c
-43.6484 32.3076 39.1709 32.3076 39.1709 36.0469 c
-39.1709 39.7026 39.7549 39.7026 39.7549 43.356 c
-39.7549 47.0566 45.3896 47.0566 45.3896 50.7568 c
-45.3896 54.4043 40.1055 54.4043 40.1055 58.0542 c
-40.1055 61.7686 40.6289 61.7686 40.6289 65.4805 c
-40.6289 69.1636 41.875 69.3184 41.875 73 C
-59.0752 73 L
-59.0752 69.4219 53.4805 70.1934 53.4805 66.6143 c
-53.4805 62.9136 55.8945 62.9136 55.8945 59.2153 c
-55.8945 55.502 61.0059 55.502 61.0059 51.7886 c
-61.0059 48.1489 60.5635 48.1489 60.5635 44.5103 c
-60.5635 40.897 59.9277 40.897 59.9277 37.2842 c
-59.9277 33.5508 56.3662 33.5508 56.3662 29.8169 c
-56.3662 26.0762 61.0908 26.0762 61.0908 22.3354 c
-61.0908 18.6812 52.6025 18.6812 52.6025 15.0264 c
-52.6025 11.3262 55.7461 11.3262 55.7461 7.6265 c
-55.7461 3.978 59.0752 4.6484 59.0752 1 C
-41.875 1 L
-f
%AI6_EndPatternLayer
-) &
-] E
-%AI3_EndPattern
-%AI3_BeginPattern: (Honeycomb)
-(Honeycomb) 12.9819 14.6548 65.8066 60.6758 [
-%AI3_Tile
-(0 O 0 R 0.3686 0.949 0.9137 0.3451 k
- 0.3686 0.949 0.9137 0.3451 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 2 w 4 M []0 d
52.3345 28.1372 m
-40.6475 21.3906 L
-40.6475 7.9009 L
-52.3345 1.1543 L
-64.0161 7.9009 L
-64.0161 21.3906 L
-52.3345 28.1372 L
-s
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0.0235 0.6941 0.9137 0 k
- 0.0235 0.6941 0.9137 0 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 0.5 w 4 M []0 d
43.9536 19.4839 m
-43.9536 9.8081 L
-52.3345 4.9702 L
-60.7153 9.8081 L
-60.7153 19.4839 L
-52.3345 24.3218 L
-43.9536 19.4839 L
-s
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0.3686 0.949 0.9137 0.3451 k
- 0.3686 0.949 0.9137 0.3451 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 2 w 4 M []0 d
25.7944 28.1406 m
-14.1099 21.3911 L
-14.1099 7.9014 L
-25.7944 1.1548 L
-37.479 7.9014 L
-37.479 21.394 L
-25.7944 28.1406 L
-s
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0.0235 0.6941 0.9137 0 k
- 0.0235 0.6941 0.9137 0 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 0.5 w 4 M []0 d
17.4126 19.4839 m
-17.4126 9.8081 L
-25.7944 4.9702 L
-34.1743 9.8081 L
-34.1743 19.4839 L
-25.7944 24.3218 L
-17.4126 19.4839 L
-s
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0.3686 0.949 0.9137 0.3451 k
- 0.3686 0.949 0.9137 0.3451 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 2 w 4 M []0 d
12.6846 50.7852 m
-1 44.0356 L
-1 30.5459 L
-12.6846 23.7993 L
-24.3691 30.5459 L
-24.3691 44.0386 L
-12.6846 50.7852 L
-s
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0.0235 0.6941 0.9137 0 k
- 0.0235 0.6941 0.9137 0 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 0.5 w 4 M []0 d
4.3027 42.1284 m
-4.3027 32.4526 L
-12.6846 27.6147 L
-21.0645 32.4526 L
-21.0645 42.1284 L
-12.6846 46.9663 L
-4.3027 42.1284 L
-s
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0.3686 0.949 0.9137 0.3451 k
- 0.3686 0.949 0.9137 0.3451 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 2 w 4 M []0 d
65.603 51.1226 m
-53.9185 44.3765 L
-53.9185 30.8843 L
-65.603 24.1382 L
-77.2871 30.8843 L
-77.2871 44.3774 L
-65.603 51.1226 L
-s
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0.0235 0.6941 0.9137 0 k
- 0.0235 0.6941 0.9137 0 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 0.5 w 4 M []0 d
57.2202 42.4692 m
-57.2202 32.7915 L
-65.603 27.9536 L
-73.9819 32.7915 L
-73.9819 42.4692 L
-65.603 47.3081 L
-57.2202 42.4692 L
-s
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0.3686 0.949 0.9137 0.3451 k
- 0.3686 0.949 0.9137 0.3451 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 2 w 4 M []0 d
39.0649 51.1235 m
-27.3774 44.3765 L
-27.3774 30.8843 L
-39.0649 24.1382 L
-50.7471 30.8843 L
-50.7471 44.3774 L
-39.0649 51.1235 L
-s
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0.0235 0.6941 0.9137 0 k
- 0.0235 0.6941 0.9137 0 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 0.5 w 4 M []0 d
30.6821 42.4692 m
-30.6821 32.7915 L
-39.0649 27.9517 L
-47.4438 32.7915 L
-47.4438 42.4702 L
-39.0649 47.3091 L
-30.6821 42.4692 L
-s
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0.3686 0.949 0.9137 0.3451 k
- 0.3686 0.949 0.9137 0.3451 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 2 w 4 M []0 d
25.7944 74.1074 m
-14.1099 67.3599 L
-14.1099 53.8682 L
-25.7944 47.1221 L
-37.479 53.8682 L
-37.479 67.3599 L
-25.7944 74.1074 L
-s
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0.0235 0.6941 0.9137 0 k
- 0.0235 0.6941 0.9137 0 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 0.5 w 4 M []0 d
17.4126 65.4526 m
-17.4126 55.7749 L
-25.7944 50.937 L
-34.1743 55.7749 L
-34.1772 65.4526 L
-25.7944 70.2905 L
-17.4126 65.4526 L
-s
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0.3686 0.949 0.9137 0.3451 k
- 0.3686 0.949 0.9137 0.3451 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 2 w 4 M []0 d
52.3345 74.1074 m
-40.6475 67.3599 L
-40.6475 53.8682 L
-52.3345 47.1221 L
-64.0161 53.8682 L
-64.0161 67.3599 L
-52.3345 74.1074 L
-s
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0.0235 0.6941 0.9137 0 k
- 0.0235 0.6941 0.9137 0 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 0.5 w 4 M []0 d
43.9536 65.4526 m
-43.9536 55.7749 L
-52.3345 50.937 L
-60.7153 55.7749 L
-60.7153 65.4526 L
-52.3345 70.2905 L
-43.9536 65.4526 L
-s
%AI6_EndPatternLayer
-) &
-] E
-%AI3_EndPattern
-%AI3_BeginPattern: (Jungle Stripes)
-(Jungle Stripes) 37 19 73 55 [
-%AI3_Tile
-(0 O 0 R 0.9255 0.0745 0.9373 0.0118 k
- 0.9255 0.0745 0.9373 0.0118 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 18 w 4 M []0 d
37 37 m
-73 37 l
-S
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0.3451 0.0118 0.6863 0 k
- 0.3451 0.0118 0.6863 0 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 9 w 4 M []0 d
37 37 m
-73 37 l
-S
%AI6_EndPatternLayer
-) &
-] E
-%AI3_EndPattern
-%AI3_BeginPattern: (Mediterranean Tiles)
-(Mediterranean Tiles) 4.9482 11.5332 39.291 45.8818 [
-%AI3_Tile
-(0 O 0 R 0 0 0 0 k
- 0 0 0 0 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 0.3 w 4 M []0 d
0.1499 40.748 m
-10.0083 40.749 L
-16.9673 33.79 L
-16.9702 23.9297 L
-10.0093 16.9697 L
-0.1509 16.9688 L
-0.1499 40.748 L
-f
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0.9569 0.9294 0 0 k
- 0.9569 0.9294 0 0 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 0.3 w 4 M []0 d
0.1499 40.748 m
-10.0083 40.749 L
-16.9673 33.79 L
-16.9702 23.9297 L
-10.0093 16.9697 L
-0.1509 16.9688 L
-0.1499 40.748 L
-s
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0 0 0 0 k
- 0 0 0 0 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 0.3 w 4 M []0 d
16.9712 0.1504 m
-10.0122 7.1094 L
-10.0093 16.9697 L
-16.9702 23.9297 L
-26.8296 23.9307 L
-33.7915 16.9727 L
-33.7915 7.1123 L
-26.8335 0.1514 L
-16.9712 0.1504 L
-f
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0.9569 0.9294 0 0 k
- 0.9569 0.9294 0 0 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 0.3 w 4 M []0 d
16.9712 0.1504 m
-10.0122 7.1094 L
-10.0093 16.9697 L
-16.9702 23.9297 L
-26.8296 23.9307 L
-33.7915 16.9727 L
-33.7915 7.1123 L
-26.8335 0.1514 L
-16.9712 0.1504 L
-s
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0 0 0 0 k
- 0 0 0 0 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 0.3 w 4 M []0 d
16.9673 33.79 m
-10.0083 40.749 L
-10.0054 50.6084 L
-16.9663 57.5693 L
-26.8257 57.5703 L
-33.7876 50.6113 L
-33.7876 40.752 L
-26.8296 33.791 L
-16.9673 33.79 L
-f
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0.9569 0.9294 0 0 k
- 0.9569 0.9294 0 0 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 0.3 w 4 M []0 d
16.9673 33.79 m
-10.0083 40.749 L
-10.0054 50.6084 L
-16.9663 57.5693 L
-26.8257 57.5703 L
-33.7876 50.6113 L
-33.7876 40.752 L
-26.8296 33.791 L
-16.9673 33.79 L
-s
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0 0 0 0 k
- 0 0 0 0 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 0.3 w 4 M []0 d
33.7915 16.9727 m
-26.8296 23.9307 L
-26.8296 33.791 L
-33.7876 40.752 L
-43.6475 40.7529 L
-50.6094 33.7939 L
-50.6094 23.9336 L
-43.6494 16.9736 L
-33.7915 16.9727 L
-f
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0.9569 0.9294 0 0 k
- 0.9569 0.9294 0 0 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 0.3 w 4 M []0 d
33.7915 16.9727 m
-26.8296 23.9307 L
-26.8296 33.791 L
-33.7876 40.752 L
-43.6475 40.7529 L
-50.6094 33.7939 L
-50.6094 23.9336 L
-43.6494 16.9736 L
-33.7915 16.9727 L
-s
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0.9569 0.8275 0 0 k
- 0.9569 0.8275 0 0 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 1 w 4 M []0 d
43.6514 7.1123 m
-43.6514 16.9727 L
-33.7915 16.9727 L
-33.7915 7.1123 L
-43.6514 7.1123 L
-f
26.8296 23.9307 m
-26.8296 33.791 L
-16.9702 33.791 L
-16.9702 23.9307 L
-26.8296 23.9307 L
-f
10.0093 7.1094 m
-10.0093 16.9697 L
-0.1538 16.9697 L
-0.1538 7.1094 L
-10.0093 7.1094 L
-f
43.6494 40.752 m
-43.6494 50.6113 L
-33.7876 50.6113 L
-33.7876 40.752 L
-43.6494 40.752 L
-f
10.0083 40.749 m
-10.0083 50.6084 L
-0.1499 50.6084 L
-0.1499 40.749 L
-10.0083 40.749 L
-f
%AI6_EndPatternLayer
-) &
-] E
-%AI3_EndPattern
-%AI3_BeginPattern: (Pyramids)
-(Pyramids) 1 1 19.5 19.5 [
-%AI3_Tile
-(0 O 0 R 0.1882 0.1294 0.102 0.0118 k
- 0.1882 0.1294 0.102 0.0118 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 1 w 4 M []0 d
1 19.5 m
-10.25 10.25 l
-19.5 19.5 l
-1 19.5 l
-f
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0.6235 0.4863 0.4863 0.4784 k
- 0.6235 0.4863 0.4863 0.4784 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 1 w 4 M []0 d
19.5 1 m
-10.25 10.25 l
-1 1 l
-19.5 1 l
-f
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0.349 0.2549 0.2235 0.0667 k
- 0.349 0.2549 0.2235 0.0667 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 1 w 4 M []0 d
1 1 m
-10.25 10.25 l
-1 19.5 l
-1 1 l
-f
%AI6_EndPatternLayer
-) &
-(0 O 0 R 0.4902 0.3647 0.3451 0.2196 k
- 0.4902 0.3647 0.3451 0.2196 K
-) @
-(
-%AI6_BeginPatternLayer
-0 J 0 j 1 w 4 M []0 d
19.5 19.5 m
-10.25 10.25 l
-19.5 1 l
-19.5 19.5 l
-f
%AI6_EndPatternLayer
-) &
-] E
-%AI3_EndPattern
-%%EndSetup
-0 A
-0 R
-0 0 0 1 K
-0 J 0 j 2 w 4 M []0 d
236 463.1089 m
-298.666 463.1089 L
-S
236 378.4424 m
-298 378.4424 L
-S
u
u
0 O
-1 g
-1 w
250.3711 388.292 m
-252.6948 379.6904 l
-255.019 388.292 l
-250.3711 388.292 l
-f
254.9619 453.478 m
-252.6382 462.0811 l
-250.314 453.478 l
-254.9619 453.478 l
-f
U
u
0 R
-0 0 0 1 K
-252.6665 455.0503 m
-252.6665 386.7217 L
-S
0 O
-0 0 0 1 k
-250.3711 388.292 m
-252.6948 379.6904 l
-255.019 388.292 l
-250.3711 388.292 l
-f
254.9619 453.478 m
-252.6382 462.0811 l
-250.314 453.478 l
-254.9619 453.478 l
-f
U
U
u
u
0 0 0 0 k
-280.6104 462.1758 m
-280.6104 386.75 L
-F
278.3145 388.3105 m
-280.6377 379.7754 l
-282.9619 388.3105 l
-278.3145 388.3105 l
-f
U
u
0 R
-0 0 0 1 K
-280.6104 462.1758 m
-280.6104 386.75 L
-S
0 O
-0 0 0 1 k
-278.3145 388.3105 m
-280.6377 379.7754 l
-282.9619 388.3105 l
-278.3145 388.3105 l
-f
U
U
u
*u
-294.7104 423.2002 m
-294.3105 422.4995 293.9443 421.7954 293.6123 421.0874 c
-293.2803 420.3794 292.9863 419.6611 292.7305 418.9336 c
-292.7065 418.5977 292.6646 418.2588 292.6045 417.9189 c
-292.5444 417.5791 292.4707 417.2412 292.3828 416.9053 c
-292.3662 416.8418 292.3408 416.7373 292.3047 416.5928 c
-292.2686 416.4492 292.2227 416.3037 292.1665 416.1553 c
-292.1104 416.0078 292.0405 415.876 291.9565 415.7588 c
-291.8726 415.6436 291.7783 415.585 291.6748 415.585 c
-291.5303 415.585 291.4443 415.6553 291.4165 415.7959 c
-291.3887 415.9355 291.3848 416.0918 291.4043 416.2637 c
-291.4248 416.4355 291.4565 416.5957 291.5005 416.7432 c
-291.5444 416.8916 291.5664 416.9736 291.5664 416.9893 c
-291.6543 417.3252 291.748 417.6592 291.8486 417.9912 c
-291.9482 418.3232 292.0547 418.6572 292.1665 418.9932 c
-292.1982 419.377 292.1963 419.749 292.1602 420.1094 c
-292.124 420.4692 292.0503 420.8174 291.9385 421.1533 c
-291.8105 421.5293 291.5625 421.8037 291.1943 421.9756 c
-290.8262 422.1475 290.4023 422.2334 289.9229 422.2334 c
-289.7065 422.2334 289.4922 422.2153 289.2803 422.1797 c
-289.0684 422.1436 288.8784 422.0894 288.7104 422.0176 c
-288.5425 421.9453 288.3984 421.8516 288.2783 421.7354 c
-288.1582 421.6191 288.0786 421.4814 288.0386 421.3213 c
-288.0146 421.2412 287.9585 421.2012 287.8706 421.2012 C
-287.6426 421.2012 l
-287.5303 421.2012 287.4746 421.2534 287.4746 421.3574 C
-287.4746 421.4053 l
-287.5464 421.7012 287.6724 421.979 287.8525 422.2383 c
-288.0322 422.4976 288.2441 422.7246 288.4883 422.9194 c
-288.7324 423.1143 288.998 423.2676 289.2861 423.3789 c
-289.5742 423.4902 289.8701 423.5459 290.1748 423.5459 c
-290.5024 423.5459 290.7905 423.4824 291.0386 423.355 c
-291.2866 423.2275 291.5024 423.0625 291.6865 422.8599 c
-291.8706 422.6572 292.0264 422.4258 292.1543 422.1665 c
-292.2822 421.9072 292.3945 421.6455 292.4902 421.3813 c
-292.5464 421.2212 292.5923 421.0596 292.6284 420.8955 c
-292.6646 420.7314 292.6943 420.5654 292.7188 420.3975 c
-293.1426 421.4053 293.6304 422.3911 294.1826 423.355 c
-294.2144 423.4106 294.2627 423.4385 294.3267 423.4385 C
-294.5664 423.4385 l
-294.6064 423.4385 294.6348 423.4346 294.6504 423.4268 c
-294.7065 423.3867 294.7344 423.3389 294.7344 423.2832 c
-294.7344 423.2598 294.7266 423.2314 294.7104 423.2002 c
-f
*U
-U
u
*u
-294.7666 415.6318 m
-294.7666 415.8799 l
-294.8359 415.8799 294.9106 415.8799 294.9907 415.8799 c
-295.0708 415.8799 295.1479 415.8818 295.2227 415.8838 c
-295.2974 415.8867 295.3682 415.8916 295.4346 415.9004 c
-295.5015 415.9082 295.5562 415.917 295.5986 415.9277 c
-295.6523 415.9385 295.6934 415.9668 295.7227 416.0117 c
-295.752 416.0576 295.7666 416.1094 295.7666 416.168 C
-295.7666 420.4175 l
-295.6123 420.3423 295.4453 420.2886 295.2666 420.2563 c
-295.0879 420.2241 294.9053 420.208 294.7188 420.208 C
-294.7188 420.458 l
-294.9907 420.458 295.2549 420.4951 295.5107 420.5693 c
-295.7671 420.6431 295.9888 420.7778 296.1758 420.9736 C
-296.2725 420.9736 l
-296.3311 420.9736 296.3604 420.9443 296.3604 420.8848 C
-296.3604 416.168 l
-296.3604 416.1094 296.375 416.0576 296.4043 416.0117 c
-296.4336 415.9668 296.4751 415.9385 296.5283 415.9277 c
-296.5713 415.917 296.6245 415.9082 296.6885 415.9004 c
-296.7524 415.8916 296.8232 415.8867 296.9004 415.8838 c
-296.9775 415.8818 297.0566 415.8799 297.1367 415.8799 c
-297.2168 415.8799 297.291 415.8799 297.3604 415.8799 C
-297.3604 415.6318 l
-296.4961 415.6641 295.6313 415.6641 294.7666 415.6318 c
-f
*U
-U
u
*u
-320.9609 441.4502 m
-320.5605 440.75 320.1943 440.0459 319.8623 439.3379 c
-319.5303 438.6299 319.2363 437.9121 318.9805 437.1836 c
-318.957 436.8477 318.9141 436.5098 318.8545 436.1699 c
-318.7949 435.8301 318.7207 435.4922 318.6328 435.1563 c
-318.6162 435.0918 318.5908 434.9883 318.5547 434.8438 c
-318.5186 434.7002 318.4727 434.5537 318.416 434.4058 c
-318.3604 434.2578 318.291 434.126 318.207 434.0098 c
-318.123 433.894 318.0283 433.8359 317.9248 433.8359 c
-317.7803 433.8359 317.6943 433.9063 317.666 434.0459 c
-317.6387 434.186 317.6348 434.3418 317.6543 434.5137 c
-317.6748 434.686 317.707 434.8457 317.75 434.9941 c
-317.7949 435.1416 317.8164 435.2236 317.8164 435.2402 c
-317.9043 435.5762 317.998 435.9102 318.0986 436.2422 c
-318.1982 436.5742 318.3047 436.9082 318.416 437.2441 c
-318.4482 437.6279 318.4463 438 318.4102 438.3599 c
-318.374 438.7197 318.3008 439.0679 318.1885 439.4038 c
-318.0605 439.7798 317.8125 440.0537 317.4443 440.2256 c
-317.0762 440.3975 316.6523 440.4839 316.1729 440.4839 c
-315.957 440.4839 315.7422 440.4658 315.5303 440.4297 c
-315.3184 440.3936 315.1289 440.3398 314.9609 440.2676 c
-314.793 440.1958 314.6484 440.1016 314.5283 439.9858 c
-314.4082 439.8701 314.3281 439.7319 314.2891 439.5723 c
-314.2646 439.4922 314.209 439.4521 314.1211 439.4521 C
-313.8926 439.4521 l
-313.7803 439.4521 313.7246 439.5039 313.7246 439.6079 C
-313.7246 439.6563 l
-313.7969 439.9521 313.9219 440.2295 314.1025 440.4888 c
-314.2822 440.748 314.4941 440.9751 314.7383 441.1699 c
-314.9824 441.3647 315.248 441.5181 315.5361 441.6294 c
-315.8242 441.7407 316.1201 441.7964 316.4248 441.7964 c
-316.752 441.7964 317.041 441.7324 317.2891 441.6055 c
-317.5371 441.478 317.752 441.313 317.9365 441.1104 c
-318.1211 440.9072 318.2764 440.6763 318.4043 440.417 c
-318.5322 440.1572 318.6445 439.8955 318.7402 439.6318 c
-318.7969 439.4717 318.8418 439.3096 318.8789 439.1455 c
-318.9141 438.9814 318.9443 438.8159 318.9688 438.6479 c
-319.3926 439.6558 319.8809 440.6416 320.4326 441.6055 c
-320.4648 441.6611 320.5127 441.689 320.5762 441.689 C
-320.8164 441.689 l
-320.8564 441.689 320.8848 441.6846 320.9004 441.6768 c
-320.957 441.6372 320.9844 441.5898 320.9844 441.5342 c
-320.9844 441.5098 320.9766 441.4824 320.9609 441.4502 c
-f
*U
-U
u
*u
-323.5977 432.8809 m
-323.5381 432.6621 323.5166 432.4775 323.5332 432.3276 c
-323.5488 432.1777 323.624 432.1035 323.7568 432.1035 c
-323.8213 432.1035 323.8799 432.1299 323.9336 432.1836 c
-323.9863 432.2363 324.0342 432.3115 324.0771 432.4072 c
-324.1191 432.5029 324.1602 432.6152 324.1973 432.7432 c
-324.2344 432.8711 324.2715 433.0127 324.3086 433.1675 c
-324.3203 433.2153 324.3516 433.2393 324.4053 433.2393 C
-324.4932 433.2393 l
-324.5469 433.2393 324.5674 433.2153 324.5566 433.1675 c
-324.5254 433.0449 324.4902 432.9111 324.4531 432.7676 c
-324.416 432.623 324.3652 432.4897 324.3008 432.3672 c
-324.2373 432.2446 324.1582 432.1416 324.0645 432.0576 c
-323.9717 431.9736 323.8555 431.9316 323.7168 431.9316 c
-323.5303 431.9316 323.3809 431.9849 323.2695 432.0913 c
-323.1572 432.1978 323.0879 432.334 323.0605 432.499 c
-322.9385 432.3496 322.792 432.2178 322.6211 432.1035 c
-322.4502 431.9888 322.2715 431.9316 322.085 431.9316 c
-321.8877 431.9316 321.7227 431.9824 321.5889 432.084 c
-321.4561 432.1855 321.3516 432.3145 321.2773 432.4697 c
-321.1865 432.6572 321.1387 432.8608 321.1328 433.0806 c
-321.1279 433.3003 321.1543 433.5225 321.2129 433.7476 c
-321.2715 433.9727 321.3574 434.1948 321.4688 434.4146 c
-321.5811 434.6343 321.7275 434.8379 321.9092 435.0254 c
-322.0586 435.1807 322.2275 435.3105 322.417 435.415 c
-322.6064 435.5195 322.7969 435.5723 322.9893 435.5723 c
-323.1543 435.5723 323.2891 435.5264 323.3926 435.436 c
-323.4971 435.3452 323.5781 435.2363 323.6367 435.1084 C
-324.085 436.8877 l
-324.1064 436.9717 324.1182 437.0366 324.1211 437.0815 c
-324.123 437.1265 324.1113 437.1592 324.085 437.1807 c
-324.0527 437.207 323.9922 437.2241 323.9014 437.2319 c
-323.8105 437.2397 323.709 437.2441 323.5977 437.2441 c
-323.5381 437.2441 323.5146 437.2739 323.5254 437.3345 C
-323.5488 437.4004 l
-323.5596 437.4492 323.5947 437.4795 323.6533 437.4907 C
-324.3975 437.5566 L
-324.6768 437.5801 l
-324.7031 437.5859 324.7236 437.5791 324.7373 437.5605 c
-324.75 437.5415 324.7539 437.5186 324.749 437.4922 C
-323.5977 432.8809 l
-f
1 D
-323.4893 434.7822 m
-323.4805 434.833 323.4688 434.8857 323.4531 434.9395 c
-323.4102 435.0688 323.3477 435.1777 323.2656 435.2666 c
-323.1826 435.3555 323.0771 435.4004 322.9492 435.4004 c
-322.832 435.4004 322.7168 435.3569 322.6055 435.2705 c
-322.4932 435.1846 322.3916 435.0771 322.3008 434.9478 c
-322.1729 434.7646 322.0771 434.5732 322.0137 434.374 c
-321.9492 434.1748 321.8906 433.9668 321.8369 433.752 c
-321.7832 433.5415 321.7402 433.3354 321.7051 433.1338 c
-321.6699 432.9316 321.6719 432.7417 321.709 432.564 c
-321.7354 432.4346 321.7822 432.3252 321.8496 432.2363 c
-321.916 432.1475 322.0107 432.1035 322.1328 432.1035 c
-322.2607 432.1035 322.3877 432.1489 322.5137 432.2402 c
-322.6387 432.332 322.7539 432.4424 322.8613 432.5723 c
-322.9033 432.626 322.9434 432.6768 322.9805 432.7256 c
-323.0186 432.7734 323.0527 432.8276 323.085 432.8872 C
-323.5176 434.6245 l
-323.5059 434.6782 323.4971 434.7305 323.4893 434.7822 c
-f
*U
-U
u
8 i
-0 D
-0 R
-0 0 0 1 K
-2 J 0.5821 w 10 M
304 469 m
-304 457.2349 l
-S
313.249 469 m
-315.6904 463.1172 l
-S
315.6904 463.1172 m
-313.249 457.2349 l
-S
u
*u
-0 i
-0 O
-0 0 0 1 k
-0 J 1 w 4 M
311.1699 459.2939 m
-306.5977 459.2939 L
-306.5977 459.541 l
-306.5977 459.5566 306.6055 459.5801 306.6221 459.6113 C
-308.4902 461.6006 l
-308.7207 461.8438 308.9492 462.0928 309.1758 462.3477 c
-309.4023 462.6025 309.6074 462.8613 309.7881 463.124 c
-309.9697 463.3867 310.1162 463.6616 310.2275 463.9482 c
-310.3389 464.2344 310.3945 464.5342 310.3945 464.8486 c
-310.3945 465.1074 310.3594 465.3525 310.2891 465.584 c
-310.2188 465.8154 310.1162 466.0195 309.9795 466.1958 c
-309.8438 466.3721 309.6748 466.5137 309.4727 466.6191 c
-309.2705 466.7256 309.0332 466.7783 308.7607 466.7783 c
-308.3652 466.7783 308.0146 466.6626 307.71 466.4312 c
-307.4053 466.1997 307.1914 465.9077 307.0684 465.5547 c
-307.1592 465.5781 307.2539 465.584 307.3516 465.5723 c
-307.4512 465.5605 307.5391 465.5293 307.6172 465.4785 c
-307.6953 465.4272 307.7607 465.3584 307.8145 465.2725 c
-307.8672 465.1855 307.8945 465.084 307.8945 464.9668 c
-307.8945 464.7627 307.8262 464.6074 307.6904 464.502 c
-307.5547 464.3955 307.4043 464.3428 307.2402 464.3428 c
-307.083 464.3428 306.9375 464.3955 306.8008 464.502 c
-306.666 464.6074 306.5977 464.7627 306.5977 464.9668 c
-306.5977 465.2646 306.6572 465.5469 306.7754 465.8135 c
-306.8945 466.0801 307.0566 466.3115 307.2617 466.5078 c
-307.4658 466.7031 307.707 466.8574 307.9863 466.9697 c
-308.2646 467.0815 308.5596 467.1377 308.8711 467.1377 c
-309.2559 467.1377 309.6104 467.0811 309.9336 466.9668 c
-310.2578 466.8535 310.5332 466.6924 310.7637 466.4854 c
-310.9922 466.2773 311.1709 466.0342 311.2979 465.7559 c
-311.4248 465.4775 311.4883 465.1738 311.4883 464.8447 c
-311.4883 464.4683 311.4023 464.1255 311.2295 463.8159 c
-311.0566 463.5063 310.8408 463.2183 310.582 462.9517 c
-310.3232 462.6851 310.0479 462.4346 309.7559 462.1992 c
-309.4648 461.9639 309.1992 461.7363 308.9609 461.5171 C
-307.543 460.2002 L
-308.7891 460.2002 l
-308.9688 460.2002 309.1787 460.2002 309.417 460.2002 c
-309.6553 460.2002 309.8789 460.2021 310.0889 460.2061 c
-310.2988 460.21 310.4795 460.2178 310.6318 460.2295 c
-310.7832 460.2412 310.8672 460.2549 310.8848 460.2705 c
-310.917 460.3018 310.9473 460.3589 310.9766 460.4414 c
-311.0059 460.5234 311.0322 460.6157 311.0566 460.7178 c
-311.0811 460.8198 311.1035 460.9258 311.125 461.0352 c
-311.1445 461.1455 311.1641 461.2471 311.1797 461.3413 C
-311.5166 461.3413 L
-311.1699 459.2939 l
-f
*U
-U
U
u
8 i
-0 R
-0 0 0 1 K
-2 J 0.5821 w 10 M
348.8311 413.1689 m
-348.8311 401.4033 l
-S
358.0801 413.1689 m
-360.5215 407.2861 l
-S
360.5215 407.2861 m
-358.0801 401.4033 l
-S
u
*u
-0 i
-0 O
-0 0 0 1 k
-0 J 1 w 4 M
356.2295 404.585 m
-356.0938 404.3027 355.9082 404.0596 355.6709 403.8555 c
-355.417 403.6357 355.1328 403.4707 354.8164 403.3613 c
-354.501 403.251 354.1699 403.1963 353.8252 403.1963 c
-353.5127 403.1963 353.207 403.2354 352.9063 403.3125 c
-352.6064 403.3906 352.3398 403.5088 352.1055 403.667 c
-351.8711 403.8252 351.6836 404.0205 351.5449 404.252 c
-351.4043 404.4834 351.335 404.748 351.335 405.0459 c
-351.335 405.2656 351.4063 405.4287 351.5508 405.5342 c
-351.6943 405.6406 351.8486 405.6934 352.0127 405.6934 c
-352.1855 405.6934 352.3438 405.6406 352.4873 405.5342 c
-352.6309 405.4287 352.7031 405.2656 352.7031 405.0459 c
-352.7031 404.9209 352.6787 404.8145 352.6289 404.7285 c
-352.5801 404.6416 352.5166 404.5713 352.4385 404.5166 c
-352.3604 404.4619 352.2715 404.4248 352.1738 404.4053 c
-352.0742 404.3857 351.9805 404.3838 351.8896 404.3994 c
-352.0537 404.1162 352.3125 403.8955 352.666 403.7344 c
-353.0195 403.5732 353.4063 403.4932 353.8252 403.4932 c
-354.0303 403.4932 354.2197 403.543 354.3926 403.6416 c
-354.5645 403.7412 354.709 403.874 354.8242 404.04 c
-354.9629 404.2461 355.0576 404.4707 355.1064 404.7119 c
-355.1553 404.9541 355.1797 405.2021 355.1797 405.4561 c
-355.1797 405.71 355.1553 405.958 355.1064 406.1992 c
-355.0576 406.4414 354.9629 406.665 354.8242 406.8721 c
-354.709 407.0381 354.5645 407.1729 354.3926 407.2764 c
-354.2197 407.3789 354.0303 407.4307 353.8252 407.4307 C
-352.9863 407.4307 l
-352.9131 407.4307 352.876 407.4648 352.876 407.5332 C
-352.876 407.5674 l
-352.8672 407.5977 352.876 407.624 352.9004 407.6475 c
-352.9248 407.6709 352.9541 407.6816 352.9863 407.6816 c
-353.1016 407.6973 353.2168 407.7041 353.332 407.7041 c
-353.4473 407.7041 353.5625 407.7119 353.6777 407.7275 c
-353.8906 407.7432 354.0781 407.8076 354.2383 407.9209 c
-354.3984 408.0352 354.5313 408.1826 354.6387 408.3623 c
-354.7461 408.543 354.8262 408.749 354.8789 408.9795 c
-354.9326 409.2109 354.959 409.4482 354.959 409.6914 c
-354.959 409.8721 354.9414 410.042 354.9043 410.2031 c
-354.8672 410.3643 354.791 410.5068 354.6758 410.6318 c
-354.4551 410.8838 354.1719 411.0088 353.8271 411.0088 c
-353.4658 411.0088 353.1348 410.9424 352.8359 410.8086 c
-352.5352 410.6758 352.3115 410.4951 352.1641 410.2676 c
-352.3359 410.3066 352.5068 410.2754 352.6758 410.1729 c
-352.8438 410.0713 352.9277 409.9072 352.9277 409.6797 c
-352.9277 409.4834 352.8633 409.3359 352.7324 409.2383 c
-352.6016 409.1396 352.459 409.0908 352.3027 409.0908 c
-352.1484 409.0908 352.0049 409.1396 351.874 409.2383 c
-351.7432 409.3359 351.6777 409.4834 351.6777 409.6797 c
-351.6777 409.9307 351.7393 410.1553 351.8623 410.3564 c
-351.9854 410.5557 352.1465 410.7266 352.3477 410.8682 c
-352.5488 411.0088 352.7773 411.1182 353.0352 411.1924 c
-353.293 411.2686 353.5576 411.3057 353.8281 411.3057 c
-354.1143 411.3057 354.3926 411.2686 354.6631 411.1943 c
-354.9336 411.1191 355.1826 411.0029 355.4121 410.8467 c
-355.6084 410.7129 355.7725 410.5479 355.9033 410.3525 c
-356.0342 410.1563 356.0996 409.9365 356.0996 409.6934 c
-356.0996 409.4424 356.0547 409.207 355.9648 408.9873 c
-355.875 408.7676 355.7549 408.5674 355.6035 408.3867 c
-355.4521 408.2061 355.2715 408.0488 355.0625 407.916 c
-354.8535 407.7822 354.627 407.6768 354.3799 407.5986 c
-354.6182 407.5586 354.8457 407.4922 355.0625 407.3975 c
-355.2803 407.3037 355.4824 407.1787 355.6709 407.0215 c
-355.9082 406.8252 356.0938 406.5918 356.2295 406.3213 c
-356.3652 406.0498 356.4326 405.7656 356.4326 405.4678 c
-356.4326 405.1611 356.3652 404.8672 356.2295 404.585 c
-f
*U
-U
U
u
8 i
-0 R
-0 0 0 1 K
-2 J 0.5821 w 10 M
304 383.667 m
-304 371.9014 l
-S
313.249 383.667 m
-315.6904 377.7842 l
-S
315.6904 377.7842 m
-313.249 371.9014 l
-S
u
*u
-0 i
-0 O
-0 0 0 1 k
-0 J 1 w 4 M
307.1719 373.9658 m
-307.1719 374.3301 l
-307.2783 374.3301 307.3936 374.3301 307.5166 374.3301 c
-307.6396 374.3301 307.7588 374.332 307.874 374.3359 c
-307.9893 374.3398 308.0977 374.3477 308.2012 374.3594 c
-308.3037 374.3711 308.3877 374.3848 308.4541 374.4004 c
-308.5361 374.416 308.5996 374.457 308.6445 374.5244 c
-308.6895 374.5908 308.7129 374.667 308.7129 374.7539 C
-308.7129 381.0068 l
-308.4746 380.8955 308.2178 380.8154 307.9424 380.7666 c
-307.667 380.7197 307.3848 380.6953 307.0977 380.6953 C
-307.0977 381.0547 l
-307.5166 381.0547 307.9238 381.1094 308.3174 381.2197 c
-308.7109 381.3291 309.0518 381.5293 309.3369 381.8193 C
-309.4844 381.8193 l
-309.5742 381.8193 309.6191 381.7764 309.6191 381.6904 C
-309.6191 374.7539 l
-309.6191 374.667 309.6416 374.5908 309.6865 374.5244 c
-309.7314 374.457 309.7949 374.416 309.8779 374.4004 c
-309.9434 374.3848 310.0254 374.3711 310.124 374.3594 c
-310.2227 374.3477 310.332 374.3398 310.4512 374.3359 c
-310.5703 374.332 310.6914 374.3301 310.8145 374.3301 c
-310.9375 374.3301 311.0527 374.3301 311.1602 374.3301 C
-311.1602 373.9658 l
-309.8301 374.0127 308.501 374.0127 307.1719 373.9658 c
-f
*U
-U
U
u
u
1 g
-321.0156 414.8936 m
-329.8135 407.9258 l
-325.6777 418.3594 l
-321.0156 414.8936 l
-f
U
u
0 R
-0 0 0 1 K
-288.75 463.1089 m
-324.5 415.0146 L
-S
0 O
-0 0 0 1 k
-321.0156 414.8936 m
-329.8135 407.9258 l
-325.6777 418.3594 l
-321.0156 414.8936 l
-f
U
U
u
315 407.6084 m
-343.5 407.6084 L
-N
u
0 R
-0 0 0 1 K
-1 J 1 j
315 407.6084 m
-321 407.6084 L
-S
U
u
326.25 407.6084 m
-332.25 407.6084 L
-S
U
u
337.5 407.6084 m
-343.5 407.6084 L
-S
U
U
u
*u
-0 O
-0 0 0 1 k
-0 J 0 j
247.0474 420.2998 m
-247.0313 420.228 246.9873 420.1841 246.915 420.168 C
-246.8433 420.168 L
-246.7832 420.168 l
-246.7109 420.168 246.6753 420.2041 246.6753 420.2764 c
-246.7393 420.668 246.7549 421.042 246.7231 421.3984 c
-246.6914 421.7539 246.6055 422.0684 246.4653 422.3398 c
-246.3252 422.6123 246.1353 422.8301 245.8955 422.9941 c
-245.6553 423.1582 245.3633 423.2402 245.0195 423.2402 c
-244.6035 423.2402 244.1875 423.1357 243.7715 422.9277 c
-243.3555 422.7192 242.9795 422.4429 242.6436 422.0986 c
-242.251 421.6899 241.9453 421.2393 241.7251 420.7466 c
-241.5049 420.2539 241.3311 419.751 241.2031 419.2383 c
-241.0674 418.7178 240.9893 418.2129 240.9692 417.7236 c
-240.9492 417.2354 241.0352 416.7871 241.2275 416.3779 c
-241.3955 416.0254 241.6392 415.7451 241.959 415.5371 c
-242.2793 415.3291 242.6553 415.2246 243.0869 415.2246 c
-243.3193 415.2246 243.5493 415.2568 243.7773 415.3193 c
-244.0054 415.3838 244.2134 415.4746 244.4014 415.5938 c
-244.5894 415.7119 244.751 415.8555 244.8872 416.0225 c
-245.0234 416.1885 245.1152 416.3711 245.1631 416.5693 C
-245.415 417.5928 l
-245.4629 417.7832 245.4434 417.8984 245.3555 417.9385 c
-245.2676 417.9775 245.1191 418.002 244.9111 418.0098 c
-244.7031 418.0176 244.4912 418.0215 244.2754 418.0215 c
-244.2354 418.0215 244.2051 418.0342 244.1855 418.0596 c
-244.165 418.085 244.1631 418.1201 244.1792 418.1631 C
-244.2031 418.2783 l
-244.2109 418.3213 244.2314 418.3545 244.2632 418.3799 c
-244.2949 418.4043 244.3311 418.417 244.3711 418.417 c
-244.9312 418.3926 245.5029 418.3809 246.0869 418.3809 c
-246.4629 418.3809 246.8394 418.3926 247.2153 418.417 c
-247.2549 418.417 247.2852 418.4043 247.3052 418.3799 c
-247.3252 418.3545 247.3271 418.3213 247.3115 418.2783 C
-247.2871 418.1631 l
-247.2715 418.0684 247.2148 418.0215 247.1191 418.0215 c
-246.9834 418.0215 246.8652 418.0176 246.7651 418.0098 c
-246.665 418.001 246.5908 417.9814 246.543 417.9502 c
-246.4951 417.9258 246.4434 417.8076 246.3872 417.5928 C
-245.7871 415.2461 l
-245.7871 415.2227 245.7715 415.1943 245.7393 415.1631 c
-245.7153 415.1396 245.6836 415.127 245.6436 415.127 c
-245.6113 415.127 245.5869 415.1396 245.5713 415.1631 c
-245.4834 415.2666 245.4033 415.375 245.3311 415.4902 c
-245.2593 415.6055 245.2031 415.7305 245.1631 415.8662 c
-244.8994 415.54 244.5513 415.292 244.1191 415.1211 c
-243.687 414.9502 243.2549 414.8652 242.8232 414.8652 c
-242.2949 414.8652 241.8252 414.9795 241.4131 415.207 c
-241.001 415.4346 240.667 415.749 240.4111 416.1494 c
-240.1475 416.5811 239.9893 417.0605 239.9375 417.5889 c
-239.8853 418.1162 239.9272 418.665 240.0635 419.2324 c
-240.207 419.7998 240.4395 420.3481 240.7593 420.876 c
-241.0791 421.4038 241.4795 421.8838 241.959 422.3159 c
-242.4072 422.708 242.8955 423.0195 243.4233 423.252 c
-243.9512 423.4834 244.4795 423.5996 245.0073 423.5996 c
-245.4233 423.5996 245.7773 423.5059 246.0693 423.3174 c
-246.3613 423.1299 246.5913 422.8799 246.7593 422.5674 C
-247.6113 423.54 l
-247.6353 423.5796 247.6709 423.5996 247.7192 423.5996 C
-247.7676 423.5996 l
-247.8389 423.5996 247.8672 423.5605 247.8516 423.4834 C
-247.0474 420.2998 l
-f
*U
-U
%%PageTrailer
-gsave annotatepage grestore showpage
-%%Trailer
-Adobe_Illustrator_AI3 /terminate get exec
-Adobe_pattern_AI3 /terminate get exec
-Adobe_customcolor /terminate get exec
-Adobe_cshow /terminate get exec
-Adobe_packedarray /terminate get exec
-%%EOF
+%%HiResBoundingBox: 236 371.521 360.901 469.38 +%................................. +%%Creator: MiKTeX GPL Ghostscript 860 (epswrite) +%%CreationDate: 2007/12/07 10:10:05 +%%DocumentData: Clean7Bit +%%LanguageLevel: 2 +%%EndComments +%%BeginProlog +% This copyright applies to everything between here and the %%EndProlog: +% Copyright (C) 2007 Artifex Software, Inc. All rights reserved. +%%BeginResource: procset GS_epswrite_2_0_1001 1.001 0 +/GS_epswrite_2_0_1001 80 dict dup begin +/PageSize 2 array def/setpagesize{ PageSize aload pop 3 index eq exch +4 index eq and{ pop pop pop}{ PageSize dup 1 +5 -1 roll put 0 4 -1 roll put dup null eq {false} {dup where} ifelse{ exch get exec} +{ pop/setpagedevice where +{ pop 1 dict dup /PageSize PageSize put setpagedevice} +{ /setpage where{ pop PageSize aload pop pageparams 3 {exch pop} repeat +setpage}if}ifelse}ifelse}ifelse} bind def +/!{bind def}bind def/#{load def}!/N/counttomark # +/rG{3{3 -1 roll 255 div}repeat setrgbcolor}!/G{255 div setgray}!/K{0 G}! +/r6{dup 3 -1 roll rG}!/r5{dup 3 1 roll rG}!/r3{dup rG}! +/w/setlinewidth #/J/setlinecap # +/j/setlinejoin #/M/setmiterlimit #/d/setdash #/i/setflat # +/m/moveto #/l/lineto #/c/rcurveto # +/p{N 2 idiv{N -2 roll rlineto}repeat}! +/P{N 0 gt{N -2 roll moveto p}if}! +/h{p closepath}!/H{P closepath}! +/lx{0 rlineto}!/ly{0 exch rlineto}!/v{0 0 6 2 roll c}!/y{2 copy c}! +/re{4 -2 roll m exch dup lx exch ly neg lx h}! +/^{3 index neg 3 index neg}! +/f{P fill}!/f*{P eofill}!/s{H stroke}!/S{P stroke}! +/q/gsave #/Q/grestore #/rf{re fill}! +/Y{P clip newpath}!/Y*{P eoclip newpath}!/rY{re Y}! +/|={pop exch 4 1 roll 1 array astore cvx 3 array astore cvx exch 1 index def exec}! +/|{exch string readstring |=}! +/+{dup type/nametype eq{2 index 7 add -3 bitshift 2 index mul}if}! +/@/currentfile #/${+ @ |}! +/B{{2 copy string{readstring pop}aload pop 4 array astore cvx +3 1 roll}repeat pop pop true}! +/Ix{[1 0 0 1 11 -2 roll exch neg exch neg]exch}! +/,{true exch Ix imagemask}!/If{false exch Ix imagemask}!/I{exch Ix image}! +/Ic{exch Ix false 3 colorimage}! +/F{/Columns counttomark 3 add -2 roll/Rows exch/K -1/BlackIs1 true>> +/CCITTFaxDecode filter}!/FX{<</EndOfBlock false F}! +/X{/ASCII85Decode filter}!/@X{@ X}!/&2{2 index 2 index}! +/@F{@ &2<<F}!/@C{@X &2 FX}! +/$X{+ @X |}!/&4{4 index 4 index}!/$F{+ @ &4<<F |}!/$C{+ @X &4 FX |}! +/IC{3 1 roll 10 dict begin 1{/ImageType/Interpolate/Decode/DataSource +/ImageMatrix/BitsPerComponent/Height/Width}{exch def}forall +currentdict end image}! +/~{@ read {pop} if}! +end def +%%EndResource +/pagesave null def +%%EndProlog +%%Page: 1 1 +%%BeginPageSetup +GS_epswrite_2_0_1001 begin +/pagesave save store 197 dict begin +0.1 0.1 scale +%%EndPageSetup +gsave mark +Q q +0 0 250000 250000 re +Y +20 w +4 M +K +2360 4631.09 626.66 0 S +2360 3784.43 620 0 S +255 G +2503.71 3882.92 23.24 -86.02 23.24 86.02 -46.48 0 f +2549.62 4534.78 -23.23 86.03 -23.24 -86.03 46.48 0 f +10 w +K +2526.66 4550.5 0 -683.29 S +2503.71 3882.92 23.24 -86.02 23.24 86.02 -46.48 0 f +2549.62 4534.78 -23.23 86.03 -23.24 -86.03 46.48 0 f +255 G +2806.11 4621.76 0 -754.26 f +2783.14 3883.11 23.23 -85.35 23.24 85.35 -46.48 0 f +K +2806.11 4621.76 0 -754.26 S +2783.14 3883.11 23.23 -85.35 23.24 85.35 -46.48 0 f +2947.11 4232 m +-4 -7.01 -7.66 -14.05 -10.98 -21.13 c +-3.32 -7.08 -6.26 -14.27 -8.82 -21.54 c +-0.24 -3.36 -0.66 -6.75 -1.26 -10.15 c +-0.6 -3.39 -1.34 -6.77 -2.22 -10.13 c +-0.16 -0.64 -0.42 -1.68 -0.78 -3.12 c +-0.36 -1.44 -0.82 -2.89 -1.38 -4.37 c +-0.56 -1.48 -1.26 -2.79 -2.1 -3.96 c +-0.84 -1.15 -1.79 -1.74 -2.82 -1.74 c +-1.45 0 -2.31 0.7 -2.59 2.11 c +-0.28 1.39 -0.32 2.96 -0.12 4.68 c +0.21 1.72 0.52 3.32 0.96 4.8 c +0.44 1.48 0.66 2.3 0.66 2.46 c +0.88 3.36 1.82 6.7 2.82 10.02 c +1 3.32 2.06 6.66 3.18 10.02 c +0.32 3.84 0.3 7.55 -0.06 11.16 c +-0.36 3.6 -1.1 7.08 -2.21 10.44 c +-1.28 3.76 -3.76 6.51 -7.45 8.23 c +-3.68 1.72 -7.92 2.58 -12.71 2.58 c +-2.16 0 -4.31 -0.18 -6.43 -0.54 c +-2.12 -0.36 -4.02 -0.9 -5.7 -1.62 c +-1.68 -0.72 -3.12 -1.66 -4.32 -2.82 c +-1.2 -1.16 -2 -2.54 -2.39 -4.14 c +-0.24 -0.8 -0.8 -1.2 -1.68 -1.2 c +-2.28 0 p +-1.12 0 -1.68 0.52 -1.68 1.56 c +0 0.48 p +0.72 2.96 1.98 5.73 3.78 8.33 c +1.8 2.59 3.92 4.86 6.36 6.81 c +2.44 1.95 5.1 3.48 7.98 4.59 c +2.88 1.11 5.84 1.67 8.89 1.67 c +3.27 0 6.16 -0.64 8.64 -1.91 c +2.48 -1.28 4.64 -2.93 6.48 -4.95 c +1.84 -2.03 3.4 -4.34 4.68 -6.93 c +1.28 -2.59 2.4 -5.21 3.36 -7.85 c +0.56 -1.6 1.02 -3.21 1.38 -4.86 c +0.36 -1.64 0.66 -3.3 0.9 -4.98 c +4.24 10.08 9.12 19.93 14.64 29.57 c +0.32 0.55 0.8 0.84 1.44 0.84 c +2.4 0 p +0.4 0 0.68 -0.04 0.84 -0.12 c +0.56 -0.4 0.84 -0.88 0.84 -1.44 c +0 -0.23 -0.08 -0.52 -0.24 -0.83 c +f +2947.67 4156.32 0 2.48 P +0.69 0 1.44 0 2.24 0 c +0.8 0 1.57 0.02 2.32 0.04 c +0.75 0.03 1.46 0.08 2.12 0.16 c +0.67 0.08 1.21 0.17 1.64 0.27 c +0.54 0.11 0.95 0.39 1.24 0.84 c +0.29 0.46 0.44 0.98 0.44 1.56 c +0 42.5 p +-1.54 -0.75 -3.21 -1.29 -5 -1.61 c +-1.79 -0.32 -3.61 -0.48 -5.48 -0.48 c +0 2.5 p +2.72 0 5.36 0.37 7.92 1.11 c +2.57 0.74 4.78 2.09 6.65 4.04 c +0.97 0 p +0.59 0 0.88 -0.29 0.88 -0.89 c +0 -47.17 p +0 -0.59 0.14 -1.11 0.44 -1.56 c +0.29 -0.45 0.71 -0.73 1.24 -0.84 c +0.43 -0.11 0.96 -0.2 1.61 -0.27 c +0.64 -0.09 1.34 -0.14 2.12 -0.16 c +0.77 -0.02 1.56 -0.04 2.36 -0.04 c +0.8 0 1.54 0 2.24 0 c +0 -2.48 p +-8.64 0.32 -17.29 0.32 -25.94 0 c +f +3209.61 4414.5 m +-4 -7 -7.67 -14.04 -10.98 -21.12 c +-3.32 -7.08 -6.26 -14.26 -8.82 -21.54 c +-0.23 -3.36 -0.66 -6.74 -1.26 -10.14 c +-0.6 -3.4 -1.34 -6.78 -2.22 -10.14 c +-0.16 -0.64 -0.42 -1.68 -0.78 -3.12 c +-0.36 -1.43 -0.82 -2.9 -1.39 -4.38 c +-0.55 -1.48 -1.25 -2.8 -2.09 -3.96 c +-0.84 -1.16 -1.79 -1.74 -2.82 -1.74 c +-1.45 0 -2.31 0.7 -2.59 2.1 c +-0.27 1.4 -0.31 2.96 -0.12 4.68 c +0.21 1.72 0.53 3.32 0.96 4.8 c +0.45 1.48 0.66 2.29 0.66 2.46 c +0.88 3.36 1.82 6.7 2.82 10.02 c +1 3.32 2.06 6.66 3.18 10.02 c +0.32 3.84 0.3 7.56 -0.06 11.16 c +-0.36 3.6 -1.09 7.08 -2.21 10.44 c +-1.28 3.76 -3.76 6.5 -7.45 8.22 c +-3.68 1.72 -7.92 2.58 -12.71 2.58 c +-2.16 0 -4.31 -0.18 -6.43 -0.54 c +-2.12 -0.36 -4.02 -0.9 -5.7 -1.62 c +-1.68 -0.72 -3.12 -1.66 -4.33 -2.82 c +-1.2 -1.16 -2 -2.54 -2.39 -4.14 c +-0.25 -0.8 -0.8 -1.2 -1.68 -1.2 c +-2.29 0 p +-1.12 0 -1.68 0.52 -1.68 1.56 c +0 0.48 p +0.72 2.96 1.97 5.73 3.78 8.32 c +1.8 2.59 3.92 4.86 6.36 6.81 c +2.44 1.95 5.1 3.48 7.98 4.59 c +2.88 1.11 5.84 1.67 8.89 1.67 c +3.27 0 6.16 -0.64 8.64 -1.91 c +2.48 -1.27 4.63 -2.93 6.47 -4.95 c +1.85 -2.04 3.4 -4.34 4.68 -6.93 c +1.28 -2.6 2.4 -5.21 3.36 -7.86 c +0.57 -1.6 1.02 -3.22 1.39 -4.86 c +0.35 -1.64 0.65 -3.3 0.9 -4.98 c +4.24 10.08 9.12 19.94 14.64 29.57 c +0.32 0.55 0.8 0.84 1.44 0.84 c +2.4 0 p +0.4 0 0.68 -0.04 0.84 -0.12 c +0.57 -0.4 0.84 -0.87 0.84 -1.43 c +0 -0.25 -0.08 -0.52 -0.23 -0.84 c +f +3235.98 4328.81 m +-0.59 -2.19 -0.81 -4.04 -0.64 -5.53 c +0.16 -1.5 0.91 -2.24 2.23 -2.24 c +0.65 0 1.23 0.27 1.77 0.8 c +0.53 0.53 1.01 1.28 1.43 2.23 c +0.42 0.96 0.83 2.08 1.2 3.36 c +0.37 1.28 0.74 2.7 1.11 4.24 c +0.12 0.48 0.43 0.72 0.97 0.72 c +0.88 0 p +0.54 0 0.74 -0.24 0.63 -0.72 c +-0.31 -1.23 -0.66 -2.57 -1.04 -4 c +-0.37 -1.45 -0.88 -2.78 -1.52 -4 c +-0.63 -1.23 -1.43 -2.25 -2.36 -3.1 c +-0.93 -0.84 -2.09 -1.26 -3.48 -1.26 c +-1.86 0 -3.36 0.53 -4.47 1.6 c +-1.12 1.06 -1.82 2.43 -2.09 4.07 c +-1.22 -1.49 -2.68 -2.81 -4.39 -3.95 c +-1.71 -1.15 -3.5 -1.72 -5.36 -1.72 c +-1.97 0 -3.62 0.51 -4.96 1.52 c +-1.33 1.02 -2.37 2.3 -3.12 3.86 c +-0.91 1.88 -1.39 3.91 -1.45 6.11 c +-0.05 2.2 0.21 4.42 0.8 6.67 c +0.59 2.25 1.45 4.47 2.56 6.67 c +1.13 2.2 2.59 4.23 4.41 6.11 c +1.49 1.55 3.18 2.85 5.08 3.89 c +1.89 1.05 3.8 1.57 5.72 1.57 c +1.65 0 3 -0.46 4.03 -1.36 c +1.05 -0.91 1.86 -2 2.44 -3.27 c +4.48 17.79 p +0.21 0.84 0.33 1.49 0.36 1.94 c +0.02 0.45 -0.1 0.78 -0.36 0.99 c +-0.32 0.26 -0.93 0.43 -1.84 0.51 c +-0.91 0.08 -1.93 0.12 -3.04 0.12 c +-0.59 0 -0.83 0.3 -0.72 0.9 c +0.23 0.66 p +0.11 0.49 0.46 0.79 1.04 0.9 c +7.45 0.66 2.79 0.23 p +0.26 0.06 0.46 -0.01 0.61 -0.2 c +0.13 -0.19 0.16 -0.42 0.11 -0.68 c +-11.51 -46.11 h +3234.89 4347.82 m +-0.09 0.51 -0.21 1.04 -0.36 1.57 c +-0.43 1.29 -1.05 2.38 -1.87 3.27 c +-0.83 0.89 -1.89 1.34 -3.16 1.34 c +-1.17 0 -2.32 -0.43 -3.44 -1.3 c +-1.12 -0.86 -2.14 -1.94 -3.05 -3.23 c +-1.28 -1.83 -2.24 -3.75 -2.87 -5.74 c +-0.64 -1.99 -1.23 -4.07 -1.77 -6.22 c +-0.54 -2.11 -0.97 -4.16 -1.32 -6.18 c +-0.35 -2.02 -0.33 -3.92 0.04 -5.7 c +0.27 -1.29 0.73 -2.39 1.41 -3.28 c +0.66 -0.89 1.61 -1.33 2.83 -1.33 c +1.28 0 2.55 0.45 3.81 1.37 c +1.25 0.92 2.4 2.02 3.48 3.32 c +0.42 0.54 0.82 1.05 1.19 1.54 c +0.38 0.48 0.72 1.02 1.05 1.61 c +4.32 17.38 p +-0.12 0.54 -0.2 1.06 -0.28 1.57 c +f +5.821 w +10 M +2 J +8 i +3040 4690 0 -117.65 S +3132.49 4690 24.41 -58.83 S +3156.9 4631.17 -24.41 -58.82 S +1 i +3111.7 4592.94 -45.72 0 0 2.47 P +0 0.16 0.08 0.39 0.25 0.7 c +18.68 19.89 p +2.3 2.43 4.59 4.92 6.86 7.47 c +2.27 2.55 4.32 5.14 6.13 7.76 c +1.81 2.63 3.28 5.38 4.39 8.24 c +1.12 2.86 1.67 5.86 1.67 9 c +0 2.59 -0.35 5.04 -1.05 7.36 c +-0.7 2.31 -1.73 4.36 -3.09 6.12 c +-1.36 1.77 -3.05 3.18 -5.07 4.23 c +-2.02 1.07 -4.39 1.59 -7.12 1.59 c +-3.95 0 -7.46 -1.16 -10.5 -3.47 c +-3.05 -2.32 -5.19 -5.23 -6.42 -8.77 c +0.91 0.23 1.86 0.29 2.83 0.18 c +1 -0.12 1.88 -0.43 2.66 -0.94 c +0.78 -0.51 1.43 -1.2 1.97 -2.06 c +0.53 -0.87 0.8 -1.89 0.8 -3.06 c +0 -2.04 -0.68 -3.59 -2.04 -4.65 c +-1.36 -1.06 -2.86 -1.59 -4.5 -1.59 c +-1.57 0 -3.03 0.53 -4.39 1.59 c +-1.35 1.05 -2.03 2.61 -2.03 4.65 c +0 2.98 0.59 5.8 1.78 8.47 c +1.19 2.66 2.81 4.98 4.86 6.94 c +2.04 1.95 4.45 3.5 7.25 4.62 c +2.78 1.12 5.73 1.68 8.85 1.68 c +3.85 0 7.39 -0.57 10.63 -1.71 c +3.24 -1.13 6 -2.74 8.3 -4.81 c +2.29 -2.08 4.07 -4.51 5.34 -7.3 c +1.27 -2.79 1.9 -5.82 1.9 -9.11 c +0 -3.76 -0.86 -7.19 -2.59 -10.29 c +-1.73 -3.1 -3.89 -5.98 -6.48 -8.64 c +-2.59 -2.66 -5.34 -5.17 -8.26 -7.52 c +-2.91 -2.35 -5.57 -4.63 -7.95 -6.82 c +-14.18 -13.17 12.46 0 p +1.8 0 3.9 0 6.28 0 c +2.38 0 4.62 0.02 6.72 0.06 c +2.1 0.04 3.91 0.12 5.43 0.23 c +1.52 0.12 2.36 0.25 2.53 0.41 c +0.32 0.31 0.63 0.88 0.92 1.71 c +0.29 0.82 0.55 1.74 0.8 2.77 c +0.25 1.02 0.47 2.08 0.68 3.17 c +0.2 1.11 0.39 2.12 0.55 3.06 c +3.37 0 -3.47 -20.48 p f +8 i +3488.31 4131.69 0 -117.66 S +3580.8 4131.69 24.41 -58.83 S +3605.21 4072.86 -24.41 -58.83 S +1 i +3562.3 4045.85 m +-1.36 -2.82 -3.21 -5.25 -5.59 -7.3 c +-2.54 -2.2 -5.38 -3.85 -8.55 -4.94 c +-3.15 -1.1 -6.46 -1.65 -9.91 -1.65 c +-3.12 0 -6.18 0.39 -9.19 1.16 c +-3 0.78 -5.66 1.96 -8.01 3.55 c +-2.34 1.58 -4.22 3.54 -5.61 5.85 c +-1.41 2.32 -2.1 4.96 -2.1 7.94 c +0 2.2 0.71 3.83 2.16 4.88 c +1.43 1.06 2.98 1.59 4.62 1.59 c +1.73 0 3.31 -0.53 4.75 -1.59 c +1.43 -1.05 2.16 -2.69 2.16 -4.88 c +0 -1.25 -0.24 -2.32 -0.74 -3.18 c +-0.49 -0.87 -1.12 -1.57 -1.9 -2.12 c +-0.78 -0.55 -1.67 -0.92 -2.65 -1.11 c +-1 -0.2 -1.93 -0.21 -2.84 -0.06 c +1.64 -2.83 4.23 -5.04 7.77 -6.65 c +3.54 -1.61 7.4 -2.41 11.59 -2.41 c +2.05 0 3.94 0.5 5.67 1.48 c +1.72 1 3.16 2.32 4.32 3.98 c +1.39 2.06 2.33 4.31 2.82 6.72 c +0.49 2.42 0.73 4.9 0.73 7.44 c +0 2.54 -0.24 5.02 -0.73 7.43 c +-0.49 2.42 -1.43 4.66 -2.82 6.73 c +-1.15 1.66 -2.6 3.01 -4.32 4.04 c +-1.73 1.02 -3.62 1.54 -5.67 1.54 c +-8.39 0 p +-0.73 0 -1.1 0.34 -1.1 1.02 c +0 0.34 p +-0.09 0.3 0 0.56 0.24 0.8 c +0.25 0.23 0.54 0.34 0.86 0.34 c +1.15 0.16 2.3 0.23 3.46 0.23 c +1.15 0 2.3 0.08 3.46 0.23 c +2.13 0.16 4 0.8 5.61 1.94 c +1.6 1.14 2.93 2.61 4 4.41 c +1.07 1.8 1.88 3.86 2.4 6.17 c +0.54 2.31 0.8 4.68 0.8 7.12 c +0 1.81 -0.18 3.51 -0.55 5.12 c +-0.37 1.61 -1.13 3.04 -2.29 4.29 c +-2.21 2.52 -5.04 3.77 -8.49 3.77 c +-3.61 0 -6.92 -0.66 -9.91 -2 c +-3.01 -1.33 -5.25 -3.14 -6.72 -5.41 c +1.72 0.39 3.43 0.08 5.12 -0.95 c +1.68 -1.02 2.52 -2.66 2.52 -4.93 c +0 -1.96 -0.64 -3.44 -1.95 -4.41 c +-1.31 -0.99 -2.73 -1.48 -4.3 -1.48 c +-1.54 0 -2.98 0.49 -4.29 1.48 c +-1.3 0.98 -1.96 2.45 -1.96 4.41 c +0 2.51 0.62 4.76 1.85 6.77 c +1.23 2 2.84 3.7 4.85 5.12 c +2.01 1.41 4.3 2.5 6.88 3.24 c +2.58 0.76 5.22 1.13 7.93 1.13 c +2.86 0 5.64 -0.37 8.35 -1.12 c +2.7 -0.75 5.19 -1.91 7.49 -3.47 c +1.96 -1.34 3.61 -2.99 4.91 -4.95 c +1.31 -1.96 1.96 -4.16 1.96 -6.59 c +0 -2.51 -0.45 -4.86 -1.35 -7.06 c +-0.9 -2.2 -2.1 -4.2 -3.61 -6.01 c +-1.52 -1.8 -3.32 -3.38 -5.41 -4.71 c +-2.09 -1.34 -4.36 -2.39 -6.82 -3.18 c +2.38 -0.4 4.66 -1.06 6.82 -2.01 c +2.18 -0.94 4.2 -2.19 6.09 -3.76 c +2.37 -1.96 4.23 -4.3 5.59 -7 c +1.36 -2.71 2.03 -5.56 2.03 -8.54 c +0 -3.07 -0.67 -6.01 -2.03 -8.83 c +f +8 i +3040 3836.67 0 -117.66 S +3132.49 3836.67 24.41 -58.83 S +3156.9 3777.84 -24.41 -58.83 S +1 i +3071.72 3739.66 0 3.64 P +1.06 0 2.22 0 3.45 0 c +1.23 0 2.42 0.02 3.57 0.06 c +1.16 0.04 2.24 0.12 3.27 0.23 c +1.03 0.12 1.87 0.25 2.53 0.41 c +0.82 0.16 1.45 0.57 1.9 1.24 c +0.45 0.66 0.68 1.43 0.68 2.29 c +0 62.53 p +-2.38 -1.11 -4.95 -1.91 -7.7 -2.4 c +-2.75 -0.47 -5.58 -0.71 -8.45 -0.71 c +0 3.59 p +4.19 0 8.26 0.55 12.2 1.65 c +3.93 1.1 7.34 3.1 10.2 6 c +1.47 0 p +0.9 0 1.35 -0.43 1.35 -1.29 c +0 -69.36 p +0 -0.87 0.23 -1.63 0.67 -2.29 c +0.45 -0.68 1.09 -1.09 1.91 -1.24 c +0.66 -0.16 1.48 -0.29 2.46 -0.41 c +0.99 -0.12 2.08 -0.2 3.27 -0.23 c +1.19 -0.04 2.4 -0.06 3.63 -0.06 c +1.23 0 2.38 0 3.46 0 c +0 -3.64 p +-13.3 0.47 -26.59 0.47 -39.88 0 c +f +255 G +3210.16 4148.94 87.98 -69.68 -41.36 104.34 -46.62 -34.66 f +10 w +4 M +0 J +K +2887.5 4631.09 357.5 -480.95 S +3210.16 4148.94 87.98 -69.68 -41.36 104.34 -46.62 -34.66 f +1 J +1 j +3150 4076.09 60 0 S +3262.5 4076.09 60 0 S +3375 4076.09 60 0 S +2470.47 4203 m +-0.16 -0.72 -0.6 -1.16 -1.32 -1.32 c +-1.32 0 p +-0.72 0 -1.08 0.36 -1.08 1.09 c +0.64 3.91 0.8 7.66 0.48 11.22 c +-0.32 3.55 -1.18 6.7 -2.58 9.41 c +-1.4 2.73 -3.3 4.9 -5.7 6.54 c +-2.4 1.64 -5.32 2.46 -8.76 2.46 c +-4.16 0 -8.32 -1.05 -12.48 -3.12 c +-4.16 -2.09 -7.92 -4.85 -11.28 -8.29 c +-3.93 -4.09 -6.98 -8.59 -9.19 -13.52 c +-2.2 -4.93 -3.94 -9.95 -5.22 -15.08 c +-1.36 -5.2 -2.14 -10.25 -2.34 -15.15 c +-0.2 -4.88 0.66 -9.36 2.58 -13.46 c +1.68 -3.52 4.12 -6.33 7.32 -8.41 c +3.2 -2.08 6.96 -3.12 11.28 -3.12 c +2.32 0 4.63 0.32 6.91 0.95 c +2.28 0.65 4.36 1.55 6.24 2.75 c +1.88 1.18 3.5 2.62 4.86 4.29 c +1.36 1.66 2.28 3.48 2.76 5.46 c +2.52 10.24 p +0.48 1.9 0.29 3.05 -0.59 3.46 c +-0.88 0.39 -2.36 0.63 -4.45 0.71 c +-2.08 0.08 -4.2 0.12 -6.36 0.12 c +-0.4 0 -0.7 0.13 -0.9 0.38 c +-0.21 0.25 -0.22 0.6 -0.06 1.04 c +0.24 1.15 p +0.08 0.43 0.28 0.77 0.6 1.02 c +0.32 0.24 0.68 0.37 1.08 0.37 c +5.6 -0.25 11.32 -0.36 17.16 -0.36 c +3.76 0 7.53 0.12 11.29 0.36 c +0.4 0 0.7 -0.13 0.9 -0.37 c +0.2 -0.25 0.22 -0.59 0.06 -1.02 c +-0.24 -1.15 p +-0.16 -0.95 -0.72 -1.42 -1.68 -1.42 c +-1.36 0 -2.54 -0.04 -3.54 -0.12 c +-1 -0.09 -1.75 -0.29 -2.22 -0.59 c +-0.48 -0.25 -1 -1.43 -1.56 -3.57 c +-6 -23.47 p +0 -0.23 -0.16 -0.52 -0.48 -0.83 c +-0.24 -0.24 -0.56 -0.36 -0.96 -0.36 c +-0.32 0 -0.57 0.13 -0.72 0.36 c +-0.88 1.04 -1.68 2.12 -2.4 3.27 c +-0.72 1.15 -1.28 2.4 -1.68 3.76 c +-2.64 -3.27 -6.12 -5.74 -10.44 -7.45 c +-4.32 -1.71 -8.64 -2.56 -12.96 -2.56 c +-5.28 0 -9.98 1.14 -14.1 3.42 c +-4.12 2.28 -7.46 5.42 -10.02 9.43 c +-2.63 4.32 -4.21 9.11 -4.73 14.39 c +-0.52 5.27 -0.1 10.76 1.26 16.43 c +1.43 5.68 3.76 11.16 6.96 16.44 c +3.2 5.28 7.2 10.08 12 14.4 c +4.48 3.92 9.36 7.04 14.64 9.36 c +5.28 2.32 10.56 3.48 15.84 3.48 c +4.16 0 7.7 -0.94 10.62 -2.82 c +2.92 -1.87 5.22 -4.37 6.9 -7.5 c +8.52 9.72 p +0.24 0.4 0.6 0.6 1.08 0.6 c +0.48 0 p +0.71 0 1 -0.39 0.84 -1.16 c +-8.04 -31.84 p f +cleartomark end end pagesave restore + showpage +%%PageTrailer +%%Trailer +%%Pages: 1 diff --git a/Master/texmf-dist/doc/latex/disser/templates/master/fig/nomake.cmd b/Master/texmf-dist/doc/latex/disser/templates/master/fig/nomake.cmd index 031ac1797cf..d5b89784882 100644 --- a/Master/texmf-dist/doc/latex/disser/templates/master/fig/nomake.cmd +++ b/Master/texmf-dist/doc/latex/disser/templates/master/fig/nomake.cmd @@ -1 +1 @@ -@call ..\..\..\include\latex.fig.nmk.cmd %1 %2 %3 %4 %5 %6 %7 %8 %9
\ No newline at end of file +@call ..\..\..\include\latex.fig.nmk.cmd %*
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/disser/templates/master/nomake.cmd b/Master/texmf-dist/doc/latex/disser/templates/master/nomake.cmd index 477673612f6..cf105a9e8ff 100644 --- a/Master/texmf-dist/doc/latex/disser/templates/master/nomake.cmd +++ b/Master/texmf-dist/doc/latex/disser/templates/master/nomake.cmd @@ -1 +1 @@ -@call ..\..\include\latex.nmk.cmd %1 %2 %3 %4 %5 %6 %7 %8 %9
\ No newline at end of file +@call ..\..\include\latex.nmk.cmd %*
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/disser/templates/master/thesis.tex b/Master/texmf-dist/doc/latex/disser/templates/master/thesis.tex index 236b0c5b39f..f617d441f5e 100644 --- a/Master/texmf-dist/doc/latex/disser/templates/master/thesis.tex +++ b/Master/texmf-dist/doc/latex/disser/templates/master/thesis.tex @@ -6,7 +6,7 @@ \usepackage[T2A]{fontenc} \usepackage[cp1251]{inputenc} \usepackage[english,russian]{babel} -\usepackage{srcltx} +\usepackage{epstopdf} \graphicspath{{fig/}} % -------------------------------------------------------------------------- @@ -16,7 +16,7 @@ \institution{% Название организации } -\hod{ФИО зав. кафедрой} +\apname{ФИО зав. кафедрой} \title{ДИССЕРТАЦИЯ\\[-12pt]на соискание учёной степени\\МАГИСТРА} % Тема диссертации \topic{Тема диссертации} diff --git a/Master/texmf-dist/source/latex/disser/Makefile b/Master/texmf-dist/source/latex/disser/Makefile index d51c64b1b35..aee32e45365 100644 --- a/Master/texmf-dist/source/latex/disser/Makefile +++ b/Master/texmf-dist/source/latex/disser/Makefile @@ -9,13 +9,16 @@ TEXMF=/usr/share/texmf DESTDIR=$(TEXMF)/tex/latex/$(TARGET) DOCDIR=$(TEXMF)/doc/latex/$(TARGET) -TEX=latex -PDFTEX=pdflatex -TEXFLAGS= +LATEX=latex +PDFLATEX=pdflatex +MI=makeindex + +LATEXFLAGS= +PDFLATEXFLAGS= INSTFILES=*.cls *.rtx -DOCFILES=*.dvi *.pdf -CLEXT= *.log *.out *.aux *.dvi *.idx *.glo *.toc *.bak *.bbl *.blg +DOCFILES=*.dvi *.pdf *.ps +CLEXT= *.log *.out *.aux *.dvi *.idx *.ilg *.ind *.glo *.toc *.bak *.bbl *.blg *.sav CLFILES=$(INSTFILES) $(DOCFILES) $(CLEXT) all: class doc @@ -41,21 +44,25 @@ clean: $(TEX) $< %.dvi: %.dtx - $(TEX) $(TEXFLAGS) $< - $(TEX) $(TEXFLAGS) $< + $(LATEX) $(LATEXFLAGS) $< + $(MI) -r $(TARGET) + $(LATEX) $(LATEXFLAGS) $< + $(LATEX) $(LATEXFLAGS) $< %.pdf: %.dtx - $(PDFTEX) $(TEXFLAGS) $< - $(PDFTEX) $(TEXFLAGS) $< + $(PDFLATEX) $(PDFLATEXFLAGS) $< + $(MI) -r $(TARGET) + $(PDFLATEX) $(PDFLATEXFLAGS) $< + $(PDFLATEX) $(PDFLATEXFLAGS) $< help: - @echo "Targets:" - @echo " all - (default) build classes and documentation" - @echo " class - build classes" - @echo " clean - remove ouptut files" - @echo " doc - build DVI and PDF versions of documentation" - @echo " dvi - build DVI version of documentation" - @echo " pdf - build PDF version of documentation" - @echo " install - install package and documentation" - @echo " help - show help" + @echo "List of targets:" + @echo " all (default) build classes and documentation" + @echo " class build classes" + @echo " clean remove ouptut files" + @echo " doc build DVI and PDF versions of documentation" + @echo " dvi build DVI version of documentation" + @echo " pdf build PDF version of documentation" + @echo " install install package and documentation" + @echo " help show help" diff --git a/Master/texmf-dist/source/latex/disser/bachelor.dtx b/Master/texmf-dist/source/latex/disser/bachelor.dtx index a7dfa77f7d1..c04209d1b81 100644 --- a/Master/texmf-dist/source/latex/disser/bachelor.dtx +++ b/Master/texmf-dist/source/latex/disser/bachelor.dtx @@ -7,6 +7,11 @@ % \subsubsection{Титульный лист бакалаврской работы} % % Вертикальные интервалы между элементами титульного листа. +% \DescribeMacro{\firstskip}\index{Макросы!\verb*+\firstskip+} +% \DescribeMacro{\secondskip}\index{Макросы!\verb*+\secondskip+} +% \DescribeMacro{\thirdskip}\index{Макросы!\verb*+\thirdskip+} +% \DescribeMacro{\fourthskip}\index{Макросы!\verb*+\fourthskip+} +% \DescribeMacro{\fifthskip}\index{Макросы!\verb*+\fifthskip+} % \begin{macrocode} \def\firstskip{\vskip1.5cm} @@ -15,19 +20,26 @@ \def\fourthskip{\vskip1.em} \def\fifthskip{\vskip2cm} +% \end{macrocode} +% Шрифты элементов титульного листа. +% \DescribeMacro{\titlefont}\index{Макросы!\verb*+\titlefont+} +% \DescribeMacro{\topiclabelfont}\index{Макросы!\verb*+\topiclabelfont+} +% \DescribeMacro{\topicfont}\index{Макросы!\verb*+\topicfont+} +% \begin{macrocode} \def\titlefont{\Large\bfseries} \def\topiclabelfont{\large} \def\topicfont{\large\bfseries} % \end{macrocode} % Работа +% \DescribeMacro{\workname}\index{Макросы!\verb*+\topicfont+} % \begin{macrocode} \def\workname{\CYRR\cyra\cyrb\cyro\cyrt\cyra} % \end{macrocode} % Диссертация допущена к защите % \begin{macrocode} -\firstskip\@permitted\secondskip +\firstskip\@approved\secondskip % \end{macrocode} % Заголовок, тема. % \begin{macrocode} diff --git a/Master/texmf-dist/source/latex/disser/candidate.dtx b/Master/texmf-dist/source/latex/disser/candidate.dtx index f7f22de21f0..ecaa50a2cc0 100644 --- a/Master/texmf-dist/source/latex/disser/candidate.dtx +++ b/Master/texmf-dist/source/latex/disser/candidate.dtx @@ -7,6 +7,12 @@ % \subsubsection{Титульный лист кандидатской диссертации} % % Вертикальные интервалы между элементами титульного листа. +% \DescribeMacro{\firstskip}\index{Макросы!\verb*+\firstskip+} +% \DescribeMacro{\secondskip}\index{Макросы!\verb*+\secondskip+} +% \DescribeMacro{\thirdskip}\index{Макросы!\verb*+\thirdskip+} +% \DescribeMacro{\fourthskip}\index{Макросы!\verb*+\fourthskip+} +% \DescribeMacro{\fifthskip}\index{Макросы!\verb*+\fifthskip+} +% \DescribeMacro{\sixthskip}\index{Макросы!\verb*+\sixthskip+} % \begin{macrocode} \def\firstskip{\vskip1cm} \def\secondskip{\vskip2cm} @@ -14,8 +20,15 @@ \def\fourthskip{\vskip1cm} \def\fifthskip{\vskip1cm} \def\sixthskip{} -\def\@sahshift{10cm} +\def\@sahshift{8cm} +% \end{macrocode} +% Шрифты элементов титульного листа. +% \DescribeMacro{\titlefont}\index{Макросы!\verb*+\titlefont+} +% \DescribeMacro{\topicfont}\index{Макросы!\verb*+\topicfont+} +% \DescribeMacro{\authorfont}\index{Макросы!\verb*+\authorfont+} +% \DescribeMacro{\specfont}\index{Макросы!\verb*+\specfont+} +% \begin{macrocode} \def\titlefont{\normalsize} \def\topicfont{\Large\bfseries} \def\authorfont{\large} diff --git a/Master/texmf-dist/source/latex/disser/chapter.dtx b/Master/texmf-dist/source/latex/disser/chapter.dtx index 5688c54c112..a131f6ef37f 100644 --- a/Master/texmf-dist/source/latex/disser/chapter.dtx +++ b/Master/texmf-dist/source/latex/disser/chapter.dtx @@ -60,7 +60,7 @@ % \end{macrocode} % -% \DescribeMacro{\@chapter} +% \DescribeMacro{\@chapter}\index{Макросы!\verb+"\"@chapter+} % Команда, формирующая нумеруемый заголовок |\chapter|. % \begin{macrocode} \def\@chapter[#1]#2{ @@ -85,7 +85,7 @@ } % \end{macrocode} % -% \DescribeMacro{\@makechapterhead} +% \DescribeMacro{\@makechapterhead}\index{Макросы!\verb+"\"@makechapterhead+} % Формат нумеруемого заголовка. % \begin{macrocode} \def\@makechapterhead#1{% @@ -107,7 +107,7 @@ % \end{macrocode} % -% \DescribeMacro{\@schapter} +% \DescribeMacro{\@schapter}\index{Макросы!\verb+"\"@schapter+} % Команда, формирующая ненумеруемый заголовок |\chapter*|. % \begin{macrocode} \def\@schapter#1{ @@ -121,7 +121,7 @@ % \end{macrocode} % -% \DescribeMacro{\@makeschapterhead} +% \DescribeMacro{\@makeschapterhead}\index{Макросы!\verb+"\"@makeschapterhead+} % Формат ненумеруемого заголовка. % \begin{macrocode} \def\@makeschapterhead#1{% @@ -144,8 +144,7 @@ \begingroup \parindent \z@ \rightskip \@pnumwidth \parfillskip -\@pnumwidth - \leavevmode - \tocchapterfont + \leavevmode\tocchapterfont \advance\leftskip\@tempdima \hskip -\leftskip #1\nobreak @@ -184,10 +183,10 @@ \providecommand\postappendix{\par\nobreak\vskip 20\p@} % \end{macrocode} % -% \DescribeMacro{\appendix} +% \DescribeMacro{\appendix}\index{Макросы!\verb*+\appendix+} % Команда для создания глав Приложения. Сохранение и восстановление -% значений параметров делаются для случая, когда приложения идут до -% списка литературы. +% значений параметров формата глав делаются для случая, когда +% приложения идут до списка литературы. % \begin{macrocode} \newcommand\appendix{ \setcounter{chapter}{0} @@ -240,7 +239,7 @@ } % \end{macrocode} -% \DescribeMacro{\noappendix} +% \DescribeMacro{\noappendix}\index{Макросы!\verb*+\noappendix+} % Восстановление исходных параметров формата заголовков глав. % \begin{macrocode} \newcommand\noappendix{ diff --git a/Master/texmf-dist/source/latex/disser/counters.dtx b/Master/texmf-dist/source/latex/disser/counters.dtx index 259e0a2547e..466cc867fb8 100644 --- a/Master/texmf-dist/source/latex/disser/counters.dtx +++ b/Master/texmf-dist/source/latex/disser/counters.dtx @@ -9,6 +9,16 @@ % \end{macrocode} % % \subsection{Создание и настройка счетчиков} +% +% \DescribeMacro{part}\index{Счетчики!\verb*+part+} +% \DescribeMacro{chapter}\index{Счетчики!\verb*+chapter+} +% \DescribeMacro{section}\index{Счетчики!\verb*+section+} +% \DescribeMacro{subsection}\index{Счетчики!\verb*+subsection+} +% \DescribeMacro{subsubsection}\index{Счетчики!\verb*+subsubsection+} +% \DescribeMacro{paragraph}\index{Счетчики!\verb*+paragraph+} +% \DescribeMacro{subparagraph}\index{Счетчики!\verb*+subparagraph+} +% \DescribeMacro{figure}\index{Счетчики!\verb*+figure+} +% \DescribeMacro{table}\index{Счетчики!\verb*+table+} % \begin{macrocode} \newcounter{part} \newcounter{chapter} @@ -21,7 +31,15 @@ \newcounter{table}[chapter] % \end{macrocode} % -% Формат нумерации разделов документа. +% Формат нумерации разделов документа в тексте. +% \DescribeMacro{\thepart}\index{Макросы!\verb*+\thepart+} +% \DescribeMacro{\thechapter}\index{Макросы!\verb*+\thechapter+} +% \DescribeMacro{\theappendix}\index{Макросы!\verb*+\theappendix+} +% \DescribeMacro{\thesection}\index{Макросы!\verb*+\thesection+} +% \DescribeMacro{\thesubsection}\index{Макросы!\verb*+\thesubsection+} +% \DescribeMacro{\thesubsubsection}\index{Макросы!\verb*+\thesubsubsection+} +% \DescribeMacro{\theparagraph}\index{Макросы!\verb*+\theparagraph+} +% \DescribeMacro{\thesubparagraph}\index{Макросы!\verb*+\thesubparagraph+} % \begin{macrocode} \renewcommand\thepart{\@Roman\c@part} \renewcommand\thechapter{\@arabic\c@chapter} @@ -35,17 +53,30 @@ \renewcommand\theparagraph{\@arabic\c@paragraph} \renewcommand\thesubparagraph{\theparagraph.\@arabic\c@subparagraph} +% \end{macrocode} +% Формат нумерации разделов документа в Содержании. +% \DescribeMacro{\tocthepart}\index{Макросы!\verb*+\tocthepart+} +% \DescribeMacro{\tocthechapter}\index{Макросы!\verb*+\tocthechapter+} +% \DescribeMacro{\toctheappendix}\index{Макросы!\verb*+\toctheappendix+} +% \DescribeMacro{\tocthesection}\index{Макросы!\verb*+\tocthesection+} +% \DescribeMacro{\tocthesubsection}\index{Макросы!\verb*+\tocthesubsection+} +% \DescribeMacro{\tocthesubsubsection}\index{Макросы!\verb*+\tocthesubsubsection+} +% \DescribeMacro{\toctheparagraph}\index{Макросы!\verb*+\toctheparagraph+} +% \DescribeMacro{\tocthesubparagraph}\index{Макросы!\verb*+\tocthesubparagraph+} +% \begin{macrocode} \newcommand\tocthepart{\thepart} \newcommand\tocthechapter{\thechapter} \newcommand\toctheappendix{\theappendix} \newcommand\tocthesection{\thesection} \newcommand\tocthesubsection{\thesubsection} +\newcommand\tocthesubsubsection{\thesubsubsection} \newcommand\toctheparagraph{\theparagraph} \newcommand\tocthesubparagraph{\thesubparagraph} % \end{macrocode} % % Схемы нумерации объектов для разных типов диссертаций. +% \DescribeMacro{\bachelor@the}\index{Макросы!\verb*+\bachelor"@the+} % \begin{macrocode} \newcommand\bachelor@the{% % \end{macrocode} @@ -75,6 +106,10 @@ } % \end{macrocode} % По умолчанию у всех одинаковая схема нумерации. +% \DescribeMacro{\master@the}\index{Макросы!\verb*+\master"@the+} +% \DescribeMacro{\candidate@the}\index{Макросы!\verb*+\candidate"@the+} +% \DescribeMacro{\doctor@the}\index{Макросы!\verb*+\doctor"@the+} +% \DescribeMacro{\autoref@the}\index{Макросы!\verb*+\autoref"@the+} % \begin{macrocode} \newcommand\master@the \bachelor@the \newcommand\candidate@the\bachelor@the diff --git a/Master/texmf-dist/source/latex/disser/custom.dtx b/Master/texmf-dist/source/latex/disser/custom.dtx index f4c63afd9b8..2cab96154bc 100644 --- a/Master/texmf-dist/source/latex/disser/custom.dtx +++ b/Master/texmf-dist/source/latex/disser/custom.dtx @@ -15,16 +15,21 @@ % \end{macrocode} % Опция |intlimits| включает правильную расстановку пределов интегрирования % (сверху и снизу). +% \DescribePackage{amsmath}\index{Пакеты!\verb*+amsmath+} +% \DescribePackage{amssymb}\index{Пакеты!\verb*+amssymb+} +% \DescribePackage{amsfonts}\index{Пакеты!\verb*+amsfonts+} % \begin{macrocode} \usepackage[intlimits]{amsmath} \usepackage{amssymb,amsfonts} % \end{macrocode} +% \DescribePackage{pscyr}\index{Пакеты!\verb*+pscyr+} % Включение шрифта Times вместо Computer Modern Roman. % \begin{macrocode} \ifDis@times \AtEndOfPackage{% \usepackage{pscyr} % \end{macrocode} +% \DescribePackage{txfonts}\index{Пакеты!\verb*+txfonts+} % Пакет |txfonts| необходимо подключать \textbf{после} |pscyr| для % корректного определения символов, составленных из двух других (таких как % $\hbar$ и $\neq$). @@ -64,11 +69,12 @@ }{} \fi % \end{macrocode} +% \DescribePackage{natbib}\index{Пакеты!\verb*+natbib+} % Пакет для оформления библиографических ссылок. % \begin{macrocode} \usepackage[square, comma, sort&compress]{natbib} % \end{macrocode} -% \DescribeMacro{\metaphantom} +% \DescribeMacro{\metaphantom}\index{Макросы!\verb*+\metaphantom+} % Команда для исправления PDF-закладок, указывающих на ненумеруемые разделы % (|\chapter*|, |\section*| и т. п.). % \begin{macrocode} @@ -85,6 +91,10 @@ % заголовок, а не на первый абзац под ним, нужно поместить |\metaphantom{chapter}| % и |\addcontentsline| внутри аргумента |\chapter*|. Честно говоря, мне это % не нравится. Надо придумать что-то более простое и изящное. +% \DescribeMacro{\nchapter}\index{Макросы!\verb*+\nchapter+} +% \DescribeMacro{\nsection}\index{Макросы!\verb*+\nsection+} +% \DescribeMacro{\nsubsection}\index{Макросы!\verb*+\nsubsection+} +% \DescribeMacro{\nsubsubsection}\index{Макросы!\verb*+\nsubsubsection+} % \begin{macrocode} \newcommand\nchapter[1]{% \chapter*{% @@ -107,14 +117,14 @@ } % \end{macrocode} % Переопределение для включения ссылки на список литературы в Содержание. -% \DescribeMacro{\bibsection} +% \DescribeMacro{\bibsection}\index{Макросы!\verb*+\bibsection+} % \begin{macrocode} \renewcommand\bibsection{\nchapter{\bibname}} % \end{macrocode} % Переопределение для создания корректной PDF-закладки (основано на варианте % из |natbib|). -% \DescribeEnv{thebibliography} +% \DescribeEnv{thebibliography}\index{Окружения!\verb*+thebibliography+} % \begin{macrocode} \renewenvironment{thebibliography}[1]{% \bibsection @@ -150,6 +160,9 @@ % \item для pdf\LaTeX{} % \begin{macrocode} \ifDis@href +% \end{macrocode} +% \DescribePackage{hyperref}\index{Пакеты!\verb*+hyperref+} +% \begin{macrocode} \usepackage[pdftex,unicode,hyperfigures=true]{hyperref} \hypersetup{ colorlinks = false, @@ -161,6 +174,10 @@ } \pdfcompresslevel = 9 \fi +% \end{macrocode} +% \DescribePackage{graphicx}\index{Пакеты!\verb*+graphicx+} +% \DescribePackage{cmap}\index{Пакеты!\verb*+cmap+} +% \begin{macrocode} \usepackage[pdftex]{graphicx} \usepackage{cmap} \else @@ -168,19 +185,34 @@ % \item для \LaTeX{} % \end{itemize} % \begin{macrocode} - \ifDis@href\usepackage[hypertex,colorlinks=false,hyperfigures=true]{hyperref}\fi + \ifDis@href +% \end{macrocode} +% \DescribePackage{hyperref}\index{Пакеты!\verb*+hyperref+} +% \begin{macrocode} + \usepackage[hypertex,colorlinks=false,hyperfigures=true]{hyperref} + \fi +% \end{macrocode} +% \DescribePackage{graphicx}\index{Пакеты!\verb*+graphicx+} +% \begin{macrocode} \usepackage{graphicx} \fi % \end{macrocode} -% Пакет исправлений для совместного использования |hyperref| и |natbib|. +% Пакеты для исправления ошибок |hyperref|. +% \DescribePackage{hypernat}\index{Пакеты!\verb*+hypernat+} +% \DescribePackage{hypcap}\index{Пакеты!\verb*+hypcap+} % \begin{macrocode} -\ifDis@href\usepackage{hypernat}\fi +\ifDis@href + \usepackage{hypernat} + \usepackage[all]{hypcap} +\fi % \end{macrocode} % Плавающие рисунки ``в оборку''. % \begin{macrocode} -\usepackage[rflt]{floatflt} +\usepackage{wrapfig} % \end{macrocode} -% \paragraph{Пакет для вложенной нумерации плавающих объектов} +% Пакет для вложенной нумерации плавающих объектов. +% \DescribePackage{caption}\index{Пакеты!\verb*+caption+} +% \DescribePackage{subfig}\index{Пакеты!\verb*+subfig+} % \begin{macrocode} \ifDis@subf \usepackage[config,font=small,labelsep=period]{caption,subfig} @@ -190,8 +222,10 @@ \def\thesubfigure{\textit{\asbuk{subfigure}}} % \end{macrocode} % Формат ссылки через |\ref|. +% \DescribeMacro{\thefigsubsep}\index{Макросы!\verb*+\thefigsubsep+} +% Разделитель между номером и буквой. % \begin{macrocode} - \providecommand\thefigsubsep{,\ } + \providecommand\thefigsubsep{,~} \def\p@subfigure{\@nameuse{thefigure}\thefigsubsep} \fi %</custom> diff --git a/Master/texmf-dist/source/latex/disser/disser.dtx b/Master/texmf-dist/source/latex/disser/disser.dtx index c5611f33188..56ad14b6be4 100644 --- a/Master/texmf-dist/source/latex/disser/disser.dtx +++ b/Master/texmf-dist/source/latex/disser/disser.dtx @@ -3,7 +3,7 @@ %% %% disser -- LaTeX document class for dissertations. %% -%% Copyright (c) 2004-2007 Stanislav Kruchinin +%% Copyright (c) 2004-2008 Stanislav Kruchinin %% %% It may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either version 1.3 @@ -19,7 +19,7 @@ %% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %<*driver> -\ProvidesFile{disser.drv}[2007/11/29 1.0.4 Document class for dissertations.] +\ProvidesFile{disser.drv}[2008/03/10 1.0.5 Document class for dissertations.] \documentclass{ltxdoc} \usepackage[a4paper, includehead, includefoot, mag=1000, @@ -28,6 +28,7 @@ \usepackage[cp1251]{inputenc} \usepackage[english,russian]{babel} \usepackage{ifpdf,indentfirst,tabularx,doc} +\usepackage{makeidx} \ifpdf \usepackage[unicode, @@ -45,14 +46,6 @@ \usepackage[hypertex]{hyperref} \fi -\let\package\textsf -\IfFileExists{pscyr.sty}{% - \usepackage{pscyr} - \renewcommand\ttdefault{cmtt} - \renewcommand\rmdefault{ftm} -}{} -\IfFileExists{url.sty}{\RequirePackage{url}}{\newcommand\url{\texttt}} - \hypersetup{ colorlinks = true, linkcolor = black, citecolor=blue, @@ -60,10 +53,14 @@ pagecolor = blue, urlcolor=blue } -%\OnlyDescription % uncomment to suppress code line listing -\RecordChanges % uncomment for a change history -%\CodelineIndex\EnableCrossrefs % uncomment for command index -\GetFileInfo{disser.drv} +\ifpdf\usepackage{hypdestopt}\fi + +\IfFileExists{pscyr.sty}{% + \usepackage{pscyr} + \renewcommand\ttdefault{cmtt} + \renewcommand\rmdefault{ftm} +}{} +\IfFileExists{url.sty}{\usepackage{url}}{\newcommand\url{\texttt}} \MakeShortVerb{\|} @@ -73,7 +70,12 @@ \addtolength\leftmargin\labelsep \let\makelabel\deflabel}} \def\enddeflist{\end{list}} -\def\envfont{\normalfont\ttfamily} +\let\DescribePackage=\DescribeEnv + +\makeindex + +\setlength\hfuzz{15pt} % dont make so many +\hbadness=7000 % over and under full box warnings \begin{document} \sloppy @@ -96,9 +98,12 @@ \DocInput{titledefs.dtx} \DocInput{toc.dtx} \DocInput{custom.dtx} + \IndexPrologue{\section{Указатель команд}} + \printindex \end{document} %</driver> % \fi +% \GetFileInfo{disser.drv} % % %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % @@ -126,12 +131,12 @@ % устранение одного из главных недостатков стандартных классов --- % отсутствия возможности прямого изменения формата элементов титульного % листа, заголовков и записей в автоматически генерируемых списках -% (содержание, список иллюстраций, список таблиц). Предполагается, что -% пользователи будут активно изменять текст в соответствии со своими -% требованиями, поэтому он разбит на несколько файлов и снабжен подробными -% комментариями. +% (содержание, список иллюстраций, список таблиц). Для этого введен ряд +% высокоуровневых команд, которые описаны в комментариях к исходным текстам. +% К сожалению, на данный момент полноценная документация по этим +% командам отсутствует. % -% \section{Краткое руководство по использованию} +% \section{Руководство по использованию} % % \subsection{Шаблоны} % @@ -158,9 +163,10 @@ % \texttt{hypernat}, % \texttt{hyperref}, % \texttt{pscyr}, -% \texttt{subfig}. +% \texttt{subfig}, +% \texttt{txfonts}. % -% Для полноценной работы рекомендуется установить всё вышеперечисленное. +% Для полноценной работы рекомендуется установить все вышеперечисленное. % % \subsection{Опции} % @@ -168,7 +174,7 @@ % \tabcolsep=6pt % \arraycolsep=0pt % -% \begin{table}[!ht] +% \begin{table}[!h] % \begin{tabular}{p{0.3\linewidth}|p{0.55\linewidth}} % \hline\hline % \textbf{a4paper}, a5paper, b5paper & @@ -234,7 +240,7 @@ % \subsection{\texttt{Makefile} и \texttt{nomake.cmd}} % % Для автоматизации операций сборки, установки и обновления пакета созданы -% две системы скриптов, имеющих одинаковый набор целей сборки: +% две системы скриптов, имеющих одинаковый набор целей: % |Makefile| в формате GNU Make и файлы |nomake.cmd|, написанные на языке % командного интерпретатора |cmd.exe| ОС Windows 2000 и выше. % @@ -242,7 +248,8 @@ % % В Windows: |nomake <цель>|. % -% Далее следуют описания целей в различных каталогах. +% Далее следуют описания целей в зависимости от каталога, в котором +% производится сборка. % % \subsubsection{Каталог \texttt{disser/}} % @@ -280,7 +287,7 @@ % \item[class] % Сборка классов |disser| и |gost732|. % \item[clean] -% Удаление файлов, указанных в переменной |$CLFILES|. +% Удаление файлов, указанных в переменной |CLFILES|. % \item[doc] % Сборка DVI- и PDF-версий документации. % \item[dvi] @@ -301,7 +308,9 @@ % \item[dvi] % Сборка |thesis.dvi|. Цель по умолчанию. % \item[clean] -% Удаление файлов, указанных в переменной |$CLFILES|. +% Удаление файлов, указанных в переменной |CLFILES|. +% \item[epstoeps] +% Оптимизация EPS с помощью Ghostscript. % \item[epstopdf] % Конвертирование EPS в PDF. % \item[fixbb] @@ -313,25 +322,31 @@ % \item[pdf] % Сборка |thesis.pdf|. % \item[pdf\_2on1] -% Сборка PDF-файла <<тетрадкой>> (по 2 страницы на разворот). +% Сборка PDF-файла по 2 страницы на один разворот A4. +% \item[pdf\_book] +% Сборка PDF-файла для брошюрования. % \item[ps] % Сборка |thesis.ps|. % \item[ps\_2on1] -% Сборка PostScript-файла <<тетрадкой>> (по 2 страницы на разворот). +% Сборка PostScript-файла по 2 страницы на один разворот A4. +% \item[ps\_book] +% Сборка PostScript-файла для брошюрования. % \item[srcdist] % Сборка архива из содержимого текущего каталога. % \end{deflist} % -% \textbf{Примечание:} -% 1) |nomake.cmd| в подкаталогах шаблонов зависят от |latex.nmk.cmd| и -% |latex.fig.nmk.cmd|. |Makefile| зависят от |latex.mk| и |latex.fig.mk|. -% 2) |nomake.cmd| включает в себя цели каталога |fig|. +% \textbf{Примечания:} +% 1) |nomake.cmd| в подкаталогах шаблонов зависят от |include/latex.nmk.cmd| и +% |include/latex.fig.nmk.cmd|. |Makefile| зависят от |include/latex.mk| и |include/latex.fig.mk|. +% 2) |Makefile/nomake.cmd| в подкаталогах шаблонов включают цели каталога |fig|. % % \subsubsection{Каталог \texttt{disser/templates/<тип-диссертации>/fig/}} % % \begin{deflist}{marginbreak} % \item[clean] % Удаление PDF файлов. +% \item[epstoeps] +% Оптимизация EPS с помощью Ghostscript. % \item[epstopdf] % Конвертирование EPS в PDF. % \item[fixbb] @@ -350,6 +365,7 @@ % \end{macrocode} % Расширение включаемых в |disser.cls| файлов. +% % \begin{macrocode} \def\substyle@ext{.rtx} % \end{macrocode} @@ -582,7 +598,7 @@ % \end{macrocode} % Команды изменения регистра. -% \DescribeMacro{\MakeTextUppercase} +% \DescribeMacro{\MakeTextUppercase}\index{Макросы!\verb*+\MakeTextUppercase+} % \begin{macrocode} \DeclareRobustCommand\MakeTextUppercase{% \@uclcnotmath{\def\i{I}\def\j{J}}{##1##2}\uppercase} @@ -590,7 +606,7 @@ \protected@edef\MakeTextUppercase#1{\MakeTextUppercase{#1}} % \end{macrocode} -% \DescribeMacro{\MakeTextLowercase} +% \DescribeMacro{\MakeTextLowercase}\index{Макросы!\verb*+\MakeTextLowercase+} % \begin{macrocode} \DeclareRobustCommand\MakeTextLowercase{% \@uclcnotmath{}{##2##1}\lowercase} @@ -694,8 +710,8 @@ % % \subsection{Параметры основного текста} % -% \DescribeMacro{\lineskip} -% \DescribeMacro{\normallineskip} +% \DescribeMacro{\lineskip}\index{Макросы!\verb*+\lineskip+} +% \DescribeMacro{\normallineskip}\index{Макросы!\verb*+\normallineskip+} % Вертикальный интервал между строками. Упоминаемый здесь и далее макрос |\p@| % определяет единицу длины. По умолчанию она равна английскому пункту (pt). % \begin{macrocode} @@ -703,9 +719,9 @@ \setlength\normallineskip{1\p@} % \end{macrocode} % -% \DescribeMacro{\singlespacing} -% \DescribeMacro{\onehalfspacing} -% \DescribeMacro{\doublespacing} +% \DescribeMacro{\singlespacing}\index{Макросы!\verb*+\singlespacing+} +% \DescribeMacro{\onehalfspacing}\index{Макросы!\verb*+\onehalfspacing+} +% \DescribeMacro{\doublespacing}\index{Макросы!\verb*+\doublespacing+} % Характерные величины межстрочнах интервалов. % \begin{macrocode} \newcommand\singlespacing {\renewcommand\baselinestretch{1}\normalsize} @@ -717,20 +733,20 @@ \onehalfspacing % \end{macrocode} % Интервал между абзацами (добавляется к межстрочному). -% \DescribeMacro{\parskip} +% \DescribeMacro{\parskip}\index{Макросы!\verb*+\parskip+} % \begin{macrocode} \setlength\parskip{0\p@ \@plus \p@} % \end{macrocode} % Максимальный уровень вложенности секций, помещаемых в Содержание % (по умолчанию вносятся |\part|, |\chapter| и |\section|). -% \DescribeMacro{tocdepth} +% \DescribeMacro{tocdepth}\index{Счетчики!\verb*+tocdepth+} % \begin{macrocode} \setcounter{tocdepth}{1} % \end{macrocode} % Максимальный уровень вложенности нумеруемых секций % (по умолчанию нумеруются |\part|, |\chapter|, |\section| и |\subsection|). -% \DescribeMacro{secnumdepth} +% \DescribeMacro{secnumdepth}\index{Счетчики!\verb*+secnumdepth+} % \begin{macrocode} \setcounter{secnumdepth}{2} @@ -749,7 +765,7 @@ % Описание структуры постоянных частей заголовков. % \begin{itemize} % \item в тексте, -% \DescribeMacro{\@seccntformat} +% \DescribeMacro{\@seccntformat}\index{Макросы!\verb*+"\"@seccntformat+} % \begin{macrocode} \def\@seccntformat#1{% \csname prethe#1\endcsname% @@ -758,7 +774,7 @@ } % \end{macrocode} % \item в Содержании. -% \DescribeMacro{\@tocseccntformat} +% \DescribeMacro{\@tocseccntformat}\index{Макросы!\verb*+"\"@tocseccntformat+} % \begin{macrocode} \def\@tocseccntformat#1{% \csname tocprethe#1\endcsname% diff --git a/Master/texmf-dist/source/latex/disser/doctor.dtx b/Master/texmf-dist/source/latex/disser/doctor.dtx index 6e57572b313..bb1dc58f229 100644 --- a/Master/texmf-dist/source/latex/disser/doctor.dtx +++ b/Master/texmf-dist/source/latex/disser/doctor.dtx @@ -7,6 +7,11 @@ % \subsubsection{Титульный лист докторской диссертации} % % Вертикальные интервалы между элементами титульного листа. +% \DescribeMacro{\firstskip}\index{Макросы!\verb*+\firstskip+} +% \DescribeMacro{\secondskip}\index{Макросы!\verb*+\secondskip+} +% \DescribeMacro{\thirdskip}\index{Макросы!\verb*+\thirdskip+} +% \DescribeMacro{\fourthskip}\index{Макросы!\verb*+\fourthskip+} +% \DescribeMacro{\fifthskip}\index{Макросы!\verb*+\fifthskip+} % \begin{macrocode} \def\firstskip{\vskip1.5cm} \def\secondskip{\vskip3cm} @@ -14,6 +19,13 @@ \def\fourthskip{\vskip1cm} \def\fifthskip{\vskip1cm} +% \end{macrocode} +% Шрифты элементов титульного листа. +% \DescribeMacro{\titlefont}\index{Макросы!\verb*+\titlefont+} +% \DescribeMacro{\topicfont}\index{Макросы!\verb*+\topicfont+} +% \DescribeMacro{\authorfont}\index{Макросы!\verb*+\authorfont+} +% \DescribeMacro{\specfont}\index{Макросы!\verb*+\specfont+} +% \begin{macrocode} \def\titlefont{\normalsize} \def\topicfont{\Large\bfseries} \def\authorfont{\large} diff --git a/Master/texmf-dist/source/latex/disser/env.dtx b/Master/texmf-dist/source/latex/disser/env.dtx index b45652c6c70..f7a9d0d57da 100644 --- a/Master/texmf-dist/source/latex/disser/env.dtx +++ b/Master/texmf-dist/source/latex/disser/env.dtx @@ -9,8 +9,8 @@ % \end{macrocode} % \subsection{Окружения} % -% \DescribeEnv{description} -% Примечание +% \DescribeEnv{description}\index{Окружения!\verb*+description+} +% \subsubsection{Примечание} % \begin{macrocode} \newenvironment{description} {\list{}{\labelwidth\z@ \itemindent-\leftmargin @@ -18,8 +18,8 @@ {\endlist} \newcommand*\descriptionlabel[1]{\hspace\labelsep\normalfont\bfseries #1} % \end{macrocode} -% \DescribeEnv{abstract} -% Аннотация +% \DescribeEnv{abstract}\index{Окружения!\verb*+abstract+} +% \subsubsection{Аннотация} % \begin{macrocode} \if@titlepage \newenvironment{abstract}{ @@ -44,8 +44,8 @@ }{\if@twocolumn\else\endquotation\fi} \fi % \end{macrocode} -% \DescribeEnv{quotation} -% Цитирование +% \DescribeEnv{quotation}\index{Окружения!\verb*+quotation+} +% \subsubsection{Цитирование} % \begin{macrocode} \newenvironment{quotation}{ \list{}{ @@ -57,16 +57,16 @@ \item\relax }{\endlist} % \end{macrocode} -% \DescribeEnv{quote} -% Выдержка +% \DescribeEnv{quote}\index{Окружения!\verb*+quote+} +% \subsubsection{Выдержка} % \begin{macrocode} \newenvironment{quote}{ \list{}{\rightmargin\leftmargin} \item\relax }{\endlist} % \end{macrocode} -% \DescribeEnv{titlepage} -% Титульный лист +% \DescribeEnv{titlepage}\index{Окружения!\verb*+titlepage+} +% \subsubsection{Титульный лист} % \begin{macrocode} \newenvironment{titlepage}{ \if@twocolumn @@ -83,41 +83,88 @@ } % \end{macrocode} % -% \DescribeEnv{figure} -% \DescribeEnv{figure*} -% Рисунок +% \DescribeEnv{figure}\index{Окружения!\verb*+figure+} +% \DescribeEnv{figure*}\index{Окружения!\verb*+figure*+} +% \subsubsection{Рисунок} % \begin{macrocode} \newenvironment{figure}{\@float{figure}}{\end@float} \newenvironment{figure*}{\@dblfloat{figure}}{\end@dblfloat} % \end{macrocode} % -% \DescribeEnv{table} -% \DescribeEnv{table*} -% Таблица +% \DescribeEnv{table}\index{Окружения!\verb*+table+} +% \DescribeEnv{table*}\index{Окружения!\verb*+table*+} +% \subsubsection{Таблица} % \begin{macrocode} \newenvironment{table}{\@float{table}}{\end@float} \newenvironment{table*}{\@dblfloat{table}}{\end@dblfloat} % \end{macrocode} % -% \subsection{Команды для создания окружений типа <<теорема>>} -% Параметры формата. -% \begin{macrocode} -\providecommand\theoremstyle{\itshape} -\providecommand\thetheoremstyle{\bfseries} -\providecommand\opargtheoremstyle{\rm} -\providecommand\preopargtheorem{(} -\providecommand\postopargtheorem{)} -\providecommand\postthetheorem{.} +% \subsubsection{Окружения типа <<теорема>>} +% +% \DescribeMacro{\newtheorem}\index{Макросы!\verb*+\newtheorem+} +% Переопределяем |\newtheorem|, так чтобы автоматически создавались +% параметры формата теорем. +% \begin{macrocode} + +\def\newtheorem#1{% +% \end{macrocode} +% \DescribeMacro{\theoremstyle}\index{Макросы!\verb*+\theoremstyle+} +% \DescribeMacro{\thetheoremstyle}\index{Макросы!\verb*+\thetheoremstyle+} +% \DescribeMacro{\postthetheorem}\index{Макросы!\verb*+\postthetheorem+} +% \DescribeMacro{\opargtheorem}\index{Макросы!\verb*+\opargtheorem+} +% \DescribeMacro{\preopargtheorem}\index{Макросы!\verb*+\preopargtheorem+} +% \DescribeMacro{\postopargtheorem}\index{Макросы!\verb*+\postopargtheorem+} +% \begin{macrocode} + { +% \end{macrocode} +% Стиль текста теоремы. +% \begin{macrocode} + \global\@namedef{#1style}{\itshape} +% \end{macrocode} +% Стиль заголовка и номера теоремы. +% \begin{macrocode} + \global\@namedef{the#1style}{\bfseries} +% \end{macrocode} +% Символ после номера. +% \begin{macrocode} + \global\@namedef{postthe#1}{.} +% \end{macrocode} +% Стиль опционального аргумента (текста в скобках после заголовка и номера). +% \begin{macrocode} + \global\@namedef{oparg#1style}{\rm} +% \end{macrocode} +% Символы, окружающие опциональный аргумент (по умолчанию --- круглые скобки). +% \begin{macrocode} + \global\@namedef{preoparg#1}{(} + \global\@namedef{postoparg#1}{)} + } + \@ifnextchar[{\@othm{#1}}{\@nthm{#1}}% +} % \end{macrocode} -% Низкоуровневые команды для создания заголовка теоремы. +% У команд |\@begintheorem| и |\@opargbegintheorem| изменены аргументы, +% чтобы можно было использовать обобщенное форматирование. % \begin{macrocode} +\def\@xthm#1#2{% + \@begintheorem{#1}{#2}\ignorespaces} +\def\@ythm#1#2[#3]{% + \@opargbegintheorem{#1}{#2}{#3}\ignorespaces} + \def\@begintheorem#1#2{\trivlist - \item[\hskip \labelsep{\thetheoremstyle #1\ % - #2\unskip\postthetheorem}]\theoremstyle} + \item[\hskip \labelsep{\csname the#1style\endcsname #2\ % + \csname the#1\endcsname\unskip% + \csname postthe#1\endcsname}]% + \csname #1style\endcsname} + \def\@opargbegintheorem#1#2#3{\trivlist - \item[\hskip \labelsep{\thetheoremstyle #1\ #2\ % - {\opargtheoremstyle\preopargtheorem #3\postopargtheorem}}]\theoremstyle} + \item[\hskip \labelsep{% + {\csname the#1style\endcsname #2}\ % + \csname the#1\endcsname\ % + {\csname oparg#1style\endcsname% + \csname preoparg#1\endcsname #3% + \csname postoparg#1\endcsname}}]% + \csname #1style\endcsname} + \def\@endtheorem{\endtrivlist} %</env> diff --git a/Master/texmf-dist/source/latex/disser/floats.dtx b/Master/texmf-dist/source/latex/disser/floats.dtx index 97f2e82b3fa..4d45bc57fe8 100644 --- a/Master/texmf-dist/source/latex/disser/floats.dtx +++ b/Master/texmf-dist/source/latex/disser/floats.dtx @@ -14,19 +14,19 @@ % \begin{itemize} % \item Максимальное количество плавающих объектов, размещаемое вверху % страницы (при двухколонном наборе --- вверху колонки). -% \DescribeMacro{topnumber} +% \DescribeMacro{topnumber}\index{Счетчики!\verb*+topnumber+} % \begin{macrocode} \setcounter{topnumber}{2} % \end{macrocode} % \item Максимальное количество плавающих объектов, размещаемое внизу % страницы (при двухколонном наборе --- внизу колонки). -% \DescribeMacro{bottomnumber} +% \DescribeMacro{bottomnumber}\index{Счетчики!\verb*+bottomnumber+} % \begin{macrocode} \setcounter{bottomnumber}{1} % \end{macrocode} % \item Максимальное количество плавающих объектов, размещаемое % на странице (при двухколонном наборе --- в колонке). -% \DescribeMacro{totalnumber} +% \DescribeMacro{totalnumber}\index{Счетчики!\verb*+totalnumber+} % \begin{macrocode} \setcounter{totalnumber}{3} % \end{macrocode} @@ -42,13 +42,13 @@ % \begin{itemize} % \item Максимальная доля страницы по высоте, которую могут занимать % плавающие объекты, размещаемые вверху страницы. -% \DescribeMacro{\topfraction} +% \DescribeMacro{\topfraction}\index{Макросы!\verb*+\topfraction+} % \begin{macrocode} \renewcommand\topfraction{.7} % \end{macrocode} % \item Максимальная доля страницы по высоте, которую могут занимать % плавающие объекты, размещаемые внизу страницы. -% \DescribeMacro{\bottomfraction} +% \DescribeMacro{\bottomfraction}\index{Макросы!\verb*+\bottomfraction+} % \begin{macrocode} \renewcommand\bottomfraction{.3} % \end{macrocode} @@ -57,60 +57,60 @@ % \LaTeX{}'ом % специально для размещения плавающих объектов при обработке % необязательного аргумента |p|, это не относится). -% \DescribeMacro{\textfraction} +% \DescribeMacro{\textfraction}\index{Макросы!\verb*+\textfraction+} % \begin{macrocode} \renewcommand\textfraction{.2} % \end{macrocode} % \item Параметр, аналогичный предыдущему, относящийся к страницам для % плавающих объектов. -% \DescribeMacro{\floatpagefraction} +% \DescribeMacro{\floatpagefraction}\index{Макросы!\verb*+\floatpagefraction+} % \begin{macrocode} \renewcommand\floatpagefraction{.5} % \end{macrocode} % \item Тоже, что |\topfraction|, применительно к иллюстрациям (таблицам) % шириной в целую страницу при двухколонном наборе. -% \DescribeMacro{\dbltopfraction} +% \DescribeMacro{\dbltopfraction}\index{Макросы!\verb*+\dbltopfraction+} % \begin{macrocode} \renewcommand\dbltopfraction{.7} % \end{macrocode} % \item Тоже, что |\floatpagefraction|, применительно к иллюстрациям % (таблицам) шириной в целую страницу при двухколонном наборе. -% \DescribeMacro{\dblfloatpagefraction} +% \DescribeMacro{\dblfloatpagefraction}\index{Макросы!\verb*+\dblfloatpagefraction+} % \begin{macrocode} \renewcommand\dblfloatpagefraction{.5} % \end{macrocode} % \end{itemize} -% +% % \subsubsection{Параметры формата подписей} % -% \DescribeMacro{\abovecaptionskip} +% \DescribeMacro{\abovecaptionskip}\index{Макросы!\verb*+\abovecaptionskip+} % Вертикальный интервал перед подписью. % \begin{macrocode} \newlength\abovecaptionskip \setlength\abovecaptionskip{10\p@} % \end{macrocode} -% \DescribeMacro{\belowcaptionskip} +% \DescribeMacro{\belowcaptionskip}\index{Макросы!\verb*+\belowcaptionskip+} % Вертикальный интервал за подписью. % \begin{macrocode} \newlength\belowcaptionskip \setlength\belowcaptionskip{0\p@} % \end{macrocode} -% \DescribeMacro{\captionlabeldelim} +% \DescribeMacro{\captionlabeldelim}\index{Макросы!\verb*+\captionlabeldelim+} % Разделитель метки (постоянная часть + номер) и текста подписи. % \begin{macrocode} \newcommand\captionlabeldelim{.} % \end{macrocode} -% \DescribeMacro{\captionfont} +% \DescribeMacro{\captionfont}\index{Макросы!\verb*+\captionfont+} % Шрифт подписи. % \begin{macrocode} \newcommand\captionfont{\small} % \end{macrocode} -% \DescribeMacro{\captionlabelfont} +% \DescribeMacro{\captionlabelfont}\index{Макросы!\verb*+\captionlabelfont+} % Шрифт метки. % \begin{macrocode} \newcommand\captionlabelfont{\small\selectfont} % \end{macrocode} -% \DescribeMacro{\@makecaption} +% \DescribeMacro{\@makecaption}\index{Макросы!\verb+"\"@makecaption+} % Низкоуровневая команда, создающая подпись. % \begin{macrocode} \long\def\@makecaption#1#2{% @@ -129,7 +129,7 @@ % % \subsubsection{figure} % -% \DescribeMacro{\thefigure} +% \DescribeMacro{\thefigure}\index{Макросы!\verb*+\thefigure+} % Формат номера. % \begin{macrocode} \renewcommand\thefigure{\ifnum \c@chapter>\z@\thechapter.\fi\@arabic\c@figure} @@ -159,49 +159,49 @@ % % \subsubsection{table} % -% \DescribeMacro{\thetable} +% \DescribeMacro{\thetable}\index{Макросы!\verb*+\thetable+} % Формат номера. % \begin{macrocode} \renewcommand\thetable{\ifnum \c@chapter>\z@\thechapter.\fi\@arabic\c@table} % \end{macrocode} % -% \DescribeMacro{\arraycolsep} +% \DescribeMacro{\arraycolsep}\index{Длины!\verb*+\arraycolsep+} % Промежуток между колонками в |array|. % \begin{macrocode} \setlength\arraycolsep{5\p@} % \end{macrocode} -% \DescribeMacro{\tabcolsep} +% \DescribeMacro{\tabcolsep}\index{Длины!\verb*+\tabcolsep+} % Промежуток между колонками в таблице. % \begin{macrocode} \setlength\tabcolsep{6\p@} % \end{macrocode} -% \DescribeMacro{\arrayrulewidth} +% \DescribeMacro{\arrayrulewidth}\index{Длины!\verb*+\arrayrulewidth+} % Толщина линейки в |array|. % \begin{macrocode} \setlength\arrayrulewidth{.4\p@} % \end{macrocode} -% \DescribeMacro{\doublerulesep} +% \DescribeMacro{\doublerulesep}\index{Длины!\verb*+\doublerulesep+} % Промежуток между линиями в двойной линейке |\hrule\hrule|. % \begin{macrocode} \setlength\doublerulesep{2\p@} % \end{macrocode} -% \DescribeMacro{\tabbingsep} +% \DescribeMacro{\tabbingsep}\index{Длины!\verb*+\tabbingsep+} % Промежуток между столбцами в окружении |tabular|. % \begin{macrocode} \setlength\tabbingsep{\labelsep} % \end{macrocode} -% Промежуток, добавляемый при наличии сноски при использовании окружения +% Промежуток, добавляемый при наличии сноски при использовании окружения % |minipage|. % \begin{macrocode} \skip\@mpfootins = \skip\footins % \end{macrocode} -% \DescribeMacro{\fboxsep} +% \DescribeMacro{\fboxsep}\index{Длины!\verb*+\fboxsep+} % Промежуток между линией и текстом в |\fbox|. % \begin{macrocode} \setlength\fboxsep{3\p@} % \end{macrocode} -% \DescribeMacro{\fboxrule} +% \DescribeMacro{\fboxrule}\index{Длины!\verb*+\fboxrule+} % Толщина линии для |\fbox|. % \begin{macrocode} \setlength\fboxrule{.4\p@} diff --git a/Master/texmf-dist/source/latex/disser/footnote.dtx b/Master/texmf-dist/source/latex/disser/footnote.dtx index 86e672ec4f9..eda861efbac 100644 --- a/Master/texmf-dist/source/latex/disser/footnote.dtx +++ b/Master/texmf-dist/source/latex/disser/footnote.dtx @@ -10,6 +10,7 @@ % % \subsection{Сноска} % +% \DescribeMacro{\footnoterule}\index{Макросы!\verb+\footnoterule+} % Горизонтальная линия, отделяющая сноску. % \begin{macrocode} \renewcommand\footnoterule{% diff --git a/Master/texmf-dist/source/latex/disser/gost732.dtx b/Master/texmf-dist/source/latex/disser/gost732.dtx index 5e2f55a909f..9b686321b9e 100644 --- a/Master/texmf-dist/source/latex/disser/gost732.dtx +++ b/Master/texmf-dist/source/latex/disser/gost732.dtx @@ -23,18 +23,18 @@ \ProvidesFile{gost732.drv}[2007/11/29 1.0.1 GOST 7.32-2001 implementation.] \documentclass{ltxdoc} -\usepackage[a4paper, includehead, includefoot, mag=1000, - left=4cm, right=1.5cm, top=1cm, bottom=2cm]{geometry} +\usepackage[a4paper,includehead,includefoot,mag=1000, + left=4cm,right=1.5cm,top=1cm,bottom=2cm]{geometry} \usepackage[T2A]{fontenc} \usepackage[cp1251]{inputenc} \usepackage[english,russian]{babel} -\usepackage{ifpdf} +\usepackage{ifpdf,indentfirst} \ifpdf \usepackage[unicode, - pdftitle = {Documented source code of the disser package}, + pdftitle = {Documented source code of the gost732 package}, pdfauthor = {Stanislav Kruchinin}, - pdfsubject = {disser}, + pdfsubject = {gost732}, pdfstartview = {FitH}, pdfborder = {0 0 0}, bookmarksopen = true, @@ -65,7 +65,6 @@ %\EnableCrossrefs % uncomment for command index \MakeShortVerb{\|} -\parindent=0pt \GetFileInfo{gost732.drv} \begin{document} @@ -99,7 +98,7 @@ % этого подкласса является демонстрацией эффективности высокоуровневых % макросов класса |disser|. % -% \section{Исходный текст} +% \section{Исходный текст}\parindent=0pt % % \begin{macrocode} \NeedsTeXFormat{LaTeX2e}[1999/12/01] diff --git a/Master/texmf-dist/source/latex/disser/master.dtx b/Master/texmf-dist/source/latex/disser/master.dtx index 36ae8bcdb4e..f4c4ba7535d 100644 --- a/Master/texmf-dist/source/latex/disser/master.dtx +++ b/Master/texmf-dist/source/latex/disser/master.dtx @@ -7,6 +7,11 @@ % \subsubsection{Титульный лист магистерской диссертации} % % Вертикальные интервалы между элементами титульного листа. +% \DescribeMacro{\firstskip}\index{Макросы!\verb*+\firstskip+} +% \DescribeMacro{\secondskip}\index{Макросы!\verb*+\secondskip+} +% \DescribeMacro{\thirdskip}\index{Макросы!\verb*+\thirdskip+} +% \DescribeMacro{\fourthskip}\index{Макросы!\verb*+\fourthskip+} +% \DescribeMacro{\fifthskip}\index{Макросы!\verb*+\fifthskip+} % \begin{macrocode} \def\firstskip{\vspace*{1em}} \def\secondskip{\vspace*{1em}} @@ -15,9 +20,19 @@ \def\fifthskip{\vskip0em} % \end{macrocode} +% Шрифты элементов титульного листа. +% \DescribeMacro{\titlefont}\index{Макросы!\verb*+\titlefont+} +% \DescribeMacro{\topiclabelfont}\index{Макросы!\verb*+\topiclabelfont+} +% \DescribeMacro{\topicfont}\index{Макросы!\verb*+\topicfont+} +% \begin{macrocode} +\def\titlefont{\Large\bfseries} +\def\topiclabelfont{\large} +\def\topicfont{\large\bfseries} + +% \end{macrocode} % Диссертация допущена к защите % \begin{macrocode} -\firstskip\@permitted\secondskip +\firstskip\@approved\secondskip \begin{center} % \end{macrocode} % Заголовок. diff --git a/Master/texmf-dist/source/latex/disser/page.dtx b/Master/texmf-dist/source/latex/disser/page.dtx index 33ebe7da7ff..d7f2190ce3a 100644 --- a/Master/texmf-dist/source/latex/disser/page.dtx +++ b/Master/texmf-dist/source/latex/disser/page.dtx @@ -11,10 +11,10 @@ % \subsection{Формат страниц} % % \subsubsection{Шрифт колонтитулов} -% \DescribeMacro{\evenheadfont} -% \DescribeMacro{\evenfootfont} -% \DescribeMacro{\oddheadfont} -% \DescribeMacro{\oddfootfont} +% \DescribeMacro{\evenheadfont}\index{Макросы!\verb*+\evenheadfont+} +% \DescribeMacro{\evenfootfont}\index{Макросы!\verb*+\evenfootfont+} +% \DescribeMacro{\oddheadfont}\index{Макросы!\verb*+\oddheadfont+} +% \DescribeMacro{\oddfootfont}\index{Макросы!\verb*+\oddfootfont+} % Верхний, на четных страницах. % \begin{macrocode} \newcommand\evenheadfont{\slshape} @@ -33,8 +33,8 @@ % \end{macrocode} % % Шрифт колонтитулов. -% \DescribeMacro{\chaptermarkfont} -% \DescribeMacro{\sectionmarkfont} +% \DescribeMacro{\chaptermarkfont}\index{Макросы!\verb*+\chaptermarkfont+} +% \DescribeMacro{\sectionmarkfont}\index{Макросы!\verb*+\sectionmarkfont+} % \begin{macrocode} \providecommand\chaptermarkfont{\slshape} \providecommand\sectionmarkfont{\MakeUppercase} @@ -70,7 +70,7 @@ \let\@mkboth\markboth % \end{macrocode} % \end{itemize} -% \DescribeMacro{\chaptermark} +% \DescribeMacro{\chaptermark}\index{Макросы!\verb*+\chaptermark+} % \item Формат заголовков глав в колонтитулах. % \begin{macrocode} \def\chaptermark##1{% @@ -81,7 +81,7 @@ ##1}}{}% }% % \end{macrocode} -% \DescribeMacro{\sectionmark} +% \DescribeMacro{\sectionmark}\index{Макросы!\verb*+\sectionmark+} % \item Формат заголовков секций в колонтитулах. % \begin{macrocode} \def\sectionmark##1{% @@ -152,7 +152,7 @@ } % \end{macrocode} % \subsubsection{Формат по умолчанию} -% +% % Стиль оформления колонтитулов страницы. % \begin{macrocode} \pagestyle{plain} diff --git a/Master/texmf-dist/source/latex/disser/part.dtx b/Master/texmf-dist/source/latex/disser/part.dtx index 24d1623adec..4e9b4d49c88 100644 --- a/Master/texmf-dist/source/latex/disser/part.dtx +++ b/Master/texmf-dist/source/latex/disser/part.dtx @@ -19,17 +19,17 @@ % % \subsubsection{Параметры формата записи в Содержании} % -% \DescribeMacro{\tocprethepart} +% \DescribeMacro{\tocprethepart}\index{Макросы!\verb*+\tocprethepart+} % Постоянный текст до номера. % \begin{macrocode} \providecommand\tocprethepart{\partname~} % \end{macrocode} -% \DescribeMacro{\tocpostthepart} +% \DescribeMacro{\tocpostthepart}\index{Макросы!\verb*+\tocpostthepart+} % Постоянный текст после номера. % \begin{macrocode} \providecommand\tocpostthepart{.\@postskip} % \end{macrocode} -% \DescribeMacro{\tocpartfill} +% \DescribeMacro{\tocpartfill}\index{Макросы!\verb*+\tocpartfill+} % Заполнитель между названием и номером страницы. Для части по умолчанию % отсутствует. Чтобы заполнить какими-либо символами, |\tocpartfill| нужно % присвоить значение |\tocfill{символ}|. Для примера см. далее определение @@ -37,17 +37,17 @@ % \begin{macrocode} \providecommand\tocpartfill{} % \end{macrocode} -% \DescribeMacro{\tocpartfont} +% \DescribeMacro{\tocpartfont}\index{Макросы!\verb*+\tocpartfont+} % Шрифт заголовка в Содержании. % \begin{macrocode} \providecommand\tocpartfont{\bfseries} % \end{macrocode} -% \DescribeMacro{\tocpartfillfont} +% \DescribeMacro{\tocpartfillfont}\index{Макросы!\verb*+\tocpartfillfont+} % Шрифт заполнителя. % \begin{macrocode} \providecommand\tocpartfillfont{\normalfont} % \end{macrocode} -% \DescribeMacro{\tocpartnumfont} +% \DescribeMacro{\tocpartnumfont}\index{Макросы!\verb*+\tocpartnumfont+} % Шрифт номера. % \begin{macrocode} \providecommand\tocpartnumfont{\normalfont} @@ -55,14 +55,14 @@ % \end{macrocode} % % \subsubsection{Параметры формата в тексте} -% \DescribeMacro{\thepartalign} -% \DescribeMacro{\thepartfont} -% \DescribeMacro{\prethepart} -% \DescribeMacro{\postthepart} -% \DescribeMacro{\partalign} -% \DescribeMacro{\partfont} -% \DescribeMacro{\prepart} -% \DescribeMacro{\postpart} +% \DescribeMacro{\thepartalign}\index{Макросы!\verb*+\thepartalign+} +% \DescribeMacro{\thepartfont}\index{Макросы!\verb*+\thepartfont+} +% \DescribeMacro{\prethepart}\index{Макросы!\verb*+\prethepart+} +% \DescribeMacro{\postthepart}\index{Макросы!\verb*+\postthepart+} +% \DescribeMacro{\partalign}\index{Макросы!\verb*+\partalign+} +% \DescribeMacro{\partfont}\index{Макросы!\verb*+\partfont+} +% \DescribeMacro{\prepart}\index{Макросы!\verb*+\prepart+} +% \DescribeMacro{\postpart}\index{Макросы!\verb*+\postpart+} % Параметры номера и названия: выравнивание, шрифт, отступы, текст до и после. % \begin{macrocode} \providecommand\thepartalign{\centering} @@ -76,7 +76,7 @@ \providecommand\postpart{\par} % \end{macrocode} -% \DescribeMacro{\partpagestyle} +% \DescribeMacro{\partpagestyle}\index{Макросы!\verb*+\partpagestyle+} % Стиль страницы, на которой расположен заголовок части. % \begin{macrocode} \def\partpagestyle#1{\gdef\@partpagestyle{#1}} @@ -85,7 +85,7 @@ % % \subsubsection{Низкоуровневые команды} % -% \DescribeMacro{\part} +% \DescribeMacro{\part}\index{Макросы!\verb*+\part+} % Интерфейс. % \begin{macrocode} \newcommand\part{ @@ -105,7 +105,7 @@ } % \end{macrocode} % -% \DescribeMacro{\@part} +% \DescribeMacro{\@part}\index{Макросы!\verb+"\"@part+} % Команда, формирующая нумеруемый заголовок части |\part|. % \begin{macrocode} \def\@part[#1]#2{% @@ -139,7 +139,7 @@ % \end{macrocode} % -% \DescribeMacro{\@spart} +% \DescribeMacro{\@spart}\index{Макросы!\verb+"\"@spart+} % Команда, формирующая ненумеруемый заголовок части |\part*|. % \begin{macrocode} \def\@spart#1{% @@ -150,7 +150,7 @@ % \end{macrocode} % -% \DescribeMacro{\@endpart} +% \DescribeMacro{\@endpart}\index{Макросы!\verb+"\"@endpart+} % Завершение страницы с заголовком части. % \begin{macrocode} \def\@endpart{ diff --git a/Master/texmf-dist/source/latex/disser/sections.dtx b/Master/texmf-dist/source/latex/disser/sections.dtx index 07fb3c32420..13d5b311658 100644 --- a/Master/texmf-dist/source/latex/disser/sections.dtx +++ b/Master/texmf-dist/source/latex/disser/sections.dtx @@ -20,12 +20,12 @@ \providecommand\tocsectionfillfont{} \providecommand\tocsectionnumfont{} % \end{macrocode} -% \DescribeMacro{\tocsectionindent} +% \DescribeMacro{\tocsectionindent}\index{Макросы!\verb*+\tocsectionindent+} % Величина отступа записи в Содержании. % \begin{macrocode} \providecommand\tocsectionindent{1.5em} % \end{macrocode} -% \DescribeMacro{\tocsectionnameindent} +% \DescribeMacro{\tocsectionnameindent}\index{Макросы!\verb*+\tocsectionnameindent+} % Пробел после номера. % \begin{macrocode} \providecommand\tocsectionnameindent{2.3em} @@ -39,22 +39,22 @@ \providecommand\postthesection{.~} % \end{macrocode} -% \DescribeMacro{\sectionindent} +% \DescribeMacro{\sectionindent}\index{Макросы!\verb*+\sectionindent+} % Величина отступа заголовка секции на странице. % \begin{macrocode} \providecommand\sectionindent{\z@} % \end{macrocode} -% \DescribeMacro{\presection} +% \DescribeMacro{\presection}\index{Макросы!\verb*+\presection+} % Величина вертикального отступа перед заголовком секции. % \begin{macrocode} \providecommand\beforesection{-3.5ex \@plus -1ex \@minus -.2ex} % \end{macrocode} -% \DescribeMacro{\postsection} +% \DescribeMacro{\postsection}\index{Макросы!\verb*+\postsection+} % Величина вертикального отступа после заголовка секции. % \begin{macrocode} \providecommand\aftersection{2.3ex \@plus.2ex} % \end{macrocode} -% \DescribeMacro{\sectionalign} +% \DescribeMacro{\sectionalign}\index{Макросы!\verb*+\sectionalign+} % Выравнивание заголовка. % \begin{macrocode} \providecommand\sectionalign{\raggedright} @@ -174,7 +174,7 @@ % \end{macrocode} % \subsubsection{Низкоуровневые команды} % -% \DescribeMacro{\@sect} +% \DescribeMacro{\@sect}\index{Макросы!\verb+"\"@sect+} % Обобщенная версия команды, создающей заголовки секций. % \begin{macrocode} \def\@sect#1#2#3#4#5#6[#7]#8{% @@ -208,11 +208,11 @@ \fi #7}}% \fi - \@xsect{#5} + \@xsect{#5}% } % \end{macrocode} % -% \DescribeMacro{\@tocline} +% \DescribeMacro{\@tocline}\index{Макросы!\verb+"\"@tocline+} % Обобщенная версия команды, добавляющей запись в Содержание. % \begin{macrocode} \def\@tocline#1#2#3#4#5#6{% @@ -235,26 +235,56 @@ % \end{macrocode} % -% \DescribeMacro{\defsection} +% \DescribeMacro{\defsection}\index{Макросы!\verb*+\defsection+} % Генератор команд типа |\l@<section>| и |\<section>|. % \begin{macrocode} -\newcommand\defsection[2]{% - \@namedef{l@#1}{% - \@tocline{#1}{#2}{\csname toc#1indent\endcsname} - {\csname toc#1nameindent\endcsname} - } - \@namedef{#1}{% - \@startsection{#1}{#2}{\csname #1indent\endcsname} - {\csname before#1\endcsname}{\csname after#1\endcsname} - {\csname #1font\endcsname\csname #1align\endcsname} - } -} - -\defsection{section}{1} -\defsection{subsection}{2} -\defsection{subsubsection}{3} -\defsection{paragraph}{4} -\defsection{subparagraph}{5} +%\newcommand\defsection[2]{% +% \@namedef{l@#1}{% +% \@tocline{#1}{#2}{\csname toc#1indent\endcsname} +% {\csname toc#1nameindent\endcsname} +% } +% \@namedef{#1}{% +% \@startsection{#1}{#2}{\csname #1indent\endcsname} +% {\csname before#1\endcsname}{\csname after#1\endcsname} +% {\csname #1font\endcsname\csname #1align\endcsname} +% } +%} +% +%\defsection{section}{1} +%\defsection{subsection}{2} +%\defsection{subsubsection}{3} +%\defsection{paragraph}{4} +%\defsection{subparagraph}{5} + +\newcommand\section{\@startsection{section}{1} + {\sectionindent}{\beforesection}% + {\aftersection}{\sectionfont\sectionalign}} +\newcommand*\l@section{\@tocline{section}{1}{\tocsectionindent}% +{\tocsectionnameindent}} + +\newcommand\subsection{\@startsection{subsection}{2} + {\subsectionindent}{\beforesubsection}% + {\aftersubsection}{\subsectionfont\subsectionalign}} +\newcommand*\l@subsection{\@tocline{subsection}{2}{\tocsubsectionindent}% +{\tocsubsectionnameindent}} + +\newcommand\subsubsection{\@startsection{subsubsection}{3} + {\subsubsectionindent}{\beforesubsubsection}% + {\aftersubsubsection}{\subsubsectionfont\subsubsectionalign}} +\newcommand*\l@subsubsection{\@tocline{subsubsection}{3}{\tocsubsubsectionindent}% +{\tocsubsubsectionnameindent}} + +\newcommand\paragraph{\@startsection{paragraph}{4} + {\paragraphindent}{\beforeparagraph}% + {\afterparagraph}{\paragraphfont\paragraphalign}} +\newcommand*\l@paragraph{\@tocline{paragraph}{4}{\tocparagraphindent}% +{\tocparagraphnameindent}} + +\newcommand\subparagraph{\@startsection{subparagraph}{5} + {\subparagraphindent}{\beforesubparagraph}% + {\aftersubparagraph}{\subparagraphfont\subparagraphalign}} +\newcommand*\l@subparagraph{\@tocline{subparagraph}{5}{\tocsubparagraphindent}% +{\tocsubparagraphnameindent}} %</sections> % \end{macrocode} diff --git a/Master/texmf-dist/source/latex/disser/titledefs.dtx b/Master/texmf-dist/source/latex/disser/titledefs.dtx index 903a233dffc..49848fe24e7 100644 --- a/Master/texmf-dist/source/latex/disser/titledefs.dtx +++ b/Master/texmf-dist/source/latex/disser/titledefs.dtx @@ -7,15 +7,20 @@ % % \subsection{Постоянные части заголовков, титульного листа и текста} % +% \DescribeMacro{\abstractname}\index{Макросы!\verb+\abstractname+} % Аннотация % \begin{macrocode} \def\abstractname{\cyr\CYRA\cyrn\cyrn\cyro\cyrt\cyra\cyrc\cyri\cyrya} % \end{macrocode} +% \DescribeMacro{\titlepagename}\index{Макросы!\verb+\titlepagename+} % Титульный лист % \begin{macrocode} \def\titlepagename{\cyr\CYRT\cyri\cyrt\cyru\cyrl\cyrsftsn\cyrn\cyrery\cyrishrt\ % \cyrl\cyri\cyrs\cyrt} % \end{macrocode} +% \DescribeMacro{\keywordsname}\index{Макросы!\verb+\keywordsname+} +% \DescribeMacro{\keywordssep}\index{Макросы!\verb+\keywordssep+} +% \DescribeMacro{\keywordslabel}\index{Макросы!\verb+\keywordslabel+} % Ключевые слова % \begin{macrocode} \def\keywordsname{\cyr\CYRK\cyrk\cyryu\cyrch\cyre\cyrv\cyrery\cyre\ % @@ -23,42 +28,57 @@ \def\keywordssep{:} \def\keywordslabel{\keywordsname\keywordssep} % \end{macrocode} +% \DescribeMacro{\workname}\index{Макросы!\verb+\workname+} % Диссертация % \begin{macrocode} \def\workname{\cyr\CYRD\cyri\cyrs\cyrs\cyre\cyrr\cyrt\cyra\cyrc\cyri\cyrya} % \end{macrocode} -% Диссертация допущена к защите +% \DescribeMacro{\approved}\index{Макросы!\verb+\approved+} +% Диссертация допущена к защите (запись о допуске) % \begin{macrocode} -\def\disserpermit{\workname\ \cyrd\cyro\cyrp\cyru\cyrshch\cyre\cyrn\cyra\ % +\def\approved{\workname\ \cyrd\cyro\cyrp\cyru\cyrshch\cyre\cyrn\cyra\ % \cyrk\ \cyrz\cyra\cyrshch\cyri\cyrt\cyre} % \end{macrocode} -% зав. кафедрой +% \DescribeMacro{\appos}\index{Макросы!\verb+\appos+} +% Должность лица, допускающего к защите % \begin{macrocode} -\def\hodname{\cyr\cyrz\cyra\cyrv.\ \cyrk\cyra\cyrf\cyre\cyrd\cyrr\cyro\cyrishrt} +\def\appos{\cyr\cyrz\cyra\cyrv.\ \cyrk\cyra\cyrf\cyre\cyrd\cyrr\cyro\cyrishrt} % \end{macrocode} +% \DescribeMacro{\groupname}\index{Макросы!\verb+\groupname+} % гр. (группа) % \begin{macrocode} \def\groupname{\cyr\cyrg\cyrr.} % \end{macrocode} +% \DescribeMacro{\topicname}\index{Макросы!\verb+\topicname+} +% \DescribeMacro{\topicsep}\index{Макросы!\verb+\topicsep+} +% \DescribeMacro{\topiclabel}\index{Макросы!\verb+\topiclabel+} % Тема % \begin{macrocode} \def\topicname{\cyr\CYRT\cyre\cyrm\cyra} \def\topicsep{:\ } \def\topiclabel{\topicname\topicsep} % \end{macrocode} +% \DescribeMacro{\coursename}\index{Макросы!\verb+\coursename+} +% \DescribeMacro{\coursesep}\index{Макросы!\verb+\coursesep+} +% \DescribeMacro{\courselabel}\index{Макросы!\verb+\courselabel+} % Направление % \begin{macrocode} \def\coursename{\cyr\CYRN\cyra\cyrp\cyrr\cyra\cyrv\cyrl\cyre\cyrn\cyri\cyre} \def\coursesep{:} \def\courselabel{\coursename\coursesep} % \end{macrocode} +% \DescribeMacro{\specname}\index{Макросы!\verb+\specname+} +% \DescribeMacro{\specsep}\index{Макросы!\verb+\specsep+} +% \DescribeMacro{\speclabel}\index{Макросы!\verb+\speclabel+} % Специальность % \begin{macrocode} -\def\specname{% -\cyr\CYRS\cyrp\cyre\cyrc\cyri\cyra\cyrl\cyrsftsn\cyrn\cyro\cyrs\cyrt\cyrsftsn} +\def\specname{\cyr\CYRS\cyrp\cyre\cyrc\cyri\cyra\cyrl\cyrsftsn\cyrn\cyro\cyrs\cyrt\cyrsftsn} \def\specsep{:} \def\speclabel{\specname\specsep} % \end{macrocode} +% \DescribeMacro{\masterprogname}\index{Макросы!\verb+\masterprogname+} +% \DescribeMacro{\masterprogsep}\index{Макросы!\verb+\masterprogsep+} +% \DescribeMacro{\masterproglabel}\index{Макросы!\verb+\masterproglabel+} % Магистерская программа % \begin{macrocode} \def\masterprogname{\cyr\CYRM\cyra\cyrg\cyri\cyrs\cyrt\cyre\cyrr\cyrs\cyrk\cyra\cyrya\ % @@ -66,37 +86,48 @@ \def\masterprogsep{:} \def\masterproglabel{\masterprogname\masterprogsep} % \end{macrocode} +% \DescribeMacro{\studentname}\index{Макросы!\verb+\studentname+} +% \DescribeMacro{\studentlabel}\index{Макросы!\verb+\studentlabel+} % Выполнил студент % \begin{macrocode} \def\studentname{\cyr\CYRV\cyrery\cyrp\cyro\cyrl\cyrn\cyri\cyrl\ % \cyrs\cyrt\cyru\cyrd\cyre\cyrn\cyrt} \def\studentlabel{\studentname} % \end{macrocode} +% \DescribeMacro{\saname}\index{Макросы!\verb+\saname+} +% \DescribeMacro{\salabel}\index{Макросы!\verb+\salabel+} % Научный руководитель (sa -- сокр. от scientific adviser) % \begin{macrocode} \def\saname{\cyr\CYRN\cyra\cyru\cyrch\cyrn\cyrery\cyrishrt\ % \cyrr\cyru\cyrk\cyro\cyrv\cyro\cyrd\cyri\cyrt\cyre\cyrl\cyrsftsn} \def\salabel{\saname} % \end{macrocode} +% \DescribeMacro{\revname}\index{Макросы!\verb+\revname+} +% \DescribeMacro{\revlabel}\index{Макросы!\verb+\revlabel+} % Рецензент % \begin{macrocode} \def\revname{\cyr\CYRR\cyre\cyrc\cyre\cyrn\cyrz\cyre\cyrn\cyrt} \def\revlabel{\revname} % \end{macrocode} +% \DescribeMacro{\conname}\index{Макросы!\verb+\conname+} +% \DescribeMacro{\conlabel}\index{Макросы!\verb+\conlabel+} % Консультант % \begin{macrocode} \def\conname{\cyr\CYRK\cyro\cyrn\cyrs\cyru\cyrl\cyrsftsn\cyrt\cyra\cyrn\cyrt} \def\conlabel{\conname\ \cyrp\cyro\ \@conspec} % \end{macrocode} +% \DescribeMacro{\asmanuscriptname}\index{Макросы!\verb+\asmanuscriptname+} % На правах рукописи % \begin{macrocode} \def\asmanuscriptname{\cyr\CYRN\cyra\ \cyrp\cyrr\cyra\cyrv\cyra\cyrh\ % \cyrr\cyru\cyrk\cyro\cyrp\cyri\cyrs\cyri} % \end{macrocode} +% \DescribeMacro{\libcatname}\index{Макросы!\verb+\libcatname+} % УДК % \begin{macrocode} \def\libcatname{\cyr\CYRU\CYRD\CYRK} % \end{macrocode} +% \DescribeMacro{\consultname}\index{Макросы!\verb+\consultname+} % Консультанты % \begin{macrocode} \def\consultname{\cyr\CYRK\cyro\cyrn\cyrs\cyru\cyrl\cyrsftsn\cyrt\cyra\cyrn\cyrt\cyrery:} @@ -104,124 +135,129 @@ % % \subsection{Интерфейс для определения элементов титульного листа} % +% \DescribeMacro{\institution}\index{Макросы!\verb*+\institution+} % Организация % \begin{macrocode} \def\institution#1{\gdef\@institution{#1}}\institution{} % \end{macrocode} % +% \DescribeMacro{\spec}\index{Макросы!\verb*+\spec+} % Название специальности % \begin{macrocode} \def\spec#1{\gdef\@spec{#1}}\spec{} % \end{macrocode} -% +% \DescribeMacro{\specnum}\index{Макросы!\verb*+\specnum+} % Номер специальности % \begin{macrocode} \def\specnum#1{\gdef\@specnum{#1}}\specnum{} % \end{macrocode} -% +% \DescribeMacro{\course}\index{Макросы!\verb*+\course+} % Название направления % \begin{macrocode} \def\course#1{\gdef\@course{#1}}\course{} % \end{macrocode} -% +% \DescribeMacro{\coursenum}\index{Макросы!\verb*+\coursenum+} % Номер направления % \begin{macrocode} \def\coursenum#1{\gdef\@coursenum{#1}}\coursenum{} % \end{macrocode} -% +% \DescribeMacro{\keywords}\index{Макросы!\verb*+\keywords+} % Ключевые слова % \begin{macrocode} \def\keywords#1{\gdef\@keywords{#1}}\keywords{} % \end{macrocode} -% +% \DescribeMacro{\title}\index{Макросы!\verb*+\title+} % Заголовок % \begin{macrocode} \def\title#1{\gdef\@title{#1}}\title{} % \end{macrocode} -% +% \DescribeMacro{\topic}\index{Макросы!\verb*+\topic+} % Тема % \begin{macrocode} \def\topic#1{\gdef\@topic{#1}}\topic{} % \end{macrocode} -% +% \DescribeMacro{\author}\index{Макросы!\verb*+\author+} % Автор % \begin{macrocode} \def\author#1{\gdef\@author{#1}}\author{} % \end{macrocode} -% +% \DescribeMacro{\city}\index{Макросы!\verb*+\city+} % Город % \begin{macrocode} \def\city#1{\gdef\@city{#1}}\city{} % \end{macrocode} -% +% \DescribeMacro{\faculty}\index{Макросы!\verb*+\faculty+} % Факультет % \begin{macrocode} \def\faculty#1{\gdef\@faculty{#1}}\faculty{} % \end{macrocode} -% +% \DescribeMacro{\department}\index{Макросы!\verb*+\department+} % кафедра % \begin{macrocode} \def\department#1{\gdef\@department{#1}}\department{} % \end{macrocode} -% -% ФИО зав. кафедрой +% \DescribeMacro{\apname}\index{Макросы!\verb*+\apname+} +% ФИО лица, допускающего к защите (зав. кафедрой) % \begin{macrocode} -\def\hod#1{\gdef\@hod{#1}}\hod{} +\def\apname#1{\gdef\@apname{#1}}\apname{} % \end{macrocode} -% +% \DescribeMacro{\libcatnum}\index{Макросы!\verb*+\libcatnum+} % Номер УДК % \begin{macrocode} \def\libcatnum#1{\gdef\@libcatnum{#1}}\libcatnum{} % \end{macrocode} -% +% \DescribeMacro{\group}\index{Макросы!\verb*+\group+} % Академическая группа % \begin{macrocode} \def\group#1{\gdef\@group{#1}}\group{} % \end{macrocode} -% +% \DescribeMacro{\masterprognum}\index{Макросы!\verb*+\masterprognum+} % Номер магистерской программы % \begin{macrocode} \def\masterprognum#1{\gdef\@masterprognum{#1}}\masterprognum{} % \end{macrocode} -% +% \DescribeMacro{\masterprog}\index{Макросы!\verb*+\masterprog+} % Название магистерской программы % \begin{macrocode} \def\masterprog#1{\gdef\@masterprog{#1}}\masterprog{} - % \end{macrocode} -% % Значение |\data| по умолчанию % \begin{macrocode} \date{\number\year} % \end{macrocode} -% +% \DescribeMacro{\yearname}\index{Макросы!\verb*+\yearname+} % Сокращение года <<г.>> % \begin{macrocode} \def\yearname{\cyr\cyrg.} % \end{macrocode} -% -% \DescribeMacro{\introsect} +% \DescribeMacro{\introsect}\index{Макросы!\verb*+\introsect+} +% \DescribeMacro{\postintrosect}\index{Макросы!\verb*+\postintrosect+} % Стиль заголовков общего текста <<Введения>> и автореферата. % \begin{macrocode} \let\introsect=\paragraph +\def\postintrosect{\ } % \end{macrocode} % % \subsubsection{Научный руководитель} +% \DescribeMacro{\sa}\index{Макросы!\verb*+\sa+} % ФИО % \begin{macrocode} \def\sa#1{\gdef\@sa{#1}}\sa{} % \end{macrocode} +% \DescribeMacro{\sastatus}\index{Макросы!\verb*+\sastatus+} % Учёное звание % \begin{macrocode} \def\sastatus#1{\gdef\@sastatus{#1}}\sastatus{} % \end{macrocode} % % \subsubsection{Рецензент} +% \DescribeMacro{\rev}\index{Макросы!\verb*+\rev+} % ФИО % \begin{macrocode} \def\rev#1{\gdef\@rev{#1}}\rev{} % \end{macrocode} +% \DescribeMacro{\revstatus}\index{Макросы!\verb*+\revstatus+} % учёное звание % \begin{macrocode} \def\revstatus#1{\gdef\@revstatus{#1}}\revstatus{} @@ -229,16 +265,17 @@ % % \subsubsection{Консультант} % +% \DescribeMacro{\conspec}\index{Макросы!\verb*+\conspec+} % Специальность % \begin{macrocode} \def\conspec#1{\gdef\@conspec{#1}} % \end{macrocode} -% +% \DescribeMacro{\con}\index{Макросы!\verb*+\con+} % ФИО % \begin{macrocode} \def\con#1{\gdef\@con{#1}} % \end{macrocode} -% +% \DescribeMacro{\constatus}\index{Макросы!\verb*+\constatus+} % Учёное звание и степень % \begin{macrocode} \def\constatus#1{\gdef\@constatus{#1}} @@ -249,6 +286,7 @@ % \begin{itemize} % % \item Содержание +% \DescribeMacro{\contentsname}\index{Макросы!\verb*+\contentsname+} % \begin{macrocode} \AtBeginDocument{ \addto\captionsrussian{% @@ -258,11 +296,14 @@ % \end{macrocode} % \item Введение +% \DescribeMacro{\introname}\index{Макросы!\verb*+\introname+} +% \DescribeMacro{\intro}\index{Макросы!\verb*+\intro+} % \begin{macrocode} \newcommand\introname{{\cyr\CYRV\cyrv\cyre\cyrd\cyre\cyrn\cyri\cyre}} \newcommand\intro{\nchapter{\introname}} % \end{macrocode} % \item Заключение +% \DescribeMacro{\conclusionname}\index{Макросы!\verb*+\conclusionname+} % \begin{macrocode} \newcommand\conclusionname{% {\cyr\CYRZ\cyra\cyrk\cyrl\cyryu\cyrch\cyre\cyrn\cyri\cyre} @@ -270,6 +311,7 @@ \newcommand\conclusion{\nchapter{\conclusionname}} % \end{macrocode} % \item Список используемых обозначений +% \DescribeMacro{\defsname}\index{Макросы!\verb*+\defsname+} % \end{itemize} % \begin{macrocode} \newcommand\defsname{% @@ -279,8 +321,8 @@ \newcommand\defs{\nchapter{\defsname}} % \end{macrocode} -% % Обзор литературы +% \DescribeMacro{\reviewname}\index{Макросы!\verb*+\reviewname+} % \begin{macrocode} \newcommand\reviewname{\cyr\CYRO\cyrb\cyrz\cyro\cyrr\ % \cyrl\cyri\cyrt\cyre\cyrr\cyra\cyrt\cyru\cyrr\cyrery} @@ -289,7 +331,7 @@ % % \subsubsection{Низкоуровневые макросы} % -% \DescribeMacro{\field} +% \DescribeMacro{\field}\index{Макросы!\verb*+\field+} % Формат записей для научного руководителя, рецензента и консультанта % \begin{macrocode} \def\field#1{% @@ -299,16 +341,17 @@ } % \end{macrocode} % -% \DescribeMacro{\@permitted} +% \DescribeMacro{\@approved}\index{Макросы!\verb+"\"@approved+} +% \makeatother % Диссертация допущена к защите % \begin{macrocode} -\def\@permitted{ +\def\@approved{ \begin{tabbing} - \hspace{8cm}\={\disserpermit} + \hspace{8cm}\={\approved} \\ - \>\hodname + \>\appos \\[9pt] - \>\makebox[8.5cm][r]{\hrulefill\ \@hod} + \>\makebox[8.5cm][r]{\hrulefill\ \@apname} \\[9pt] \>\makebox[1.5cm][r]{<<\hrulefill>>} \makebox[7cm][r]{\hrulefill\ \@date\,\yearname} @@ -316,19 +359,20 @@ } % \end{macrocode} +% \DescribeMacro{\datefield}\index{Макросы!\verb*+\datefield+} % Поле для записи даты. Для отображения произвольного года нужно % присвоить значение необязательному аргументу. % \begin{macrocode} \newcommand\datefield[1][\number\year]{<<\rule[0pt]{1cm}{.5pt}\,>>% \rule[0pt]{3cm}{0.5pt}\ #1~\yearname} % \end{macrocode} -% \DescribeMacro{\mkintrosect} +% \DescribeMacro{\mkintrosect}\index{Макросы!\verb*+\mkintrosect+} % Генератор команд для оформления общего текста из <<Введения>> % диссертации и автореферата. % \begin{macrocode} \newcommand\mkintrosect[3]{% \@namedef{#1head}{#2} - \@namedef{#1section}{\introsect{\expandafter\csname #1head\endcsname}} + \@namedef{#1section}{\introsect{\expandafter\csname #1head\endcsname}\postintrosect} \@namedef{#1text}{#3} } diff --git a/Master/texmf-dist/source/latex/disser/titlepage.dtx b/Master/texmf-dist/source/latex/disser/titlepage.dtx index 5b161681028..f19d039d1e3 100644 --- a/Master/texmf-dist/source/latex/disser/titlepage.dtx +++ b/Master/texmf-dist/source/latex/disser/titlepage.dtx @@ -6,7 +6,7 @@ % \subsection{Титульный лист} % % Пустое определение макроса для вывода сегодняшней даты (переопределяется в |babel|). -% \DescribeMacro{\today} +% \DescribeMacro{\today}\index{Макросы!\verb*+\today+} % \begin{macrocode} \newcommand\today{} @@ -14,10 +14,10 @@ % \end{macrocode} % % Параметры частей титульного листа -% \DescribeMacro{\titlefont} -% \DescribeMacro{\topiclabelfont} -% \DescribeMacro{\topicfont} -% \DescribeMacro{\instfont} +% \DescribeMacro{\titlefont}\index{Макросы!\verb*+\titlefont+} +% \DescribeMacro{\topiclabelfont}\index{Макросы!\verb*+\topiclabelfont+} +% \DescribeMacro{\topicfont}\index{Макросы!\verb*+\topicfont+} +% \DescribeMacro{\instfont}\index{Макросы!\verb*+\instfont+} % \begin{macrocode} \newcommand\titlefont{\Large\bfseries} \newcommand\topiclabelfont{\large} @@ -26,13 +26,13 @@ % \end{macrocode} % % Разделитель между названием города и годом. -% \DescribeMacro{\cdsep} +% \DescribeMacro{\cdsep}\index{Макросы!\verb*+\cdsep+} % \begin{macrocode} \newcommand\cdsep{~-- } \input{titledefs\substyle@ext} % \end{macrocode} -% \DescribeMacro{\maketitle} +% \DescribeMacro{\maketitle}\index{Макросы!\verb*+\maketitle+} % \begin{macrocode} \newcommand\maketitle{ % \end{macrocode} @@ -74,7 +74,7 @@ \else %\if@titlepage % \end{macrocode} % Заголовок без отдельного титульного листа. -% \DescribeMacro{\maketitle} +% \DescribeMacro{\maketitle}\index{Макросы!\verb*+\maketitle+} % \begin{macrocode} \newcommand\maketitle{% \par @@ -115,8 +115,8 @@ \global\let\and\relax } % \end{macrocode} -% \DescribeMacro{\@maketitle} -% Команда для форматирования заголовка документа, который не будет +% \DescribeMacro{\@maketitle}\index{Макросы!\verb+"\"@maketitle+} +% Команда для форматирования заголовка документа, который не будет % расположен на отдельной странице. % \begin{macrocode} \def\@maketitle{% diff --git a/Master/texmf-dist/source/latex/disser/toc.dtx b/Master/texmf-dist/source/latex/disser/toc.dtx index 57ac3902d58..1567c54869d 100644 --- a/Master/texmf-dist/source/latex/disser/toc.dtx +++ b/Master/texmf-dist/source/latex/disser/toc.dtx @@ -12,53 +12,53 @@ % \subsubsection{Параметры} % % Горизонтальный пробел между постоянной и переменной частями заголовков -% \DescribeMacro{\@postskip} +% \DescribeMacro{\@postskip}\index{Макросы!\verb+"\"@postskip+} % \begin{macrocode} \def\@postskip{\hskip1em} % \end{macrocode} % Длина пробела между заполнителем и номером страницы. -% \DescribeMacro{\@pnumwidth} +% \DescribeMacro{\@pnumwidth}\index{Макросы!\verb+"\"@pnumwidth+} % \begin{macrocode} \newcommand\@pnumwidth{1.55em} % \end{macrocode} % Правая граница текста. -% \DescribeMacro{\@tocrmarg} +% \DescribeMacro{\@tocrmarg}\index{Макросы!\verb+"\"@tocrmarg+} % \begin{macrocode} \newcommand\@tocrmarg{2.55em} % \end{macrocode} % Расстояние между символами (точками) в заполнителе между названием и номером % (в единицах mu = 1/18 em, em --- длина буквы |M| текущего шрифта). -% \DescribeMacro{\@dotsep} +% \DescribeMacro{\@dotsep}\index{Макросы!\verb+"\"@dotsep+} % \begin{macrocode} \newcommand\@dotsep{4.5} % \end{macrocode} % Команда для заполнения промежутка между названием и номером страницы. -% \DescribeMacro{\tocfill} +% \DescribeMacro{\tocfill}\index{Макросы!\verb*+\tocfill+} % \begin{macrocode} \def\tocfill#1{ - \leaders\hbox{$\m@th \mkern \@dotsep mu\hbox{#1}\mkern \@dotsep mu$} + \leaders\hbox{$\m@th\mkern\@dotsep mu\hbox{#1}\mkern\@dotsep mu$} } % \end{macrocode} % Вертикальный пробел между элементами предметного указателя. -% \DescribeMacro{\indexspace} +% \DescribeMacro{\indexspace}\index{Макросы!\verb*+\indexspace+} % \begin{macrocode} \newcommand\indexspace{\par \vskip 10\p@ \@plus5\p@ \@minus3\p@\relax} % \end{macrocode} % Величина отступа для элементов списка литературы. -% \DescribeMacro{\bibindent} +% \DescribeMacro{\bibindent}\index{Макросы!\verb*+\bibindent+} % \begin{macrocode} \newdimen\bibindent \setlength\bibindent{1.5em} % \end{macrocode} % Горизонтальный пробел между различными частями элемента библиографии. -% \DescribeMacro{\newblock} +% \DescribeMacro{\newblock}\index{Макросы!\verb*+\newblock+} % \begin{macrocode} \newcommand\newblock{\hskip .11em\@plus.33em\@minus.07em} \let\@openbib@code\@empty % \end{macrocode} % -% \DescribeMacro{\tableofcontents} +% \DescribeMacro{\tableofcontents}\index{Макросы!\verb*+\tableofcontents+} % \begin{macrocode} \newcommand\tableofcontents{% % \end{macrocode} @@ -80,7 +80,7 @@ % % \subsubsection{Список иллюстраций} % -% \DescribeMacro{\listoffigures} +% \DescribeMacro{\listoffigures}\index{Макросы!\verb*+\listoffigures+} % \begin{macrocode} \newcommand\listoffigures{% \if@twocolumn\@restonecoltrue\onecolumn @@ -90,8 +90,8 @@ % отображался в Содержании. % % \begin{macrocode} - \nchapter{ - \listfigurename + \nchapter{% + \listfigurename% \@mkboth{\MakeUppercase\listfigurename}{\MakeUppercase\listfigurename}% }% \@starttoc{lof}% @@ -111,9 +111,9 @@ \else \@restonecolfalse \fi - \nchapter{ - \listtablename - \@mkboth{\MakeUppercase\listtablename}{\MakeUppercase\listtablename} + \nchapter{% + \listtablename% + \@mkboth{\MakeUppercase\listtablename}{\MakeUppercase\listtablename}% }% \@starttoc{lot}% \if@restonecol\twocolumn\fi @@ -127,14 +127,14 @@ % % \subsubsection{Библиография} % Данное окружение будет переопределено в пакете |natbib|. -% \DescribeEnv{thebibliography} +% \DescribeEnv{thebibliography}\index{Окружения!\verb*+thebibliography+} % \begin{macrocode} \newenvironment{thebibliography}[1]{}{} % \end{macrocode} % % \subsubsection{Предметный указатель} -% \DescribeEnv{theindex} +% \DescribeEnv{theindex}\index{Окружения!\verb*+theindex+} % \begin{macrocode} \newenvironment{theindex}{ \if@twocolumn\@restonecolfalse @@ -150,9 +150,9 @@ }{\if@restonecol\onecolumn\else\clearpage\fi} % \end{macrocode} % Формат элемента. -% \DescribeMacro{\@idxitem} -% \DescribeMacro{\subitem} -% \DescribeMacro{\subsubitem} +% \DescribeMacro{\@idxitem}\index{Макросы!\verb+"\"@idxitem+} +% \DescribeMacro{\subitem}\index{Макросы!\verb*+\subitem+} +% \DescribeMacro{\subsubitem}\index{Макросы!\verb*+\subsubitem+} % \begin{macrocode} \newcommand\@idxitem{\par\hangindent 40\p@} \newcommand\subitem{\@idxitem \hspace*{20\p@}} diff --git a/Master/texmf-dist/tex/latex/disser/bachelor.rtx b/Master/texmf-dist/tex/latex/disser/bachelor.rtx index a4e4dd0298b..5b8ac573288 100644 --- a/Master/texmf-dist/tex/latex/disser/bachelor.rtx +++ b/Master/texmf-dist/tex/latex/disser/bachelor.rtx @@ -27,7 +27,7 @@ \def\workname{\CYRR\cyra\cyrb\cyro\cyrt\cyra} -\firstskip\@permitted\secondskip +\firstskip\@approved\secondskip \begin{center} {\titlefont\@title\par} \thirdskip diff --git a/Master/texmf-dist/tex/latex/disser/candidate.rtx b/Master/texmf-dist/tex/latex/disser/candidate.rtx index e0ca65c11dc..b539fbd53f7 100644 --- a/Master/texmf-dist/tex/latex/disser/candidate.rtx +++ b/Master/texmf-dist/tex/latex/disser/candidate.rtx @@ -20,7 +20,7 @@ \def\fourthskip{\vskip1cm} \def\fifthskip{\vskip1cm} \def\sixthskip{} -\def\@sahshift{10cm} +\def\@sahshift{8cm} \def\titlefont{\normalsize} \def\topicfont{\Large\bfseries} diff --git a/Master/texmf-dist/tex/latex/disser/disser.cls b/Master/texmf-dist/tex/latex/disser/disser.cls index 91b87298aa1..800bb9ea0ff 100644 --- a/Master/texmf-dist/tex/latex/disser/disser.cls +++ b/Master/texmf-dist/tex/latex/disser/disser.cls @@ -27,7 +27,7 @@ %% %% disser -- LaTeX document class for dissertations. %% -%% Copyright (c) 2004-2007 Stanislav Kruchinin +%% Copyright (c) 2004-2008 Stanislav Kruchinin %% %% It may be distributed and/or modified under the %% conditions of the LaTeX Project Public License, either version 1.3 @@ -319,6 +319,7 @@ \newcommand\toctheappendix{\theappendix} \newcommand\tocthesection{\thesection} \newcommand\tocthesubsection{\thesubsection} +\newcommand\tocthesubsubsection{\thesubsubsection} \newcommand\toctheparagraph{\theparagraph} \newcommand\tocthesubparagraph{\thesubparagraph} @@ -525,8 +526,7 @@ \begingroup \parindent \z@ \rightskip \@pnumwidth \parfillskip -\@pnumwidth - \leavevmode - \tocchapterfont + \leavevmode\tocchapterfont \advance\leftskip\@tempdima \hskip -\leftskip #1\nobreak @@ -758,7 +758,7 @@ \fi #7}}% \fi - \@xsect{#5} + \@xsect{#5}% } \def\@tocline#1#2#3#4#5#6{% \ifnum #2>\c@tocdepth \else @@ -778,23 +778,36 @@ \fi } -\newcommand\defsection[2]{% - \@namedef{l@#1}{% - \@tocline{#1}{#2}{\csname toc#1indent\endcsname} - {\csname toc#1nameindent\endcsname} - } - \@namedef{#1}{% - \@startsection{#1}{#2}{\csname #1indent\endcsname} - {\csname before#1\endcsname}{\csname after#1\endcsname} - {\csname #1font\endcsname\csname #1align\endcsname} - } -} -\defsection{section}{1} -\defsection{subsection}{2} -\defsection{subsubsection}{3} -\defsection{paragraph}{4} -\defsection{subparagraph}{5} +\newcommand\section{\@startsection{section}{1} + {\sectionindent}{\beforesection}% + {\aftersection}{\sectionfont\sectionalign}} +\newcommand*\l@section{\@tocline{section}{1}{\tocsectionindent}% +{\tocsectionnameindent}} + +\newcommand\subsection{\@startsection{subsection}{2} + {\subsectionindent}{\beforesubsection}% + {\aftersubsection}{\subsectionfont\subsectionalign}} +\newcommand*\l@subsection{\@tocline{subsection}{2}{\tocsubsectionindent}% +{\tocsubsectionnameindent}} + +\newcommand\subsubsection{\@startsection{subsubsection}{3} + {\subsubsectionindent}{\beforesubsubsection}% + {\aftersubsubsection}{\subsubsectionfont\subsubsectionalign}} +\newcommand*\l@subsubsection{\@tocline{subsubsection}{3}{\tocsubsubsectionindent}% +{\tocsubsubsectionnameindent}} + +\newcommand\paragraph{\@startsection{paragraph}{4} + {\paragraphindent}{\beforeparagraph}% + {\afterparagraph}{\paragraphfont\paragraphalign}} +\newcommand*\l@paragraph{\@tocline{paragraph}{4}{\tocparagraphindent}% +{\tocparagraphnameindent}} + +\newcommand\subparagraph{\@startsection{subparagraph}{5} + {\subparagraphindent}{\beforesubparagraph}% + {\aftersubparagraph}{\subparagraphfont\subparagraphalign}} +\newcommand*\l@subparagraph{\@tocline{subparagraph}{5}{\tocsubparagraphindent}% +{\tocsubparagraphnameindent}} %%% From File: lists.dtx @@ -963,19 +976,39 @@ \newenvironment{figure*}{\@dblfloat{figure}}{\end@dblfloat} \newenvironment{table}{\@float{table}}{\end@float} \newenvironment{table*}{\@dblfloat{table}}{\end@dblfloat} -\providecommand\theoremstyle{\itshape} -\providecommand\thetheoremstyle{\bfseries} -\providecommand\opargtheoremstyle{\rm} -\providecommand\preopargtheorem{(} -\providecommand\postopargtheorem{)} -\providecommand\postthetheorem{.} + +\def\newtheorem#1{% + { + \global\@namedef{#1style}{\itshape} + \global\@namedef{the#1style}{\bfseries} + \global\@namedef{postthe#1}{.} + \global\@namedef{oparg#1style}{\rm} + \global\@namedef{preoparg#1}{(} + \global\@namedef{postoparg#1}{)} + } + \@ifnextchar[{\@othm{#1}}{\@nthm{#1}}% +} + +\def\@xthm#1#2{% + \@begintheorem{#1}{#2}\ignorespaces} +\def\@ythm#1#2[#3]{% + \@opargbegintheorem{#1}{#2}{#3}\ignorespaces} \def\@begintheorem#1#2{\trivlist - \item[\hskip \labelsep{\thetheoremstyle #1\ % - #2\unskip\postthetheorem}]\theoremstyle} + \item[\hskip \labelsep{\csname the#1style\endcsname #2\ % + \csname the#1\endcsname\unskip% + \csname postthe#1\endcsname}]% + \csname #1style\endcsname} + \def\@opargbegintheorem#1#2#3{\trivlist - \item[\hskip \labelsep{\thetheoremstyle #1\ #2\ % - {\opargtheoremstyle\preopargtheorem #3\postopargtheorem}}]\theoremstyle} + \item[\hskip \labelsep{% + {\csname the#1style\endcsname #2}\ % + \csname the#1\endcsname\ % + {\csname oparg#1style\endcsname% + \csname preoparg#1\endcsname #3% + \csname postoparg#1\endcsname}}]% + \csname #1style\endcsname} + \def\@endtheorem{\endtrivlist} @@ -1144,7 +1177,7 @@ \newcommand\@tocrmarg{2.55em} \newcommand\@dotsep{4.5} \def\tocfill#1{ - \leaders\hbox{$\m@th \mkern \@dotsep mu\hbox{#1}\mkern \@dotsep mu$} + \leaders\hbox{$\m@th\mkern\@dotsep mu\hbox{#1}\mkern\@dotsep mu$} } \newcommand\indexspace{\par \vskip 10\p@ \@plus5\p@ \@minus3\p@\relax} \newdimen\bibindent @@ -1168,8 +1201,8 @@ \newcommand\listoffigures{% \if@twocolumn\@restonecoltrue\onecolumn \else\@restonecolfalse\fi - \nchapter{ - \listfigurename + \nchapter{% + \listfigurename% \@mkboth{\MakeUppercase\listfigurename}{\MakeUppercase\listfigurename}% }% \@starttoc{lof}% @@ -1182,9 +1215,9 @@ \else \@restonecolfalse \fi - \nchapter{ - \listtablename - \@mkboth{\MakeUppercase\listtablename}{\MakeUppercase\listtablename} + \nchapter{% + \listtablename% + \@mkboth{\MakeUppercase\listtablename}{\MakeUppercase\listtablename}% }% \@starttoc{lot}% \if@restonecol\twocolumn\fi @@ -1312,15 +1345,20 @@ \usepackage[pdftex]{graphicx} \usepackage{cmap} \else - \ifDis@href\usepackage[hypertex,colorlinks=false,hyperfigures=true]{hyperref}\fi + \ifDis@href + \usepackage[hypertex,colorlinks=false,hyperfigures=true]{hyperref} + \fi \usepackage{graphicx} \fi -\ifDis@href\usepackage{hypernat}\fi -\usepackage[rflt]{floatflt} +\ifDis@href + \usepackage{hypernat} + \usepackage[all]{hypcap} +\fi +\usepackage{wrapfig} \ifDis@subf \usepackage[config,font=small,labelsep=period]{caption,subfig} \def\thesubfigure{\textit{\asbuk{subfigure}}} - \providecommand\thefigsubsep{,\ } + \providecommand\thefigsubsep{,~} \def\p@subfigure{\@nameuse{thefigure}\thefigsubsep} \fi \endinput diff --git a/Master/texmf-dist/tex/latex/disser/master.rtx b/Master/texmf-dist/tex/latex/disser/master.rtx index d1bd3caf9bc..6697ee62717 100644 --- a/Master/texmf-dist/tex/latex/disser/master.rtx +++ b/Master/texmf-dist/tex/latex/disser/master.rtx @@ -20,7 +20,11 @@ \def\fourthskip{\vspace*{-1cm}} \def\fifthskip{\vskip0em} -\firstskip\@permitted\secondskip +\def\titlefont{\Large\bfseries} +\def\topiclabelfont{\large} +\def\topicfont{\large\bfseries} + +\firstskip\@approved\secondskip \begin{center} {\titlefont\@title} \par\thirdskip diff --git a/Master/texmf-dist/tex/latex/disser/titledefs.rtx b/Master/texmf-dist/tex/latex/disser/titledefs.rtx index b6431849ef4..91aea5aba40 100644 --- a/Master/texmf-dist/tex/latex/disser/titledefs.rtx +++ b/Master/texmf-dist/tex/latex/disser/titledefs.rtx @@ -22,9 +22,9 @@ \def\keywordssep{:} \def\keywordslabel{\keywordsname\keywordssep} \def\workname{\cyr\CYRD\cyri\cyrs\cyrs\cyre\cyrr\cyrt\cyra\cyrc\cyri\cyrya} -\def\disserpermit{\workname\ \cyrd\cyro\cyrp\cyru\cyrshch\cyre\cyrn\cyra\ % +\def\approved{\workname\ \cyrd\cyro\cyrp\cyru\cyrshch\cyre\cyrn\cyra\ % \cyrk\ \cyrz\cyra\cyrshch\cyri\cyrt\cyre} -\def\hodname{\cyr\cyrz\cyra\cyrv.\ \cyrk\cyra\cyrf\cyre\cyrd\cyrr\cyro\cyrishrt} +\def\appos{\cyr\cyrz\cyra\cyrv.\ \cyrk\cyra\cyrf\cyre\cyrd\cyrr\cyro\cyrishrt} \def\groupname{\cyr\cyrg\cyrr.} \def\topicname{\cyr\CYRT\cyre\cyrm\cyra} \def\topicsep{:\ } @@ -32,8 +32,7 @@ \def\coursename{\cyr\CYRN\cyra\cyrp\cyrr\cyra\cyrv\cyrl\cyre\cyrn\cyri\cyre} \def\coursesep{:} \def\courselabel{\coursename\coursesep} -\def\specname{% -\cyr\CYRS\cyrp\cyre\cyrc\cyri\cyra\cyrl\cyrsftsn\cyrn\cyro\cyrs\cyrt\cyrsftsn} +\def\specname{\cyr\CYRS\cyrp\cyre\cyrc\cyri\cyra\cyrl\cyrsftsn\cyrn\cyro\cyrs\cyrt\cyrsftsn} \def\specsep{:} \def\speclabel{\specname\specsep} \def\masterprogname{\cyr\CYRM\cyra\cyrg\cyri\cyrs\cyrt\cyre\cyrr\cyrs\cyrk\cyra\cyrya\ % @@ -66,16 +65,16 @@ \def\city#1{\gdef\@city{#1}}\city{} \def\faculty#1{\gdef\@faculty{#1}}\faculty{} \def\department#1{\gdef\@department{#1}}\department{} -\def\hod#1{\gdef\@hod{#1}}\hod{} +\def\apname#1{\gdef\@apname{#1}}\apname{} \def\libcatnum#1{\gdef\@libcatnum{#1}}\libcatnum{} \def\group#1{\gdef\@group{#1}}\group{} \def\masterprognum#1{\gdef\@masterprognum{#1}}\masterprognum{} \def\masterprog#1{\gdef\@masterprog{#1}}\masterprog{} - \date{\number\year} \def\yearname{\cyr\cyrg.} \let\introsect=\paragraph +\def\postintrosect{\ } \def\sa#1{\gdef\@sa{#1}}\sa{} \def\sastatus#1{\gdef\@sastatus{#1}}\sastatus{} \def\rev#1{\gdef\@rev{#1}}\rev{} @@ -110,13 +109,13 @@ \csname @#1status\endcsname\> \makebox[8.5cm][l]{\hrulefill\ \csname @#1\endcsname} } -\def\@permitted{ +\def\@approved{ \begin{tabbing} - \hspace{8cm}\={\disserpermit} + \hspace{8cm}\={\approved} \\ - \>\hodname + \>\appos \\[9pt] - \>\makebox[8.5cm][r]{\hrulefill\ \@hod} + \>\makebox[8.5cm][r]{\hrulefill\ \@apname} \\[9pt] \>\makebox[1.5cm][r]{<<\hrulefill>>} \makebox[7cm][r]{\hrulefill\ \@date\,\yearname} @@ -127,7 +126,7 @@ \rule[0pt]{3cm}{0.5pt}\ #1~\yearname} \newcommand\mkintrosect[3]{% \@namedef{#1head}{#2} - \@namedef{#1section}{\introsect{\expandafter\csname #1head\endcsname}} + \@namedef{#1section}{\introsect{\expandafter\csname #1head\endcsname}\postintrosect} \@namedef{#1text}{#3} } |