This commit is contained in:
Tobias Christian Nauen
2026-02-24 11:57:25 +01:00
parent 7e66c96a60
commit e8cc0ee8a6
275 changed files with 16336 additions and 836 deletions

BIN
arxiv_v2_arXiv/arxiv.zip Normal file

Binary file not shown.

508
arxiv_v2_arXiv/cvpr.sty Normal file
View File

@@ -0,0 +1,508 @@
% ---------------------------------------------------------------
%
% No guarantee is given that the format corresponds perfectly to
% IEEE 8.5" x 11" Proceedings, but most features should be ok.
%
% ---------------------------------------------------------------
% with LaTeX2e:
% =============
%
% use as
% \documentclass[times,10pt,twocolumn]{article}
% \usepackage[options]{cvpr}
% \usepackage{times}
%
% "options" should be replaced by
% * "review" for submitting a paper for review,
% * "final" for the camera ready, and
% * "rebuttal" for the author rebuttal.
%
% specify references as
% {\small
% \bibliographystyle{ieee}
% \bibliography{...your files...}
% }
% ---------------------------------------------------------------
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesPackage{cvpr}[2026 LaTeX class for IEEE CVPR]
\RequirePackage{times} % Integrate Times for here
\RequirePackage{xspace}
\RequirePackage[dvipsnames]{xcolor}
\RequirePackage{graphicx}
\RequirePackage{amsmath}
\RequirePackage{amssymb}
\RequirePackage{booktabs}
\RequirePackage[numbers,sort&compress]{natbib}
\setlength{\bibsep}{1pt plus 1pt minus 1pt}
\RequirePackage{silence} % Suppress unwanted warnings
\hbadness=10000 \vbadness=10000 \vfuzz=30pt \hfuzz=30pt
\WarningFilter{latexfont}{Font shape declaration}
\WarningFilter{latex}{Font shape}
\WarningFilter[rebuttal]{latex}{No \author given}
\RequirePackage{etoolbox}
% Use modern caption package to allow for sub-figures etc.
% Reproduces the original CVPR/ICCV style as closely as possible.
\RequirePackage[format=plain,labelformat=simple,labelsep=period,font=small,compatibility=false]{caption}
\RequirePackage[font=footnotesize,skip=3pt,subrefformat=parens]{subcaption}
\newtoggle{cvprfinal} % Camera-ready version
\newtoggle{cvprrebuttal} % Rebuttal
\newtoggle{cvprpagenumbers} % Force page numbers (in camera ready)
\toggletrue{cvprfinal}
\togglefalse{cvprrebuttal}
\togglefalse{cvprpagenumbers}
\DeclareOption{review}{\togglefalse{cvprfinal}\toggletrue{cvprpagenumbers}}
\DeclareOption{rebuttal}{\togglefalse{cvprfinal}\toggletrue{cvprrebuttal}}
\DeclareOption{pagenumbers}{\toggletrue{cvprpagenumbers}}
\DeclareOption*{\PackageWarning{cvpr}{Unkown option `\CurrentOption'}}
\ProcessOptions\relax
% Don't warn about missing author for rebuttal
\iftoggle{cvprrebuttal}{%
\ActivateWarningFilters[rebuttal]
}{}
% Breaking lines for URLs in the bib
\RequirePackage[hyphens]{url}
\Urlmuskip=0mu plus 1mu\relax
% ---------------------------------------------------------------
% Inlined version of the obsolete "everyshi-2001-05-15" package.
\newcommand{\@EveryShipout@Hook}{}
\newcommand{\@EveryShipout@AtNextHook}{}
\newcommand*{\EveryShipout}[1]
{\g@addto@macro\@EveryShipout@Hook{#1}}
\newcommand*{\AtNextShipout}[1]
{\g@addto@macro\@EveryShipout@AtNextHook{#1}}
\newcommand{\@EveryShipout@Shipout}{%
\afterassignment\@EveryShipout@Test
\global\setbox\@cclv= %
}
\newcommand{\@EveryShipout@Test}{%
\ifvoid\@cclv\relax
\aftergroup\@EveryShipout@Output
\else
\@EveryShipout@Output
\fi%
}
\newcommand{\@EveryShipout@Output}{%
\@EveryShipout@Hook%
\@EveryShipout@AtNextHook%
\gdef\@EveryShipout@AtNextHook{}%
\@EveryShipout@Org@Shipout\box\@cclv%
}
\newcommand{\@EveryShipout@Org@Shipout}{}
\newcommand*{\@EveryShipout@Init}{%
\message{ABD: EveryShipout initializing macros}%
\let\@EveryShipout@Org@Shipout\shipout
\let\shipout\@EveryShipout@Shipout
}
\AtBeginDocument{\@EveryShipout@Init}
% ---------------------------------------------------------------
% ---------------------------------------------------------------
% Inlined simplified version of the "eso-pic" package.
\newcommand\LenToUnit[1]{#1\@gobble}
\newcommand\AtPageUpperLeft[1]{%
\begingroup
\@tempdima=0pt\relax\@tempdimb=\ESO@yoffsetI\relax
\put(\LenToUnit{\@tempdima},\LenToUnit{\@tempdimb}){#1}%
\endgroup
}
\newcommand\AtPageLowerLeft[1]{\AtPageUpperLeft{%
\put(0,\LenToUnit{-\paperheight}){#1}}}
\newcommand\AtPageCenter[1]{\AtPageUpperLeft{%
\put(\LenToUnit{.5\paperwidth},\LenToUnit{-.5\paperheight}){#1}}%
}
\newcommand\AtTextUpperLeft[1]{%
\begingroup
\setlength\@tempdima{1in}%
\ifodd\c@page%
\advance\@tempdima\oddsidemargin%
\else%
\advance\@tempdima\evensidemargin%
\fi%
\@tempdimb=\ESO@yoffsetI\relax\advance\@tempdimb-1in\relax%
\advance\@tempdimb-\topmargin%
\advance\@tempdimb-\headheight\advance\@tempdimb-\headsep%
\put(\LenToUnit{\@tempdima},\LenToUnit{\@tempdimb}){#1}%
\endgroup
}
\newcommand\AtTextLowerLeft[1]{\AtTextUpperLeft{%
\put(0,\LenToUnit{-\textheight}){#1}}}
\newcommand\AtTextCenter[1]{\AtTextUpperLeft{%
\put(\LenToUnit{.5\textwidth},\LenToUnit{-.5\textheight}){#1}}}
\newcommand{\ESO@HookI}{} \newcommand{\ESO@HookII}{}
\newcommand{\ESO@HookIII}{}
\newcommand{\AddToShipoutPicture}{%
\@ifstar{\g@addto@macro\ESO@HookII}{\g@addto@macro\ESO@HookI}}
\newcommand{\ClearShipoutPicture}{\global\let\ESO@HookI\@empty}
\newcommand\ESO@isMEMOIR[1]{}
\@ifclassloaded{memoir}{\renewcommand\ESO@isMEMOIR[1]{#1}}{}
\newcommand{\@ShipoutPicture}{%
\bgroup
\@tempswafalse%
\ifx\ESO@HookI\@empty\else\@tempswatrue\fi%
\ifx\ESO@HookII\@empty\else\@tempswatrue\fi%
\ifx\ESO@HookIII\@empty\else\@tempswatrue\fi%
\if@tempswa%
\@tempdima=1in\@tempdimb=-\@tempdima%
\advance\@tempdimb\ESO@yoffsetI%
\ESO@isMEMOIR{%
\advance\@tempdima\trimedge%
\advance\@tempdima\paperwidth%
\advance\@tempdima-\stockwidth%
\if@twoside\ifodd\c@page\else%
\advance\@tempdima-2\trimedge%
\advance\@tempdima-\paperwidth%
\advance\@tempdima\stockwidth%
\fi\fi%
\advance\@tempdimb\trimtop}%
\unitlength=1pt%
\global\setbox\@cclv\vbox{%
\vbox{\let\protect\relax
\pictur@(0,0)(\strip@pt\@tempdima,\strip@pt\@tempdimb)%
\ESO@HookIII\ESO@HookI\ESO@HookII%
\global\let\ESO@HookII\@empty%
\endpicture}%
\nointerlineskip%
\box\@cclv}%
\fi
\egroup
}
\EveryShipout{\@ShipoutPicture}
\RequirePackage{keyval}
\newif\ifESO@dvips\ESO@dvipsfalse
\newif\ifESO@texcoord\ESO@texcoordfalse
\AtBeginDocument{%
\IfFileExists{color.sty}
{%
\RequirePackage{color}
\let\ESO@color=\color\let\ESO@colorbox=\colorbox
\let\ESO@fcolorbox=\fcolorbox
}{}
\@ifundefined{Gin@driver}{}%
{%
\ifx\Gin@driver\@empty\else%
\filename@parse{\Gin@driver}\def\reserved@a{dvips}%
\ifx\filename@base\reserved@a\ESO@dvipstrue\fi%
\fi
}%
\ifx\pdfoutput\undefined\else
\ifx\pdfoutput\relax\else
\ifcase\pdfoutput\else
\ESO@dvipsfalse%
\fi
\fi
\fi
}
\ifESO@texcoord
\def\ESO@yoffsetI{0pt}\def\ESO@yoffsetII{-\paperheight}
\else
\def\ESO@yoffsetI{\paperheight}\def\ESO@yoffsetII{0pt}
\fi
% ---------------------------------------------------------------
\typeout{CVPR 8.5 x 11-Inch Proceedings Style `cvpr.sty'.}
% ten point helvetica bold required for captions
% eleven point times bold required for second-order headings
% in some sites the name of the fonts may differ,
% change the name here:
\font\cvprtenhv = phvb at 8pt % *** IF THIS FAILS, SEE cvpr.sty ***
\font\elvbf = ptmb scaled 1100
\font\tenbf = ptmb scaled 1000
% If the above lines give an error message, try to comment them and
% uncomment these:
%\font\cvprtenhv = phvb7t at 8pt
%\font\elvbf = ptmb7t scaled 1100
%\font\tenbf = ptmb7t scaled 1000
% set dimensions of columns, gap between columns, and paragraph indent
\setlength{\textheight}{8.875in}
\setlength{\textwidth}{6.875in}
\setlength{\columnsep}{0.3125in}
\setlength{\topmargin}{0in}
\setlength{\headheight}{0in}
\setlength{\headsep}{0in}
\setlength{\parindent}{1pc}
\setlength{\oddsidemargin}{-0.1875in}
\setlength{\evensidemargin}{-0.1875in}
% Suppress page numbers when the appropriate option is given
\iftoggle{cvprpagenumbers}{}{%
\pagestyle{empty}
}
\AtBeginDocument{%
% Print an error if document class other than article is used
\@ifclassloaded{article}{}{%
\PackageError{cvpr}{Package only meant to be used with document class `article'}{Change document class to `article'.}
}
% Print a warning if incorrect options for article are specified
\@ifclasswith{article}{10pt}{}{%
\PackageWarningNoLine{cvpr}{Incorrect font size specified - CVPR requires 10-point fonts. Please load document class `article' with `10pt' option}
}
\@ifclasswith{article}{twocolumn}{}{%
\PackageWarningNoLine{cvpr}{Single column document - CVPR requires papers to have two-column layout. Please load document class `article' with `twocolumn' option}
}
\@ifclasswith{article}{letterpaper}{}{%
\PackageWarningNoLine{cvpr}{Incorrect paper size - CVPR uses paper size `letter'. Please load document class `article' with `letterpaper' option}
}
% Print a warning if hyperref is not loaded and/or if the pagebackref option is missing
\iftoggle{cvprfinal}{%
\@ifpackageloaded{hyperref}{}{%
\PackageWarningNoLine{cvpr}{Package `hyperref' is not loaded, but highly recommended for camera-ready version}
}
}{%
\@ifpackageloaded{hyperref}{
\@ifpackagewith{hyperref}{pagebackref}{}{
\PackageWarningNoLine{cvpr}{Package `hyperref' is not loaded with option `pagebackref', which is strongly recommended for review version}
}
}{%
\PackageWarningNoLine{cvpr}{Package `hyperref' is not loaded, but strongly recommended for review version}
}
}
}
\def\@maketitle{
\newpage
\null
\iftoggle{cvprrebuttal}{\vspace*{-.3in}}{\vskip .375in}
\begin{center}
% smaller title font only for rebuttal
\iftoggle{cvprrebuttal}{{\large \bf \@title \par}}{{\Large \bf \@title \par}}
% additional two empty lines at the end of the title
\iftoggle{cvprrebuttal}{\vspace*{-22pt}}{\vspace*{24pt}}{
\large
\lineskip .5em
\begin{tabular}[t]{c}
\iftoggle{cvprfinal}{
\@author
}{
\iftoggle{cvprrebuttal}{}{
Anonymous \confName~submission\\
\vspace*{1pt}\\
Paper ID \paperID
}
}
\end{tabular}
\par
}
% additional small space at the end of the author name
\vskip .5em
% additional empty line at the end of the title block
\vspace*{12pt}
\end{center}
}
\def\abstract{%
% Suppress page numbers when the appropriate option is given
\iftoggle{cvprpagenumbers}{}{%
\thispagestyle{empty}
}
\centerline{\large\bf Abstract}%
\vspace*{12pt}\noindent%
\it\ignorespaces%
}
\def\endabstract{%
% additional empty line at the end of the abstract
\vspace*{12pt}
}
\def\affiliation#1{\gdef\@affiliation{#1}} \gdef\@affiliation{}
% correct heading spacing and type
\def\cvprsection{\@startsection {section}{1}{\z@}
{-10pt plus -2pt minus -2pt}{7pt} {\large\bf}}
\def\cvprssect#1{\cvprsection*{#1}}
\def\cvprsect#1{\cvprsection{\texorpdfstring{\hskip -1em.~}{}#1}}
\def\section{\@ifstar\cvprssect\cvprsect}
\def\cvprsubsection{\@startsection {subsection}{2}{\z@}
{-8pt plus -2pt minus -2pt}{5pt} {\elvbf}}
\def\cvprssubsect#1{\cvprsubsection*{#1}}
\def\cvprsubsect#1{\cvprsubsection{\texorpdfstring{\hskip -1em.~}{}#1}}
\def\subsection{\@ifstar\cvprssubsect\cvprsubsect}
\def\cvprsubsubsection{\@startsection {subsubsection}{3}{\z@}
{-6pt plus -2pt minus -2pt}{3pt} {\tenbf}}
\def\cvprssubsubsect#1{\cvprsubsubsection*{#1}}
\def\cvprsubsubsect#1{\cvprsubsubsection{\texorpdfstring{\hskip -1em.~}{}#1}}
\def\subsubsection{\@ifstar\cvprssubsubsect\cvprsubsubsect}
%% --------- Page background marks: Ruler and confidentiality (only for review and rebuttal)
\iftoggle{cvprfinal}{
% In review and rebuttal mode, we use the "lineno" package for numbering lines.
% When switching to a different mode, the "\@LN" macro may remain in cached .aux files,
% leading to build errors (https://github.com/cvpr-org/author-kit/issues/49).
% Defining the macro as empty fixes that (https://tex.stackexchange.com/a/125779).
\makeatletter
\providecommand{\@LN}[2]{}
\makeatother
}{
% ----- define vruler
\makeatletter
\newbox\cvprrulerbox
\newcount\cvprrulercount
\newdimen\cvprruleroffset
\newdimen\cv@lineheight
\newdimen\cv@boxheight
\newbox\cv@tmpbox
\newcount\cv@refno
\newcount\cv@tot
% NUMBER with left flushed zeros \fillzeros[<WIDTH>]<NUMBER>
\newcount\cv@tmpc@ \newcount\cv@tmpc
\def\fillzeros[#1]#2{\cv@tmpc@=#2\relax\ifnum\cv@tmpc@<0\cv@tmpc@=-\cv@tmpc@\fi
\cv@tmpc=1 %
\loop\ifnum\cv@tmpc@<10 \else \divide\cv@tmpc@ by 10 \advance\cv@tmpc by 1 \fi
\ifnum\cv@tmpc@=10\relax\cv@tmpc@=11\relax\fi \ifnum\cv@tmpc@>10 \repeat
\ifnum#2<0\advance\cv@tmpc1\relax-\fi
\loop\ifnum\cv@tmpc<#1\relax0\advance\cv@tmpc1\relax\fi \ifnum\cv@tmpc<#1 \repeat
\cv@tmpc@=#2\relax\ifnum\cv@tmpc@<0\cv@tmpc@=-\cv@tmpc@\fi \relax\the\cv@tmpc@}%
\makeatother
% ----- end of vruler
%% Define linenumber setup
\RequirePackage[switch,mathlines]{lineno}
% Line numbers in CVPR blue using font from \cvprtenhv
\renewcommand\linenumberfont{\cvprtenhv\color[rgb]{.5,.5,1}}
\renewcommand\thelinenumber{\fillzeros[3]{\arabic{linenumber}}}
\setlength{\linenumbersep}{.75cm}
% Bug: An equation with $$ ... $$ isn't numbered, nor is the previous line.
% Patch amsmath commands so that the previous line and the equation itself
% are numbered. Bug: multiline has an extra line number.
% https://tex.stackexchange.com/questions/461186/how-to-use-lineno-with-amsmath-align
\RequirePackage{etoolbox} %% <- for \pretocmd, \apptocmd and \patchcmd
\newcommand*\linenomathpatch[1]{%
\expandafter\pretocmd\csname #1\endcsname {\linenomath}{}{}%
\expandafter\pretocmd\csname #1*\endcsname {\linenomath}{}{}%
\expandafter\apptocmd\csname end#1\endcsname {\endlinenomath}{}{}%
\expandafter\apptocmd\csname end#1*\endcsname {\endlinenomath}{}{}%
}
\newcommand*\linenomathpatchAMS[1]{%
\expandafter\pretocmd\csname #1\endcsname {\linenomathAMS}{}{}%
\expandafter\pretocmd\csname #1*\endcsname {\linenomathAMS}{}{}%
\expandafter\apptocmd\csname end#1\endcsname {\endlinenomath}{}{}%
\expandafter\apptocmd\csname end#1*\endcsname {\endlinenomath}{}{}%
}
%% Definition of \linenomathAMS depends on whether the mathlines option is provided
\expandafter\ifx\linenomath\linenomathWithnumbers
\let\linenomathAMS\linenomathWithnumbers
%% The following line gets rid of an extra line numbers at the bottom:
\patchcmd\linenomathAMS{\advance\postdisplaypenalty\linenopenalty}{}{}{}
\else
\let\linenomathAMS\linenomathNonumbers
\fi
% Add the numbers
\linenumbers
\AtBeginDocument{%
\linenomathpatch{equation}%
\linenomathpatchAMS{gather}%
\linenomathpatchAMS{multline}%
\linenomathpatchAMS{align}%
\linenomathpatchAMS{alignat}%
\linenomathpatchAMS{flalign}%
}
% \makevruler[<SCALE>][<INITIAL_COUNT>][<STEP>][<DIGITS>][<HEIGHT>]
\def\cvprruler#1{\makevruler[12pt][#1][1][3][0.993\textheight]\usebox{\cvprrulerbox}}
\AddToShipoutPicture{%
\color[rgb]{.5,.5,1}
\def\pid{\parbox{1in}{\begin{center}\bf\sf{\small \confName}\\\small \#\paperID\end{center}}}
\AtTextUpperLeft{%paperID in corners
\put(\LenToUnit{-65pt},\LenToUnit{45pt}){\pid}
\put(\LenToUnit{\textwidth-12pt},\LenToUnit{45pt}){\pid}
}
\AtTextUpperLeft{%confidential
\put(0,\LenToUnit{1cm}){\parbox{\textwidth}{\centering\cvprtenhv
\confName~\confYear~Submission \#\paperID. CONFIDENTIAL REVIEW COPY. DO NOT DISTRIBUTE.}}
}
}
} % end of not cvprfinal
%%% Make figure placement a little more predictable.
% We trust the user to move figures if this results
% in ugliness.
% Minimize bad page breaks at figures
\renewcommand{\textfraction}{0.01}
\renewcommand{\floatpagefraction}{0.99}
\renewcommand{\topfraction}{0.99}
\renewcommand{\bottomfraction}{0.99}
\renewcommand{\dblfloatpagefraction}{0.99}
\renewcommand{\dbltopfraction}{0.99}
\setcounter{totalnumber}{99}
\setcounter{topnumber}{99}
\setcounter{bottomnumber}{99}
% Add a period to the end of an abbreviation unless there's one
% already, then \xspace.
\makeatletter
\DeclareRobustCommand\onedot{\futurelet\@let@token\@onedot}
\def\@onedot{\ifx\@let@token.\else.\null\fi\xspace}
\def\eg{\emph{e.g}\onedot} \def\Eg{\emph{E.g}\onedot}
\def\ie{\emph{i.e}\onedot} \def\Ie{\emph{I.e}\onedot}
\def\cf{\emph{cf}\onedot} \def\Cf{\emph{Cf}\onedot}
\def\etc{\emph{etc}\onedot} \def\vs{\emph{vs}\onedot}
\def\wrt{w.r.t\onedot} \def\dof{d.o.f\onedot}
\def\iid{i.i.d\onedot} \def\wolog{w.l.o.g\onedot}
\def\etal{\emph{et al}\onedot}
\makeatother
% ---------------------------------------------------------------
%% redefine the \title command so that a variable name is saved in \thetitle, and provides the \maketitlesupplementary command
\let\titleold\title
\renewcommand{\title}[1]{\titleold{#1}\newcommand{\thetitle}{#1}}
\def\maketitlesupplementary
{
\newpage
\twocolumn[
\centering
\Large
\textbf{\thetitle}\\
\vspace{0.5em}Supplementary Material \\
\vspace{1.0em}
] %< twocolumn
}
% ---------------------------------------------------------------
%% Support for easy cross-referencing (e.g. \cref{sec:intro}
% configured with \AtEndPreamble as it needs to be called after hyperref
\AtEndPreamble{
\usepackage[capitalize]{cleveref}
\crefname{section}{Sec.}{Secs.}
\Crefname{section}{Section}{Sections}
\Crefname{table}{Table}{Tables}
\crefname{table}{Tab.}{Tabs.}
}
% ---------------------------------------------------------------
%% More compact compact itemize/enumeration (e.g. list contributions)
\RequirePackage[shortlabels,inline]{enumitem}
\setlist[itemize]{noitemsep,leftmargin=*,topsep=0em}
\setlist[enumerate]{noitemsep,leftmargin=*,topsep=0em}

File diff suppressed because it is too large Load Diff

Binary file not shown.

View File

@@ -0,0 +1,71 @@
%PDF-1.4
%† Ǽ
1 0 obj
<< /Type /Catalog /Pages 2 0 R >>
endobj
8 0 obj
<< /Font 3 0 R /XObject 7 0 R /ExtGState 4 0 R /Pattern 5 0 R
/Shading 6 0 R /ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] >>
endobj
11 0 obj
<< /Type /Page /Parent 2 0 R /Resources 8 0 R /MediaBox [ 0 0 144 144 ]
/Contents 9 0 R /Annots 10 0 R >>
endobj
9 0 obj
<< /Length 12 0 R /Filter /FlateDecode >>
stream
xœµ”MŽA …÷>…OÐc—«ü³¤¬<C2A4>%<25>Ñ4ƒ×GåªN2­ bÃ"rRýâï=»»>}{<~:¼Ã÷Ÿááúëñ'0>ã Ÿ<>ð72<1E>ñ „„+p­Høœµž<7F>
pØeÛÅ—#~ÁïHKD)"Ö´ -êÊaÊ*H¸haõŠ/gäDà_ÿ0=UOKÕ±zš¥ hñbµQ8Õî¥S<>Š´´nÂ¥YçßUÂN9<4E>øÜK"7ÓP²#šy³ÞÑU¨µžªIaò<>~[;á@¾ÞC27ÓR²-”Ì«p¦aiÆFpŠfR*ó€ßQÂN9f»Þ
ÍYϧ<EFBFBD><EFBFBD>´ÔÑQ¬¯­pS×þõòl¿ÞfÊþnÃgH5jîEZïã-ª¸Z±£RGÈ;JØ)'v½Î¶Iðfd367\Zeêm<C3AA>¸
«÷{5´IXlî(a§ã\oã¾~Ôæ¸ÇŽ3Q‰Ê¹9bwñàÜq­áE#æŽßVÂN9±ëmØ<6D>½øØŒý¯<ñ—¡__5'58ÁGøÀ<>÷“
endstream
endobj
12 0 obj
420
endobj
10 0 obj
[ ]
endobj
3 0 obj
<< >>
endobj
4 0 obj
<< >>
endobj
5 0 obj
<< >>
endobj
6 0 obj
<< >>
endobj
7 0 obj
<< >>
endobj
2 0 obj
<< /Type /Pages /Kids [ 11 0 R ] /Count 1 >>
endobj
13 0 obj
<< /Creator (Matplotlib v3.9.2, https://matplotlib.org)
/Producer (Matplotlib pdf backend v3.9.2)
/CreationDate (D:20250802073347+02'00') >>
endobj
xref
0 14
0000000000 65535 f
0000000016 00000 n
0000000970 00000 n
0000000865 00000 n
0000000886 00000 n
0000000907 00000 n
0000000928 00000 n
0000000949 00000 n
0000000065 00000 n
0000000330 00000 n
0000000845 00000 n
0000000208 00000 n
0000000825 00000 n
0000001030 00000 n
trailer
<< /Size 14 /Root 1 0 R /Info 13 0 R >>
startxref
1187

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,71 @@
%PDF-1.4
%† Ǽ
1 0 obj
<< /Type /Catalog /Pages 2 0 R >>
endobj
8 0 obj
<< /Font 3 0 R /XObject 7 0 R /ExtGState 4 0 R /Pattern 5 0 R
/Shading 6 0 R /ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] >>
endobj
11 0 obj
<< /Type /Page /Parent 2 0 R /Resources 8 0 R /MediaBox [ 0 0 144 144 ]
/Contents 9 0 R /Annots 10 0 R >>
endobj
9 0 obj
<< /Length 12 0 R /Filter /FlateDecode >>
stream
<EFBFBD>”ËnÜ0 E÷ü
~<7E>CJ|nÛ³n»èq€¦@ûû…di^ÍYôãZç^Šöçýï<1F>û/»øñ+<œ¯ã0‘ð ÿ ã<19>@H¸ ás¯íxõ;À~b“͇¯{ü†/HK¦”Z2¼"-ÆšliH˜kd<6B>p|="wæÞýÆp%ÑMI D·4J»  ˜E!ÑæF
»Q#-jLÉÞ
ÜUÂ<EFBFBD>rC®Ð,ás+9 C<><43>©•RÒZ”¨™!V¸](— âecßQÂ<51>rƒ^ïE§NÃT§×H±Ö;wµ"®éHKM ñj&ýŽn”[w×˨i½Û£ô»<C3B4>ÝÖ$©\û6V +.Ú<>ÿ}<_/3õõ'nâ{ÈQ¹px·^Uª²´<C2B2>¡•kÞ2Þµp@×sgÛIÇNÓÖØá÷<C3A1>÷]%ü;Öi[<5B>gØë<C398>m4{›í ÎÌR¹OlªzXiá5”¢˜ŽÙ~[ 7Ê<37>]/ÃnØ“<C398>il8«:å6¶¥¤ïßY•ê,§ñ~C׺]Ï-?ÿjN>¦18Àgø ò#ø9
endstream
endobj
12 0 obj
429
endobj
10 0 obj
[ ]
endobj
3 0 obj
<< >>
endobj
4 0 obj
<< >>
endobj
5 0 obj
<< >>
endobj
6 0 obj
<< >>
endobj
7 0 obj
<< >>
endobj
2 0 obj
<< /Type /Pages /Kids [ 11 0 R ] /Count 1 >>
endobj
13 0 obj
<< /Creator (Matplotlib v3.9.2, https://matplotlib.org)
/Producer (Matplotlib pdf backend v3.9.2)
/CreationDate (D:20250802073409+02'00') >>
endobj
xref
0 14
0000000000 65535 f
0000000016 00000 n
0000000979 00000 n
0000000874 00000 n
0000000895 00000 n
0000000916 00000 n
0000000937 00000 n
0000000958 00000 n
0000000065 00000 n
0000000330 00000 n
0000000854 00000 n
0000000208 00000 n
0000000834 00000 n
0000001039 00000 n
trailer
<< /Size 14 /Root 1 0 R /Info 13 0 R >>
startxref
1196

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,73 @@
%PDF-1.4
%† Ǽ
1 0 obj
<< /Type /Catalog /Pages 2 0 R >>
endobj
8 0 obj
<< /Font 3 0 R /XObject 7 0 R /ExtGState 4 0 R /Pattern 5 0 R
/Shading 6 0 R /ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] >>
endobj
11 0 obj
<< /Type /Page /Parent 2 0 R /Resources 8 0 R /MediaBox [ 0 0 144 144 ]
/Contents 9 0 R /Annots 10 0 R >>
endobj
9 0 obj
<< /Length 12 0 R /Filter /FlateDecode >>
stream
<EFBFBD>”ËnÛ@ E÷ü
~<7E>Br8|lÛ^·]ô;mh
´¿_ÌC±-ØEÂèq5çòÒçãï<1F>Ç/‡øñ+<œ¯ã30>!á3þAÆ2>
¬Š„/}mÇ Ð\¿œà'6ÙöðíˆßðiIó,U)+ÒRÉUH¤ -iµ¤§àÛrGà_˜ž4º%
Ôè†æÒn h‰ ÎL)ܼhÖêa¢më¨bFµñï*a§ÈÒ:$m 7ÓPggw6±æÞ­P2sÒ¢Â"b<Øw”°Sèu':us1M
zÏJÞ<4A>éìT8¹gÕ©jzä¤ßVÂN9Ò]/KMëiÏ¥ßmìV!yháâ½s\-L\GÔÿ|<·_/kêûo¸
ßt©šÄiÜ;XX8ܤ¬DF%²Qä%ì”»ž³m'¼ÙŒ<C399>”]£Öõ6RÕ•(³µa)".Bef|[åzYêõ‡6£“]-D%£ô¦sÕìƒ] ¥¦•m°o
a'œÐõ²Ì}w±ÙšÃ­ä)D}d=Ô28KOž¹P)³Û÷”°SNðzüü£y÷²™ƒ|†¿q÷-
endstream
endobj
12 0 obj
441
endobj
10 0 obj
[ ]
endobj
3 0 obj
<< >>
endobj
4 0 obj
<< >>
endobj
5 0 obj
<< >>
endobj
6 0 obj
<< >>
endobj
7 0 obj
<< >>
endobj
2 0 obj
<< /Type /Pages /Kids [ 11 0 R ] /Count 1 >>
endobj
13 0 obj
<< /Creator (Matplotlib v3.9.2, https://matplotlib.org)
/Producer (Matplotlib pdf backend v3.9.2)
/CreationDate (D:20250802073347+02'00') >>
endobj
xref
0 14
0000000000 65535 f
0000000016 00000 n
0000000991 00000 n
0000000886 00000 n
0000000907 00000 n
0000000928 00000 n
0000000949 00000 n
0000000970 00000 n
0000000065 00000 n
0000000330 00000 n
0000000866 00000 n
0000000208 00000 n
0000000846 00000 n
0000001051 00000 n
trailer
<< /Size 14 /Root 1 0 R /Info 13 0 R >>

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,70 @@
%PDF-1.4
%† Ǽ
1 0 obj
<< /Type /Catalog /Pages 2 0 R >>
endobj
8 0 obj
<< /Font 3 0 R /XObject 7 0 R /ExtGState 4 0 R /Pattern 5 0 R
/Shading 6 0 R /ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] >>
endobj
11 0 obj
<< /Type /Page /Parent 2 0 R /Resources 8 0 R /MediaBox [ 0 0 144 144 ]
/Contents 9 0 R /Annots 10 0 R >>
endobj
9 0 obj
<< /Length 12 0 R /Filter /FlateDecode >>
stream
xœµ”An1 E÷<O0!%J$·M¯Û.r€Àvx$Úë¢$Û8i7] 8žùÖûŸ¤}÷yÿëÇãþëîÞƒ»Ë§ÇŸÀøŒG$|BÂßȸCÆ#®À"HxŠÚ®ШßðM6_¾îñŸ‘W±R,‰"-¥¨¹{EZrJše|="qÿ¨ŽÄÂ<C384>Š…<C5A0>QÚC8´ÃrR/¤fá„•2;3ÒRRWó†W eG®Ð á©•@NÃPg{ʦErn8ÏfÕk<C395> Nd¤ÙÒ`ßVÂFÙ¡oçÔéb˜
z•Jŵ8&fI³J .\XŒú¯2ˆfõnÏ<6E>^£Ï£ÄÓFmß#5ÉœµeI\ªÕ¤Röáëqüz<C3BC>&Ο¸<C2B8>xeN+!-êÊE\H<48>Rrg®=á;JØ(v½tµÝx™Æútµ¦ìNkZ5÷“cM5çR…xL÷¶6ÊÞÎõ:îÛÙh÷ÿÛëÀ_…íØ³<C398>il.·‰9I£rõRˆc¨B.EÛÞž—û^/m¿üÍœ½Lsp€/ðKöç
endstream
endobj
12 0 obj
416
endobj
10 0 obj
[ ]
endobj
3 0 obj
<< >>
endobj
4 0 obj
<< >>
endobj
5 0 obj
<< >>
endobj
6 0 obj
<< >>
endobj
7 0 obj
<< >>
endobj
2 0 obj
<< /Type /Pages /Kids [ 11 0 R ] /Count 1 >>
endobj
13 0 obj
<< /Creator (Matplotlib v3.9.2, https://matplotlib.org)
/Producer (Matplotlib pdf backend v3.9.2)
/CreationDate (D:20250802073412+02'00') >>
endobj
xref
0 14
0000000000 65535 f
0000000016 00000 n
0000000966 00000 n
0000000861 00000 n
0000000882 00000 n
0000000903 00000 n
0000000924 00000 n
0000000945 00000 n
0000000065 00000 n
0000000330 00000 n
0000000841 00000 n
0000000208 00000 n
0000000821 00000 n
0000001026 00000 n
trailer
<< /Size 14 /Root 1 0 R /Info 13 0 R >>
startxref
1183
%%EOF

View File

@@ -0,0 +1,71 @@
%PDF-1.4
%† Ǽ
1 0 obj
<< /Type /Catalog /Pages 2 0 R >>
endobj
8 0 obj
<< /Font 3 0 R /XObject 7 0 R /ExtGState 4 0 R /Pattern 5 0 R
/Shading 6 0 R /ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] >>
endobj
11 0 obj
<< /Type /Page /Parent 2 0 R /Resources 8 0 R /MediaBox [ 0 0 144 144 ]
/Contents 9 0 R /Annots 10 0 R >>
endobj
9 0 obj
<< /Length 12 0 R /Filter /FlateDecode >>
stream
<EFBFBD>”MŽÛ0 …÷<Oà!%Š"·m<C2B7>¬Û.z€AvÐ)0sýB”'ARtaÐ?ÏúŸh?}Ù¿ÿzÞÛ}ÂÏßái»zþŒ/ÀxDÂ$ü@Æ2<1E><>pAÂSÔvœ€Fý p€ßØdóáÛà+ÒâU¬KR¹»"-9¥še|;"qÿ©ŽÄÂ<C384>Š…<C5A0>QÚM8´Åza®©½ïêIRqGZTœŠQmôGB¸
ÍžZ àä;<3B><WÌHK%OZT+#-BÉÝLt¢ï+áFÙ¡×»Ôéb˜
ºfM¬½…h"%qε5.,T¹0wø!\ {²ëe£®ô(q·£¿j9G?‰‹š¦*%xÿ|<_/;Šõ'nâ£ÅÂÆdÂn-6O&æ$9Ì% ¥Î|¤„åÀ®[²í$ÀÓÈ4Öw¸f©\…ÛÈ©Bbòì;|_ 7ÊçzÙîõg6âîôB9iõ*p2q<32>˜¤ÔÂs¾î+áF9°ëe³{ö1<C3B6>ÍO9×¢)˜Ê^•5Ú·>Tržï{B¸캅¾ýfÎN¦58ÀWø ­ ö™
endstream
endobj
12 0 obj
433
endobj
10 0 obj
[ ]
endobj
3 0 obj
<< >>
endobj
4 0 obj
<< >>
endobj
5 0 obj
<< >>
endobj
6 0 obj
<< >>
endobj
7 0 obj
<< >>
endobj
2 0 obj
<< /Type /Pages /Kids [ 11 0 R ] /Count 1 >>
endobj
13 0 obj
<< /Creator (Matplotlib v3.9.2, https://matplotlib.org)
/Producer (Matplotlib pdf backend v3.9.2)
/CreationDate (D:20250802073412+02'00') >>
endobj
xref
0 14
0000000000 65535 f
0000000016 00000 n
0000000983 00000 n
0000000878 00000 n
0000000899 00000 n
0000000920 00000 n
0000000941 00000 n
0000000962 00000 n
0000000065 00000 n
0000000330 00000 n
0000000858 00000 n
0000000208 00000 n
0000000838 00000 n
0000001043 00000 n
trailer
<< /Size 14 /Root 1 0 R /Info 13 0 R >>
startxref
1200
%%EOF

View File

@@ -0,0 +1,70 @@
%PDF-1.4
%† Ǽ
1 0 obj
<< /Type /Catalog /Pages 2 0 R >>
endobj
8 0 obj
<< /Font 3 0 R /XObject 7 0 R /ExtGState 4 0 R /Pattern 5 0 R
/Shading 6 0 R /ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] >>
endobj
11 0 obj
<< /Type /Page /Parent 2 0 R /Resources 8 0 R /MediaBox [ 0 0 144 144 ]
/Contents 9 0 R /Annots 10 0 R >>
endobj
9 0 obj
<< /Length 12 0 R /Filter /FlateDecode >>
stream
<EFBFBD>”ËnA E÷þ
ÁÄ.»üØÒ¬<C392>MQ:AßGõš™´&ˆE«úqÛç^»ºï><3E>~ÿ¸?}9~À<>_áîruÿ Ÿ€ñ Ÿ<>ð2‘ñ 7`U$|îk;ž<>æúà~b“­‡¯'ü†/H‡t+IîH‡j.é\5R\¤šãë#rgá¿ß˜®4º)
ÔèæÒnÂC+§ªQ"¹ 7VT¼¶ s!<21>(®ÍÀ»JØ)´IÈå`ì,UY„éàÄÕMØ¢EI«že±o+a§з³èÔåbšêtsªEj«5UÂÜé %ÄÅiÑßQÂN9º»]GMëÝžK¿ÛØ<C39B>A*,Þj®V\kþóñ,¿]gêõná{ÈZ]Ý#…u&£ê„ª=Š<><C5A0>ï(a§œØíÒÛvÒÁËÈ26fì¢Î®l<C2AE>¡®¤¡ÚR S(gÌßVÂN9Ú¹]Ç}û¹Ívz%)æÙÇšžšÖ{jÁ¤Õ+Û¤ßVÂN9±ÛuØ<75>=ûXÆÖ—ðªÒ™)fÖ·8Q<38>K”󿥄<C2A5>r·KÛ/?œ³—eà3ü™øù
endstream
endobj
12 0 obj
437
endobj
10 0 obj
[ ]
endobj
3 0 obj
<< >>
endobj
4 0 obj
<< >>
endobj
5 0 obj
<< >>
endobj
6 0 obj
<< >>
endobj
7 0 obj
<< >>
endobj
2 0 obj
<< /Type /Pages /Kids [ 11 0 R ] /Count 1 >>
endobj
13 0 obj
<< /Creator (Matplotlib v3.9.2, https://matplotlib.org)
/Producer (Matplotlib pdf backend v3.9.2)
/CreationDate (D:20250802073413+02'00') >>
endobj
xref
0 14
0000000000 65535 f
0000000016 00000 n
0000000987 00000 n
0000000882 00000 n
0000000903 00000 n
0000000924 00000 n
0000000945 00000 n
0000000966 00000 n
0000000065 00000 n
0000000330 00000 n
0000000862 00000 n
0000000208 00000 n
0000000842 00000 n
0000001047 00000 n
trailer
<< /Size 14 /Root 1 0 R /Info 13 0 R >>
startxref
1204

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,69 @@
%PDF-1.4
%† Ǽ
1 0 obj
<< /Type /Catalog /Pages 2 0 R >>
endobj
8 0 obj
<< /Font 3 0 R /XObject 7 0 R /ExtGState 4 0 R /Pattern 5 0 R
/Shading 6 0 R /ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] >>
endobj
11 0 obj
<< /Type /Page /Parent 2 0 R /Resources 8 0 R /MediaBox [ 0 0 144 144 ]
/Contents 9 0 R /Annots 10 0 R >>
endobj
9 0 obj
<< /Length 12 0 R /Filter /FlateDecode >>
stream
<EFBFBD>”KnÛ@ †÷<O <4F>CÛ¶€×m=@`»
¢m<>äúÅ<;]t!p¿æûIŽôðéøòãñøåð?~…‡Ëìñ0>ã Ÿ<>ðÈxX Ÿ{lÏ3ÐŒß lÛü}ÄoøiIQ
sEZ„5<"#-…™¼˜¹3ðßoLWÝ”jtK3´E8-Q)ƒ$KinÄKÕ¤6®ºí4þ=!세BZG¤
àÆŸv:9ÝŠd7ïÕ\Ò¹j¶¬ŠTSâ<53>¾£„<C2A3>r@ßw¢S7ÓÔ «j”H.`EÅk˜ iDq<44>ôÛJØ)Gm×ëTÓz­gè«<C3A8><C2AB>´(y¨°¸ô¾U +®µÿ¹=<3D>_¯sêço¸
ß“tMâ4òh
L)ÎÁQÁ“‹(ë,ñ%ì”»^jÛ¼ÙŒ<C399>Ûå…1ÕžˆfaeCZ8(…”yVùŽvÊQÎõ:Ý÷Û,÷豄IdO8]ÙÄCz­Rå$Ù.ØM!섺^§: o.6[oL¬™Ú<E284A2>Z]%U­}¶Å­uòo+a§œàõRôËÏæÍËfþg÷¥
endstream
endobj
12 0 obj
437
endobj
10 0 obj
[ ]
endobj
3 0 obj
<< >>
endobj
4 0 obj
<< >>
endobj
5 0 obj
<< >>
endobj
6 0 obj
<< >>
endobj
7 0 obj
<< >>
endobj
2 0 obj
<< /Type /Pages /Kids [ 11 0 R ] /Count 1 >>
endobj
13 0 obj
<< /Creator (Matplotlib v3.10.1, https://matplotlib.org)
/Producer (Matplotlib pdf backend v3.10.1)
/CreationDate (D:20250724150045+02'00') >>
endobj
xref
0 14
0000000000 65535 f
0000000016 00000 n
0000000987 00000 n
0000000882 00000 n
0000000903 00000 n
0000000924 00000 n
0000000945 00000 n
0000000966 00000 n
0000000065 00000 n
0000000330 00000 n
0000000862 00000 n
0000000208 00000 n
0000000842 00000 n
0000001047 00000 n

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,70 @@
%PDF-1.4
%† Ǽ
1 0 obj
<< /Type /Catalog /Pages 2 0 R >>
endobj
8 0 obj
<< /Font 3 0 R /XObject 7 0 R /ExtGState 4 0 R /Pattern 5 0 R
/Shading 6 0 R /ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] >>
endobj
11 0 obj
<< /Type /Page /Parent 2 0 R /Resources 8 0 R /MediaBox [ 0 0 144 144 ]
/Contents 9 0 R /Annots 10 0 R >>
endobj
9 0 obj
<< /Length 12 0 R /Filter /FlateDecode >>
stream
<EFBFBD>”MnÜ0 …÷<<4F>"ÅŸm[`Öm=@03mh
´×/ôãÌĘ)º0dIÏúÞ#m?|:þþñxürø€¿ÂÃeöø Ÿ€ñŒ„OHøÈxX ŸûØ®g 9~8ÁOl²móõˆßðiÉt®šJÚ&ÌAµÒbÄäV)ñõŒÜ‘øß¦'<27>nI5º¡9´E8-Áiä¡Âí´"^Ø´V¤¥õ ®j<C2AE>W ;å@®<>Ö!i¹9˜†:;³ºSToI„j1/
-…=S(ú¶<76>|߇ÎÜ<LK<4C>-nVT¼6ž—ô´"¥M$Š$Kxø%씣¶ëuд^ë9ôÕÆFZtR\<5C>ÂÕŠkíÀnÏã×ëLýü
·á{H­IU e6ëæÄÅ¢QR-U4d„¼£„<C2A3>rb×KmÛMoF6c³Ã¥*K âN¤Ü<E28093>jÎ%H¶ßTÂN9ʹ^Ç}ÿ©Írº„Id´·9]ÙÄCZÍ*UNžðBØ 't½Ž: o.6[3|±¬Ì½NY¬šyO%3BͶð7•°SNðz)úåWóæe3 `™÷‹
endstream
endobj
12 0 obj
441
endobj
10 0 obj
[ ]
endobj
3 0 obj
<< >>
endobj
4 0 obj
<< >>
endobj
5 0 obj
<< >>
endobj
6 0 obj
<< >>
endobj
7 0 obj
<< >>
endobj
2 0 obj
<< /Type /Pages /Kids [ 11 0 R ] /Count 1 >>
endobj
13 0 obj
<< /Creator (Matplotlib v3.10.1, https://matplotlib.org)
/Producer (Matplotlib pdf backend v3.10.1)
/CreationDate (D:20250724150051+02'00') >>
endobj
xref
0 14
0000000000 65535 f
0000000016 00000 n
0000000991 00000 n
0000000886 00000 n
0000000907 00000 n
0000000928 00000 n
0000000949 00000 n
0000000970 00000 n
0000000065 00000 n
0000000330 00000 n
0000000866 00000 n
0000000208 00000 n
0000000846 00000 n
0000001051 00000 n
trailer
<< /Size 14 /Root 1 0 R /Info 13 0 R >>
startxref

View File

@@ -0,0 +1,72 @@
%PDF-1.4
%† Ǽ
1 0 obj
<< /Type /Catalog /Pages 2 0 R >>
endobj
8 0 obj
<< /Font 3 0 R /XObject 7 0 R /ExtGState 4 0 R /Pattern 5 0 R
/Shading 6 0 R /ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] >>
endobj
11 0 obj
<< /Type /Page /Parent 2 0 R /Resources 8 0 R /MediaBox [ 0 0 144 144 ]
/Contents 9 0 R /Annots 10 0 R >>
endobj
9 0 obj
<< /Length 12 0 R /Filter /FlateDecode >>
stream
<EFBFBD>”KnÛ@D÷}Š>Ý=Óßm@ë$À<>¦<>8@rý`>”dB² †Ÿâ¼ªj<C2AA>ŸŽ¿<¿>àǯðp½züŒOÀxFÂ'$üƒŒd<
,‚„Ï}mÇ3Ð\¿œà'6Ùöðõˆßðiq
õjEi!MR)”‰´°RLª‰¯gäÎ<À¿1]ItS(Ñ-݄ͥИ§ Ò’ž’æi±`uekÞUÂN9<4E>+¤uHÚ@n¦¡ÎŽÈ4­éÍ} óªá-J«¨jö;JØ)ôí,:us1M<31>ä™Y*“µ"3ÝØ*q ç¢T˜E}&¿¯„<C2AF>r´»ÞFMëmÏ¥ßml¤EÈC*×^uaµ°â¢øÏÇsûõ6SßÃmøQ1³8i+. Õµö<C2B5>Êé¥rT™ßWÂN9±ëµÛvÒÁÍX7`V¤º†$·ªZZ<5A>,Yñ}!ì„£Ìõ6ìÛ<C3AC>m½MØ-+ç˜[ ‰$i<>zu*R
ëeÂ÷”°SNìzu`/>6c£}•\¢O-<¸'d«NVÌb¶_ ;å¯×Ò¯¿›‹—Íœà3ü”øM
endstream
endobj
12 0 obj
443
endobj
10 0 obj
[ ]
endobj
3 0 obj
<< >>
endobj
4 0 obj
<< >>
endobj
5 0 obj
<< >>
endobj
6 0 obj
<< >>
endobj
7 0 obj
<< >>
endobj
2 0 obj
<< /Type /Pages /Kids [ 11 0 R ] /Count 1 >>
endobj
13 0 obj
<< /Creator (Matplotlib v3.10.1, https://matplotlib.org)
/Producer (Matplotlib pdf backend v3.10.1)
/CreationDate (D:20250724150046+02'00') >>
endobj
xref
0 14
0000000000 65535 f
0000000016 00000 n
0000000993 00000 n
0000000888 00000 n
0000000909 00000 n
0000000930 00000 n
0000000951 00000 n
0000000972 00000 n
0000000065 00000 n
0000000330 00000 n
0000000868 00000 n
0000000208 00000 n
0000000848 00000 n
0000001053 00000 n
trailer
<< /Size 14 /Root 1 0 R /Info 13 0 R >>
startxref
1212
%%EOF

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,69 @@
%PDF-1.4
%† Ǽ
1 0 obj
<< /Type /Catalog /Pages 2 0 R >>
endobj
8 0 obj
<< /Font 3 0 R /XObject 7 0 R /ExtGState 4 0 R /Pattern 5 0 R
/Shading 6 0 R /ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] >>
endobj
11 0 obj
<< /Type /Page /Parent 2 0 R /Resources 8 0 R /MediaBox [ 0 0 144 144 ]
/Contents 9 0 R /Annots 10 0 R >>
endobj
9 0 obj
<< /Length 12 0 R /Filter /FlateDecode >>
stream
<EFBFBD>”MnÛ@ …÷<<4F>C¶m¯Û.z€ÀvDšÉõ‹ù‘ívÑ…0éy¾÷!?|9¼ýz<|ÛÂÏßáá²{üŒOÀxBÂ'$|GÆ=2ž€<C5BE>pVEÂç¾¶ëh®?Žðl}ùzÀø´Ë4 #ªŠ´ð4c³DÚUcJŽpÇ×rgîá¿1]itS¨Ñ-Í¥=„#Ð.H²pµ°æ†-k%viDZšFáRš<52>»JØ(r<>´IÈÕÁ4ÔÙ™Õ<E284A2>¢z<C2A2>bBµ˜—†Âž)}[á@~œDg®¦¥Î7+*^ÏKzZÒ6E%<üŽ6ÊÑír4­w=—þ´±vJ*,½èQjq­øÏ×óøå:S?Å­øR-"­ztëÎÂáEÚüäÒhyG åÄ.—nÛM¯FVcs¢¦TK âêÎE9ÚF¥Tf·uÄ7•°QŽ:—ë¸?¶Y÷ K˜DFm绲‰‡´€f•*' OøM!l„º\Gг‹ÕÖ _,+<2B>¯É)U3ç>ß’¡vS å/—Ò/6g/«98ÂWø ø?
endstream
endobj
12 0 obj
437
endobj
10 0 obj
[ ]
endobj
3 0 obj
<< >>
endobj
4 0 obj
<< >>
endobj
5 0 obj
<< >>
endobj
6 0 obj
<< >>
endobj
7 0 obj
<< >>
endobj
2 0 obj
<< /Type /Pages /Kids [ 11 0 R ] /Count 1 >>
endobj
13 0 obj
<< /Creator (Matplotlib v3.10.1, https://matplotlib.org)
/Producer (Matplotlib pdf backend v3.10.1)
/CreationDate (D:20250724150050+02'00') >>
endobj
xref
0 14
0000000000 65535 f
0000000016 00000 n
0000000987 00000 n
0000000882 00000 n
0000000903 00000 n
0000000924 00000 n
0000000945 00000 n
0000000966 00000 n
0000000065 00000 n
0000000330 00000 n
0000000862 00000 n
0000000208 00000 n
0000000842 00000 n
0000001047 00000 n
trailer
<< /Size 14 /Root 1 0 R /Info 13 0 R >>
startxref
1206
%%EOF

Binary file not shown.

View File

@@ -0,0 +1,69 @@
%PDF-1.4
%† Ǽ
1 0 obj
<< /Type /Catalog /Pages 2 0 R >>
endobj
8 0 obj
<< /Font 3 0 R /XObject 7 0 R /ExtGState 4 0 R /Pattern 5 0 R
/Shading 6 0 R /ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] >>
endobj
11 0 obj
<< /Type /Page /Parent 2 0 R /Resources 8 0 R /MediaBox [ 0 0 144 144 ]
/Contents 9 0 R /Annots 10 0 R >>
endobj
9 0 obj
<< /Length 12 0 R /Filter /FlateDecode >>
stream
<EFBFBD>”MnÜ0 …÷<<4F>ÅŸmS`Öm=@03ih´×/ô7ž CüÌï=ÊòÝ×ãß_Çï‡/xÿî¶ÙÃ+0>ã Ÿ<>ð2<1E>ñ „„+°>·±^Ï@c|¬²ùðåˆ?ñ7Ò¡¹XÒâa…(”ÒRÌÈeÍørFnÌ<>áJ¼™Gñfi uN@‹¹§\RW7Lìž=ê¤<C3AA>HxÒˆjà]%씹Bhƒ„vät0 5v„fW¢Ò¢¸…*«Fe+S°»Yg¿£„<C2A3>²CßîE£NÃT£×R&̦b¤HKÞ6èÇÞËõ:XhëíÚj%ÕRd.™³e¤%qQ×dRçÃÇ£üz<C3BC> ÕŸ¸‰ïR”dL¥:/B!Åj;s°¨xâ4ÝÒÁN7<4E>ëÖÅzÓ ÓÄ45v3±&­!L33»W\+™òÜÍJØ){+×ë¨oÖhu§sIš³R= ¡’ ×<>mÑœI%Ñ…~[ ;åÀ®×a;öâcñ“‹I Å¥·
ý%òÿ¦^·¶o¿—i
þ{ô/
endstream
endobj
12 0 obj
430
endobj
10 0 obj
[ ]
endobj
3 0 obj
<< >>
endobj
4 0 obj
<< >>
endobj
5 0 obj
<< >>
endobj
6 0 obj
<< >>
endobj
7 0 obj
<< >>
endobj
2 0 obj
<< /Type /Pages /Kids [ 11 0 R ] /Count 1 >>
endobj
13 0 obj
<< /Creator (Matplotlib v3.10.1, https://matplotlib.org)
/Producer (Matplotlib pdf backend v3.10.1)
/CreationDate (D:20250724150050+02'00') >>
endobj
xref
0 14
0000000000 65535 f
0000000016 00000 n
0000000980 00000 n
0000000875 00000 n
0000000896 00000 n
0000000917 00000 n
0000000938 00000 n
0000000959 00000 n
0000000065 00000 n
0000000330 00000 n
0000000855 00000 n
0000000208 00000 n
0000000835 00000 n
0000001040 00000 n
trailer
<< /Size 14 /Root 1 0 R /Info 13 0 R >>
startxref

View File

@@ -0,0 +1,70 @@
%PDF-1.4
%† Ǽ
1 0 obj
<< /Type /Catalog /Pages 2 0 R >>
endobj
8 0 obj
<< /Font 3 0 R /XObject 7 0 R /ExtGState 4 0 R /Pattern 5 0 R
/Shading 6 0 R /ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] >>
endobj
11 0 obj
<< /Type /Page /Parent 2 0 R /Resources 8 0 R /MediaBox [ 0 0 144 144 ]
/Contents 9 0 R /Annots 10 0 R >>
endobj
9 0 obj
<< /Length 12 0 R /Filter /FlateDecode >>
stream
<EFBFBD>”KnÛ@D÷}Š>Ý=ÝÓŸm@ë$À<>œ¦<>8@rý`>´$B
² †Ÿ¾ªš!>ÿx<~9|À<>_áá|õø Ÿ<>ñ Ÿ‘ð2<1E>ñ  W`U$|éc;^€æøà?±É¶‡oGü†¯HKr)¦•Å<E280A2>1¥$¤¥pZ¨¾=!wæþ{Æt¥ÑMi F·4‡vN@K$G¸K­ÍMUõ$µvaÄäV)ÿ®®…¸BZG¤
àÆŸv:9=‰‚\i©á©VG*«VÂHú޽^‰NÝ\LSƒž\DYÉ M(™9§¢¥p<C2A5>ôÛJØ)G·ëeÔ´ÞõúÝÆFZ”<TXæºU øÏÇóõëe¦þþ
·á{Hló[®$ ªämý4S o a'œÐõÜl;éØÍÆfkt¬¢!ÅkkN2…<k4~ÑŒbi³ãÛJØ)G™ëeØëOm=vvgfÕÊö-T)ŠÍ¾£„<C2A3>rb×˰ûîc36âGÍ­S“m³´€uî¢2ÓßÂN8±ë¹ôó¯æÝÉf
þ½)÷±
endstream
endobj
12 0 obj
438
endobj
10 0 obj
[ ]
endobj
3 0 obj
<< >>
endobj
4 0 obj
<< >>
endobj
5 0 obj
<< >>
endobj
6 0 obj
<< >>
endobj
7 0 obj
<< >>
endobj
2 0 obj
<< /Type /Pages /Kids [ 11 0 R ] /Count 1 >>
endobj
13 0 obj
<< /Creator (Matplotlib v3.10.1, https://matplotlib.org)
/Producer (Matplotlib pdf backend v3.10.1)
/CreationDate (D:20250724150047+02'00') >>
endobj
xref
0 14
0000000000 65535 f
0000000016 00000 n
0000000988 00000 n
0000000883 00000 n
0000000904 00000 n
0000000925 00000 n
0000000946 00000 n
0000000967 00000 n
0000000065 00000 n
0000000330 00000 n
0000000863 00000 n
0000000208 00000 n
0000000843 00000 n
0000001048 00000 n
trailer
<< /Size 14 /Root 1 0 R /Info 13 0 R >>

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,69 @@
%PDF-1.4
%† Ǽ
1 0 obj
<< /Type /Catalog /Pages 2 0 R >>
endobj
8 0 obj
<< /Font 3 0 R /XObject 7 0 R /ExtGState 4 0 R /Pattern 5 0 R
/Shading 6 0 R /ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] >>
endobj
11 0 obj
<< /Type /Page /Parent 2 0 R /Resources 8 0 R /MediaBox [ 0 0 144 144 ]
/Contents 9 0 R /Annots 10 0 R >>
endobj
9 0 obj
<< /Length 12 0 R /Filter /FlateDecode >>
stream
xœµ”MnÛ@ …÷<O <4F>C‡Ü6¼NºèÛmh4׿Ïv”ºÈ¦ aôó¤ï½'J7_÷~>ìïw_ðöÜœ<C39C>^€ñ<18>ˆ„¯È¸CÆ#®ÀªHøÔÖº=<01>õÀ~c•ÍÏ{üŽ¿<C5BD>ÏILë<4C>Fh<14>´˜$ŒÏGäÆÜÁ§ï®Ô›)uToÆROÂh)ÙÜRÑÌH‡YÎ,É<>uåΪ®*a£ìÈÂ$¬#§ƒa¨±#B¨Dö\£Ïj…“W ‰¨zéì+JØ(;ôý»hÔéb˜êæ^ÚGX(µH1)…M:ýŠ6ÊÞîz5¬µ=v¶²k»T\…¥Hðì¶ÿyy<~½ÌÔž?qßCrŠÈDÜ$f“šC”Õ•Tm„ü»<36>]ÏÝÖ<C39D>žF¦±ñŽ?7àW•ðq°ÃzË3îûÏmÔýÿ¦»á/ÂvìÉÇ46G\<5C>æ6¸.ÂÊ•P<>§ÿ¨ƒ<C2A8>n@×såçŸÍÉÇ4¸ƒ7/,øE
endstream
endobj
12 0 obj
401
endobj
10 0 obj
[ ]
endobj
3 0 obj
<< >>
endobj
4 0 obj
<< >>
endobj
5 0 obj
<< >>
endobj
6 0 obj
<< >>
endobj
7 0 obj
<< >>
endobj
2 0 obj
<< /Type /Pages /Kids [ 11 0 R ] /Count 1 >>
endobj
13 0 obj
<< /Creator (Matplotlib v3.10.1, https://matplotlib.org)
/Producer (Matplotlib pdf backend v3.10.1)
/CreationDate (D:20250724150049+02'00') >>
endobj
xref
0 14
0000000000 65535 f
0000000016 00000 n
0000000951 00000 n
0000000846 00000 n
0000000867 00000 n
0000000888 00000 n
0000000909 00000 n
0000000930 00000 n
0000000065 00000 n
0000000330 00000 n
0000000826 00000 n
0000000208 00000 n
0000000806 00000 n
0000001011 00000 n
trailer
<< /Size 14 /Root 1 0 R /Info 13 0 R >>
startxref
1170
%%EOF

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,71 @@
%PDF-1.4
%† Ǽ
1 0 obj
<< /Type /Catalog /Pages 2 0 R >>
endobj
8 0 obj
<< /Font 3 0 R /XObject 7 0 R /ExtGState 4 0 R /Pattern 5 0 R
/Shading 6 0 R /ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] >>
endobj
11 0 obj
<< /Type /Page /Parent 2 0 R /Resources 8 0 R /MediaBox [ 0 0 144 144 ]
/Contents 9 0 R /Annots 10 0 R >>
endobj
9 0 obj
<< /Length 12 0 R /Filter /FlateDecode >>
stream
<EFBFBD>”MnÜ0 …÷<<4F>"ÅŸm[`Öm=@0“6ˆ4Ú륙‰1StaÈžõ=>Ñ~øtüýãñøåð?~…‡ËÓã/`|Æ'$|FÂ?Èx@Æ' $\<5C>Uð¥<C3B0>ízãw€üÄ&oGü†¯HK˜Y‰R<E280B0>"B!*H »YQñZðí ¹3ðßo WÝ”jtKch“pjÛI-©ÌnHK
iDqq¤¥Š¦¥e3pW ;å†\!­CÒ6ät0 uvf©Ê"ÔÜ;qu¶@Z$­JzÝØw”°SnÐ÷gÑ©ÓÅ05èN¤–né¤m­T˜µú„ßÂN¸e»^šÖ³CŸmd¤EÉC…Å[=…«…×Úyÿ\Û¯×õý'nâ{‰nêT#J++‰HBµ¬ÅEª<45>€ï(a§Øõl»éàidÛº+#¢jkV¡ªéµ1
Í>Ýu[ ;åçz]îû<C3AE>mĽÑIrK¯Å–µ÷L+«i.“~[ ;åÀ®×Ånس<C398>il6¸<65>é”Ū™s?á’¡fç¿¥„<C2A5>r€×Kì—ßÍÙË4 øø
endstream
endobj
12 0 obj
440
endobj
10 0 obj
[ ]
endobj
3 0 obj
<< >>
endobj
4 0 obj
<< >>
endobj
5 0 obj
<< >>
endobj
6 0 obj
<< >>
endobj
7 0 obj
<< >>
endobj
2 0 obj
<< /Type /Pages /Kids [ 11 0 R ] /Count 1 >>
endobj
13 0 obj
<< /Creator (Matplotlib v3.10.1, https://matplotlib.org)
/Producer (Matplotlib pdf backend v3.10.1)
/CreationDate (D:20250724150045+02'00') >>
endobj
xref
0 14
0000000000 65535 f
0000000016 00000 n
0000000990 00000 n
0000000885 00000 n
0000000906 00000 n
0000000927 00000 n
0000000948 00000 n
0000000969 00000 n
0000000065 00000 n
0000000330 00000 n
0000000865 00000 n
0000000208 00000 n
0000000845 00000 n
0000001050 00000 n
trailer
<< /Size 14 /Root 1 0 R /Info 13 0 R >>
startxref
1209
%%EOF

View File

@@ -0,0 +1,70 @@
%PDF-1.4
%† Ǽ
1 0 obj
<< /Type /Catalog /Pages 2 0 R >>
endobj
8 0 obj
<< /Font 3 0 R /XObject 7 0 R /ExtGState 4 0 R /Pattern 5 0 R
/Shading 6 0 R /ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] >>
endobj
11 0 obj
<< /Type /Page /Parent 2 0 R /Resources 8 0 R /MediaBox [ 0 0 144 144 ]
/Contents 9 0 R /Annots 10 0 R >>
endobj
9 0 obj
<< /Length 12 0 R /Filter /FlateDecode >>
stream
<EFBFBD>”InA E÷<OÐf±8Õ6  uE`HJ µ<>8€}ý &K-´ƒ,ªº~ó}Ò×ãë¯Çã·Ã'üü®§Ç?<3F>ð ž‘ð ß0áž<><C5BE>p…$‚„—ëç4âO€üÆ*›—/Gü<47>ÏHK…hp(Ò’Ä-«²D=(SÑ,^ð匩1ðßo /5H4K#Ô‡pªéJŠpÏZÓñBbõ`”ÈM©ñ?ÂVØ<56>+kˆb8ùÃN#—P
GZT]ˆJ©ï-™Ù™)wð:Øè:p;…Fœ†¡N.Aîf,5½<35><C2BD>kÖJ6)¤A*6ØûJ¸Sö¾®·ek}¡=­l¤EÈCrÊžNjaì¢
øÏë‘~½­©åŸ¸‰ïƒmIX¥Të9‡'
¯"ÎdÆd÷•p§ØõÚÛú¥<C3BA>§È… «—¶›!*"d}OÄcÌw_[]oåz[êöG6ZÝÉš8%ò65±læÁµt+z_[ီ·evè»ik,v!
ò\ Òð­WΦÆa$sµw•p§àõÚðëŸÌ»—iþçaöY
endstream
endobj
12 0 obj
437
endobj
10 0 obj
[ ]
endobj
3 0 obj
<< >>
endobj
4 0 obj
<< >>
endobj
5 0 obj
<< >>
endobj
6 0 obj
<< >>
endobj
7 0 obj
<< >>
endobj
2 0 obj
<< /Type /Pages /Kids [ 11 0 R ] /Count 1 >>
endobj
13 0 obj
<< /Creator (Matplotlib v3.10.1, https://matplotlib.org)
/Producer (Matplotlib pdf backend v3.10.1)
/CreationDate (D:20250724150045+02'00') >>
endobj
xref
0 14
0000000000 65535 f
0000000016 00000 n
0000000987 00000 n
0000000882 00000 n
0000000903 00000 n
0000000924 00000 n
0000000945 00000 n
0000000966 00000 n
0000000065 00000 n
0000000330 00000 n
0000000862 00000 n
0000000208 00000 n
0000000842 00000 n
0000001047 00000 n
trailer
<< /Size 14 /Root 1 0 R /Info 13 0 R >>

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,70 @@
%PDF-1.4
%† Ǽ
1 0 obj
<< /Type /Catalog /Pages 2 0 R >>
endobj
8 0 obj
<< /Font 3 0 R /XObject 7 0 R /ExtGState 4 0 R /Pattern 5 0 R
/Shading 6 0 R /ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] >>
endobj
11 0 obj
<< /Type /Page /Parent 2 0 R /Resources 8 0 R /MediaBox [ 0 0 144 144 ]
/Contents 9 0 R /Annots 10 0 R >>
endobj
9 0 obj
<< /Length 12 0 R /Filter /FlateDecode >>
stream
<EFBFBD>”MŽ1…÷uŠ:AO•]¿[@ÊXp€QM<>Ä Áõz´2ˆ¸ýÚß«Wv?|:þþñxürø€¿ÂÃeöø Ÿ€ñŒ„OHøÈxX ŸûØ~Ï@süpŸØdÛâë¿á ÒâNia¦Îhe âÌÄ×3rgà¿ß˜®$º) ”è–æÐ h‰ä÷ªm»TOk#&7¥ÎW·Â\!­pãO;<3B>œl^¤VkÞ«T*œ,†´”R3ɽÄ@¿£„<C2A3>r@o;Ñ©ijÐÓɃIJ2ÜÒIZGD©0ú„ßÂN8 MëIÏ¡?md¤EÈC*W¯­XV +.Úyÿ\žÛ¯×õý7܆­¥šãõ÷M•Å$
—2{{_ ;åÄ®—dÛŸÞŒlƺWqJ/Þ'Õ*æ2N*{±¢ólÝÂN8Â\¯½½h3ìÑ_ªêªâ½mšBT*5€±“·U
¾¯„<EFBFBD>rb×ëRöÍÇfl¤ª¤êíÈ/¥] «ýÒf
m—v¤_ ;寗Ð/Ÿš7/98Ágø Oö÷[
endstream
endobj
12 0 obj
440
endobj
10 0 obj
[ ]
endobj
3 0 obj
<< >>
endobj
4 0 obj
<< >>
endobj
5 0 obj
<< >>
endobj
6 0 obj
<< >>
endobj
7 0 obj
<< >>
endobj
2 0 obj
<< /Type /Pages /Kids [ 11 0 R ] /Count 1 >>
endobj
13 0 obj
<< /Creator (Matplotlib v3.10.1, https://matplotlib.org)
/Producer (Matplotlib pdf backend v3.10.1)
/CreationDate (D:20250724150046+02'00') >>
endobj
xref
0 14
0000000000 65535 f
0000000016 00000 n
0000000990 00000 n
0000000885 00000 n
0000000906 00000 n
0000000927 00000 n
0000000948 00000 n
0000000969 00000 n
0000000065 00000 n
0000000330 00000 n
0000000865 00000 n
0000000208 00000 n
0000000845 00000 n
0000001050 00000 n
trailer
<< /Size 14 /Root 1 0 R /Info 13 0 R >>
startxref

Binary file not shown.

View File

@@ -0,0 +1,69 @@
%PDF-1.4
%† Ǽ
1 0 obj
<< /Type /Catalog /Pages 2 0 R >>
endobj
8 0 obj
<< /Font 3 0 R /XObject 7 0 R /ExtGState 4 0 R /Pattern 5 0 R
/Shading 6 0 R /ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] >>
endobj
11 0 obj
<< /Type /Page /Parent 2 0 R /Resources 8 0 R /MediaBox [ 0 0 144 144 ]
/Contents 9 0 R /Annots 10 0 R >>
endobj
9 0 obj
<< /Length 12 0 R /Filter /FlateDecode >>
stream
<EFBFBD>”Mn1 …÷<O0!EŠ"·i¯Û.r€Àvd4’ëú<C3BA>‰]daH½Ñ÷Þ“ì›ïûׇûýÏÝ-~û7§o÷<C3B7>ñ<18>ˆ„oȸCÆ#®ÀªHøÔÆúyão€üÁ*/{¼Ãg¤Åɳd.îH çL\„¸ÍSÒ`ÑÀ—#rCîà«/ OêÍ:ª7Cc¨áPw³dæ‰4#-¡‰‹‘[Ý.S°{)•U eG®Ö a9 C<>œif1¤EDL)¨Ò8̵ˆYg_QÂFÙ¡O¢Q§aªÓ#„JdoyŠgµÂ©ZXHDÕGò+JØ({»ëyÔ°ÖöÚÓÊFZ”Š«°Œ¸ÙÜRÑÜ€ÿ]Û¯ç™Úþ7ñýxë[NZ­§Â¤k KNáE8åy¼—•°Qìzê¶Nx™Æº<C386>¯]ïkBø|­ÃzÇ3ìÇŸÚ(»³[‰”j$))kP<6B>g<EFBFBD>+ƒ}QီçA;ôÝÅ´Õ/˜h6±µQqÊšC%ê<>*'Öà"ã‚]VÂF9Àë©òÓ_Í»—iðþ¡¼÷
endstream
endobj
12 0 obj
424
endobj
10 0 obj
[ ]
endobj
3 0 obj
<< >>
endobj
4 0 obj
<< >>
endobj
5 0 obj
<< >>
endobj
6 0 obj
<< >>
endobj
7 0 obj
<< >>
endobj
2 0 obj
<< /Type /Pages /Kids [ 11 0 R ] /Count 1 >>
endobj
13 0 obj
<< /Creator (Matplotlib v3.10.1, https://matplotlib.org)
/Producer (Matplotlib pdf backend v3.10.1)
/CreationDate (D:20250724150045+02'00') >>
endobj
xref
0 14
0000000000 65535 f
0000000016 00000 n
0000000974 00000 n
0000000869 00000 n
0000000890 00000 n
0000000911 00000 n
0000000932 00000 n
0000000953 00000 n
0000000065 00000 n
0000000330 00000 n
0000000849 00000 n
0000000208 00000 n
0000000829 00000 n
0000001034 00000 n
trailer
<< /Size 14 /Root 1 0 R /Info 13 0 R >>
startxref
1193
%%EOF

View File

@@ -0,0 +1,70 @@
%PDF-1.4
%† Ǽ
1 0 obj
<< /Type /Catalog /Pages 2 0 R >>
endobj
8 0 obj
<< /Font 3 0 R /XObject 7 0 R /ExtGState 4 0 R /Pattern 5 0 R
/Shading 6 0 R /ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] >>
endobj
11 0 obj
<< /Type /Page /Parent 2 0 R /Resources 8 0 R /MediaBox [ 0 0 144 144 ]
/Contents 9 0 R /Annots 10 0 R >>
endobj
9 0 obj
<< /Length 12 0 R /Filter /FlateDecode >>
stream
<EFBFBD>”KŽAD÷yŠ<<3C>'³ò[[@òXp€mM#1Hp}TŸö§E#VÙÝá|Ñi?}8ýúö|út|‡ï?ÃÓíÓóO`|Æ ¾ áod<"ã `U$|íg{½Íó+À~`“­7ßNø¿#jçH©t3%OG:¨r˜ppÅ· rgá¿¿1]ivSš¨Ù-Í£]„3Ð!½¸g!µæF ‡S:#Ì™*gF4»JØ(r<>êR} WÓPgת©Éb-J²Wv j㵊s2ì%l”úø,:uu1MuºJ¯2ŠL%r¶\j1eAßQÂF9Ú]î£VïmÏ£_mì6“"UX¢Í,lž^BGÜÞžã—ûL}þŠ[ñ=¤d
Îh bš.ÆÚB¦ (<28>Œ;BxNèrk¶½éØÕÆjk>ᵡ65(ÔkëXM=¸äÚñŽ6ÊQæröñÇ6Ë»*æÄ^ûÆÕ(A
`⓾£„<C2A3>rb—û°{õ±[Ü«Šf_[ª¥D)Ý€¦Ww3¾Æÿ«6Ê ^nµßþn®^Vsp†<70>ð•ø
endstream
endobj
12 0 obj
437
endobj
10 0 obj
[ ]
endobj
3 0 obj
<< >>
endobj
4 0 obj
<< >>
endobj
5 0 obj
<< >>
endobj
6 0 obj
<< >>
endobj
7 0 obj
<< >>
endobj
2 0 obj
<< /Type /Pages /Kids [ 11 0 R ] /Count 1 >>
endobj
13 0 obj
<< /Creator (Matplotlib v3.10.1, https://matplotlib.org)
/Producer (Matplotlib pdf backend v3.10.1)
/CreationDate (D:20250724150049+02'00') >>
endobj
xref
0 14
0000000000 65535 f
0000000016 00000 n
0000000987 00000 n
0000000882 00000 n
0000000903 00000 n
0000000924 00000 n
0000000945 00000 n
0000000966 00000 n
0000000065 00000 n
0000000330 00000 n
0000000862 00000 n
0000000208 00000 n
0000000842 00000 n
0000001047 00000 n
trailer
<< /Size 14 /Root 1 0 R /Info 13 0 R >>
startxref
1206

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,69 @@
%PDF-1.4
%† Ǽ
1 0 obj
<< /Type /Catalog /Pages 2 0 R >>
endobj
8 0 obj
<< /Font 3 0 R /XObject 7 0 R /ExtGState 4 0 R /Pattern 5 0 R
/Shading 6 0 R /ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] >>
endobj
11 0 obj
<< /Type /Page /Parent 2 0 R /Resources 8 0 R /MediaBox [ 0 0 144 144 ]
/Contents 9 0 R /Annots 10 0 R >>
endobj
9 0 obj
<< /Length 12 0 R /Filter /FlateDecode >>
stream
xœµ”MnA…÷uŠ:<3A>S]]¿[@òXp€ÈD™H ®<>úÏv,ذõ¸ç¹¿÷^Ùs÷áðóÛýáÓþ¾ÿ wçO÷? à#|@ÂG$ü…÷Xð 7("HøÔ×v=Íõ+À¾c“­‡/üÏH»,æ,µZ íªTâE iÇ\3É<33>_°tæþùÓ•D7%<25>ÝÒ\Ú&ÛqjÅÉ©¶2ŠŠª¦ í,„Í5<35>7•p¥È
Ò:$m —ƒih°¥JTvõ%³’§†¶(Á6Ù·•p¥Ð׳èÔåbštóÐÐ2☘¹ôlNJÕ”Ûœ:ü¦®„£Ûí2hZïz.}·vBRKõÚµ0vÑÎûããyüv™¨Ÿ¿p ß#FPÉL®¥w˜ªÆm¸JÁf4˜o)áJ9±Û¹ÙvÓÁËÈ26:&KjC­,¬™#RõpZô¿Ê ÷6ú]A_ÿÍfÑÿïWÝñ1öäcXˆ“¹M³Y¦÷nYCjÿ–®„»<>ë>¿fNN58ÂGø
Àöù
endstream
endobj
12 0 obj
415
endobj
10 0 obj
[ ]
endobj
3 0 obj
<< >>
endobj
4 0 obj
<< >>
endobj
5 0 obj
<< >>
endobj
6 0 obj
<< >>
endobj
7 0 obj
<< >>
endobj
2 0 obj
<< /Type /Pages /Kids [ 11 0 R ] /Count 1 >>
endobj
13 0 obj
<< /Creator (Matplotlib v3.10.1, https://matplotlib.org)
/Producer (Matplotlib pdf backend v3.10.1)
/CreationDate (D:20250724150047+02'00') >>
endobj
xref
0 14
0000000000 65535 f
0000000016 00000 n
0000000965 00000 n
0000000860 00000 n
0000000881 00000 n
0000000902 00000 n
0000000923 00000 n
0000000944 00000 n
0000000065 00000 n
0000000330 00000 n
0000000840 00000 n
0000000208 00000 n
0000000820 00000 n
0000001025 00000 n
trailer
<< /Size 14 /Root 1 0 R /Info 13 0 R >>
startxref

Binary file not shown.

View File

@@ -0,0 +1,70 @@
%PDF-1.4
%† Ǽ
1 0 obj
<< /Type /Catalog /Pages 2 0 R >>
endobj
8 0 obj
<< /Font 3 0 R /XObject 7 0 R /ExtGState 4 0 R /Pattern 5 0 R
/Shading 6 0 R /ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] >>
endobj
11 0 obj
<< /Type /Page /Parent 2 0 R /Resources 8 0 R /MediaBox [ 0 0 144 144 ]
/Contents 9 0 R /Annots 10 0 R >>
endobj
9 0 obj
<< /Length 12 0 R /Filter /FlateDecode >>
stream
<EFBFBD>”AnÜ0 E÷<<4F>")‘Û¶À¬Û.z€`&mh
´×/DK3c¦È ,}èýOÉ~øtüóãñøåð?~…‡ËÛão`|Æ'$|F¿Èx@Æ' $\<5C>Uð%k^€Fýp_Øesñõˆßð'ÒQM¢EQ¤Å£4«}l5ÈݹàërðNýp¤ž†ÔQ=íŒÒ'á´8s«ÚÈ¢;)$â"œ»q´"ì¢W ;å†\!jB¢nÈé`JöûßÓÁ.pßžA§ƒa(ÉbRÔ!-<2D>]Ù"Ä‘´©sÛØw”°Sn<53>]¯cFÍN<C38D>³<E28099><C2B3>´(5Wai´¶êµ4µþwyl¿^gÊý'nâ·<C3A2>ÊV)Ä9­—VÌ )µ˜¯#äm%ì”»^zÛ žF¦±y¾[”<·ªôFš…“Äå„o)a§ÜÚ¹^Ç}û™<C3BB>vo7[¬„öKÛBê^šôø&ê5ÆÍ¾­<C2AD>r`×ë°öìc›ñ‹”ž¡\8¼ÕH&ÿ–^/m¿ühÎ^¦98Ágø’Ñ÷}
endstream
endobj
12 0 obj
421
endobj
10 0 obj
[ ]
endobj
3 0 obj
<< >>
endobj
4 0 obj
<< >>
endobj
5 0 obj
<< >>
endobj
6 0 obj
<< >>
endobj
7 0 obj
<< >>
endobj
2 0 obj
<< /Type /Pages /Kids [ 11 0 R ] /Count 1 >>
endobj
13 0 obj
<< /Creator (Matplotlib v3.10.1, https://matplotlib.org)
/Producer (Matplotlib pdf backend v3.10.1)
/CreationDate (D:20250724150048+02'00') >>
endobj
xref
0 14
0000000000 65535 f
0000000016 00000 n
0000000971 00000 n
0000000866 00000 n
0000000887 00000 n
0000000908 00000 n
0000000929 00000 n
0000000950 00000 n
0000000065 00000 n
0000000330 00000 n
0000000846 00000 n
0000000208 00000 n
0000000826 00000 n
0000001031 00000 n
trailer
<< /Size 14 /Root 1 0 R /Info 13 0 R >>
startxref
1190
%%EOF

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,70 @@
%PDF-1.4
%† Ǽ
1 0 obj
<< /Type /Catalog /Pages 2 0 R >>
endobj
8 0 obj
<< /Font 3 0 R /XObject 7 0 R /ExtGState 4 0 R /Pattern 5 0 R
/Shading 6 0 R /ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] >>
endobj
11 0 obj
<< /Type /Page /Parent 2 0 R /Resources 8 0 R /MediaBox [ 0 0 144 144 ]
/Contents 9 0 R /Annots 10 0 R >>
endobj
9 0 obj
<< /Length 12 0 R /Filter /FlateDecode >>
stream
<EFBFBD>”MnÛ0…÷sŠ9<C5A0>2CÎï¶-àuÛEØnƒ(@S ½~ÁÅŽ`]”È'~ï
Gzøtüýãñøåð?~…‡ËÓã/`|Æ3>!ád< ã W`$|îc»ž<C2BB>æøà?±É¶Å×#~äŲrJEZH¤$™º -,™RjÉÄ×3rGà_˜ž$º% ”è†æÐ&á´„³($m»”ÂnÆHSr„{ãßUÂN9<4E>+¤uHÚ@n¦¡ÎΚTªh<C2AA>R#³X*¤¥ˆj¡Ôªƒ}G ;倾?‰NÝ\LSƒžaY©çÑw.ÒèL¢®l“~[ ;å¨îz5­W{}¶±‘!©\½¶¸¬V\FÜ.Ïí×ëL}ÿ
·áÇñrÚØªY/Õ hË¡E<ƒUfÈ;JØ)'v½Ô¶Ýtðfd3Ö
8Q„ׄ”Í‹Ôê­]•(<28>Ùr¸£„<C2A3>r”s½Žûþcåñ]ªµ7[Ï:¥§Pw
õjuÆ¿­<EFBFBD>rb×ë°ûæc36[œ˜j<CB9C>µ¾ªÎlÕ¬jµ¤ˆà²µøM%씼^Ê~ùݼyÙÌÁ >Ã_<¸÷û
endstream
endobj
12 0 obj
443
endobj
10 0 obj
[ ]
endobj
3 0 obj
<< >>
endobj
4 0 obj
<< >>
endobj
5 0 obj
<< >>
endobj
6 0 obj
<< >>
endobj
7 0 obj
<< >>
endobj
2 0 obj
<< /Type /Pages /Kids [ 11 0 R ] /Count 1 >>
endobj
13 0 obj
<< /Creator (Matplotlib v3.10.1, https://matplotlib.org)
/Producer (Matplotlib pdf backend v3.10.1)
/CreationDate (D:20250724150046+02'00') >>
endobj
xref
0 14
0000000000 65535 f
0000000016 00000 n
0000000993 00000 n
0000000888 00000 n
0000000909 00000 n
0000000930 00000 n
0000000951 00000 n
0000000972 00000 n
0000000065 00000 n
0000000330 00000 n
0000000868 00000 n
0000000208 00000 n
0000000848 00000 n
0000001053 00000 n
trailer
<< /Size 14 /Root 1 0 R /Info 13 0 R >>

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,71 @@
%PDF-1.4
%† Ǽ
1 0 obj
<< /Type /Catalog /Pages 2 0 R >>
endobj
8 0 obj
<< /Font 3 0 R /XObject 7 0 R /ExtGState 4 0 R /Pattern 5 0 R
/Shading 6 0 R /ProcSet [ /PDF /Text /ImageB /ImageC /ImageI ] >>
endobj
11 0 obj
<< /Type /Page /Parent 2 0 R /Resources 8 0 R /MediaBox [ 0 0 144 144 ]
/Contents 9 0 R /Annots 10 0 R >>
endobj
9 0 obj
<< /Length 12 0 R /Filter /FlateDecode >>
stream
<EFBFBD>”ËnA E÷þ
ÁÄ.»üØÒ¬<C392>Í¢t$¿<>ê•™´&ˆE«úqÛçúººï><3E>~ÿ¸?}9~À<>_áîruÿ <1F>ñ ‘ð2‘ñ 7`U$|êk;ž€æúà ?±ÉÖ×~Ãg¤C:9IõZµ¸r©"†tŠæÌŠ/È<>y„ÿ~cºÒè¦4P£[šK» çVNU£DrénÌŠŠ×va.¤ŵxW ;å@n<>Ö!i¹LCƒíV$“Ü[+æÎU³µR\¤šOöm%ì”úv<16>º\LS<4C>nd颭fI)ÙRU¦PÎ<50>ôw”°SŽt·ëVÓzÚséw»1ÈC…ÅéP¸ZXqí³þ÷ãY~»î©×_¸…ïM¶¬
cmÖYÅ“¢÷HV¥¦º<C2A6>o a'œÐíl;éØecÙ6«•¥X«ªéZ”¬±d%%±\¾­<C2AD>r„¹]7ûöcaz%)æéÚ·PRhZOÔI«W¶I¿­<C2AD>rb·ëföÕÇ267x¡p«Ñ>Ï*®}³hjPúÚß·„°Nìv ýò³yu²¬Á>Ã_·7ø
endstream
endobj
12 0 obj
441
endobj
10 0 obj
[ ]
endobj
3 0 obj
<< >>
endobj
4 0 obj
<< >>
endobj
5 0 obj
<< >>
endobj
6 0 obj
<< >>
endobj
7 0 obj
<< >>
endobj
2 0 obj
<< /Type /Pages /Kids [ 11 0 R ] /Count 1 >>
endobj
13 0 obj
<< /Creator (Matplotlib v3.10.1, https://matplotlib.org)
/Producer (Matplotlib pdf backend v3.10.1)
/CreationDate (D:20250724150051+02'00') >>
endobj
xref
0 14
0000000000 65535 f
0000000016 00000 n
0000000991 00000 n
0000000886 00000 n
0000000907 00000 n
0000000928 00000 n
0000000949 00000 n
0000000970 00000 n
0000000065 00000 n
0000000330 00000 n
0000000866 00000 n
0000000208 00000 n
0000000846 00000 n
0000001051 00000 n
trailer
<< /Size 14 /Root 1 0 R /Info 13 0 R >>
startxref
1210
%%EOF

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 51 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 61 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 32 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 20 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 64 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 92 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 39 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.0 KiB

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

After

Width:  |  Height:  |  Size: 43 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 53 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 65 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 52 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 58 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 33 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 19 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 68 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 97 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 29 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 23 KiB

Some files were not shown because too many files have changed in this diff Show More