arma-thesis

git clone https://git.igankevich.com/arma-thesis.git
Log | Files | Refs | LICENSE

commit 291b9f98a9b78cd406f5a23c49f70b8b6fbe3162
parent cd02848d183fa4ae0788183dd3b3df64deb075a0
Author: Ivan Gankevich <igankevich@ya.ru>
Date:   Wed, 20 Jun 2018 20:37:58 +0300

Second part WIP.

Diffstat:
arma-slides.org | 164++++++++++++++++++++++++++++++++++---------------------------------------------
graphics/slides/window-function-2.eps | 571-------------------------------------------------------------------------------
math.tex | 34++++++++++++++++++++++++++++++++++
preamble.tex | 33+--------------------------------
slides-preamble.tex | 21++++++++-------------
5 files changed, 113 insertions(+), 710 deletions(-)

diff --git a/arma-slides.org b/arma-slides.org @@ -23,6 +23,7 @@ \vfill\inserttitlegraphic% \vfill\spbuInsertField{date}% } +\setbeamerfont{block title}{size=\small} \frame{\maketitle} #+end_export @@ -499,7 +500,7 @@ arma.plot_nonlinear(file.path("build", "nit-standing"), args) [[file:build/slides-nit-ru.pdf]] -* Формула для поля давлений +* Поле давлений под дискретно заданной взволнованной поверхностью ** Уравнения потенциального течения #+begin_export latex \begin{align*} @@ -530,111 +531,87 @@ arma.plot_nonlinear(file.path("build", "nit-standing"), args) } #+end_export -** Двухмерный случай +** Трехмерный случай -#+begin_export latex -\small% -\begin{minipage}{0.4\textwidth} - \vspace{-\baselineskip} - \begin{align*} - & \phi_{xx}+\phi_{zz}=0\\ - & \zeta_t = - \only<1>{\left(\zeta_x/\sqrt{1 + \zeta_x^2}-\zeta_x\right) \phi_x}% - \only<2->{\rectemph{dzetadphi2}{\left(\zeta_x/\sqrt{1 + \zeta_x^2}-\zeta_x\right) \phi_x}} - - \phi_z - \end{align*} -\end{minipage} -\newline -Решение в рамках линейной теории +#+beamer: \small + +\begin{align*} + & \phi_{xx} + \phi_{yy} + \phi_{zz} = 0\\ + & \zeta_t + = \underbrace{\fillrectemph{f1}{\left(\FracSqrtZetaY{\zeta_x} - \zeta_x\right)}}_{f_1} \phi_x + + \underbrace{\fillrectemph{f2}{\left(\FracSqrtZetaY{\zeta_y} - \zeta_y\right)}}_{f_2} \phi_y + - \underbrace{\fillrectemph{f3}{\FracSqrtZetaY{1}}}_{f_3} \phi_z +\end{align*} + +Решение в рамках линейной теории: \begin{equation*} - \phi(x,z,t) - = - \InverseFourierX{ - \frac{\Sinh{2\pi u (z+h)}}{2\pi u \Sinh{2\pi u h}} - \FourierX{-\zeta_t}{x}{u} - }{u}{x} - = - \only<1>{\mathcal{W}(x,z)} - \only<2->{\rectemph{windowFunc}{\mathcal{W}(x,z)}} - \mathrel{*} \zeta_t(x,t) + \phi(x,y,z,t) = \mathcal{W}(x,y,z) \mathrel{*} \zeta_t(x,y,t) \end{equation*} -Общее решение + +Общее решение: \begin{equation*} - \boxed{ - \phi(x,z,t) - = - \InverseFourierX{ - \frac{\Sinh{2\pi u (z+h)}}{2\pi u} - \frac{ - \FourierX{ \zeta_t / \left(i \:\!\:\! f(x) - 1\right) }{x}{u} - }{ - \FourierX{ \FunSecond{\zeta(x,t)} }{x}{u} - } - }{u}{x} - } + \phi(x,y,z,t) + = + \mathcal{W}(x,y,z) + \mathrel{*} + \frac{\zeta_t(x,y,t)}{i f_1(x,y,t) + i f_2(x,y,t) - f_3(x,y,t)} \end{equation*} -\only<2->{% -\begin{tikzpicture}[remember picture,overlay] - \node[fill=none,baseline,anchor=north,xshift=0cm,yshift=-1.2cm] - (dzetadphiLabel) at (current page.north) {% - \small нет в линейной теории% - }; - \path[->,thick] (dzetadphiLabel.west) edge [bend right=20](dzetadphi2.north); - \node[fill=spbuWhite2,anchor=north east,xshift=-0.2cm,yshift=-1.2cm] - (windowFunctionGraph) at (current page.north east) {% - \includegraphics[scale=0.4]{window-function-2} - }; - \path[->,thick] (windowFunctionGraph.south) edge [bend right,out=0](windowFunc.north); -\end{tikzpicture} -} -#+end_export ** Сравнение с линейной теорией + +*** Columns +:PROPERTIES: +:BEAMER_env: columns +:BEAMER_opt: T +:END: + +**** Линейная теория +:PROPERTIES: +:BEAMER_env: block +:BEAMER_col: 0.4 +:END: + #+begin_export latex -\centering -\begin{columns} - \begin{column}{0.15\textwidth} - \only<1>{$A=1$м}% - \only<2>{$A=2$м}% - \only<3>{$A=4$м}% - \end{column} - \begin{column}{0.4\textwidth} - \begin{block}{\small Линейная теория} - \includegraphics<1>{velocity-ref-1} - \includegraphics<2>{velocity-ref-2} - \includegraphics<3>{velocity-ref-4} - \end{block} - \end{column} - \begin{column}{0.4\textwidth} - \begin{block}{\small Новая формула} - \includegraphics<1>{velocity-1} - \includegraphics<2>{velocity-2} - \includegraphics<3>{velocity-4} - \end{block} - \end{column} -\end{columns} +\includegraphics<1>{velocity-ref-1} +\includegraphics<2>{velocity-ref-2} +\includegraphics<3>{velocity-ref-4} #+end_export -** Сравнение с формулой для ВМА +**** Новая формула +:PROPERTIES: +:BEAMER_env: block +:BEAMER_col: 0.4 +:END: + #+begin_export latex -\centering -\begin{columns}[T] - \begin{column}{0.45\textwidth} - \begin{block}{\small Малая амплитуда} - \vspace{0.25\baselineskip}% - \includegraphics{low-amp-color} - \end{block} - \end{column} - \begin{column}{0.45\textwidth} - \begin{block}{\small Высокая амплитуда} - \vspace{0.25\baselineskip}% - \includegraphics{high-amp-color} - \end{block} - \end{column} -\end{columns} +\includegraphics<1>{velocity-1} +\includegraphics<2>{velocity-2} +\includegraphics<3>{velocity-4} #+end_export -** Выводы +** Сравнение с формулой для ВМА + +*** Columns +:PROPERTIES: +:BEAMER_env: columns +:BEAMER_opt: T +:END: + +**** Малая амплитуда +:PROPERTIES: +:BEAMER_env: block +:BEAMER_col: 0.45 +:END: +[[file:graphics/slides/low-amp-color.eps]] + +**** Большая амплитуда +:PROPERTIES: +:BEAMER_env: block +:BEAMER_col: 0.45 +:END: +[[file:graphics/slides/high-amp-color.eps]] + +** Выводы :noexport: Метод подходит для - дискретно заданной $\zeta(x,y,t)$, - волн произвольных амплитуд, @@ -759,7 +736,6 @@ arma.plot_nonlinear(file.path("build", "nit-standing"), args) ** Апробация -#+latex: \setbeamerfont{block title}{size=\small} #+latex: \small - Конференции: ISSW'14, HPCS'15, HPCS'16, HPCS'17. diff --git a/graphics/slides/window-function-2.eps b/graphics/slides/window-function-2.eps @@ -1,571 +0,0 @@ -%!PS-Adobe-3.0 EPSF-3.0 -%%Creator: cairo 1.14.2 (http://cairographics.org) -%%CreationDate: Mon Jun 20 10:52:18 2016 -%%Pages: 1 -%%DocumentData: Clean7Bit -%%LanguageLevel: 2 -%%BoundingBox: 16 12 294 229 -%%EndComments -%%BeginProlog -save -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 -/pdfmark where { pop globaldict /?pdfmark /exec load put } - { globaldict begin /?pdfmark /pop load def /pdfmark - /cleartomark load def end } ifelse -/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 -%%EndProlog -%%BeginSetup -%%BeginResource: font DejaVuSans -11 dict begin -/FontType 42 def -/FontName /DejaVuSans 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 40 /parenleft put -Encoding 41 /parenright put -Encoding 45 /hyphen put -Encoding 46 /period put -Encoding 48 /zero put -Encoding 49 /one put -Encoding 50 /two put -Encoding 52 /four put -Encoding 59 /semicolon put -Encoding 61 /equal put -Encoding 119 /w put -Encoding 120 /x put -Encoding 122 /z put -/CharStrings 14 dict dup begin -/.notdef 0 def -/hyphen 1 def -/four 2 def -/zero 3 def -/two 4 def -/w 5 def -/parenleft 6 def -/x 7 def -/semicolon 8 def -/z 9 def -/equal 10 def -/one 11 def -/parenright 12 def -/period 13 def -end readonly def -/sfnts [ -<0001000000090080000300106376742000691d39000009b4000001fe6670676d7134766a0000 -0bb4000000ab676c79668735afa20000009c000009186865616408aeec2f00000c6000000036 -686865610d9f077b00000c9800000024686d74783db507bb00000cbc000000386c6f63610000 -48e400000cf40000003c6d617870047b067100000d3000000020707265703b07f10000000d50 -0000056800020066fe96046605a400030007001a400c04fb0006fb0108057f0204002fc4d4ec -310010d4ecd4ec301311211125211121660400fc73031bfce5fe96070ef8f272062900010064 -01df027f028300030011b6009c020401000410dccc310010d4ec301321152164021bfde50283 -a40000020064000004a405d50002000d0081401d010d030d0003030d4200030b07a005010381 -09010c0a001c0608040c0e10dc4bb00b544bb00d545b58b9000cffc03859d43cc4ec32113931 -002fe4d43cec321239304b5358071004c9071005c9592201402a0b002a004800590069007700 -8a000716012b0026012b0336014e014f0c4f0d5601660175017a0385010d5d005d0901210333 -1133152311231121350306fe0201fe35fed5d5c9fd5e0525fce303cdfc33a8fea00160c30000 -00020087ffe3048f05f0000b00170023401306a01200a00c91128c18091c0f1e031c151b1810 -fcecf4ec310010e4f4ec10ee3001220211101233321211100227320011100023220011100002 -8b9c9d9d9c9d9d9d9dfb0109fef7fbfbfef701090550fecdfeccfecdfecd0133013301340133 -a0fe73fe86fe87fe73018d0179017a018d00000100960000044a05f0001c009e4027191a1b03 -181c11050400110505044210a111940da014910400a00200100a02010a1c171003061d10fc4b -b015544bb016545b4bb014545b58b90003ffc03859c4d4ecc0c011123931002fec32f4ecf4ec -304b5358071005ed0705ed01b01c1011173959220140325504560556077a047a05761b871907 -04000419041a041b051c74007606751a731b741c82008619821a821b821ca800a81b115d005d -25211521353600373e0135342623220607353e01333204151406070600018902c1fc4c73018d -33614da7865fd3787ad458e80114455b19fef4aaaaaa7701913a6d974977964243cc3132e8c2 -5ca5701dfeeb000000010056000006350460000c01eb404905550605090a0904550a0903550a -0b0a025501020b0b0a061107080705110405080807021103020c000c011100000c420a050203 -060300bf0b080c0b0a09080605040302010b07000d10d44bb00a544bb011545b4bb012545b4b -b013545b4bb00b545b58b9000000403859014bb00c544bb00d545b4bb010545b58b90000ffc0 -3859cc173931002f3cec32321739304b5358071005ed071008ed071008ed071005ed071008ed -071005ed0705ed071008ed59220140ff050216021605220a350a49024905460a400a5b025b05 -550a500a6e026e05660a79027f0279057f05870299029805940abc02bc05ce02c703cf051d05 -02090306040b050a080b09040b050c1502190316041a051b081b09140b150c25002501230227 -03210425052206220725082709240a210b230c390336043608390c300e460248034604400442 -054006400740084409440a440b400e400e560056015602500451055206520750085309540a55 -0b6300640165026a0365046a056a066a076e09610b670c6f0e7500750179027d0378047d057a -067f067a077f07780879097f097b0a760b7d0c870288058f0e97009701940293039c049b0598 -0698079908402f960c9f0ea600a601a402a403ab04ab05a906a907ab08a40caf0eb502b103bd -04bb05b809bf0ec402c303cc04ca05795d005d13331b01331b013301230b012356b8e6e5d9e6 -e5b8fedbd9f1f2d90460fc96036afc96036afba00396fc6a000100b0fef2027b0612000d0037 -400f069800970e0d070003120600130a0e10dc4bb0135458b9000affc038594bb00f5458b900 -0a00403859e432ec113939310010fcec300106021514121723260235341237027b86828385a0 -969594970612e6fe3ee7e7fe3be5eb01c6e0df01c4ec0001003b000004790460000b01434046 -0511060706041103040707060411050401020103110202010b110001000a11090a0101000a11 -0b0a0708070911080807420a070401040800bf05020a0704010408000208060c10d44bb00a54 -4bb00f545b4bb010545b4bb011545b58b90006004038594bb0145458b90006ffc03859c4d4c4 -11173931002f3cec321739304b5358071005ed071008ed071008ed071005ed071005ed071008 -ed071008ed071005ed59220140980a04040a1a04150a260a3d04310a55045707580a660a7601 -7a047607740a8d04820a99049f049707920a900aa601a904af04a507a30aa00a1c0a03040505 -090a0b1a03150515091a0b2903260525092a0b200d3a013903370534073609390b300d490346 -0545094a0b400d590056015902590357055606590756085609590b500d6f0d78017f0d9b0194 -07ab01a407b00dcf0ddf0dff0d2f5d005d09022309012309013309010464fe6b01aad9febafe -bad901b3fe72d9012901290460fddffdc101b8fe48024a0216fe71018f000002009eff1201c3 -04230003000900254013028300079e048300a60a07080501190400180a10fc3cec32d4cc3100 -10e4fcec10ee3013331523113315032313f0d3d3d3a481520423fefdd9acfec0014000010058 -000003db04600009009d401a081102030203110708074208a900bc03a905080301000401060a -10dc4bb00b544bb00c545b58b90006ffc038594bb0135458b9000600403859c432c411393931 -002fecf4ec304b5358071005ed071005ed592201404205021602260247024907050b080f0b18 -031b082b08200b36033908300b400140024503400440054308570359085f0b60016002660360 -04600562087f0b800baf0b1b5d005d1321150121152135012171036afd4c02b4fc7d02b4fd65 -0460a8fcdb93a8032500000200d9016005db03a200030007001c400d009c02069c0408050104 -00230810fc3cc432310010d4ecd4ec301321152115211521d90502fafe0502fafe03a2a8f0aa -0000000100e10000045a05d5000a004040154203a00402a005810700a009081f061c03001f01 -0b10d44bb00f5458b9000100403859ecc4fcec31002fec32f4ecd4ec304b5358592201b40f03 -0f04025d3721110535253311211521fe014afe990165ca014afca4aa047348b848fad5aa0000 -000100a4fef2026f0612000d001f400f079800970e0701000b12041308000e10dc3cf4ec1139 -39310010fcec301333161215140207233612353402a4a096959596a08583830612ecfe3cdfe0 -fe3aebe501c5e7e701c20000000100db000001ae00fe00030011b7008302011900180410fcec -31002fec3037331523dbd3d3fefe013500b800cb00cb00c100aa009c01a600b8006600000071 -00cb00a002b20085007500b800c301cb0189022d00cb00a600f000d300aa008700cb03aa0400 -014a003300cb000000d9050200f4015400b4009c01390114013907060400044e04b4045204b8 -04e704cd0037047304cd04600473013303a2055605a60556053903c5021200c9001f00b801df -007300ba03e9033303bc0444040e00df03cd03aa00e503aa0404000000cb008f00a4007b00b8 -0014016f007f027b0252008f00c705cd009a009a006f00cb00cd019e01d300f000ba018300d5 -009803040248009e01d500c100cb00f600830354027f00000333026600d300c700a400cd008f -009a0073040005d5010a00fe022b00a400b4009c00000062009c0000001d032d05d505d505d5 -05f0007f007b005400a406b80614072301d300b800cb00a601c301ec069300a000d3035c0371 -03db0185042304a80448008f0139011401390360008f05d5019a061407230666017904600460 -0460047b009c00000277046001aa00e904600762007b00c5007f027b000000b4025205cd0066 -00bc00660077061000cd013b01850389008f007b0000001d00cd074a042f009c009c0000077d -006f0000006f0335006a006f007b00ae00b2002d0396008f027b00f600830354063705f6008f -009c04e10266008f018d02f600cd03440029006604ee00730000140000960000b70706050403 -0201002c2010b002254964b040515820c859212d2cb002254964b040515820c859212d2c2010 -0720b00050b00d7920b8ffff5058041b0559b0051cb0032508b0042523e120b00050b00d7920 -b8ffff5058041b0559b0051cb0032508e12d2c4b505820b0fd454459212d2cb002254560442d -2c4b5358b00225b0022545445921212d2c45442d2cb00225b0022549b00525b005254960b020 -6368208a108a233a8a10653a2d000001000000025999e41e6a785f0f3cf5001f080000000000 -d1a6a3b800000000d1a6a3b8f7d6fc4c0e5909dc00000008000000010000000000010000076d -fe1d00000efef7d6fa510e5900010000000000000000000000000000000e04cd006602e30064 -051700640517008705170096068b0056031f00b004bc003b02b2009e0433005806b400d90517 -00e1031f00a4028b00db0000000000000044000000700000012c000001b0000002b0000004d4 -00000544000006c800000718000007e40000082800000898000008f00000091800010000000e -0354002b0068000c000200100099000800000415021600080004b8028040fffbfe03fa1403f9 -2503f83203f79603f60e03f5fe03f4fe03f32503f20e03f19603f02503ef8a4105effe03ee96 -03ed9603ecfa03ebfa03eafe03e93a03e84203e7fe03e63203e5e45305e59603e48a4105e453 -03e3e22f05e3fa03e22f03e1fe03e0fe03df3203de1403dd9603dcfe03db1203da7d03d9bb03 -d8fe03d68a4105d67d03d5d44705d57d03d44703d3d21b05d3fe03d21b03d1fe03d0fe03cffe -03cefe03cd9603cccb1e05ccfe03cb1e03ca3203c9fe03c6851105c61c03c51603c4fe03c3fe -03c2fe03c1fe03c0fe03bffe03befe03bdfe03bcfe03bbfe03ba1103b9862505b9fe03b8b7bb -05b8fe03b7b65d05b7bb03b78004b6b52505b65d40ff03b64004b52503b4fe03b39603b2fe03 -b1fe03b0fe03affe03ae6403ad0e03acab2505ac6403abaa1205ab2503aa1203a98a4105a9fa -03a8fe03a7fe03a6fe03a51203a4fe03a3a20e05a33203a20e03a16403a08a4105a096039ffe -039e9d0c059efe039d0c039c9b19059c64039b9a10059b19039a1003990a0398fe0397960d05 -97fe03960d03958a410595960394930e05942803930e0392fa039190bb0591fe03908f5d0590 -bb039080048f8e25058f5d038f40048e25038dfe038c8b2e058cfe038b2e038a8625058a4103 -89880b05891403880b03878625058764038685110586250385110384fe038382110583fe0382 -110381fe0380fe037ffe0340ff7e7d7d057efe037d7d037c64037b5415057b25037afe0379fe -03780e03770c03760a0375fe0374fa0373fa0372fa0371fa0370fe036ffe036efe036c21036b -fe036a1142056a530369fe03687d036711420566fe0365fe0364fe0363fe0362fe03613a0360 -fa035e0c035dfe035bfe035afe0359580a0559fa03580a035716190557320356fe0355541505 -55420354150353011005531803521403514a130551fe03500b034ffe034e4d10054efe034d10 -034cfe034b4a13054bfe034a4910054a1303491d0d05491003480d0347fe0346960345960344 -fe0343022d0543fa0342bb03414b0340fe033ffe033e3d12053e14033d3c0f053d12033c3b0d -053c40ff0f033b0d033afe0339fe033837140538fa033736100537140336350b05361003350b -03341e03330d0332310b0532fe03310b03302f0b05300d032f0b032e2d09052e10032d09032c -32032b2a25052b64032a2912052a25032912032827250528410327250326250b05260f03250b -0324fe0323fe03220f03210110052112032064031ffa031e1d0d051e64031d0d031c1142051c -fe031bfa031a42031911420519fe031864031716190517fe031601100516190315fe0314fe03 -13fe031211420512fe0311022d05114203107d030f64030efe030d0c16050dfe030c0110050c -16030bfe030a100309fe0308022d0508fe030714030664030401100504fe03401503022d0503 -fe0302011005022d0301100300fe0301b80164858d012b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b -2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b -2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b -2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b -2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b002b2b -2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b -2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b -2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b -2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b2b -2b2b2b1d00> -] def -/f-0-0 currentdict end definefont pop -%%EndResource -%%EndSetup -%%Page: 1 1 -%%BeginPageSetup -%%PageBoundingBox: 16 12 294 229 -%%EndPageSetup -q 16 12 278 217 rectclip q -0 g -0.8 w -1 J -1 j -[] 0.0 d -4 M q 1 0 0 -1 0 240 cm -43.281 198 m 34.879 198 l S Q -BT -11.2 0 0 11.2 15.941875 37.84 Tm -/f-0-0 1 Tf -(-4)Tj -ET -q 1 0 0 -1 0 240 cm -43.281 106.801 m 34.879 106.801 l S Q -BT -11.2 0 0 11.2 19.98875 129.04 Tm -/f-0-0 1 Tf -(0)Tj -ET -q 1 0 0 -1 0 240 cm -43.281 15.602 m 34.879 15.602 l S Q -BT -11.2 0 0 11.2 19.98875 220.24 Tm -/f-0-0 1 Tf -(4)Tj -ET -q 1 0 0 -1 0 240 cm -43.281 198 m 43.281 206.398 l S Q -BT -11.2 0 0 11.2 37.690938 12.64 Tm -/f-0-0 1 Tf -(-2)Tj -ET -q 1 0 0 -1 0 240 cm -163.602 198 m 163.602 206.398 l S Q -BT -11.2 0 0 11.2 160.034375 12.64 Tm -/f-0-0 1 Tf -(0)Tj -ET -q 1 0 0 -1 0 240 cm -283.84 198 m 283.84 206.398 l S Q -BT -11.2 0 0 11.2 280.274375 12.64 Tm -/f-0-0 1 Tf -(2)Tj -ET -q 1 0 0 -1 0 240 cm -43.281 15.602 m 43.281 198 l 283.84 198 l S Q -BT -11.2 0 0 11.2 229.52 203.44 Tm -/f-0-0 1 Tf -[(w\(x;z=-)-3(1\))]TJ -ET -0.580392 0 0.827451 rg -1.6 w -q 1 0 0 -1 0 240 cm -182.32 32.398 m 221.762 32.398 l 43.281 108.32 m 43.52 108.398 l 47.359 - 108.398 l 47.602 108.48 l 50.961 108.48 l 51.199 108.559 l 54.32 108.559 - l 54.559 108.641 l 57.762 108.641 l 58 108.719 l 60.641 108.719 l 60.879 - 108.801 l 63.52 108.801 l 63.762 108.879 l 66.16 108.879 l 66.398 108.961 - l 68.801 108.961 l 69.039 109.039 l 71.199 109.039 l 71.441 109.121 l 73.602 - 109.121 l 73.84 109.199 l 76 109.199 l 76.238 109.281 l 78.16 109.281 l - 78.398 109.359 l 80.16 109.359 l 80.398 109.441 l 82.078 109.441 l 82.32 - 109.52 l 84 109.52 l 84.238 109.602 l 85.922 109.602 l 86.16 109.68 l 87.602 - 109.68 l 87.84 109.762 l 89.52 109.762 l 89.762 109.84 l 91.199 109.84 -l 91.441 109.922 l 92.641 109.922 l 92.879 110 l 94.32 110 l 94.559 110.078 - l 95.762 110.078 l 96 110.16 l 97.199 110.16 l 97.441 110.238 l 98.641 -110.238 l 98.879 110.32 l 100.078 110.32 l 100.32 110.398 l 101.52 110.398 - l 101.762 110.48 l 102.961 110.48 l 103.199 110.559 l 104.238 110.559 l - 104.48 110.641 l 105.441 110.641 l 105.68 110.719 l 106.879 110.719 l 107.121 - 110.801 l 108.078 110.801 l 108.32 110.879 l 109.281 110.879 l 109.52 110.961 - l 110.48 110.961 l 110.719 111.039 l 111.68 111.039 l 111.922 111.121 l - 112.641 111.121 l 112.879 111.199 l 113.84 111.199 l 114.078 111.281 l -115.039 111.281 l 115.281 111.359 l 116 111.359 l 116.238 111.441 l 117.199 - 111.441 l 117.441 111.52 l 118.398 111.52 l 118.641 111.602 l 119.359 111.602 - l 119.602 111.68 l 120.32 111.68 l 120.559 111.762 l 121.52 111.762 l 121.762 - 111.84 l 122.48 111.84 l 122.719 111.922 l 123.441 111.922 l 123.68 112 - l 124.641 112 l 124.879 112.078 l 125.602 112.078 l 125.84 112.16 l 126.559 - 112.16 l 126.801 112.238 l 127.602 112.238 l 127.84 112.32 l 128.801 112.32 - l 129.039 112.398 l 129.762 112.398 l 130 112.48 l 130.719 112.48 l 130.961 - 112.559 l 131.68 112.559 l 131.922 112.641 l 132.879 112.641 l 133.121 -112.719 l 133.84 112.719 l 134.078 112.801 l 134.801 112.801 l 135.039 112.879 - l 136 112.879 l 136.238 112.961 l 136.961 112.961 l 137.199 113.039 l 138.16 - 113.039 l 138.398 113.121 l 139.121 113.121 l 139.359 113.199 l 140.32 -113.199 l 140.559 113.281 l 141.52 113.281 l 141.762 113.359 l 142.48 113.359 - l 142.719 113.441 l 143.922 113.441 l 144.16 113.52 l 145.121 113.52 l -145.359 113.602 l 146.32 113.602 l 146.559 113.68 l 147.762 113.68 l 148 - 113.762 l 149.199 113.762 l 149.441 113.84 l 150.879 113.84 l 151.121 113.922 - l 152.879 113.922 l 153.121 114 l 155.039 114 l 155.281 114.078 l 158.16 - 114.078 l 158.398 114.16 l 168.719 114.16 l 168.961 114.078 l 171.84 114.078 - l 172.078 114 l 174 114 l 174.238 113.922 l 176 113.922 l 176.238 113.84 - l 177.68 113.84 l 177.922 113.762 l 179.121 113.762 l 179.359 113.68 l -180.559 113.68 l 180.801 113.602 l 181.762 113.602 l 182 113.52 l 182.961 - 113.52 l 183.199 113.441 l 184.398 113.441 l 184.641 113.359 l 185.359 -113.359 l 185.602 113.281 l 186.559 113.281 l 186.801 113.199 l 187.762 -113.199 l 188 113.121 l 188.719 113.121 l 188.961 113.039 l 189.922 113.039 - l 190.16 112.961 l 190.879 112.961 l 191.121 112.879 l 192.078 112.879 -l 192.32 112.801 l 193.039 112.801 l 193.281 112.719 l 194 112.719 l 194.238 - 112.641 l 195.199 112.641 l 195.441 112.559 l 196.16 112.559 l 196.398 -112.48 l 197.121 112.48 l 197.359 112.398 l 198.078 112.398 l 198.32 112.32 - l 199.281 112.32 l 199.52 112.238 l 200.32 112.238 l 200.559 112.16 l 201.281 - 112.16 l 201.52 112.078 l 202.238 112.078 l 202.48 112 l 203.441 112 l -203.68 111.922 l 204.398 111.922 l 204.641 111.84 l 205.359 111.84 l 205.602 - 111.762 l 206.559 111.762 l 206.801 111.68 l 207.52 111.68 l 207.762 111.602 - l 208.48 111.602 l 208.719 111.52 l 209.68 111.52 l 209.922 111.441 l 210.879 - 111.441 l 211.121 111.359 l 211.84 111.359 l 212.078 111.281 l 213.039 -111.281 l 213.281 111.199 l 214.238 111.199 l 214.48 111.121 l 215.199 111.121 - l 215.441 111.039 l 216.398 111.039 l 216.641 110.961 l 217.602 110.961 - l 217.84 110.879 l 218.801 110.879 l 219.039 110.801 l 220 110.801 l 220.238 - 110.719 l 221.441 110.719 l 221.68 110.641 l 222.641 110.641 l 222.879 -110.559 l 223.922 110.559 l 224.16 110.48 l 225.359 110.48 l 225.602 110.398 - l 226.801 110.398 l 227.039 110.32 l 228.238 110.32 l 228.48 110.238 l -229.68 110.238 l 229.922 110.16 l 231.121 110.16 l 231.359 110.078 l 232.559 - 110.078 l 232.801 110 l 234.238 110 l 234.48 109.922 l 235.68 109.922 l - 235.922 109.84 l 237.359 109.84 l 237.602 109.762 l 239.281 109.762 l 239.52 - 109.68 l 240.961 109.68 l 241.199 109.602 l 242.879 109.602 l 243.121 109.52 - l 244.801 109.52 l 245.039 109.441 l 246.719 109.441 l 246.961 109.359 -l 248.719 109.359 l 248.961 109.281 l 250.879 109.281 l 251.121 109.199 -l 253.281 109.199 l 253.52 109.121 l 255.68 109.121 l 255.922 109.039 l -258.078 109.039 l 258.32 108.961 l 260.719 108.961 l 260.961 108.879 l 263.359 - 108.879 l 263.602 108.801 l 266.238 108.801 l 266.48 108.719 l 269.121 -108.719 l 269.359 108.641 l 272.559 108.641 l 272.801 108.559 l 275.922 -108.559 l 276.16 108.48 l 279.52 108.48 l 279.762 108.398 l 283.602 108.398 - l 283.84 108.32 l S Q -0 g -BT -11.2 0 0 11.2 229.52 186.64 Tm -/f-0-0 1 Tf -[(w\(x;z=-)-3(0.1\))]TJ -ET -0 0.619608 0.45098 rg -q 1 0 0 -1 0 240 cm -182.32 49.199 m 221.762 49.199 l 43.281 106.961 m 45.922 106.961 l 46.16 - 107.039 l 64.961 107.039 l 65.199 107.121 l 76.961 107.121 l 77.199 107.199 - l 85.441 107.199 l 85.68 107.281 l 91.922 107.281 l 92.16 107.359 l 96.961 - 107.359 l 97.199 107.441 l 101.039 107.441 l 101.281 107.52 l 104.48 107.52 - l 104.719 107.602 l 107.602 107.602 l 107.84 107.68 l 110 107.68 l 110.238 - 107.762 l 112.16 107.762 l 112.398 107.84 l 114.32 107.84 l 114.559 107.922 - l 116 107.922 l 116.238 108 l 117.68 108 l 117.922 108.078 l 119.121 108.078 - l 119.359 108.16 l 120.32 108.16 l 120.559 108.238 l 121.52 108.238 l 121.762 - 108.32 l 122.719 108.32 l 122.961 108.398 l 123.68 108.398 l 123.922 108.48 - l 124.641 108.48 l 124.879 108.559 l 125.602 108.559 l 125.84 108.641 l - 126.32 108.641 l 126.559 108.719 l 127.281 108.719 l 127.602 108.801 l -128.078 108.801 l 128.32 108.879 l 128.801 108.879 l 129.039 108.961 l 129.281 - 108.961 l 129.52 109.039 l 130 109.039 l 130.238 109.121 l 130.48 109.121 - l 130.719 109.199 l 131.199 109.199 l 131.441 109.281 l 131.68 109.281 -l 131.922 109.359 l 132.16 109.359 l 132.398 109.441 l 132.641 109.441 l - 132.879 109.52 l 133.121 109.52 l 133.359 109.602 l 133.602 109.602 l 133.84 - 109.68 l 134.078 109.68 l 134.32 109.762 l 134.559 109.84 l 134.801 109.84 - l 135.039 109.922 l 135.281 109.922 l 135.52 110 l 135.762 110.078 l 136 - 110.078 l 136.238 110.16 l 136.48 110.238 l 136.719 110.238 l 136.961 110.32 - l 137.199 110.398 l 137.441 110.48 l 137.68 110.559 l 137.922 110.559 l - 138.16 110.641 l 138.398 110.719 l 138.641 110.801 l 138.879 110.879 l -139.121 110.961 l 139.359 111.039 l 139.602 111.121 l 139.84 111.199 l 140.078 - 111.281 l 140.32 111.359 l 140.559 111.441 l 140.801 111.52 l 141.039 111.68 - l 141.281 111.762 l 141.52 111.84 l 141.762 111.922 l 142 112.078 l 142.238 - 112.16 l 142.48 112.238 l 142.719 112.398 l 142.961 112.48 l 143.199 112.641 - l 143.441 112.801 l 143.68 112.879 l 143.922 113.039 l 144.398 113.359 -l 144.641 113.52 l 144.879 113.602 l 145.121 113.84 l 145.359 114 l 145.602 - 114.16 l 146.078 114.48 l 146.32 114.719 l 146.559 114.879 l 147.039 115.359 - l 147.281 115.52 l 147.52 115.762 l 147.762 116 l 148 116.238 l 148.238 - 116.559 l 148.48 116.801 l 148.719 117.121 l 148.961 117.359 l 149.199 -117.68 l 149.441 118 l 149.68 118.32 l 149.922 118.641 l 150.16 119.039 -l 150.398 119.441 l 150.641 119.762 l 150.879 120.238 l 151.121 120.641 -l 151.359 121.039 l 151.68 121.52 l 151.922 122 l 152.16 122.559 l 152.398 - 123.039 l 152.641 123.602 l 152.879 124.16 l 153.121 124.801 l 153.359 -125.441 l 153.602 126.078 l 153.84 126.801 l 154.078 127.52 l 154.32 128.32 - l 154.559 129.121 l 154.801 129.922 l 155.039 130.801 l 155.281 131.762 - l 155.52 132.719 l 155.762 133.762 l 156 134.801 l 156.238 135.922 l 156.48 - 137.121 l 156.719 138.32 l 156.961 139.602 l 157.199 140.961 l 157.441 -142.32 l 157.68 143.762 l 157.922 145.281 l 158.16 146.879 l 158.398 148.48 - l 158.641 150.16 l 158.879 151.922 l 159.121 153.68 l 159.359 155.52 l -159.602 157.359 l 159.84 159.199 l 160.078 161.121 l 160.32 162.961 l 160.559 - 164.879 l 160.801 166.719 l 161.039 168.48 l 161.281 170.238 l 161.52 171.84 - l 161.762 173.359 l 162 174.801 l 162.238 176 l 162.48 177.121 l 162.719 - 178 l 162.961 178.641 l 163.199 179.121 l 163.441 179.359 l 163.68 179.359 - l 163.922 179.121 l 164.16 178.641 l 164.398 178 l 164.641 177.121 l 164.879 - 176 l 165.121 174.801 l 165.359 173.359 l 165.602 171.84 l 165.84 170.238 - l 166.078 168.48 l 166.32 166.719 l 166.559 164.879 l 166.801 162.961 l - 167.039 161.121 l 167.281 159.199 l 167.52 157.359 l 167.762 155.52 l 168 - 153.68 l 168.238 151.922 l 168.48 150.16 l 168.719 148.48 l 168.961 146.879 - l 169.199 145.281 l 169.441 143.762 l 169.68 142.32 l 169.922 140.961 l - 170.16 139.602 l 170.398 138.32 l 170.641 137.121 l 170.879 135.922 l 171.121 - 134.801 l 171.359 133.762 l 171.602 132.719 l 171.84 131.762 l 172.078 -130.801 l 172.32 129.922 l 172.559 129.121 l 172.801 128.32 l 173.039 127.52 - l 173.281 126.801 l 173.52 126.078 l 173.762 125.441 l 174.238 124.16 l - 174.48 123.602 l 174.719 123.039 l 174.961 122.559 l 175.199 122 l 175.441 - 121.52 l 175.762 121.039 l 176 120.641 l 176.238 120.238 l 176.48 119.762 - l 176.719 119.441 l 176.961 119.039 l 177.199 118.641 l 177.441 118.32 -l 177.68 118 l 177.922 117.68 l 178.16 117.359 l 178.398 117.121 l 178.641 - 116.801 l 178.879 116.559 l 179.121 116.238 l 179.359 116 l 179.602 115.762 - l 179.84 115.52 l 180.078 115.359 l 180.32 115.121 l 180.559 114.879 l -180.801 114.719 l 181.039 114.48 l 181.281 114.32 l 181.52 114.16 l 181.762 - 114 l 182 113.84 l 182.238 113.602 l 182.48 113.52 l 182.719 113.359 l -182.961 113.199 l 183.199 113.039 l 183.441 112.879 l 183.68 112.801 l 183.922 - 112.641 l 184.16 112.48 l 184.398 112.398 l 184.641 112.238 l 184.879 112.16 - l 185.121 112.078 l 185.359 111.922 l 185.602 111.84 l 185.84 111.762 l - 186.078 111.68 l 186.32 111.52 l 186.559 111.441 l 186.801 111.359 l 187.039 - 111.281 l 187.281 111.199 l 187.52 111.121 l 187.762 111.039 l 188 110.961 - l 188.238 110.879 l 188.48 110.801 l 188.719 110.719 l 188.961 110.641 -l 189.199 110.559 l 189.441 110.559 l 189.68 110.48 l 189.922 110.398 l -190.16 110.32 l 190.398 110.238 l 190.641 110.238 l 190.879 110.16 l 191.121 - 110.078 l 191.359 110.078 l 191.602 110 l 191.84 109.922 l 192.078 109.922 - l 192.32 109.84 l 192.559 109.84 l 192.801 109.762 l 193.039 109.68 l 193.281 - 109.68 l 193.52 109.602 l 193.762 109.602 l 194 109.52 l 194.238 109.52 - l 194.48 109.441 l 194.719 109.441 l 194.961 109.359 l 195.199 109.359 -l 195.441 109.281 l 195.68 109.281 l 195.922 109.199 l 196.398 109.199 l - 196.641 109.121 l 196.879 109.121 l 197.121 109.039 l 197.602 109.039 l - 197.84 108.961 l 198.078 108.961 l 198.32 108.879 l 198.801 108.879 l 199.039 - 108.801 l 199.52 108.801 l 199.84 108.719 l 200.559 108.719 l 200.801 108.641 - l 201.281 108.641 l 201.52 108.559 l 202.238 108.559 l 202.48 108.48 l -203.199 108.48 l 203.441 108.398 l 204.16 108.398 l 204.398 108.32 l 205.359 - 108.32 l 205.602 108.238 l 206.559 108.238 l 206.801 108.16 l 207.762 108.16 - l 208 108.078 l 209.199 108.078 l 209.441 108 l 210.879 108 l 211.121 107.922 - l 212.559 107.922 l 212.801 107.84 l 214.719 107.84 l 214.961 107.762 l - 216.879 107.762 l 217.121 107.68 l 219.281 107.68 l 219.52 107.602 l 222.398 - 107.602 l 222.641 107.52 l 225.84 107.52 l 226.078 107.441 l 229.922 107.441 - l 230.16 107.359 l 234.961 107.359 l 235.199 107.281 l 241.441 107.281 -l 241.68 107.199 l 249.922 107.199 l 250.16 107.121 l 261.922 107.121 l -262.16 107.039 l 280.961 107.039 l 281.199 106.961 l 283.84 106.961 l S Q -0 g -BT -11.2 0 0 11.2 229.52 169.84 Tm -/f-0-0 1 Tf -[(w\(x;z=0)-3(\))]TJ -ET -0.337255 0.705882 0.913725 rg -q 1 0 0 -1 0 240 cm -182.32 66 m 221.762 66 l 43.281 106.801 m 283.84 106.801 l S Q -0 g -BT -11.2 0 0 11.2 229.52 153.04 Tm -/f-0-0 1 Tf -[(w\(x;z=0)-3(.1\))]TJ -ET -0.901961 0.623529 0 rg -q 1 0 0 -1 0 240 cm -182.32 82.801 m 221.762 82.801 l 43.281 106.641 m 45.922 106.641 l 46.16 - 106.559 l 64.961 106.559 l 65.199 106.48 l 76.961 106.48 l 77.199 106.398 - l 85.441 106.398 l 85.68 106.32 l 91.922 106.32 l 92.16 106.238 l 96.961 - 106.238 l 97.199 106.16 l 101.039 106.16 l 101.281 106.078 l 104.48 106.078 - l 104.719 106 l 107.602 106 l 107.84 105.922 l 110 105.922 l 110.238 105.84 - l 112.16 105.84 l 112.398 105.762 l 114.32 105.762 l 114.559 105.68 l 116 - 105.68 l 116.238 105.602 l 117.68 105.602 l 117.922 105.52 l 119.121 105.52 - l 119.359 105.441 l 120.32 105.441 l 120.559 105.359 l 121.52 105.359 l - 121.762 105.281 l 122.719 105.281 l 122.961 105.199 l 123.68 105.199 l -123.922 105.121 l 124.641 105.121 l 124.879 105.039 l 125.602 105.039 l -125.84 104.961 l 126.32 104.961 l 126.559 104.879 l 127.281 104.879 l 127.602 - 104.801 l 128.078 104.801 l 128.32 104.719 l 128.801 104.719 l 129.039 -104.641 l 129.281 104.641 l 129.52 104.559 l 130 104.559 l 130.238 104.48 - l 130.48 104.48 l 130.719 104.398 l 131.199 104.398 l 131.441 104.32 l -131.68 104.32 l 131.922 104.238 l 132.16 104.238 l 132.398 104.16 l 132.641 - 104.16 l 132.879 104.078 l 133.121 104.078 l 133.359 104 l 133.602 104 -l 133.84 103.922 l 134.078 103.922 l 134.32 103.84 l 134.559 103.762 l 134.801 - 103.762 l 135.039 103.68 l 135.281 103.68 l 135.52 103.602 l 135.762 103.52 - l 136 103.52 l 136.238 103.441 l 136.48 103.359 l 136.719 103.359 l 136.961 - 103.281 l 137.199 103.199 l 137.441 103.121 l 137.68 103.039 l 137.922 -103.039 l 138.16 102.961 l 138.398 102.879 l 138.641 102.801 l 138.879 102.719 - l 139.121 102.641 l 139.359 102.559 l 139.602 102.48 l 139.84 102.398 l - 140.078 102.32 l 140.32 102.238 l 140.559 102.16 l 140.801 102.078 l 141.039 - 101.922 l 141.281 101.84 l 141.52 101.762 l 141.762 101.68 l 142 101.52 - l 142.238 101.441 l 142.48 101.359 l 142.719 101.199 l 142.961 101.121 -l 143.199 100.961 l 143.441 100.801 l 143.68 100.719 l 143.922 100.559 l - 144.398 100.238 l 144.641 100.078 l 144.879 100 l 145.121 99.762 l 145.359 - 99.602 l 145.602 99.441 l 146.078 99.121 l 146.32 98.879 l 146.559 98.719 - l 146.801 98.48 l 147.039 98.238 l 147.281 98.078 l 147.52 97.84 l 147.762 - 97.602 l 148 97.359 l 148.238 97.039 l 148.48 96.801 l 148.719 96.48 l -148.961 96.238 l 149.199 95.922 l 149.441 95.602 l 149.68 95.281 l 149.922 - 94.961 l 150.16 94.559 l 150.398 94.16 l 150.641 93.84 l 150.879 93.359 - l 151.121 92.961 l 151.359 92.559 l 151.68 92.078 l 151.922 91.602 l 152.16 - 91.039 l 152.398 90.559 l 152.641 90 l 152.879 89.441 l 153.121 88.801 -l 153.359 88.16 l 153.602 87.52 l 153.84 86.801 l 154.078 86.078 l 154.32 - 85.281 l 154.559 84.48 l 154.801 83.68 l 155.039 82.801 l 155.281 81.84 - l 155.52 80.879 l 155.762 79.84 l 156 78.801 l 156.238 77.68 l 156.48 76.48 - l 156.719 75.281 l 156.961 74 l 157.199 72.641 l 157.441 71.281 l 157.68 - 69.84 l 157.922 68.32 l 158.16 66.719 l 158.398 65.121 l 158.641 63.441 - l 158.879 61.68 l 159.121 59.922 l 159.359 58.078 l 159.602 56.238 l 159.84 - 54.398 l 160.078 52.48 l 160.32 50.641 l 160.559 48.719 l 160.801 46.879 - l 161.039 45.121 l 161.281 43.359 l 161.52 41.762 l 161.762 40.238 l 162 - 38.801 l 162.238 37.602 l 162.48 36.48 l 162.719 35.602 l 162.961 34.961 - l 163.199 34.48 l 163.441 34.238 l 163.68 34.238 l 163.922 34.48 l 164.16 - 34.961 l 164.398 35.602 l 164.641 36.48 l 164.879 37.602 l 165.121 38.801 - l 165.359 40.238 l 165.602 41.762 l 165.84 43.359 l 166.078 45.121 l 166.32 - 46.879 l 166.559 48.719 l 166.801 50.641 l 167.039 52.48 l 167.281 54.398 - l 167.52 56.238 l 167.762 58.078 l 168 59.922 l 168.238 61.68 l 168.48 -63.441 l 168.719 65.121 l 168.961 66.719 l 169.199 68.32 l 169.441 69.84 - l 169.68 71.281 l 169.922 72.641 l 170.16 74 l 170.398 75.281 l 170.641 - 76.48 l 170.879 77.68 l 171.121 78.801 l 171.359 79.84 l 171.602 80.879 - l 172.078 82.801 l 172.32 83.68 l 172.559 84.48 l 172.801 85.281 l 173.039 - 86.078 l 173.281 86.801 l 173.52 87.52 l 173.762 88.16 l 174.238 89.441 - l 174.48 90 l 174.719 90.559 l 174.961 91.039 l 175.199 91.602 l 175.441 - 92.078 l 175.762 92.559 l 176 92.961 l 176.238 93.359 l 176.48 93.84 l -176.719 94.16 l 176.961 94.559 l 177.199 94.961 l 177.441 95.281 l 177.68 - 95.602 l 177.922 95.922 l 178.16 96.238 l 178.398 96.48 l 178.641 96.801 - l 178.879 97.039 l 179.121 97.359 l 179.359 97.602 l 179.602 97.84 l 179.84 - 98.078 l 180.078 98.238 l 180.559 98.719 l 180.801 98.879 l 181.039 99.121 - l 181.281 99.281 l 181.52 99.441 l 181.762 99.602 l 182 99.762 l 182.238 - 100 l 182.48 100.078 l 182.719 100.238 l 182.961 100.398 l 183.199 100.559 - l 183.441 100.719 l 183.68 100.801 l 183.922 100.961 l 184.16 101.121 l - 184.398 101.199 l 184.641 101.359 l 184.879 101.441 l 185.121 101.52 l -185.359 101.68 l 185.602 101.762 l 185.84 101.84 l 186.078 101.922 l 186.32 - 102.078 l 186.559 102.16 l 186.801 102.238 l 187.039 102.32 l 187.281 102.398 - l 187.52 102.48 l 187.762 102.559 l 188 102.641 l 188.238 102.719 l 188.48 - 102.801 l 188.719 102.879 l 188.961 102.961 l 189.199 103.039 l 189.441 - 103.039 l 189.68 103.121 l 189.922 103.199 l 190.16 103.281 l 190.398 103.359 - l 190.641 103.359 l 190.879 103.441 l 191.121 103.52 l 191.359 103.52 l - 191.602 103.602 l 191.84 103.68 l 192.078 103.68 l 192.32 103.762 l 192.559 - 103.762 l 192.801 103.84 l 193.039 103.922 l 193.281 103.922 l 193.52 104 - l 193.762 104 l 194 104.078 l 194.238 104.078 l 194.48 104.16 l 194.719 - 104.16 l 194.961 104.238 l 195.199 104.238 l 195.441 104.32 l 195.68 104.32 - l 195.922 104.398 l 196.398 104.398 l 196.641 104.48 l 196.879 104.48 l - 197.121 104.559 l 197.602 104.559 l 197.84 104.641 l 198.078 104.641 l -198.32 104.719 l 198.801 104.719 l 199.039 104.801 l 199.52 104.801 l 199.84 - 104.879 l 200.559 104.879 l 200.801 104.961 l 201.281 104.961 l 201.52 -105.039 l 202.238 105.039 l 202.48 105.121 l 203.199 105.121 l 203.441 105.199 - l 204.16 105.199 l 204.398 105.281 l 205.359 105.281 l 205.602 105.359 -l 206.559 105.359 l 206.801 105.441 l 207.762 105.441 l 208 105.52 l 209.199 - 105.52 l 209.441 105.602 l 210.879 105.602 l 211.121 105.68 l 212.559 105.68 - l 212.801 105.762 l 214.719 105.762 l 214.961 105.84 l 216.879 105.84 l - 217.121 105.922 l 219.281 105.922 l 219.52 106 l 222.398 106 l 222.641 -106.078 l 225.84 106.078 l 226.078 106.16 l 229.922 106.16 l 230.16 106.238 - l 234.961 106.238 l 235.199 106.32 l 241.441 106.32 l 241.68 106.398 l -249.922 106.398 l 250.16 106.48 l 261.922 106.48 l 262.16 106.559 l 280.961 - 106.559 l 281.199 106.641 l 283.84 106.641 l S Q -0 g -0.8 w -q 1 0 0 -1 0 240 cm -43.281 15.602 m 43.281 198 l 283.84 198 l S Q -Q Q -showpage -%%Trailer -end restore -%%EOF diff --git a/math.tex b/math.tex @@ -0,0 +1,34 @@ +\usepackage{amsmath} +\usepackage{amssymb} +\usepackage{amsthm} + +% custom mathematical expressions +\newcommand{\Var}[1]{\sigma_{#1}^2} +\newcommand{\Fourier}[1]{\mathcal{F}\left\{#1\right\}} +\newcommand{\InverseFourier}[1]{\mathcal{F}^{-1}\left\{#1\right\}} +\newcommand{\Fun}[1]{\mathcal{D}_1\left(x,#1\right)} +\newcommand{\FunSecond}[1]{\mathcal{D}_2\left(x,#1\right)} +\newcommand{\FunThird}[1]{\mathcal{D}_2\left(x,#1\right)} +\newcommand{\FunThreeD}[1]{\mathcal{D}_3\left(x,y,#1\right)} +\newcommand{\Sinh}[1]{\cosh\left(#1\right)} +\newcommand{\SinhX}[1]{\sinh\left(#1\right)} + +\newcommand{\FourierY}[2]{\mathcal{F}_{#2}\!\left\{#1\right\}} +\newcommand{\InverseFourierY}[2]{\mathcal{F}^{-1}_{#2}\!\left\{#1\right\}} + +\newcommand{\FourierX}[3]{\mathcal{F}_{#2}\!\left\{#1\right\}\!\left(#3\right)} +\newcommand{\InverseFourierX}[3]{\mathcal{F}^{-1}_{#2}\!\left\{#1\right\}\!\left(#3\right)} + +% properly aligned version of sqrt for \zeta_y^2 +\newcommand{\SqrtZeta}[1]{\sqrt{\vphantom{\zeta_x^2}\smash[b]{#1}}} + +% normalisation +\newcommand{\SqrtZetaX}{\sqrt{1 + \zeta_x^2}} +\newcommand{\SqrtZetaY}{\SqrtZeta{1 + \zeta_x^2 + \zeta_y^2}} +\newcommand{\FracSqrtZetaX}[1]{\frac{#1}{\SqrtZetaX{}}} +\newcommand{\FracSqrtZetaY}[1]{\frac{#1}{\SqrtZetaY{}}} + +% wave vector +\newcommand{\Kvec}{\vec{k}} +\newcommand{\Kveclen}{\lvert\smash[b]{\Kvec}\rvert} + diff --git a/preamble.tex b/preamble.tex @@ -1,8 +1,5 @@ \usepackage{graphicx} \usepackage{booktabs} -\usepackage{amsmath} -\usepackage{amssymb} -\usepackage{amsthm} \usepackage{hyperref} \usepackage{tikz} \usepackage{cite} @@ -43,35 +40,7 @@ % multiple bibliographies \usepackage[resetlabels]{multibib} -% custom mathematical expressions -\newcommand{\Var}[1]{\sigma_{#1}^2} -\newcommand{\Fourier}[1]{\mathcal{F}\left\{#1\right\}} -\newcommand{\InverseFourier}[1]{\mathcal{F}^{-1}\left\{#1\right\}} -\newcommand{\Fun}[1]{\mathcal{D}_1\left(x,#1\right)} -\newcommand{\FunSecond}[1]{\mathcal{D}_2\left(x,#1\right)} -\newcommand{\FunThird}[1]{\mathcal{D}_2\left(x,#1\right)} -\newcommand{\FunThreeD}[1]{\mathcal{D}_3\left(x,y,#1\right)} -\newcommand{\Sinh}[1]{\cosh\left(#1\right)} -\newcommand{\SinhX}[1]{\sinh\left(#1\right)} - -\newcommand{\FourierY}[2]{\mathcal{F}_{#2}\!\left\{#1\right\}} -\newcommand{\InverseFourierY}[2]{\mathcal{F}^{-1}_{#2}\!\left\{#1\right\}} - -\newcommand{\FourierX}[3]{\mathcal{F}_{#2}\!\left\{#1\right\}\!\left(#3\right)} -\newcommand{\InverseFourierX}[3]{\mathcal{F}^{-1}_{#2}\!\left\{#1\right\}\!\left(#3\right)} - -% properly aligned version of sqrt for \zeta_y^2 -\newcommand{\SqrtZeta}[1]{\sqrt{\vphantom{\zeta_x^2}\smash[b]{#1}}} - -% normalisation -\newcommand{\SqrtZetaX}{\sqrt{1 + \zeta_x^2}} -\newcommand{\SqrtZetaY}{\SqrtZeta{1 + \zeta_x^2 + \zeta_y^2}} -\newcommand{\FracSqrtZetaX}[1]{\frac{#1}{\SqrtZetaX{}}} -\newcommand{\FracSqrtZetaY}[1]{\frac{#1}{\SqrtZetaY{}}} - -% wave vector -\newcommand{\Kvec}{\vec{k}} -\newcommand{\Kveclen}{\lvert\smash[b]{\Kvec}\rvert} +\include{math} % org-mode friendly commands \newcommand{\orgcmidrule}[2]{\cmidrule(lr){#1}\cmidrule(lr){#2}} diff --git a/slides-preamble.tex b/slides-preamble.tex @@ -20,22 +20,11 @@ \graphicspath{{build/}{graphics/slides/}} -% custom mathematical expressions -\newcommand{\Var}[1]{\sigma_{#1}^2} -\newcommand{\Fourier}[1]{\mathcal{F}\left\{#1\right\}} -\newcommand{\InverseFourier}[1]{\mathcal{F}^{-1}\left\{#1\right\}} -\newcommand{\Fun}[1]{\mathcal{D}_1\left(x,#1\right)} -\newcommand{\FunSecond}[1]{\mathcal{D}_2\left(x,#1\right)} -\newcommand{\FunThird}[1]{\mathcal{D}_2\left(x,#1\right)} -\newcommand{\Sinh}[1]{\cosh\left(#1\right)} - -\newcommand{\FourierX}[3]{\mathcal{F}_{#2}\!\left\{#1\right\}\!\left(#3\right)} -\newcommand{\InverseFourierX}[3]{\mathcal{F}^{-1}_{#2}\!\left\{#1\right\}\!\left(#3\right)} - +\include{math} % tikz helper macros \definecolor{markBlue}{HTML}{40C0F0} -\definecolor{markRed}{HTML}{C00000} +\definecolor{markRed}{HTML}{E5C6C5} \definecolor{markBlueFg}{HTML}{226680} \newcommand*{\circleemph}[2]{% \begin{tikzpicture}[baseline=(#1tmp.base),remember picture] @@ -49,5 +38,11 @@ \node[overlay,rectangle,fill=none,ultra thick,draw=none, inner xsep=0.5mm, inner ysep=1mm] (#1) at (#1tmp) {$\displaystyle#2$};% \end{tikzpicture} } +\newcommand*{\fillrectemph}[2]{% + \begin{tikzpicture}[baseline=(#1tmp.base),remember picture] + \node[fill=none,inner sep=0mm] (#1tmp) {$\displaystyle\phantom{#2}$};% + \node[overlay,rectangle,fill=markRed,ultra thick,draw=none, inner xsep=0mm, inner ysep=0.5mm] (#1) at (#1tmp) {$\displaystyle#2$};% + \end{tikzpicture} +} \AtBeginSection[]{\frame{\sectionpage}}