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.

View File

@@ -9,7 +9,7 @@
%
% use as
% \documentclass[times,10pt,twocolumn]{article}
% \usepackage[options]{ICCV}
% \usepackage[options]{cvpr}
% \usepackage{times}
%
% "options" should be replaced by
@@ -25,7 +25,7 @@
% ---------------------------------------------------------------
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesPackage{iccv}[2025 LaTeX class for IEEE ICCV]
\ProvidesPackage{cvpr}[2026 LaTeX class for IEEE CVPR]
\RequirePackage{times} % Integrate Times for here
\RequirePackage{xspace}
@@ -50,20 +50,20 @@
\RequirePackage[font=footnotesize,skip=3pt,subrefformat=parens]{subcaption}
\newtoggle{iccvfinal} % Camera-ready version
\newtoggle{iccvrebuttal} % Rebuttal
\newtoggle{iccvpagenumbers} % Force page numbers (in camera ready)
\toggletrue{iccvfinal}
\togglefalse{iccvrebuttal}
\togglefalse{iccvpagenumbers}
\DeclareOption{review}{\togglefalse{iccvfinal}\toggletrue{iccvpagenumbers}}
\DeclareOption{rebuttal}{\togglefalse{iccvfinal}\toggletrue{iccvrebuttal}}
\DeclareOption{pagenumbers}{\toggletrue{iccvpagenumbers}}
\DeclareOption*{\PackageWarning{iccv}{Unkown option `\CurrentOption'}}
\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{iccvrebuttal}{%
\iftoggle{cvprrebuttal}{%
\ActivateWarningFilters[rebuttal]
}{}
@@ -212,19 +212,19 @@
% ---------------------------------------------------------------
\typeout{ICCV 8.5 x 11-Inch Proceedings Style `iccv.sty'.}
\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\iccvtenhv = phvb at 8pt % *** IF THIS FAILS, SEE iccv.sty ***
\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\iccvtenhv = phvb7t at 8pt
%\font\cvprtenhv = phvb7t at 8pt
%\font\elvbf = ptmb7t scaled 1100
%\font\tenbf = ptmb7t scaled 1000
@@ -241,37 +241,37 @@
% Suppress page numbers when the appropriate option is given
\iftoggle{iccvpagenumbers}{}{%
\iftoggle{cvprpagenumbers}{}{%
\pagestyle{empty}
}
\AtBeginDocument{%
% Print an error if document class other than article is used
\@ifclassloaded{article}{}{%
\PackageError{iccv}{Package only meant to be used with document class `article'}{Change document class to `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{iccv}{Incorrect font size specified - ICCV requires 10-point fonts. Please load document class `article' with `10pt' option}
\PackageWarningNoLine{cvpr}{Incorrect font size specified - CVPR requires 10-point fonts. Please load document class `article' with `10pt' option}
}
\@ifclasswith{article}{twocolumn}{}{%
\PackageWarningNoLine{iccv}{Single column document - ICCV requires papers to have two-column layout. Please load document class `article' with `twocolumn' option}
\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{iccv}{Incorrect paper size - ICCV uses paper size `letter'. Please load document class `article' with `letterpaper' option}
\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{iccvfinal}{%
\iftoggle{cvprfinal}{%
\@ifpackageloaded{hyperref}{}{%
\PackageWarningNoLine{iccv}{Package `hyperref' is not loaded, but highly recommended for camera-ready version}
\PackageWarningNoLine{cvpr}{Package `hyperref' is not loaded, but highly recommended for camera-ready version}
}
}{%
\@ifpackageloaded{hyperref}{
\@ifpackagewith{hyperref}{pagebackref}{}{
\PackageWarningNoLine{iccv}{Package `hyperref' is not loaded with option `pagebackref', which is strongly recommended for review version}
\PackageWarningNoLine{cvpr}{Package `hyperref' is not loaded with option `pagebackref', which is strongly recommended for review version}
}
}{%
\PackageWarningNoLine{iccv}{Package `hyperref' is not loaded, but strongly recommended for review version}
\PackageWarningNoLine{cvpr}{Package `hyperref' is not loaded, but strongly recommended for review version}
}
}
}
@@ -279,19 +279,19 @@
\def\@maketitle{
\newpage
\null
\iftoggle{iccvrebuttal}{\vspace*{-.3in}}{\vskip .375in}
\iftoggle{cvprrebuttal}{\vspace*{-.3in}}{\vskip .375in}
\begin{center}
% smaller title font only for rebuttal
\iftoggle{iccvrebuttal}{{\large \bf \@title \par}}{{\Large \bf \@title \par}}
\iftoggle{cvprrebuttal}{{\large \bf \@title \par}}{{\Large \bf \@title \par}}
% additional two empty lines at the end of the title
\iftoggle{iccvrebuttal}{\vspace*{-22pt}}{\vspace*{24pt}}{
\iftoggle{cvprrebuttal}{\vspace*{-22pt}}{\vspace*{24pt}}{
\large
\lineskip .5em
\begin{tabular}[t]{c}
\iftoggle{iccvfinal}{
\iftoggle{cvprfinal}{
\@author
}{
\iftoggle{iccvrebuttal}{}{
\iftoggle{cvprrebuttal}{}{
Anonymous \confName~submission\\
\vspace*{1pt}\\
Paper ID \paperID
@@ -309,7 +309,7 @@
\def\abstract{%
% Suppress page numbers when the appropriate option is given
\iftoggle{iccvpagenumbers}{}{%
\iftoggle{cvprpagenumbers}{}{%
\thispagestyle{empty}
}
\centerline{\large\bf Abstract}%
@@ -325,26 +325,26 @@
\def\affiliation#1{\gdef\@affiliation{#1}} \gdef\@affiliation{}
% correct heading spacing and type
\def\iccvsection{\@startsection {section}{1}{\z@}
\def\cvprsection{\@startsection {section}{1}{\z@}
{-10pt plus -2pt minus -2pt}{7pt} {\large\bf}}
\def\iccvssect#1{\iccvsection*{#1}}
\def\iccvsect#1{\iccvsection{\texorpdfstring{\hskip -1em.~}{}#1}}
\def\section{\@ifstar\iccvssect\iccvsect}
\def\cvprssect#1{\cvprsection*{#1}}
\def\cvprsect#1{\cvprsection{\texorpdfstring{\hskip -1em.~}{}#1}}
\def\section{\@ifstar\cvprssect\cvprsect}
\def\iccvsubsection{\@startsection {subsection}{2}{\z@}
\def\cvprsubsection{\@startsection {subsection}{2}{\z@}
{-8pt plus -2pt minus -2pt}{5pt} {\elvbf}}
\def\iccvssubsect#1{\iccvsubsection*{#1}}
\def\iccvsubsect#1{\iccvsubsection{\texorpdfstring{\hskip -1em.~}{}#1}}
\def\subsection{\@ifstar\iccvssubsect\iccvsubsect}
\def\cvprssubsect#1{\cvprsubsection*{#1}}
\def\cvprsubsect#1{\cvprsubsection{\texorpdfstring{\hskip -1em.~}{}#1}}
\def\subsection{\@ifstar\cvprssubsect\cvprsubsect}
\def\iccvsubsubsection{\@startsection {subsubsection}{3}{\z@}
\def\cvprsubsubsection{\@startsection {subsubsection}{3}{\z@}
{-6pt plus -2pt minus -2pt}{3pt} {\tenbf}}
\def\iccvssubsubsect#1{\iccvsubsubsection*{#1}}
\def\iccvsubsubsect#1{\iccvsubsubsection{\texorpdfstring{\hskip -1em.~}{}#1}}
\def\subsubsection{\@ifstar\iccvssubsubsect\iccvsubsubsect}
\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{iccvfinal}{
\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).
@@ -355,9 +355,9 @@
}{
% ----- define vruler
\makeatletter
\newbox\iccvrulerbox
\newcount\iccvrulercount
\newdimen\iccvruleroffset
\newbox\cvprrulerbox
\newcount\cvprrulercount
\newdimen\cvprruleroffset
\newdimen\cv@lineheight
\newdimen\cv@boxheight
\newbox\cv@tmpbox
@@ -378,8 +378,8 @@
%% Define linenumber setup
\RequirePackage[switch,mathlines]{lineno}
% Line numbers in ICCV blue using font from \iccvtenhv
\renewcommand\linenumberfont{\iccvtenhv\color[rgb]{.5,.5,1}}
% Line numbers in CVPR blue using font from \cvprtenhv
\renewcommand\linenumberfont{\cvprtenhv\color[rgb]{.5,.5,1}}
\renewcommand\thelinenumber{\fillzeros[3]{\arabic{linenumber}}}
@@ -426,7 +426,7 @@
}
% \makevruler[<SCALE>][<INITIAL_COUNT>][<STEP>][<DIGITS>][<HEIGHT>]
\def\iccvruler#1{\makevruler[12pt][#1][1][3][0.993\textheight]\usebox{\iccvrulerbox}}
\def\cvprruler#1{\makevruler[12pt][#1][1][3][0.993\textheight]\usebox{\cvprrulerbox}}
\AddToShipoutPicture{%
\color[rgb]{.5,.5,1}
@@ -436,11 +436,11 @@
\put(\LenToUnit{\textwidth-12pt},\LenToUnit{45pt}){\pid}
}
\AtTextUpperLeft{%confidential
\put(0,\LenToUnit{1cm}){\parbox{\textwidth}{\centering\iccvtenhv
\put(0,\LenToUnit{1cm}){\parbox{\textwidth}{\centering\cvprtenhv
\confName~\confYear~Submission \#\paperID. CONFIDENTIAL REVIEW COPY. DO NOT DISTRIBUTE.}}
}
}
} % end of not iccvfinal
} % end of not cvprfinal
%%% Make figure placement a little more predictable.
% We trust the user to move figures if this results

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

View File

@@ -43,9 +43,9 @@ endobj
<< /Type /Pages /Kids [ 11 0 R ] /Count 1 >>
endobj
13 0 obj
<< /Creator (Matplotlib v3.9.4, https://matplotlib.org)
/Producer (Matplotlib pdf backend v3.9.4)
/CreationDate (D:20250227094747+02'00') >>
<< /Creator (Matplotlib v3.10.1, https://matplotlib.org)
/Producer (Matplotlib pdf backend v3.10.1)
/CreationDate (D:20250724150051+02'00') >>
endobj
xref
0 14
@@ -66,5 +66,5 @@ xref
trailer
<< /Size 14 /Root 1 0 R /Info 13 0 R >>
startxref
1208
1210
%%EOF

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

@@ -42,9 +42,9 @@ endobj
<< /Type /Pages /Kids [ 11 0 R ] /Count 1 >>
endobj
13 0 obj
<< /Creator (Matplotlib v3.9.4, https://matplotlib.org)
/Producer (Matplotlib pdf backend v3.9.4)
/CreationDate (D:20250227094746+02'00') >>
<< /Creator (Matplotlib v3.10.1, https://matplotlib.org)
/Producer (Matplotlib pdf backend v3.10.1)
/CreationDate (D:20250724150050+02'00') >>
endobj
xref
0 14
@@ -65,5 +65,5 @@ xref
trailer
<< /Size 14 /Root 1 0 R /Info 13 0 R >>
startxref
1204
1206
%%EOF

View File

@@ -42,9 +42,9 @@ endobj
<< /Type /Pages /Kids [ 11 0 R ] /Count 1 >>
endobj
13 0 obj
<< /Creator (Matplotlib v3.9.4, https://matplotlib.org)
/Producer (Matplotlib pdf backend v3.9.4)
/CreationDate (D:20250227094746+02'00') >>
<< /Creator (Matplotlib v3.10.1, https://matplotlib.org)
/Producer (Matplotlib pdf backend v3.10.1)
/CreationDate (D:20250724150050+02'00') >>
endobj
xref
0 14
@@ -65,5 +65,5 @@ xref
trailer
<< /Size 14 /Root 1 0 R /Info 13 0 R >>
startxref
1197
1199
%%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>”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.

View File

@@ -42,9 +42,9 @@ endobj
<< /Type /Pages /Kids [ 11 0 R ] /Count 1 >>
endobj
13 0 obj
<< /Creator (Matplotlib v3.9.4, https://matplotlib.org)
/Producer (Matplotlib pdf backend v3.9.4)
/CreationDate (D:20250227094745+02'00') >>
<< /Creator (Matplotlib v3.10.1, https://matplotlib.org)
/Producer (Matplotlib pdf backend v3.10.1)
/CreationDate (D:20250724150049+02'00') >>
endobj
xref
0 14
@@ -65,5 +65,5 @@ xref
trailer
<< /Size 14 /Root 1 0 R /Info 13 0 R >>
startxref
1168
1170
%%EOF

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 >>

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

@@ -43,9 +43,9 @@ endobj
<< /Type /Pages /Kids [ 11 0 R ] /Count 1 >>
endobj
13 0 obj
<< /Creator (Matplotlib v3.9.4, https://matplotlib.org)
/Producer (Matplotlib pdf backend v3.9.4)
/CreationDate (D:20250227094745+02'00') >>
<< /Creator (Matplotlib v3.10.1, https://matplotlib.org)
/Producer (Matplotlib pdf backend v3.10.1)
/CreationDate (D:20250724150049+02'00') >>
endobj
xref
0 14
@@ -66,5 +66,5 @@ xref
trailer
<< /Size 14 /Root 1 0 R /Info 13 0 R >>
startxref
1204
1206
%%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
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

View File

@@ -43,9 +43,9 @@ endobj
<< /Type /Pages /Kids [ 11 0 R ] /Count 1 >>
endobj
13 0 obj
<< /Creator (Matplotlib v3.9.4, https://matplotlib.org)
/Producer (Matplotlib pdf backend v3.9.4)
/CreationDate (D:20250227094744+02'00') >>
<< /Creator (Matplotlib v3.10.1, https://matplotlib.org)
/Producer (Matplotlib pdf backend v3.10.1)
/CreationDate (D:20250724150048+02'00') >>
endobj
xref
0 14
@@ -66,5 +66,5 @@ xref
trailer
<< /Size 14 /Root 1 0 R /Info 13 0 R >>
startxref
1188
1190
%%EOF

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 >>

View File

@@ -44,9 +44,9 @@ endobj
<< /Type /Pages /Kids [ 11 0 R ] /Count 1 >>
endobj
13 0 obj
<< /Creator (Matplotlib v3.9.4, https://matplotlib.org)
/Producer (Matplotlib pdf backend v3.9.4)
/CreationDate (D:20250227094746+02'00') >>
<< /Creator (Matplotlib v3.10.1, https://matplotlib.org)
/Producer (Matplotlib pdf backend v3.10.1)
/CreationDate (D:20250724150051+02'00') >>
endobj
xref
0 14
@@ -67,5 +67,5 @@ xref
trailer
<< /Size 14 /Root 1 0 R /Info 13 0 R >>
startxref
1208
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