Resource inclusion stuff done
This commit is contained in:
parent
783b1127e5
commit
2d243a5b42
20 changed files with 18796 additions and 6 deletions
1
chapter-qkd/.gitignore
vendored
1
chapter-qkd/.gitignore
vendored
|
|
@ -1 +1,2 @@
|
|||
version.tex
|
||||
*-converted-to.pdf
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ all: chapter.pdf
|
|||
|
||||
.PHONY: preview
|
||||
preview:
|
||||
pdflatex -shell-escape chapter.tex
|
||||
pdflatex -shell-escape '\def\thesispreviewmode{}\input{chapter.tex}'
|
||||
|
||||
version.tex: chapter.tex
|
||||
echo "${VERSION_STRING}" > $@
|
||||
|
|
|
|||
|
|
@ -134,12 +134,18 @@
|
|||
\graphicspath{{\figurepath}}
|
||||
\newcommand{\figureattrib}[1]{%
|
||||
\input{\figurepath/#1.latex_meta} %
|
||||
\footnotesize Resource: %
|
||||
\scriptsize
|
||||
\ifdefined\thesispreviewmode\resourcestate\ \resourcescale\\\fi%
|
||||
Resource: %
|
||||
\texttt{\resourcerepo/\resourcepath} %
|
||||
rev \texttt{\resourcerev} %
|
||||
(\underline{\href{\resourceurl}{link}})%
|
||||
}
|
||||
|
||||
\newcommand{\draftgraphics}{\textcolor{red}{\bfseries Not final graphics;}}
|
||||
\newcommand{\camerareadygraphics}{Camera-ready graphics;}
|
||||
\newcommand{\scaledgraphics}[1]{\ifdefined\thesispreviewmode scaled-#1\else#1\fi}
|
||||
|
||||
\hyphenation{a-me-na-ble}
|
||||
|
||||
\begin{document}
|
||||
|
|
@ -602,14 +608,52 @@ provides a combined power and multi-fiber passthrough that is sufficient for QKD
|
|||
\subsection{Multi-fiber passthrough with active secondary mesh}
|
||||
|
||||
\begin{figure}
|
||||
\subcaptionbox[Rendering of the complete offset secondary mesh assembly with interlocking labyrinth.]{\figureattrib{render_side_1.png}}{\includegraphics[width=\textwidth]{render_side_1.png}}
|
||||
\subcaptionbox[Rendering of the complete offset secondary mesh assembly with interlocking labyrinth.]{\figureattrib{render_side_2.png}}{\includegraphics[width=\textwidth]{render_side_2.png}}
|
||||
\centering
|
||||
\subcaptionbox[Offset labyrinth mesh assembly render]{\figureattrib{render_side_1.png}}{\includegraphics[width=\textwidth]{\scaledgraphics{render_side_1.png}}}
|
||||
\subcaptionbox[Offset labyrinth mesh assembly render]{\figureattrib{render_side_2.png}}{\includegraphics[width=\textwidth]{\scaledgraphics{render_side_2.png}}}
|
||||
|
||||
\caption{
|
||||
Renderings of the complete offset secondary mesh assembly with interlocking labyrinth.
|
||||
Renderings of the complete offset labyrinth mesh assembly with interlocking labyrinth.
|
||||
}
|
||||
\end{figure}
|
||||
|
||||
\begin{figure}
|
||||
\centering
|
||||
\includegraphics[width=\textwidth]{\scaledgraphics{render_exp_1.png}}
|
||||
\caption[Offset labyrinth mesh assmbly exploded render]{\figureattrib{render_exp_1.png}}
|
||||
\end{figure}
|
||||
|
||||
\begin{figure}
|
||||
\centering
|
||||
\includegraphics[width=\textwidth]{\scaledgraphics{render_exp_2.png}}
|
||||
\caption[Offset labyrinth mesh assmbly exploded render]{\figureattrib{render_exp_2.png}}
|
||||
\end{figure}
|
||||
|
||||
\begin{figure}
|
||||
\centering
|
||||
\includegraphics[width=\textwidth]{example-image-10x16.pdf}
|
||||
\caption[Offset labyrinth mesh assmbly exploded render, section view]{\draftgraphics\\
|
||||
Section view of the labyrinth mesh assembly}
|
||||
\end{figure}
|
||||
|
||||
\begin{figure}
|
||||
\centering
|
||||
\includegraphics[width=\textwidth]{gear_plan_1.eps}
|
||||
\caption[Offset overlapping gear mesh assmbly schema]{\figureattrib{gear_plan_1.svg}}
|
||||
\end{figure}
|
||||
|
||||
\begin{figure}
|
||||
\centering
|
||||
\includegraphics[width=\textwidth]{gear_plan_2.eps}
|
||||
\caption[Offset overlapping gear mesh schedule]{\figureattrib{gear_plan_2.svg}}
|
||||
\end{figure}
|
||||
|
||||
\begin{figure}
|
||||
\centering
|
||||
\includegraphics[width=\textwidth]{schema_wire.eps}
|
||||
\caption[Offset labyrinth mesh schema with fiber layout]{\figureattrib{schema_wire.svg}}
|
||||
\end{figure}
|
||||
|
||||
\section{Outlook}
|
||||
|
||||
\newpage
|
||||
|
|
|
|||
776
chapter-qkd/figures/gear_plan_1.eps
Normal file
776
chapter-qkd/figures/gear_plan_1.eps
Normal file
|
|
@ -0,0 +1,776 @@
|
|||
%!PS-Adobe-3.0 EPSF-3.0
|
||||
%%Creator: cairo 1.18.0 (https://cairographics.org)
|
||||
%%CreationDate: Tue Aug 27 16:21:39 2024
|
||||
%%Pages: 1
|
||||
%%DocumentData: Clean7Bit
|
||||
%%LanguageLevel: 2
|
||||
%%BoundingBox: 8 8 576 463
|
||||
%%EndComments
|
||||
%%BeginProlog
|
||||
50 dict begin
|
||||
/q { gsave } bind def
|
||||
/Q { grestore } bind def
|
||||
/cm { 6 array astore concat } bind def
|
||||
/w { setlinewidth } bind def
|
||||
/J { setlinecap } bind def
|
||||
/j { setlinejoin } bind def
|
||||
/M { setmiterlimit } bind def
|
||||
/d { setdash } bind def
|
||||
/m { moveto } bind def
|
||||
/l { lineto } bind def
|
||||
/c { curveto } bind def
|
||||
/h { closepath } bind def
|
||||
/re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto
|
||||
0 exch rlineto 0 rlineto closepath } bind def
|
||||
/S { stroke } bind def
|
||||
/f { fill } bind def
|
||||
/f* { eofill } bind def
|
||||
/n { newpath } bind def
|
||||
/W { clip } bind def
|
||||
/W* { eoclip } bind def
|
||||
/BT { } bind def
|
||||
/ET { } bind def
|
||||
/BDC { mark 3 1 roll /BDC pdfmark } bind def
|
||||
/EMC { mark /EMC pdfmark } bind def
|
||||
/cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def
|
||||
/Tj { show currentpoint cairo_store_point } bind def
|
||||
/TJ {
|
||||
{
|
||||
dup
|
||||
type /stringtype eq
|
||||
{ show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse
|
||||
} forall
|
||||
currentpoint cairo_store_point
|
||||
} bind def
|
||||
/cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore
|
||||
cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def
|
||||
/Tf { pop /cairo_font exch def /cairo_font_matrix where
|
||||
{ pop cairo_selectfont } if } bind def
|
||||
/Td { matrix translate cairo_font_matrix matrix concatmatrix dup
|
||||
/cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point
|
||||
/cairo_font where { pop cairo_selectfont } if } bind def
|
||||
/Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def
|
||||
cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def
|
||||
/g { setgray } bind def
|
||||
/rg { setrgbcolor } bind def
|
||||
/d1 { setcachedevice } bind def
|
||||
/cairo_data_source {
|
||||
CairoDataIndex CairoData length lt
|
||||
{ CairoData CairoDataIndex get /CairoDataIndex CairoDataIndex 1 add def }
|
||||
{ () } ifelse
|
||||
} def
|
||||
/cairo_flush_ascii85_file { cairo_ascii85_file status { cairo_ascii85_file flushfile } if } def
|
||||
/cairo_image { image cairo_flush_ascii85_file } def
|
||||
/cairo_imagemask { imagemask cairo_flush_ascii85_file } def
|
||||
%%EndProlog
|
||||
%%BeginSetup
|
||||
%%BeginResource: font NotoSans-Regular
|
||||
11 dict begin
|
||||
/FontType 42 def
|
||||
/FontName /NotoSans-Regular def
|
||||
/PaintType 0 def
|
||||
/FontMatrix [ 1 0 0 1 0 0 ] def
|
||||
/FontBBox [ 0 0 0 0 ] def
|
||||
/Encoding 256 array def
|
||||
0 1 255 { Encoding exch /.notdef put } for
|
||||
Encoding 32 /space put
|
||||
Encoding 46 /period put
|
||||
Encoding 48 /zero put
|
||||
Encoding 49 /one put
|
||||
Encoding 50 /two put
|
||||
Encoding 51 /three put
|
||||
Encoding 53 /five put
|
||||
Encoding 54 /six put
|
||||
Encoding 56 /eight put
|
||||
Encoding 109 /m put
|
||||
Encoding 176 /degree put
|
||||
/CharStrings 12 dict dup begin
|
||||
/.notdef 0 def
|
||||
/one 1 def
|
||||
/two 2 def
|
||||
/zero 3 def
|
||||
/period 4 def
|
||||
/space 5 def
|
||||
/degree 6 def
|
||||
/six 7 def
|
||||
/three 8 def
|
||||
/eight 9 def
|
||||
/five 10 def
|
||||
/m 11 def
|
||||
end readonly def
|
||||
/sfnts [
|
||||
<000100000009008000030010637674201bc64267000006bc000001426670676d622f0d840000
|
||||
080000000e0c676c7966f89e069c0000009c0000062068656164265db6eb0000160c00000036
|
||||
686865610cb307940000164400000024686d7478195f02c000001668000000306c6f63610000
|
||||
210000001698000000346d61787002dd1089000016cc00000020707265700157099c000016ec
|
||||
000001100002005e000001f902ca00030007002a402700000003020003670002010102570002
|
||||
02015f04010102014f00000706050400030003110506172b33112111252111215e019bfe9801
|
||||
35fecb02cafd363302640000000100590000016302ca000c001b40180a0905030001014c0001
|
||||
01754d00000076004e1a10020e182b212311343637060607072737330163560202101a144c2e
|
||||
c14901f32b341c1016113e3b96000000000100300000020802d4001b002a40270e0d02030102
|
||||
010003024c00010102610002027b4d000303005f00000076004e27252810040e1a2b21213537
|
||||
3e023534262322060727363633321615140606070715210208fe28bb364a264638344f292f2a
|
||||
6d4464742e523795016949bd365451303b3d24203b2331655938625f36930400000000020031
|
||||
fff6020b02d5000d0019001f401c00030301610001017b4d00020200610000007c004e242425
|
||||
23040e1a2b0114060623222635343636333216051416333236353426232206020b3068567973
|
||||
2f68557876fe7e4351504545505143016673a558c3ad74a457c1ae9392919492929200000001
|
||||
0048fff200c40079000b0013401000000001610001017c014e2422020e182b37343633321615
|
||||
14062322264824191a25251a192436251e1e2524202000000002003701a1017502d4000b0017
|
||||
0039b1066444402e0001000302010369050102000002590501020200610401000200510d0c01
|
||||
0013110c170d170705000b010b060e162bb10600441322263534363332161514062732363534
|
||||
26232206151416d64857564947585846302d2f2e312e2e01a155444456564444553b342a2c34
|
||||
342c2a3400020037fff6020d02d4001e002c003e403b080101000901020111010405034c0002
|
||||
00050402056900010100610000007b4d0601040403610003037c034e201f26241f2c202c2427
|
||||
2524070e1a2b13343e023332161715262623220e020733363633321615140623222626173236
|
||||
3534262322060615141616371b478065153310122d17455c351803061752405d727b68446e41
|
||||
f23f4e45452f4627224401314d95794804054b06062e50683b233171687080448c8651554450
|
||||
273c202b55370001002dfff6020302d4002a0040403d24010304030102030f0101020e010001
|
||||
044c250104014b000300020103026900040405610005057b4d00010100610000007c004e2524
|
||||
2124252a060e1c2b011406071516161514060623222627351616333236353426232335333236
|
||||
3534262322060727363633321601ed504456543a795f38602c2d68306055695f4546585b463c
|
||||
3a52282c267148706d022348550e040a58473e613611165216194b42433b4b4a3d3439221a3c
|
||||
1e2c640000030031fff6020a02d4001b002800350036403333231507040302014c0501020200
|
||||
61040100007b4d00030301610001017c014e1d1c01002d2b1c281d280f0d001b011b060e162b
|
||||
01321615140606071e0215140623222635343636372626353436361722061514161617363635
|
||||
342603141633323635342627270606011d5e78253e252c482b7f6b737c294427344938603c37
|
||||
47233c24344746cf4a4d494d524410424502d458532b403113153546315a69655b314834121e
|
||||
5542374b2847353225322310163e363235fe283445453734451a061c49000001003ffff60203
|
||||
02ca001e004440411c17020300160a02020309010102034c060100000302000369000505045f
|
||||
000404754d00020201610001017c014e01001b1a191814120e0c0705001e011e070e162b0132
|
||||
161514062322262735161633323635342623220607271321152107363601136e828d7e376121
|
||||
24672f4f61565d1c48162c1b0166fee511113a01b66e646f7f14135316194b4f464b0a051c01
|
||||
5150cf0308000000000100550000035602220021005db61e18020102014c4bb0195058401604
|
||||
01020200610706080300007e4d050302010176014e1b401a000606784d040102020061070802
|
||||
00007e4d050302010176014e59401701001d1b17161514110f0d0c0907050400210121090e16
|
||||
2b0132161511231134232206151123113423220615112311331733363633321733363602a15b
|
||||
5a576d4e43576e513e58470d051955307e26051b5d02225d68fea301597f5a56fed801597f64
|
||||
5efeea0218492a295a2e2c000000000000000000000000000000000000000000000000000000
|
||||
0000000000000000000000000000000000000000000000000000000000000000000000000000
|
||||
000000000000000000000000005d005d0049004902ca000002180000ff1002d5fff60222fff6
|
||||
ff100018001800180018021c002a021c002a005c005c004b004b023c00000245fff8005c005c
|
||||
004b004b023c023c0000000002450245fff80000005b005b0049004902cafff602f80218fff6
|
||||
ff1002d5fff602fd0222fff6ff1000480048003e003e016800e8ffa0ff10016800e8ff9aff10
|
||||
00480048003e003e011f011f005b005b0049004902ca000002ec02180000ff1002d5fff602ec
|
||||
0222fff6ff10003b003b002c002c012aff7e016100e2ffa0ff100132ff76016100e8ff9aff10
|
||||
003b003b002c002c02cb01a002e00261011f008f02e0019802e002670119008f0000b0002c20
|
||||
b0005558455920204bb8000e514bb006535a58b0341bb028596066208a5558b0022561b90800
|
||||
0800636323621b2121b00059b000432344b20001004360422db0012cb02060662db0022c2321
|
||||
23212db0032c2064b3031415004243b0134320606042b102144342b1250343b00243547820b0
|
||||
0c23b00243436164b0045078b2020202436042b021651c21b0024343b20e1501421c20b00243
|
||||
2342b213011343604223b00050586559b21601024360422db0042cb0032bb015435823212321
|
||||
b016434323b000505865591b206420b0c050b004265ab228010d43456345b006455821b00325
|
||||
59525b582123211b8a5820b050505821b040591b20b038505821b038595920b1010d43456345
|
||||
6164b028505821b1010d4345634520b030505821b030591b20b0c050582066208a8a6120b00a
|
||||
5058601b20b020505821b00a601b20b036505821b036601b605959591bb00225b00c4363b000
|
||||
5258b0004bb00a505821b00c431b4bb01e505821b01e4b61b8100063b00c4363b80500625959
|
||||
646159b0012b595923b00050586559592064b016432342592db0052c204520b00425616420b0
|
||||
07435058b0072342b00823421b212159b001602db0062c23212321b0032b2064b107624220b0
|
||||
082342b00645581bb1010d434563b1010d43b00a604563b0052a2120b00843208a208ab0012b
|
||||
b1300525b00426515860501b615259582359215920b0405358b0012b1b21b0405923b0005058
|
||||
65592db0072cb009432bb20002004360422db0082cb00923422320b000234261b0026266b001
|
||||
63b00160b0072a2db0092c20204520b00e4363b804006220b0005058b040605966b001636044
|
||||
b001602db00a2cb2090e004345422a21b20001004360422db00b2cb000432344b20001004360
|
||||
422db00c2c20204520b0012b23b00043b004256020458a2361206420b020505821b0001bb030
|
||||
5058b0201bb040595923b00050586559b0032523614444b001602db00d2c20204520b0012b23
|
||||
b00043b004256020458a23612064b0245058b0001bb0405923b00050586559b0032523614444
|
||||
b001602db00e2c20b0002342b30d0c0003455058211b2321592a212db00f2cb1020245b06461
|
||||
442db0102cb001602020b00f434ab000505820b00f234259b010434ab000525820b010234259
|
||||
2db0112c20b0106266b0016320b80400638a2361b0114360208a6020b0112342232db0122c4b
|
||||
5458b10464445924b00d6523782db0132c4b51584b5358b1046444591b215924b0136523782d
|
||||
b0142cb10012435558b1121243b0016142b0112b59b00043b0022542b10f022542b110022542
|
||||
b001162320b003255058b101004360b00425428a8a208a2361b0102a2123b00161208a2361b0
|
||||
102a211bb101004360b0022542b0022561b0102a2159b00f4347b010434760b0026220b00050
|
||||
58b040605966b0016320b00e4363b804006220b0005058b040605966b0016360b10000132344
|
||||
b00143b0003eb20101014360422db0152c00b10002455458b01223422045b00e2342b00d23b0
|
||||
0a60422060b718180100110013004242428a6020b0142342b00161b114082bb08b2b1b22592d
|
||||
b0162cb100152b2db0172cb101152b2db0182cb102152b2db0192cb103152b2db01a2cb10415
|
||||
2b2db01b2cb105152b2db01c2cb106152b2db01d2cb107152b2db01e2cb108152b2db01f2cb1
|
||||
09152b2db02b2c2320b0106266b00163b006604b545823202eb0015d1b2121592db02c2c2320
|
||||
b0106266b00163b016604b545823202eb001711b2121592db02d2c2320b0106266b00163b026
|
||||
604b545823202eb001721b2121592db0202c00b00f2bb10002455458b01223422045b00e2342
|
||||
b00d23b00a60422060b00161b518180100110042428a60b114082bb08b2b1b22592db0212cb1
|
||||
00202b2db0222cb101202b2db0232cb102202b2db0242cb103202b2db0252cb104202b2db026
|
||||
2cb105202b2db0272cb106202b2db0282cb107202b2db0292cb108202b2db02a2cb109202b2d
|
||||
b02e2c203cb001602db02f2c2060b01860204323b0016043b0022561b00160b02e2a212db030
|
||||
2cb02f2bb02f2a2db0312c2020472020b00e4363b804006220b0005058b040605966b0016360
|
||||
23613823208a555820472020b00e4363b804006220b0005058b040605966b00163602361381b
|
||||
21592db0322c00b10002455458b10e064542b00116b0312ab1050115455830591b22592db033
|
||||
2c00b00f2bb10002455458b10e064542b00116b0312ab1050115455830591b22592db0342c20
|
||||
35b001602db0352c00b10e064542b0014563b804006220b0005058b040605966b00163b0012b
|
||||
b00e4363b804006220b0005058b040605966b00163b0012bb00016b40000000000443e2338b1
|
||||
3401152a212db0362c203c204720b00e4363b804006220b0005058b040605966b0016360b000
|
||||
4361382db0372c2e173c2db0382c203c204720b00e4363b804006220b0005058b040605966b0
|
||||
016360b0004361b0014363382db0392cb102001625202e2047b0002342b00225498a8a472347
|
||||
23612058621b2159b0012342b238010115142a2db03a2cb00016b0172342b00425b004254723
|
||||
472361b10c0042b00b432b658a2e2320203c8a382db03b2cb00016b0172342b00425b0042520
|
||||
2e472347236120b0062342b10c0042b00b432b20b060505820b0405158b3042005201bb30426
|
||||
051a5942422320b00a43208a234723472361234660b00643b0026220b0005058b040605966b0
|
||||
01636020b0012b208a8a6120b00443606423b0054361645058b00443611bb005436059b00325
|
||||
b0026220b0005058b040605966b0016361232020b00426234661381b23b00a4346b00225b00a
|
||||
4347234723616020b00643b0026220b0005058b040605966b00163602320b0012b23b0064360
|
||||
b0012bb0052561b00525b0026220b0005058b040605966b00163b004266120b00425606423b0
|
||||
032560645058211b232159232020b0042623466138592db03c2cb00016b0172342202020b005
|
||||
26202e4723472361233c382db03d2cb00016b017234220b00a2342202020462347b0012b2361
|
||||
382db03e2cb00016b0172342b00325b002254723472361b00054582e203c23211bb00225b002
|
||||
25472347236120b00525b004254723472361b00625b0052549b0022561b90800080063632320
|
||||
58621b215963b804006220b0005058b040605966b0016360232e2320203c8a382321592db03f
|
||||
2cb00016b017234220b00a43202e47234723612060b0206066b0026220b0005058b040605966
|
||||
b001632320203c8a382db0402c23202e46b0022546b0174358501b525958203c592eb1300114
|
||||
2b2db0412c23202e46b0022546b0174358521b505958203c592eb13001142b2db0422c23202e
|
||||
46b0022546b0174358501b525958203c5923202e46b0022546b0174358521b505958203c592e
|
||||
b13001142b2db0432cb03a2b23202e46b0022546b0174358501b525958203c592eb13001142b
|
||||
2db0442cb03b2b8a20203cb00623428a3823202e46b0022546b0174358501b525958203c592e
|
||||
b13001142bb006432eb0302b2db0452cb00016b00425b0042620202046234761b00c23422e47
|
||||
23472361b00b432b23203c202e2338b13001142b2db0462cb10a042542b00016b00425b00425
|
||||
202e472347236120b0062342b10c0042b00b432b20b060505820b0405158b3042005201bb304
|
||||
26051a594242232047b00643b0026220b0005058b040605966b001636020b0012b208a8a6120
|
||||
b00443606423b0054361645058b00443611bb005436059b00325b0026220b0005058b0406059
|
||||
66b0016361b0022546613823203c23381b212020462347b0012b2361382159b13001142b2db0
|
||||
472cb1003a2b2eb13001142b2db0482cb1003b2b212320203cb00623422338b13001142bb006
|
||||
432eb0302b2db0492cb000152047b0002342b20001011514132eb0362a2db04a2cb000152047
|
||||
b0002342b20001011514132eb0362a2db04b2cb100011413b0372a2db04c2cb0392a2db04d2c
|
||||
b000164523202e20468a236138b13001142b2db04e2cb00a2342b04d2b2db04f2cb20000462b
|
||||
2db0502cb20001462b2db0512cb20100462b2db0522cb20101462b2db0532cb20000472b2db0
|
||||
542cb20001472b2db0552cb20100472b2db0562cb20101472b2db0572cb3000000432b2db058
|
||||
2cb3000100432b2db0592cb3010000432b2db05a2cb3010100432b2db05b2cb3000001432b2d
|
||||
b05c2cb3000101432b2db05d2cb3010001432b2db05e2cb3010101432b2db05f2cb20000452b
|
||||
2db0602cb20001452b2db0612cb20100452b2db0622cb20101452b2db0632cb20000482b2db0
|
||||
642cb20001482b2db0652cb20100482b2db0662cb20101482b2db0672cb3000000442b2db068
|
||||
2cb3000100442b2db0692cb3010000442b2db06a2cb3010100442b2db06b2cb3000001442b2d
|
||||
b06c2cb3000101442b2db06d2cb3010001442b2db06e2cb3010101442b2db06f2cb1003c2b2e
|
||||
b13001142b2db0702cb1003c2bb0402b2db0712cb1003c2bb0412b2db0722cb00016b1003c2b
|
||||
b0422b2db0732cb1013c2bb0402b2db0742cb1013c2bb0412b2db0752cb00016b1013c2bb042
|
||||
2b2db0762cb1003d2b2eb13001142b2db0772cb1003d2bb0402b2db0782cb1003d2bb0412b2d
|
||||
b0792cb1003d2bb0422b2db07a2cb1013d2bb0402b2db07b2cb1013d2bb0412b2db07c2cb101
|
||||
3d2bb0422b2db07d2cb1003e2b2eb13001142b2db07e2cb1003e2bb0402b2db07f2cb1003e2b
|
||||
b0412b2db0802cb1003e2bb0422b2db0812cb1013e2bb0402b2db0822cb1013e2bb0412b2db0
|
||||
832cb1013e2bb0422b2db0842cb1003f2b2eb13001142b2db0852cb1003f2bb0402b2db0862c
|
||||
b1003f2bb0412b2db0872cb1003f2bb0422b2db0882cb1013f2bb0402b2db0892cb1013f2bb0
|
||||
412b2db08a2cb1013f2bb0422b2db08b2cb20b0003455058b0061bb2040203455823211b2159
|
||||
59422bb00865b003245078b1050115455830592d00010000000203546e628a275f0f3cf50007
|
||||
03e800000000dd80d3e700000000e13d9c26fd93fe7b0af0042b000000060002000100000000
|
||||
00010000042dfedb00000b18fd93fd940af000010000000000000000000000000000000c0258
|
||||
005e023c0059023c0030023c0031010c00480104000001ac0037023c0037023c002d023c0031
|
||||
023c003f03a700550000000000000054000000a4000001280000019c000001dc000001dc0000
|
||||
026000000320000003dc000004b40000055c0000062000010000000c01180018006600060002
|
||||
009800fc008d000001890e0c00040001004bb800c85258b101018e59b001b9080008006370b1
|
||||
000742400c9e8e7e00685c4c0000300a002ab100074240169308830873086d02610651084506
|
||||
3d04350427070a0a2ab100074240169b068b067b067000670459064b04410239022e050a0a2a
|
||||
b1001142410c250021001d001b801880148011800f800d800a00000a000b2ab1001b42410c00
|
||||
40004000400040004000400040004000400040000a000b2ab90003000044b12401885158b040
|
||||
8858b90003006444b12801885158b808008858b90003000044591bb12701885158ba08800001
|
||||
044088635458b90003000044595959595940169506850675066f016304530647043f02370229
|
||||
050a0e2ab801ff85b0048db1020044b305640600444400>
|
||||
] def
|
||||
/f-0-0 currentdict end definefont pop
|
||||
%%EndResource
|
||||
%%EndSetup
|
||||
%%Page: 1 1
|
||||
%%BeginPageSetup
|
||||
%%PageBoundingBox: 8 8 576 463
|
||||
%%EndPageSetup
|
||||
q 8 8 568 455 rectclip
|
||||
1 0 0 -1 0 471 cm q
|
||||
0.678431 0.121569 0.121569 rg
|
||||
0.566929 w
|
||||
0 J
|
||||
0 j
|
||||
[] 0.0 d
|
||||
4 M q 1 0 0 1 0 0 cm
|
||||
462.047 235.277 m 462.047 360.52 360.52 462.047 235.277 462.047 c 110.031
|
||||
462.047 8.504 360.52 8.504 235.277 c 8.504 110.031 110.031 8.504 235.277
|
||||
8.504 c 360.52 8.504 462.047 110.031 462.047 235.277 c h
|
||||
462.047 235.277 m S Q
|
||||
0.121569 0.121569 0.678431 rg
|
||||
q 1 0 0 1 0 0 cm
|
||||
575.434 235.277 m 575.434 344.863 486.594 433.699 377.008 433.699 c 267.422
|
||||
433.699 178.582 344.863 178.582 235.277 c 178.582 125.688 267.422 36.852
|
||||
377.008 36.852 c 486.594 36.852 575.434 125.688 575.434 235.277 c h
|
||||
575.434 235.277 m S Q
|
||||
0 g
|
||||
q 1 0 0 1 0 0 cm
|
||||
240.125 242.262 m 242.414 240.672 243.781 238.062 243.781 235.277 c 243.781
|
||||
232.488 242.414 229.879 240.125 228.289 c S Q
|
||||
1 g
|
||||
BT
|
||||
0 -5.669291 -5.669291 0 250.968189 244.471185 Tm
|
||||
/f-0-0 1 Tf
|
||||
(1)Tj
|
||||
ET
|
||||
2.834646 w
|
||||
1 j
|
||||
q 0 -1 1 0 0 0 cm
|
||||
-242.457 250.969 m -242.941 250.969 l -242.941 248.141 l -242.941 247.977
|
||||
-242.941 247.844 -242.941 247.75 c -242.941 247.648 -242.938 247.543 -242.926
|
||||
247.438 c -242.988 247.5 -243.047 247.555 -243.098 247.594 c -243.141 247.637
|
||||
-243.199 247.688 -243.27 247.75 c -243.707 248.109 l -243.973 247.766 l
|
||||
-242.879 246.922 l -242.457 246.922 l h
|
||||
-242.457 250.969 m S Q
|
||||
BT
|
||||
0 -5.669291 -5.669291 0 250.968189 241.228348 Tm
|
||||
/f-0-0 1 Tf
|
||||
(2)Tj
|
||||
ET
|
||||
q 0 -1 1 0 0 0 cm
|
||||
-238.273 250.969 m -240.961 250.969 l -240.961 250.562 l -239.898 249.484
|
||||
l -239.691 249.277 -239.52 249.094 -239.383 248.938 c -239.238 248.781
|
||||
-239.129 248.625 -239.055 248.469 c -238.984 248.312 -238.945 248.148 -238.945
|
||||
247.969 c -238.945 247.75 -239.016 247.586 -239.148 247.469 c -239.285
|
||||
247.344 -239.457 247.281 -239.664 247.281 c -239.863 247.281 -240.039 247.32
|
||||
-240.195 247.391 c -240.344 247.453 -240.492 247.547 -240.648 247.672 c
|
||||
-240.914 247.344 l -240.75 247.211 -240.566 247.094 -240.367 247 c -240.16
|
||||
246.906 -239.926 246.859 -239.664 246.859 c -239.289 246.859 -238.992 246.961
|
||||
-238.773 247.156 c -238.555 247.344 -238.445 247.605 -238.445 247.938 c
|
||||
-238.445 248.148 -238.488 248.344 -238.57 248.531 c -238.656 248.719 -238.773
|
||||
248.906 -238.93 249.094 c -239.086 249.273 -239.27 249.461 -239.477 249.656
|
||||
c -240.32 250.5 l -240.32 250.516 l -238.273 250.516 l h
|
||||
-238.273 250.969 m S Q
|
||||
BT
|
||||
0 -5.669291 -5.669291 0 250.968189 237.98551 Tm
|
||||
/f-0-0 1 Tf
|
||||
(0)Tj
|
||||
ET
|
||||
q 0 -1 1 0 0 0 cm
|
||||
-235.016 248.938 m -235.016 249.375 -235.062 249.75 -235.156 250.062 c
|
||||
-235.25 250.375 -235.398 250.617 -235.594 250.781 c -235.781 250.949 -236.043
|
||||
251.031 -236.375 251.031 c -236.824 251.031 -237.156 250.852 -237.375 250.484
|
||||
c -237.594 250.109 -237.703 249.594 -237.703 248.938 c -237.703 248.5 -237.664
|
||||
248.125 -237.578 247.812 c -237.484 247.5 -237.34 247.266 -237.141 247.109
|
||||
c -236.945 246.945 -236.688 246.859 -236.375 246.859 c -235.918 246.859
|
||||
-235.578 247.043 -235.359 247.406 c -235.133 247.773 -235.016 248.281 -235.016
|
||||
248.938 c h
|
||||
-237.203 248.938 m -237.203 249.492 -237.141 249.906 -237.016 250.188 c
|
||||
-236.891 250.461 -236.68 250.594 -236.375 250.594 c -236.074 250.594 -235.855
|
||||
250.461 -235.719 250.188 c -235.586 249.918 -235.516 249.5 -235.516 248.938
|
||||
c -235.516 248.387 -235.586 247.977 -235.719 247.703 c -235.855 247.422
|
||||
-236.074 247.281 -236.375 247.281 c -236.68 247.281 -236.891 247.422 -237.016
|
||||
247.703 c -237.141 247.977 -237.203 248.387 -237.203 248.938 c h
|
||||
-237.203 248.938 m S Q
|
||||
BT
|
||||
0 -5.669291 -5.669291 0 250.968189 234.742673 Tm
|
||||
/f-0-0 1 Tf
|
||||
(.)Tj
|
||||
ET
|
||||
q 0 -1 1 0 0 0 cm
|
||||
-234.336 250.656 m -234.336 250.523 -234.305 250.43 -234.242 250.375 c
|
||||
-234.172 250.312 -234.086 250.281 -233.992 250.281 c -233.891 250.281 -233.805
|
||||
250.312 -233.742 250.375 c -233.672 250.43 -233.633 250.523 -233.633 250.656
|
||||
c -233.633 250.793 -233.672 250.891 -233.742 250.953 c -233.805 251.016
|
||||
-233.891 251.047 -233.992 251.047 c -234.086 251.047 -234.172 251.016 -234.242
|
||||
250.953 c -234.305 250.891 -234.336 250.793 -234.336 250.656 c h
|
||||
-234.336 250.656 m S Q
|
||||
BT
|
||||
0 -5.669291 -5.669291 0 250.968189 233.223304 Tm
|
||||
/f-0-0 1 Tf
|
||||
(0)Tj
|
||||
ET
|
||||
q 0 -1 1 0 0 0 cm
|
||||
-230.254 248.938 m -230.254 249.375 -230.301 249.75 -230.395 250.062 c
|
||||
-230.488 250.375 -230.637 250.617 -230.832 250.781 c -231.02 250.949 -231.281
|
||||
251.031 -231.613 251.031 c -232.062 251.031 -232.395 250.852 -232.613 250.484
|
||||
c -232.832 250.109 -232.941 249.594 -232.941 248.938 c -232.941 248.5 -232.902
|
||||
248.125 -232.816 247.812 c -232.723 247.5 -232.578 247.266 -232.379 247.109
|
||||
c -232.184 246.945 -231.926 246.859 -231.613 246.859 c -231.156 246.859
|
||||
-230.816 247.043 -230.598 247.406 c -230.371 247.773 -230.254 248.281 -230.254
|
||||
248.938 c h
|
||||
-232.441 248.938 m -232.441 249.492 -232.379 249.906 -232.254 250.188 c
|
||||
-232.129 250.461 -231.918 250.594 -231.613 250.594 c -231.312 250.594 -231.094
|
||||
250.461 -230.957 250.188 c -230.824 249.918 -230.754 249.5 -230.754 248.938
|
||||
c -230.754 248.387 -230.824 247.977 -230.957 247.703 c -231.094 247.422
|
||||
-231.312 247.281 -231.613 247.281 c -231.918 247.281 -232.129 247.422 -232.254
|
||||
247.703 c -232.379 247.977 -232.441 248.387 -232.441 248.938 c h
|
||||
-232.441 248.938 m S Q
|
||||
BT
|
||||
0 -5.669291 -5.669291 0 250.968189 229.980467 Tm
|
||||
/f-0-0 1 Tf
|
||||
( \260)Tj
|
||||
ET
|
||||
q 0 -1 1 0 0 0 cm
|
||||
-227.289 248.609 m -227.562 248.609 -227.781 248.531 -227.945 248.375 c
|
||||
-228.113 248.211 -228.195 247.996 -228.195 247.734 c -228.195 247.477 -228.117
|
||||
247.266 -227.961 247.109 c -227.797 246.945 -227.57 246.859 -227.289 246.859
|
||||
c -227.031 246.859 -226.816 246.945 -226.648 247.109 c -226.484 247.266
|
||||
-226.398 247.477 -226.398 247.734 c -226.398 247.996 -226.484 248.211 -226.648
|
||||
248.375 c -226.816 248.531 -227.031 248.609 -227.289 248.609 c h
|
||||
-227.289 248.266 m -227.113 248.266 -226.984 248.219 -226.898 248.125 c
|
||||
-226.805 248.023 -226.758 247.891 -226.758 247.734 c -226.758 247.57 -226.805
|
||||
247.438 -226.898 247.344 c -226.984 247.242 -227.113 247.188 -227.289 247.188
|
||||
c -227.477 247.188 -227.613 247.242 -227.695 247.344 c -227.781 247.438
|
||||
-227.82 247.57 -227.82 247.734 c -227.82 247.891 -227.781 248.023 -227.695
|
||||
248.125 c -227.613 248.219 -227.477 248.266 -227.289 248.266 c h
|
||||
-227.289 248.266 m S Q
|
||||
0 g
|
||||
BT
|
||||
0 -5.669291 -5.669291 0 250.968189 244.471185 Tm
|
||||
/f-0-0 1 Tf
|
||||
(120.0 \260)Tj
|
||||
ET
|
||||
0.566929 w
|
||||
0 j
|
||||
q 1 0 0 1 0 0 cm
|
||||
375.098 226.988 m 371.238 227.879 368.504 231.316 368.504 235.277 c 368.504
|
||||
239.234 371.238 242.672 375.098 243.562 c S Q
|
||||
1 g
|
||||
BT
|
||||
0 -5.669291 -5.669291 0 364.354016 244.471185 Tm
|
||||
/f-0-0 1 Tf
|
||||
(1)Tj
|
||||
ET
|
||||
2.834646 w
|
||||
1 j
|
||||
q 0 -1 1 0 0 0 cm
|
||||
-242.457 364.355 m -242.941 364.355 l -242.941 361.527 l -242.941 361.363
|
||||
-242.941 361.23 -242.941 361.137 c -242.941 361.035 -242.938 360.93 -242.926
|
||||
360.824 c -242.988 360.887 -243.047 360.941 -243.098 360.98 c -243.141
|
||||
361.023 -243.199 361.074 -243.27 361.137 c -243.707 361.496 l -243.973 361.152
|
||||
l -242.879 360.309 l -242.457 360.309 l h
|
||||
-242.457 364.355 m S Q
|
||||
BT
|
||||
0 -5.669291 -5.669291 0 364.354016 241.228348 Tm
|
||||
/f-0-0 1 Tf
|
||||
(6)Tj
|
||||
ET
|
||||
q 0 -1 1 0 0 0 cm
|
||||
-240.914 362.621 m -240.914 362.332 -240.891 362.043 -240.836 361.762 c
|
||||
-240.785 361.48 -240.691 361.227 -240.555 360.996 c -240.422 360.77 -240.234
|
||||
360.586 -239.992 360.449 c -239.754 360.316 -239.441 360.246 -239.055 360.246
|
||||
c -238.984 360.246 -238.898 360.254 -238.805 360.262 c -238.703 360.273
|
||||
-238.617 360.285 -238.555 360.293 c -238.555 360.73 l -238.629 360.699
|
||||
-238.707 360.68 -238.789 360.668 c -238.875 360.66 -238.961 360.652 -239.055
|
||||
360.652 c -239.316 360.652 -239.535 360.699 -239.711 360.793 c -239.879
|
||||
360.879 -240.016 360.996 -240.117 361.152 c -240.211 361.301 -240.285 361.473
|
||||
-240.336 361.668 c -240.379 361.867 -240.406 362.074 -240.414 362.293 c
|
||||
-240.383 362.293 l -240.301 362.168 -240.18 362.059 -240.023 361.965 c
|
||||
-239.867 361.871 -239.672 361.824 -239.43 361.824 c -239.078 361.824 -238.789
|
||||
361.934 -238.57 362.152 c -238.352 362.363 -238.242 362.664 -238.242 363.059
|
||||
c -238.242 363.477 -238.363 363.809 -238.602 364.059 c -238.832 364.301
|
||||
-239.145 364.418 -239.539 364.418 c -239.801 364.418 -240.035 364.355 -240.242
|
||||
364.23 c -240.441 364.098 -240.602 363.898 -240.727 363.637 c -240.852
|
||||
363.367 -240.914 363.027 -240.914 362.621 c h
|
||||
-239.539 363.996 m -239.301 363.996 -239.109 363.918 -238.961 363.762 c
|
||||
-238.816 363.605 -238.742 363.371 -238.742 363.059 c -238.742 362.801 -238.812
|
||||
362.598 -238.945 362.449 c -239.07 362.293 -239.266 362.215 -239.523 362.215
|
||||
c -239.703 362.215 -239.859 362.254 -239.992 362.324 c -240.129 362.398
|
||||
-240.234 362.492 -240.305 362.605 c -240.379 362.723 -240.414 362.836 -240.414
|
||||
362.949 c -240.414 363.117 -240.383 363.285 -240.32 363.449 c -240.25 363.605
|
||||
-240.148 363.738 -240.023 363.84 c -239.898 363.945 -239.738 363.996 -239.539
|
||||
363.996 c h
|
||||
-239.539 363.996 m S Q
|
||||
BT
|
||||
0 -5.669291 -5.669291 0 364.354016 237.98551 Tm
|
||||
/f-0-0 1 Tf
|
||||
(3)Tj
|
||||
ET
|
||||
q 0 -1 1 0 0 0 cm
|
||||
-235.188 361.246 m -235.188 361.527 -235.266 361.746 -235.422 361.902 c
|
||||
-235.57 362.059 -235.773 362.168 -236.031 362.23 c -236.031 362.246 l -235.711
|
||||
362.289 -235.469 362.395 -235.312 362.559 c -235.148 362.727 -235.062 362.941
|
||||
-235.062 363.199 c -235.062 363.441 -235.121 363.652 -235.234 363.84 c
|
||||
-235.34 364.02 -235.508 364.16 -235.734 364.262 c -235.965 364.363 -236.262
|
||||
364.418 -236.625 364.418 c -236.836 364.418 -237.031 364.395 -237.219 364.355
|
||||
c -237.398 364.324 -237.57 364.27 -237.734 364.184 c -237.734 363.73 l
|
||||
-237.559 363.816 -237.375 363.883 -237.188 363.934 c -236.992 363.977 -236.797
|
||||
363.996 -236.609 363.996 c -236.246 363.996 -235.984 363.93 -235.828 363.793
|
||||
c -235.664 363.648 -235.578 363.449 -235.578 363.199 c -235.578 362.941
|
||||
-235.684 362.758 -235.891 362.652 c -236.09 362.539 -236.367 362.48 -236.719
|
||||
362.48 c -237.109 362.48 l -237.109 362.059 l -236.719 362.059 l -236.387
|
||||
362.059 -236.137 361.992 -235.969 361.855 c -235.793 361.711 -235.703 361.523
|
||||
-235.703 361.293 c -235.703 361.098 -235.773 360.945 -235.906 360.84 c
|
||||
-236.031 360.727 -236.211 360.668 -236.438 360.668 c -236.656 360.668 -236.844
|
||||
360.699 -237 360.762 c -237.156 360.824 -237.309 360.91 -237.453 361.012
|
||||
c -237.703 360.668 l -237.559 360.555 -237.383 360.457 -237.172 360.371
|
||||
c -236.953 360.289 -236.711 360.246 -236.438 360.246 c -236.023 360.246
|
||||
-235.711 360.34 -235.5 360.527 c -235.293 360.715 -235.188 360.957 -235.188
|
||||
361.246 c h
|
||||
-235.188 361.246 m S Q
|
||||
BT
|
||||
0 -5.669291 -5.669291 0 364.354016 234.742673 Tm
|
||||
/f-0-0 1 Tf
|
||||
(.)Tj
|
||||
ET
|
||||
q 0 -1 1 0 0 0 cm
|
||||
-234.336 364.043 m -234.336 363.91 -234.305 363.816 -234.242 363.762 c
|
||||
-234.172 363.699 -234.086 363.668 -233.992 363.668 c -233.891 363.668 -233.805
|
||||
363.699 -233.742 363.762 c -233.672 363.816 -233.633 363.91 -233.633 364.043
|
||||
c -233.633 364.18 -233.672 364.277 -233.742 364.34 c -233.805 364.402 -233.891
|
||||
364.434 -233.992 364.434 c -234.086 364.434 -234.172 364.402 -234.242 364.34
|
||||
c -234.305 364.277 -234.336 364.18 -234.336 364.043 c h
|
||||
-234.336 364.043 m S Q
|
||||
BT
|
||||
0 -5.669291 -5.669291 0 364.354016 233.223304 Tm
|
||||
/f-0-0 1 Tf
|
||||
(6)Tj
|
||||
ET
|
||||
q 0 -1 1 0 0 0 cm
|
||||
-232.91 362.621 m -232.91 362.332 -232.887 362.043 -232.832 361.762 c -232.781
|
||||
361.48 -232.688 361.227 -232.551 360.996 c -232.418 360.77 -232.23 360.586
|
||||
-231.988 360.449 c -231.75 360.316 -231.438 360.246 -231.051 360.246 c
|
||||
-230.98 360.246 -230.895 360.254 -230.801 360.262 c -230.699 360.273 -230.613
|
||||
360.285 -230.551 360.293 c -230.551 360.73 l -230.625 360.699 -230.703
|
||||
360.68 -230.785 360.668 c -230.871 360.66 -230.957 360.652 -231.051 360.652
|
||||
c -231.312 360.652 -231.531 360.699 -231.707 360.793 c -231.875 360.879
|
||||
-232.012 360.996 -232.113 361.152 c -232.207 361.301 -232.281 361.473 -232.332
|
||||
361.668 c -232.375 361.867 -232.402 362.074 -232.41 362.293 c -232.379
|
||||
362.293 l -232.297 362.168 -232.176 362.059 -232.02 361.965 c -231.863 361.871
|
||||
-231.668 361.824 -231.426 361.824 c -231.074 361.824 -230.785 361.934 -230.566
|
||||
362.152 c -230.348 362.363 -230.238 362.664 -230.238 363.059 c -230.238
|
||||
363.477 -230.359 363.809 -230.598 364.059 c -230.828 364.301 -231.141 364.418
|
||||
-231.535 364.418 c -231.797 364.418 -232.031 364.355 -232.238 364.23 c
|
||||
-232.438 364.098 -232.598 363.898 -232.723 363.637 c -232.848 363.367 -232.91
|
||||
363.027 -232.91 362.621 c h
|
||||
-231.535 363.996 m -231.297 363.996 -231.105 363.918 -230.957 363.762 c
|
||||
-230.812 363.605 -230.738 363.371 -230.738 363.059 c -230.738 362.801 -230.809
|
||||
362.598 -230.941 362.449 c -231.066 362.293 -231.262 362.215 -231.52 362.215
|
||||
c -231.699 362.215 -231.855 362.254 -231.988 362.324 c -232.125 362.398
|
||||
-232.23 362.492 -232.301 362.605 c -232.375 362.723 -232.41 362.836 -232.41
|
||||
362.949 c -232.41 363.117 -232.379 363.285 -232.316 363.449 c -232.246
|
||||
363.605 -232.145 363.738 -232.02 363.84 c -231.895 363.945 -231.734 363.996
|
||||
-231.535 363.996 c h
|
||||
-231.535 363.996 m S Q
|
||||
BT
|
||||
0 -5.669291 -5.669291 0 364.354016 229.980467 Tm
|
||||
/f-0-0 1 Tf
|
||||
( \260)Tj
|
||||
ET
|
||||
q 0 -1 1 0 0 0 cm
|
||||
-227.289 361.996 m -227.562 361.996 -227.781 361.918 -227.945 361.762 c
|
||||
-228.113 361.598 -228.195 361.383 -228.195 361.121 c -228.195 360.863 -228.117
|
||||
360.652 -227.961 360.496 c -227.797 360.332 -227.57 360.246 -227.289 360.246
|
||||
c -227.031 360.246 -226.816 360.332 -226.648 360.496 c -226.484 360.652
|
||||
-226.398 360.863 -226.398 361.121 c -226.398 361.383 -226.484 361.598 -226.648
|
||||
361.762 c -226.816 361.918 -227.031 361.996 -227.289 361.996 c h
|
||||
-227.289 361.652 m -227.113 361.652 -226.984 361.605 -226.898 361.512 c
|
||||
-226.805 361.41 -226.758 361.277 -226.758 361.121 c -226.758 360.957 -226.805
|
||||
360.824 -226.898 360.73 c -226.984 360.629 -227.113 360.574 -227.289 360.574
|
||||
c -227.477 360.574 -227.613 360.629 -227.695 360.73 c -227.781 360.824
|
||||
-227.82 360.957 -227.82 361.121 c -227.82 361.277 -227.781 361.41 -227.695
|
||||
361.512 c -227.613 361.605 -227.477 361.652 -227.289 361.652 c h
|
||||
-227.289 361.652 m S Q
|
||||
0 g
|
||||
BT
|
||||
0 -5.669291 -5.669291 0 364.354016 244.471185 Tm
|
||||
/f-0-0 1 Tf
|
||||
(163.6 \260)Tj
|
||||
ET
|
||||
0.678431 0.121569 0.121569 rg
|
||||
0.566929 w
|
||||
0 j
|
||||
q 1 0 0 1 0 0 cm
|
||||
348.66 431.664 m 235.277 235.277 l 348.66 38.887 l S Q
|
||||
0.121569 0.121569 0.678431 rg
|
||||
q 1 0 0 1 0 0 cm
|
||||
348.66 431.664 m 377.008 235.277 l 348.66 38.887 l S Q
|
||||
0 g
|
||||
q 1 0 0 1 0 0 cm
|
||||
348.66 431.664 m 348.66 38.887 l S Q
|
||||
q 1 0 0 1 0 0 cm
|
||||
348.379 431.664 m 348.945 431.664 l 351.496 431.664 m 436.535 431.664 l
|
||||
348.379 38.887 m 348.945 38.887 l 351.496 38.887 m 436.535 38.887 l 430.867
|
||||
420.328 m 430.867 50.223 l S Q
|
||||
430.867 430.25 m 432.285 424.578 l 430.867 425.145 l 430.867 421.746 l
|
||||
430.867 425.145 l 429.449 424.578 l h
|
||||
430.867 430.25 m f
|
||||
q 1 0 0 1 0 0 cm
|
||||
430.867 430.25 m 432.285 424.578 l 430.867 425.145 l 430.867 421.746 l
|
||||
430.867 425.145 l 429.449 424.578 l h
|
||||
430.867 430.25 m S Q
|
||||
430.867 40.305 m 432.285 45.973 l 430.867 45.406 l 430.867 48.809 l 430.867
|
||||
45.406 l 429.449 45.973 l h
|
||||
430.867 40.305 m f
|
||||
q 1 0 0 1 0 0 cm
|
||||
430.867 40.305 m 432.285 45.973 l 430.867 45.406 l 430.867 48.809 l 430.867
|
||||
45.406 l 429.449 45.973 l h
|
||||
430.867 40.305 m S Q
|
||||
1 g
|
||||
BT
|
||||
0 -5.669291 -5.669291 0 432.385512 250.180161 Tm
|
||||
/f-0-0 1 Tf
|
||||
(1)Tj
|
||||
ET
|
||||
2.834646 w
|
||||
1 j
|
||||
q 0 -1 1 0 0 0 cm
|
||||
-248.164 432.387 m -248.648 432.387 l -248.648 429.559 l -248.648 429.395
|
||||
-248.648 429.262 -248.648 429.168 c -248.648 429.066 -248.645 428.961 -248.633
|
||||
428.855 c -248.695 428.918 -248.754 428.973 -248.805 429.012 c -248.848
|
||||
429.055 -248.906 429.105 -248.977 429.168 c -249.414 429.527 l -249.68
|
||||
429.184 l -248.586 428.34 l -248.164 428.34 l h
|
||||
-248.164 432.387 m S Q
|
||||
BT
|
||||
0 -5.669291 -5.669291 0 432.385512 246.937324 Tm
|
||||
/f-0-0 1 Tf
|
||||
(3)Tj
|
||||
ET
|
||||
q 0 -1 1 0 0 0 cm
|
||||
-244.141 429.277 m -244.141 429.559 -244.219 429.777 -244.375 429.934 c
|
||||
-244.523 430.09 -244.727 430.199 -244.984 430.262 c -244.984 430.277 l
|
||||
-244.664 430.32 -244.422 430.426 -244.266 430.59 c -244.102 430.758 -244.016
|
||||
430.973 -244.016 431.23 c -244.016 431.473 -244.074 431.684 -244.188 431.871
|
||||
c -244.293 432.051 -244.461 432.191 -244.688 432.293 c -244.918 432.395
|
||||
-245.215 432.449 -245.578 432.449 c -245.789 432.449 -245.984 432.426 -246.172
|
||||
432.387 c -246.352 432.355 -246.523 432.301 -246.688 432.215 c -246.688
|
||||
431.762 l -246.512 431.848 -246.328 431.914 -246.141 431.965 c -245.945
|
||||
432.008 -245.75 432.027 -245.562 432.027 c -245.199 432.027 -244.938 431.961
|
||||
-244.781 431.824 c -244.617 431.68 -244.531 431.48 -244.531 431.23 c -244.531
|
||||
430.973 -244.637 430.789 -244.844 430.684 c -245.043 430.57 -245.32 430.512
|
||||
-245.672 430.512 c -246.062 430.512 l -246.062 430.09 l -245.672 430.09
|
||||
l -245.34 430.09 -245.09 430.023 -244.922 429.887 c -244.746 429.742 -244.656
|
||||
429.555 -244.656 429.324 c -244.656 429.129 -244.727 428.977 -244.859 428.871
|
||||
c -244.984 428.758 -245.164 428.699 -245.391 428.699 c -245.609 428.699
|
||||
-245.797 428.73 -245.953 428.793 c -246.109 428.855 -246.262 428.941 -246.406
|
||||
429.043 c -246.656 428.699 l -246.512 428.586 -246.336 428.488 -246.125
|
||||
428.402 c -245.906 428.32 -245.664 428.277 -245.391 428.277 c -244.977
|
||||
428.277 -244.664 428.371 -244.453 428.559 c -244.246 428.746 -244.141 428.988
|
||||
-244.141 429.277 c h
|
||||
-244.141 429.277 m S Q
|
||||
BT
|
||||
0 -5.669291 -5.669291 0 432.385512 243.694486 Tm
|
||||
/f-0-0 1 Tf
|
||||
(8)Tj
|
||||
ET
|
||||
q 0 -1 1 0 0 0 cm
|
||||
-242.086 428.277 m -241.723 428.277 -241.43 428.363 -241.211 428.527 c
|
||||
-240.984 428.695 -240.867 428.934 -240.867 429.246 c -240.867 429.414 -240.906
|
||||
429.559 -240.977 429.684 c -241.039 429.801 -241.133 429.902 -241.258 429.996
|
||||
c -241.375 430.09 -241.5 430.176 -241.633 430.246 c -241.469 430.32 -241.316
|
||||
430.41 -241.18 430.512 c -241.047 430.617 -240.941 430.738 -240.867 430.871
|
||||
c -240.785 430.996 -240.742 431.152 -240.742 431.34 c -240.742 431.684
|
||||
-240.863 431.957 -241.102 432.152 c -241.344 432.352 -241.66 432.449 -242.055
|
||||
432.449 c -242.492 432.449 -242.832 432.355 -243.07 432.168 c -243.301
|
||||
431.973 -243.414 431.699 -243.414 431.355 c -243.414 431.168 -243.379 431.008
|
||||
-243.305 430.871 c -243.223 430.738 -243.117 430.621 -242.992 430.527 c
|
||||
-242.867 430.426 -242.727 430.34 -242.57 430.277 c -242.77 430.164 -242.941
|
||||
430.027 -243.086 429.871 c -243.223 429.707 -243.289 429.496 -243.289 429.246
|
||||
c -243.289 429.039 -243.238 428.867 -243.133 428.73 c -243.031 428.586
|
||||
-242.891 428.477 -242.711 428.402 c -242.523 428.32 -242.316 428.277 -242.086
|
||||
428.277 c h
|
||||
-242.086 428.684 m -242.297 428.684 -242.469 428.738 -242.602 428.84 c
|
||||
-242.738 428.934 -242.805 429.074 -242.805 429.262 c -242.805 429.41 -242.773
|
||||
429.527 -242.711 429.621 c -242.641 429.715 -242.547 429.801 -242.43 429.871
|
||||
c -242.316 429.934 -242.191 429.992 -242.055 430.043 c -241.859 429.961
|
||||
-241.691 429.863 -241.555 429.746 c -241.422 429.633 -241.352 429.473 -241.352
|
||||
429.262 c -241.352 429.074 -241.422 428.934 -241.555 428.84 c -241.691
|
||||
428.738 -241.867 428.684 -242.086 428.684 c h
|
||||
-242.93 431.355 m -242.93 431.555 -242.863 431.723 -242.727 431.855 c -242.582
|
||||
431.98 -242.363 432.043 -242.07 432.043 c -241.801 432.043 -241.594 431.98
|
||||
-241.445 431.855 c -241.301 431.723 -241.227 431.551 -241.227 431.34 c
|
||||
-241.227 431.145 -241.305 430.98 -241.461 430.855 c -241.609 430.723 -241.812
|
||||
430.605 -242.07 430.512 c -242.164 430.48 l -242.414 430.586 -242.609 430.707
|
||||
-242.742 430.84 c -242.867 430.977 -242.93 431.148 -242.93 431.355 c h
|
||||
-242.93 431.355 m S Q
|
||||
BT
|
||||
0 -5.669291 -5.669291 0 432.385512 240.451649 Tm
|
||||
/f-0-0 1 Tf
|
||||
(.)Tj
|
||||
ET
|
||||
q 0 -1 1 0 0 0 cm
|
||||
-240.047 432.074 m -240.047 431.941 -240.016 431.848 -239.953 431.793 c
|
||||
-239.883 431.73 -239.797 431.699 -239.703 431.699 c -239.602 431.699 -239.516
|
||||
431.73 -239.453 431.793 c -239.383 431.848 -239.344 431.941 -239.344 432.074
|
||||
c -239.344 432.211 -239.383 432.309 -239.453 432.371 c -239.516 432.434
|
||||
-239.602 432.465 -239.703 432.465 c -239.797 432.465 -239.883 432.434 -239.953
|
||||
432.371 c -240.016 432.309 -240.047 432.211 -240.047 432.074 c h
|
||||
-240.047 432.074 m S Q
|
||||
BT
|
||||
0 -5.669291 -5.669291 0 432.385512 238.932281 Tm
|
||||
/f-0-0 1 Tf
|
||||
(5)Tj
|
||||
ET
|
||||
q 0 -1 1 0 0 0 cm
|
||||
-237.371 429.902 m -236.957 429.902 -236.629 430.008 -236.387 430.215 c
|
||||
-236.137 430.426 -236.012 430.715 -236.012 431.09 c -236.012 431.52 -236.148
|
||||
431.852 -236.418 432.09 c -236.68 432.332 -237.051 432.449 -237.527 432.449
|
||||
c -237.738 432.449 -237.934 432.426 -238.121 432.387 c -238.301 432.348
|
||||
-238.449 432.289 -238.574 432.215 c -238.574 431.746 l -238.441 431.832
|
||||
-238.277 431.898 -238.09 431.949 c -237.895 431.992 -237.707 432.012 -237.527
|
||||
432.012 c -237.227 432.012 -236.988 431.945 -236.809 431.809 c -236.621
|
||||
431.664 -236.527 431.445 -236.527 431.152 c -236.527 430.883 -236.613 430.68
|
||||
-236.777 430.543 c -236.934 430.398 -237.191 430.324 -237.543 430.324 c
|
||||
-237.648 430.324 -237.77 430.336 -237.902 430.355 c -238.039 430.367 -238.148
|
||||
430.383 -238.23 430.402 c -238.48 430.246 l -238.324 428.34 l -236.293
|
||||
428.34 l -236.293 428.793 l -237.902 428.793 l -237.996 429.965 l -237.934
|
||||
429.957 -237.852 429.945 -237.746 429.934 c -237.633 429.914 -237.508 429.902
|
||||
-237.371 429.902 c h
|
||||
-237.371 429.902 m S Q
|
||||
BT
|
||||
0 -5.669291 -5.669291 0 432.385512 235.689443 Tm
|
||||
/f-0-0 1 Tf
|
||||
(6)Tj
|
||||
ET
|
||||
q 0 -1 1 0 0 0 cm
|
||||
-235.375 430.652 m -235.375 430.363 -235.352 430.074 -235.297 429.793 c
|
||||
-235.246 429.512 -235.152 429.258 -235.016 429.027 c -234.883 428.801 -234.695
|
||||
428.617 -234.453 428.48 c -234.215 428.348 -233.902 428.277 -233.516 428.277
|
||||
c -233.445 428.277 -233.359 428.285 -233.266 428.293 c -233.164 428.305
|
||||
-233.078 428.316 -233.016 428.324 c -233.016 428.762 l -233.09 428.73 -233.168
|
||||
428.711 -233.25 428.699 c -233.336 428.691 -233.422 428.684 -233.516 428.684
|
||||
c -233.777 428.684 -233.996 428.73 -234.172 428.824 c -234.34 428.91 -234.477
|
||||
429.027 -234.578 429.184 c -234.672 429.332 -234.746 429.504 -234.797 429.699
|
||||
c -234.84 429.898 -234.867 430.105 -234.875 430.324 c -234.844 430.324
|
||||
l -234.762 430.199 -234.641 430.09 -234.484 429.996 c -234.328 429.902 -234.133
|
||||
429.855 -233.891 429.855 c -233.539 429.855 -233.25 429.965 -233.031 430.184
|
||||
c -232.812 430.395 -232.703 430.695 -232.703 431.09 c -232.703 431.508
|
||||
-232.824 431.84 -233.062 432.09 c -233.293 432.332 -233.605 432.449 -234
|
||||
432.449 c -234.262 432.449 -234.496 432.387 -234.703 432.262 c -234.902
|
||||
432.129 -235.062 431.93 -235.188 431.668 c -235.312 431.398 -235.375 431.059
|
||||
-235.375 430.652 c h
|
||||
-234 432.027 m -233.762 432.027 -233.57 431.949 -233.422 431.793 c -233.277
|
||||
431.637 -233.203 431.402 -233.203 431.09 c -233.203 430.832 -233.273 430.629
|
||||
-233.406 430.48 c -233.531 430.324 -233.727 430.246 -233.984 430.246 c
|
||||
-234.164 430.246 -234.32 430.285 -234.453 430.355 c -234.59 430.43 -234.695
|
||||
430.523 -234.766 430.637 c -234.84 430.754 -234.875 430.867 -234.875 430.98
|
||||
c -234.875 431.148 -234.844 431.316 -234.781 431.48 c -234.711 431.637
|
||||
-234.609 431.77 -234.484 431.871 c -234.359 431.977 -234.199 432.027 -234
|
||||
432.027 c h
|
||||
-234 432.027 m S Q
|
||||
BT
|
||||
0 -5.669291 -5.669291 0 432.385512 232.446606 Tm
|
||||
/f-0-0 1 Tf
|
||||
( m)Tj
|
||||
ET
|
||||
q 0 -1 1 0 0 0 cm
|
||||
-227.16 429.293 m -226.816 429.293 -226.562 429.383 -226.395 429.559 c
|
||||
-226.219 429.738 -226.129 430.02 -226.129 430.402 c -226.129 432.387 l -226.629
|
||||
432.387 l -226.629 430.434 l -226.629 429.957 -226.832 429.715 -227.238
|
||||
429.715 c -227.531 429.715 -227.746 429.801 -227.879 429.965 c -228.004
|
||||
430.133 -228.066 430.383 -228.066 430.715 c -228.066 432.387 l -228.551
|
||||
432.387 l -228.551 430.434 l -228.551 429.957 -228.762 429.715 -229.176
|
||||
429.715 c -229.488 429.715 -229.703 429.809 -229.816 429.996 c -229.934
|
||||
430.184 -229.988 430.457 -229.988 430.809 c -229.988 432.387 l -230.488
|
||||
432.387 l -230.488 429.34 l -230.082 429.34 l -230.02 429.762 l -229.988
|
||||
429.762 l -229.895 429.605 -229.77 429.492 -229.613 429.418 c -229.449
|
||||
429.336 -229.27 429.293 -229.082 429.293 c -228.613 429.293 -228.309 429.461
|
||||
-228.16 429.793 c -228.129 429.793 l -228.027 429.629 -227.891 429.504
|
||||
-227.723 429.418 c -227.547 429.336 -227.359 429.293 -227.16 429.293 c h
|
||||
-227.16 429.293 m S Q
|
||||
BT
|
||||
0 -5.669291 -5.669291 0 432.385512 225.671804 Tm
|
||||
/f-0-0 1 Tf
|
||||
(m)Tj
|
||||
ET
|
||||
q 0 -1 1 0 0 0 cm
|
||||
-221.859 429.293 m -221.516 429.293 -221.262 429.383 -221.094 429.559 c
|
||||
-220.918 429.738 -220.828 430.02 -220.828 430.402 c -220.828 432.387 l
|
||||
-221.328 432.387 l -221.328 430.434 l -221.328 429.957 -221.531 429.715
|
||||
-221.938 429.715 c -222.23 429.715 -222.445 429.801 -222.578 429.965 c -222.703
|
||||
430.133 -222.766 430.383 -222.766 430.715 c -222.766 432.387 l -223.25
|
||||
432.387 l -223.25 430.434 l -223.25 429.957 -223.461 429.715 -223.875 429.715
|
||||
c -224.188 429.715 -224.402 429.809 -224.516 429.996 c -224.633 430.184
|
||||
-224.688 430.457 -224.688 430.809 c -224.688 432.387 l -225.188 432.387
|
||||
l -225.188 429.34 l -224.781 429.34 l -224.719 429.762 l -224.688 429.762
|
||||
l -224.594 429.605 -224.469 429.492 -224.312 429.418 c -224.148 429.336
|
||||
-223.969 429.293 -223.781 429.293 c -223.312 429.293 -223.008 429.461 -222.859
|
||||
429.793 c -222.828 429.793 l -222.727 429.629 -222.59 429.504 -222.422
|
||||
429.418 c -222.246 429.336 -222.059 429.293 -221.859 429.293 c h
|
||||
-221.859 429.293 m S Q
|
||||
0 g
|
||||
BT
|
||||
0 -5.669291 -5.669291 0 432.385512 250.180161 Tm
|
||||
/f-0-0 1 Tf
|
||||
(138.56 mm)Tj
|
||||
ET
|
||||
Q Q
|
||||
showpage
|
||||
%%Trailer
|
||||
end
|
||||
%%EOF
|
||||
|
|
@ -1,3 +1,5 @@
|
|||
\def\resourcestate{\draftgraphics}
|
||||
\def\resourcescale{}
|
||||
\def\resourceurl{https://git.jaseg.de/ihsm-secondary-mesh.git/plain/gear\_plan\_1.svg?h=3a7edbd1127cacc8f4c90376595b894105f3d479}
|
||||
\def\resourcerev{3a7edbd}
|
||||
\def\resourcerepo{ihsm-secondary-mesh.git}
|
||||
|
|
|
|||
14438
chapter-qkd/figures/gear_plan_2.eps
Normal file
14438
chapter-qkd/figures/gear_plan_2.eps
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -1,3 +1,5 @@
|
|||
\def\resourcestate{\draftgraphics}
|
||||
\def\resourcescale{}
|
||||
\def\resourceurl{https://git.jaseg.de/ihsm-secondary-mesh.git/plain/gear\_plan\_2.svg?h=3a7edbd1127cacc8f4c90376595b894105f3d479}
|
||||
\def\resourcerev{3a7edbd}
|
||||
\def\resourcerepo{ihsm-secondary-mesh.git}
|
||||
|
|
|
|||
185
chapter-qkd/figures/gear_plan_3.eps
Normal file
185
chapter-qkd/figures/gear_plan_3.eps
Normal file
|
|
@ -0,0 +1,185 @@
|
|||
%!PS-Adobe-3.0 EPSF-3.0
|
||||
%%Creator: cairo 1.18.0 (https://cairographics.org)
|
||||
%%CreationDate: Tue Aug 27 16:21:39 2024
|
||||
%%Pages: 1
|
||||
%%DocumentData: Clean7Bit
|
||||
%%LanguageLevel: 2
|
||||
%%BoundingBox: 5 5 579 466
|
||||
%%EndComments
|
||||
%%BeginProlog
|
||||
50 dict begin
|
||||
/q { gsave } bind def
|
||||
/Q { grestore } bind def
|
||||
/cm { 6 array astore concat } bind def
|
||||
/w { setlinewidth } bind def
|
||||
/J { setlinecap } bind def
|
||||
/j { setlinejoin } bind def
|
||||
/M { setmiterlimit } bind def
|
||||
/d { setdash } bind def
|
||||
/m { moveto } bind def
|
||||
/l { lineto } bind def
|
||||
/c { curveto } bind def
|
||||
/h { closepath } bind def
|
||||
/re { exch dup neg 3 1 roll 5 3 roll moveto 0 rlineto
|
||||
0 exch rlineto 0 rlineto closepath } bind def
|
||||
/S { stroke } bind def
|
||||
/f { fill } bind def
|
||||
/f* { eofill } bind def
|
||||
/n { newpath } bind def
|
||||
/W { clip } bind def
|
||||
/W* { eoclip } bind def
|
||||
/BT { } bind def
|
||||
/ET { } bind def
|
||||
/BDC { mark 3 1 roll /BDC pdfmark } bind def
|
||||
/EMC { mark /EMC pdfmark } bind def
|
||||
/cairo_store_point { /cairo_point_y exch def /cairo_point_x exch def } def
|
||||
/Tj { show currentpoint cairo_store_point } bind def
|
||||
/TJ {
|
||||
{
|
||||
dup
|
||||
type /stringtype eq
|
||||
{ show } { -0.001 mul 0 cairo_font_matrix dtransform rmoveto } ifelse
|
||||
} forall
|
||||
currentpoint cairo_store_point
|
||||
} bind def
|
||||
/cairo_selectfont { cairo_font_matrix aload pop pop pop 0 0 6 array astore
|
||||
cairo_font exch selectfont cairo_point_x cairo_point_y moveto } bind def
|
||||
/Tf { pop /cairo_font exch def /cairo_font_matrix where
|
||||
{ pop cairo_selectfont } if } bind def
|
||||
/Td { matrix translate cairo_font_matrix matrix concatmatrix dup
|
||||
/cairo_font_matrix exch def dup 4 get exch 5 get cairo_store_point
|
||||
/cairo_font where { pop cairo_selectfont } if } bind def
|
||||
/Tm { 2 copy 8 2 roll 6 array astore /cairo_font_matrix exch def
|
||||
cairo_store_point /cairo_font where { pop cairo_selectfont } if } bind def
|
||||
/g { setgray } bind def
|
||||
/rg { setrgbcolor } bind def
|
||||
/d1 { setcachedevice } bind def
|
||||
/cairo_data_source {
|
||||
CairoDataIndex CairoData length lt
|
||||
{ CairoData CairoDataIndex get /CairoDataIndex CairoDataIndex 1 add def }
|
||||
{ () } ifelse
|
||||
} def
|
||||
/cairo_flush_ascii85_file { cairo_ascii85_file status { cairo_ascii85_file flushfile } if } def
|
||||
/cairo_image { image cairo_flush_ascii85_file } def
|
||||
/cairo_imagemask { imagemask cairo_flush_ascii85_file } def
|
||||
%%EndProlog
|
||||
%%BeginSetup
|
||||
%%EndSetup
|
||||
%%Page: 1 1
|
||||
%%BeginPageSetup
|
||||
%%PageBoundingBox: 5 5 579 466
|
||||
%%EndPageSetup
|
||||
q 5 5 574 461 rectclip
|
||||
1 0 0 -1 0 471 cm q
|
||||
/CairoPattern {
|
||||
q 0 0 400 400 rectclip
|
||||
q
|
||||
0 g
|
||||
-100 100 m 100 -100 l 0 400 m 400 0 l 300 500 m 500 300 l f
|
||||
0.678431 0.121569 0.121569 rg
|
||||
100 w
|
||||
0 J
|
||||
0 j
|
||||
[] 0.0 d
|
||||
4 M q 1 0 0 1 0 0 cm
|
||||
-100 100 m 100 -100 l 0 400 m 400 0 l 300 500 m 500 300 l S Q
|
||||
Q
|
||||
Q } bind def
|
||||
<< /PatternType 1
|
||||
/PaintType 1
|
||||
/TilingType 1
|
||||
/XStep 400 /YStep 400
|
||||
/BBox [0 0 400 400]
|
||||
/PaintProc { pop CairoPattern }
|
||||
>>
|
||||
[ 0.0030066 -0.0030066 0.0030066 0.0030066 235.275591 235.275591 ]
|
||||
makepattern setpattern
|
||||
4.973542 w
|
||||
0 J
|
||||
0 j
|
||||
[] 0.0 d
|
||||
4 M q 1 0 0 1 0 0 cm
|
||||
462.266 235.277 m 462.266 360.641 360.641 462.266 235.277 462.266 c 109.91
|
||||
462.266 8.285 360.641 8.285 235.277 c 8.285 109.91 109.91 8.285 235.277
|
||||
8.285 c 360.641 8.285 462.266 109.91 462.266 235.277 c h
|
||||
462.266 235.277 m S Q
|
||||
0.678431 0.121569 0.121569 rg
|
||||
0.425197 w
|
||||
q 1 0 0 1 0 0 cm
|
||||
459.781 235.277 m 459.781 359.266 359.266 459.781 235.277 459.781 c 111.285
|
||||
459.781 10.773 359.266 10.773 235.277 c 10.773 111.285 111.285 10.773 235.277
|
||||
10.773 c 359.266 10.773 459.781 111.285 459.781 235.277 c h
|
||||
459.781 235.277 m S Q
|
||||
q 1 0 0 1 0 0 cm
|
||||
464.754 235.277 m 464.754 362.012 362.012 464.754 235.277 464.754 c 108.539
|
||||
464.754 5.797 362.012 5.797 235.277 c 5.797 108.539 108.539 5.797 235.277
|
||||
5.797 c 362.012 5.797 464.754 108.539 464.754 235.277 c h
|
||||
464.754 235.277 m S Q
|
||||
460.227 235.277 m 464.754 235.562 l 462.969 263.852 l 458.441 263.566 l
|
||||
h
|
||||
460.227 235.277 m f
|
||||
304.789 449.215 m 305.918 453.609 l 278.457 460.652 l 277.332 456.262 l
|
||||
h
|
||||
304.789 449.215 m f
|
||||
53.285 367.5 m 49.457 369.93 l 34.273 345.992 l 38.102 343.562 l h
|
||||
53.285 367.5 m f
|
||||
53.285 103.055 m 49.793 100.16 l 67.867 78.324 l 71.359 81.215 l h
|
||||
53.285 103.055 m f
|
||||
304.789 21.336 m 306.461 17.117 l 332.812 27.559 l 331.145 31.773 l h
|
||||
304.789 21.336 m f
|
||||
/CairoPattern {
|
||||
q 0 0 400 400 rectclip
|
||||
q
|
||||
0 g
|
||||
-100 100 m 100 -100 l 0 400 m 400 0 l 300 500 m 500 300 l f
|
||||
0.121569 0.121569 0.678431 rg
|
||||
100 w
|
||||
0 J
|
||||
0 j
|
||||
[] 0.0 d
|
||||
4 M q 1 0 0 1 0 0 cm
|
||||
-100 100 m 100 -100 l 0 400 m 400 0 l 300 500 m 500 300 l S Q
|
||||
Q
|
||||
Q } bind def
|
||||
<< /PatternType 1
|
||||
/PaintType 1
|
||||
/TilingType 1
|
||||
/XStep 400 /YStep 400
|
||||
/BBox [0 0 400 400]
|
||||
/PaintProc { pop CairoPattern }
|
||||
>>
|
||||
[ 0.00425197 0 0 0.00425197 235.275591 235.275591 ]
|
||||
makepattern setpattern
|
||||
5.035278 w
|
||||
0 J
|
||||
0 j
|
||||
[] 0.0 d
|
||||
4 M q 1 0 0 1 0 0 cm
|
||||
575.684 235.277 m 575.684 345 486.734 433.949 377.008 433.949 c 267.281
|
||||
433.949 178.332 345 178.332 235.277 c 178.332 125.551 267.281 36.602 377.008
|
||||
36.602 c 486.734 36.602 575.684 125.551 575.684 235.277 c h
|
||||
575.684 235.277 m S Q
|
||||
0.121569 0.121569 0.678431 rg
|
||||
0.425197 w
|
||||
q 1 0 0 1 0 0 cm
|
||||
573.164 235.277 m 573.164 343.609 485.344 431.434 377.008 431.434 c 268.672
|
||||
431.434 180.852 343.609 180.852 235.277 c 180.852 126.941 268.672 39.117
|
||||
377.008 39.117 c 485.344 39.117 573.164 126.941 573.164 235.277 c h
|
||||
573.164 235.277 m S Q
|
||||
q 1 0 0 1 0 0 cm
|
||||
578.199 235.277 m 578.199 346.391 488.125 436.469 377.008 436.469 c 265.891
|
||||
436.469 175.816 346.391 175.816 235.277 c 175.816 124.16 265.891 34.082
|
||||
377.008 34.082 c 488.125 34.082 578.199 124.16 578.199 235.277 c h
|
||||
578.199 235.277 m S Q
|
||||
183.137 202.215 m 178.734 201.133 l 185.5 173.605 l 189.906 174.688 l h
|
||||
183.137 202.215 m f
|
||||
502.574 83.91 m 505.715 80.637 l 526.172 100.262 l 523.031 103.535 l h
|
||||
502.574 83.91 m f
|
||||
445.312 419.703 m 446.574 424.059 l 419.352 431.961 l 418.09 427.605 l
|
||||
h
|
||||
445.312 419.703 m f
|
||||
Q Q
|
||||
showpage
|
||||
%%Trailer
|
||||
end
|
||||
%%EOF
|
||||
|
|
@ -1,3 +1,5 @@
|
|||
\def\resourcestate{\draftgraphics}
|
||||
\def\resourcescale{}
|
||||
\def\resourceurl{https://git.jaseg.de/ihsm-secondary-mesh.git/plain/gear\_plan\_3.svg?h=3a7edbd1127cacc8f4c90376595b894105f3d479}
|
||||
\def\resourcerev{3a7edbd}
|
||||
\def\resourcerepo{ihsm-secondary-mesh.git}
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
\def\resourcestate{\draftgraphics}
|
||||
\def\resourcescale{scaled down for preview}
|
||||
\def\resourceurl{https://git.jaseg.de/ihsm-secondary-mesh.git/plain/render\_exp\_1.png?h=3a7edbd1127cacc8f4c90376595b894105f3d479}
|
||||
\def\resourcerev{3a7edbd}
|
||||
\def\resourcerepo{ihsm-secondary-mesh.git}
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
\def\resourcestate{\draftgraphics}
|
||||
\def\resourcescale{scaled down for preview}
|
||||
\def\resourceurl{https://git.jaseg.de/ihsm-secondary-mesh.git/plain/render\_exp\_2.png?h=3a7edbd1127cacc8f4c90376595b894105f3d479}
|
||||
\def\resourcerev{3a7edbd}
|
||||
\def\resourcerepo{ihsm-secondary-mesh.git}
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
\def\resourcestate{\draftgraphics}
|
||||
\def\resourcescale{scaled down for preview}
|
||||
\def\resourceurl{https://git.jaseg.de/ihsm-secondary-mesh.git/plain/render\_side\_1.png?h=3a7edbd1127cacc8f4c90376595b894105f3d479}
|
||||
\def\resourcerev{3a7edbd}
|
||||
\def\resourcerepo{ihsm-secondary-mesh.git}
|
||||
|
|
|
|||
|
|
@ -1,3 +1,5 @@
|
|||
\def\resourcestate{\draftgraphics}
|
||||
\def\resourcescale{scaled down for preview}
|
||||
\def\resourceurl{https://git.jaseg.de/ihsm-secondary-mesh.git/plain/render\_side\_2.png?h=3a7edbd1127cacc8f4c90376595b894105f3d479}
|
||||
\def\resourcerev{3a7edbd}
|
||||
\def\resourcerepo{ihsm-secondary-mesh.git}
|
||||
|
|
|
|||
BIN
chapter-qkd/figures/scaled-render_exp_1.png
Normal file
BIN
chapter-qkd/figures/scaled-render_exp_1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 242 KiB |
BIN
chapter-qkd/figures/scaled-render_exp_2.png
Normal file
BIN
chapter-qkd/figures/scaled-render_exp_2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 205 KiB |
BIN
chapter-qkd/figures/scaled-render_side_1.png
Normal file
BIN
chapter-qkd/figures/scaled-render_side_1.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 131 KiB |
BIN
chapter-qkd/figures/scaled-render_side_2.png
Normal file
BIN
chapter-qkd/figures/scaled-render_side_2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 131 KiB |
3312
chapter-qkd/figures/schema_wire.eps
Normal file
3312
chapter-qkd/figures/schema_wire.eps
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -1,3 +1,5 @@
|
|||
\def\resourcestate{\draftgraphics}
|
||||
\def\resourcescale{}
|
||||
\def\resourceurl{https://git.jaseg.de/ihsm-secondary-mesh.git/plain/schema\_wire.svg?h=3a7edbd1127cacc8f4c90376595b894105f3d479}
|
||||
\def\resourcerev{3a7edbd}
|
||||
\def\resourcerepo{ihsm-secondary-mesh.git}
|
||||
|
|
|
|||
|
|
@ -1,5 +1,6 @@
|
|||
#!/usr/bin/env python3
|
||||
|
||||
import shutil
|
||||
import textwrap
|
||||
import subprocess
|
||||
import sys
|
||||
|
|
@ -68,11 +69,25 @@ def cli(figure_dir):
|
|||
for fig_fn, (mod, mod_fn) in repo_matches.items():
|
||||
fig_file = figure_dir / fig_fn
|
||||
mod_file = mod / mod_fn
|
||||
scale = ""
|
||||
if filecmp.cmp(fig_file, mod_file):
|
||||
print(f'{fig_fn} is up to date, updating metadata.')
|
||||
else:
|
||||
print(f'Updated {fig_fn} from {mod_fn}.')
|
||||
shutil.copy(mod_file, fig_file)
|
||||
if fig_file.suffix.lower() in ('.png', '.jpg'):
|
||||
subprocess.run(['magick', fig_file,
|
||||
'-resize', '1000x1000>',
|
||||
figure_dir / f'scaled-{fig_file.name}'],
|
||||
check=True)
|
||||
scale = "scaled down for preview"
|
||||
print(f'Scaled {fig_fn} for preview')
|
||||
|
||||
elif fig_file.suffix.lower() == '.svg':
|
||||
subprocess.run(['inkscape', f'--export-filename={fig_file.with_suffix(".eps")}', fig_file],
|
||||
check=True)
|
||||
print(f'Rendered {fig_fn} to EPS')
|
||||
|
||||
print(f'Updated {fig_fn} from {mod_fn}.')
|
||||
|
||||
repo_url = remote_url(repo=mod)
|
||||
|
||||
|
|
@ -83,7 +98,10 @@ def cli(figure_dir):
|
|||
|
||||
git_tag = git('describe', '--always', '--tags', repo=mod).strip()
|
||||
|
||||
state = r'\camerareadygraphics' if 'camera-ready' in fig_fn or 'final' in fig_fn else r'\draftgraphics'
|
||||
meta_file('.latex_meta').write_text(textwrap.dedent(fr'''
|
||||
\def\resourcestate{{{state}}}
|
||||
\def\resourcescale{{{scale}}}
|
||||
\def\resourceurl{{{tex_escape(cgit_url)}}}
|
||||
\def\resourcerev{{{tex_escape(git_tag)}}}
|
||||
\def\resourcerepo{{{tex_escape(repo_name)}}}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue