diff --git a/Classes/PhDThesisPSnPDF.cls b/Classes/PhDThesisPSnPDF.cls index 8a9d962..2531920 100644 --- a/Classes/PhDThesisPSnPDF.cls +++ b/Classes/PhDThesisPSnPDF.cls @@ -68,8 +68,14 @@ \newif \ifdefineAbstract\defineAbstractfalse %To enable Separate abstract \newif\ifCU@abstract\CU@abstractfalse % Enable Separate Abstract -\DeclareOption{abstract}{\CU@abstracttrue - \ClassWarning{PhDThesisPSnPDF}{You have chosen an option that generates only the Title page and an abstract with PhD title and author name, if this was intentional, ignore this warning. Congratulations on submitting your thesis!! If not, please remove the option `abstract' from the document class and recompile. Good luck with your writing!}} +\DeclareOption{abstract}{ + \CU@abstracttrue + \ClassWarning{PhDThesisPSnPDF}{You have chosen an option that generates only +the Title page and an abstract with PhD title and author name, if this was +intentional, ignore this warning. Congratulations on submitting your thesis!! +If not, please remove the option `abstract' from the document class and +recompile. Good luck with your writing!} +} \ProcessOptions\relax% @@ -78,7 +84,12 @@ % Font Size \newcommand\CU@ptsize{12pt} %Set Default Size as 12 -\DeclareOption{10pt}{\ClassWarning{PhDThesisPSnPDF}{The Cambridge University PhD thesis guidelines recommend using a minimum font size of 11pt (12pt is preferred) and 10pt for footnotes.}\renewcommand\CU@ptsize{10pt}} +\DeclareOption{10pt}{ + \ClassWarning{PhDThesisPSnPDF}{The Cambridge University PhD thesis guidelines +recommend using a minimum font size of 11pt (12pt is preferred) and 10pt for +footnotes.} + \renewcommand\CU@ptsize{10pt} +} \DeclareOption{11pt}{\renewcommand\CU@ptsize{11pt}}% \DeclareOption{12pt}{\renewcommand\CU@ptsize{12pt}}% \PassOptionsToClass{\CU@ptsize}{book}% @@ -88,9 +99,11 @@ \DeclareOption{a4paper}{\renewcommand\CU@papersize{a4paper}} \DeclareOption{a5paper}{\renewcommand\CU@papersize{a5paper}} -\DeclareOption{letterpaper}{\ClassWarning{PhDThesisPSnPDF}{ -The Cambridge University Engineering Deparment PhD thesis guidelines recommend using A4 or A5paper} -\renewcommand\CU@papersize{letterpaper}} +\DeclareOption{letterpaper}{ + \ClassWarning{PhDThesisPSnPDF}{The Cambridge University Engineering Deparment +PhD thesis guidelines recommend using A4 or A5paper} + \renewcommand\CU@papersize{letterpaper} +} \PassOptionsToClass{\CU@papersize}{book}% @@ -103,7 +116,10 @@ The Cambridge University Engineering Deparment PhD thesis guidelines recommend u % Generates Warning for unknown options \DeclareOption*{ - \ClassWarning{PhDThesisPSnPDF}{Unknown or non-standard option '\CurrentOption'. Will see if I can load it from the book class. If you get a warning unused global option(s): `\CurrentOption` then the option is not supported!} + \ClassWarning{PhDThesisPSnPDF}{Unknown or non-standard option +'\CurrentOption'. Will see if I can load it from the book class. If you get a +warning unused global option(s): `\CurrentOption` then the option is not +supported!} \PassOptionsToClass{\CurrentOption}{book} } @@ -137,61 +153,63 @@ The Cambridge University Engineering Deparment PhD thesis guidelines recommend u \fi \if@print - % For Print version - \hypersetup{ - plainpages=false, - pdfstartview=FitV, - pdftoolbar=true, - pdfmenubar=true, - bookmarksopen=true, - bookmarksnumbered=true, - breaklinks=true, - linktocpage, - colorlinks=true, - linkcolor=black, - urlcolor=black, - citecolor=black, - anchorcolor=black - } - \ifCU@custommargin + % For Print version + \hypersetup{ + plainpages=false, + pdfstartview=FitV, + pdftoolbar=true, + pdfmenubar=true, + bookmarksopen=true, + bookmarksnumbered=true, + breaklinks=true, + linktocpage, + colorlinks=true, + linkcolor=black, + urlcolor=black, + citecolor=black, + anchorcolor=black + } + \ifCU@custommargin \setMarginfalse - \else + \else % Odd and Even side Margin for binding and set viewmode for PDF - \RequirePackage[hmarginratio=1:1,vmarginratio=1:1,scale=0.75,bindingoffset=5mm]{geometry} - \setMargintrue - \fi - - \if@twoside - \hypersetup{pdfpagelayout=TwoPageRight} - \else - \hypersetup{pdfpagelayout=OneColumn} - \fi -\else - % For PDF Online version - \hypersetup{ - plainpages=false, - pdfstartview=FitV, - pdftoolbar=true, - pdfmenubar=true, - bookmarksopen=true, - bookmarksnumbered=true, - breaklinks=true, - linktocpage, - colorlinks=true, - linkcolor=blue, - urlcolor=blue, - citecolor=blue, - anchorcolor=green} + \RequirePackage[hmarginratio=1:1,vmarginratio=1:1,scale=0.75,bindingoffset=5mm]{geometry} + \setMargintrue + \fi - \ifCU@custommargin + \if@twoside + \hypersetup{pdfpagelayout=TwoPageRight} + \else + \hypersetup{pdfpagelayout=OneColumn} + \fi + +\else + % For PDF Online version + \hypersetup{ + plainpages=false, + pdfstartview=FitV, + pdftoolbar=true, + pdfmenubar=true, + bookmarksopen=true, + bookmarksnumbered=true, + breaklinks=true, + linktocpage, + colorlinks=true, + linkcolor=blue, + urlcolor=blue, + citecolor=blue, + anchorcolor=green + } + + \ifCU@custommargin \setMarginfalse - \else + \else % No Margin staggering on Odd and Even side \RequirePackage[hmarginratio=1:1,vmarginratio=1:1,scale=0.75]{geometry} \setMargintrue - \fi + \fi - \hypersetup{pdfpagelayout=OneColumn} + \hypersetup{pdfpagelayout=OneColumn} \fi @@ -257,7 +275,10 @@ The Cambridge University Engineering Deparment PhD thesis guidelines recommend u \else \RequirePackage[numbers,sort&compress]{natbib} % Default - numbered \setBibtrue - \ClassWarning{PhDThesisPSnPDF}{No bibliography style was specified. Default numbered style is used. If you would like to use a different style, use `authoryear' or `numbered' in the options in documentclass or use `custombib` and define the natbibpackage with required style in the Preamble.tex file} + \ClassWarning{PhDThesisPSnPDF}{No bibliography style was specified. +Default numbered style is used. If you would like to use a different style, use +`authoryear' or `numbered' in the options in documentclass or use `custombib` +and define the natbibpackage with required style in the Preamble.tex file} % Generate a warning message here \fi \fi @@ -282,7 +303,10 @@ The Cambridge University Engineering Deparment PhD thesis guidelines recommend u \ifCU@customfont \setFontfalse \else - \ClassWarning{PhDThesisPSnPDf}{Using default font Latin Modern. If you would like to use other pre-defined fonts use `times' (The Cambridge University PhD thesis guidelines recommend using Times font) or `fourier' or load a custom font in preamble by specifying `customfont' in the class options} + \ClassWarning{PhDThesisPSnPDf}{Using default font Latin Modern. If you +would like to use other pre-defined fonts use `times' (The Cambridge University +PhD thesis guidelines recommend using Times font) or `fourier' or load a custom +font in preamble by specifying `customfont' in the class options} \RequirePackage{lmodern} \setFonttrue \fi @@ -354,7 +378,8 @@ The Cambridge University Engineering Deparment PhD thesis guidelines recommend u \else -% Default Style: Sets Page Number at the Top (LE/RO) with Chapter/Section Name on LO/RE and an empty footer +% Default Style: Sets Page Number at the Top (LE/RO) with Chapter/Section Name +% on LO/RE and an empty footer \renewcommand{\chaptermark}[1]{\markboth {##1}{}} \renewcommand{\sectionmark}[1]{\markright{\thesection\ ##1}} \fancyhf{} diff --git a/Preamble/preamble.tex b/Preamble/preamble.tex index ab39915..d697964 100644 --- a/Preamble/preamble.tex +++ b/Preamble/preamble.tex @@ -1,12 +1,13 @@ -% ***************************************************************************** -% ******************************* Custom Margin ******************************** +% ****************************************************************************** +% ****************************** Custom Margin ********************************* % Add `custommargin' in the document class option to use this section -% Set {innerside margin / outerside margin / topmargin / bottom margin} and many custom size for page layout +% Set {innerside margin / outerside margin / topmargin / bottom margin} and +% many custom size for page layout \ifsetMargin \else -\RequirePackage[left=37mm,right=30mm,top=35mm,bottom=30mm]{geometry} -\setFancyHdr % To apply fancy header after geometry package is loaded + \RequirePackage[left=37mm,right=30mm,top=35mm,bottom=30mm]{geometry} + \setFancyHdr % To apply fancy header after geometry package is loaded \fi % ***************************************************************************** @@ -16,7 +17,9 @@ %\renewcommand\rmdefault{psb} \ifsetFont \else -\RequirePackage{libertine} % Set your custom font here and use `customfont' in options. Leave empty to load computer modern font. + % Set your custom font here and use `customfont' in options. Leave empty to + % load computer modern font. + \RequirePackage{libertine} \fi % ***************************************************************************** @@ -26,7 +29,7 @@ \usepackage{cleveref} %Referencing without need to explicitly state fig /table \ifsetBib % True, Bibliography option is chosen in class options \else % If custom bibliography style chosen then load bibstyle here -\RequirePackage[square, sort, numbers, authoryear]{natbib} % CustomBib + \RequirePackage[square, sort, numbers, authoryear]{natbib} % CustomBib \fi @@ -35,22 +38,22 @@ % ***************************************************************************** -% ************************** Algorithms and Pseudocode ************************* -%\usepackage{algpseudocode} % Algorithmicx package support for algorithms and pseudocode +% ************************* Algorithms and Pseudocode ************************** +%\usepackage{algpseudocode} -% *********************Captions and Hyperreferencing / URL *********************** +% ********************Captions and Hyperreferencing / URL ********************** %% Captions: This makes captions of figures use a boldfaced small font. %\RequirePackage[small,bf]{caption} \RequirePackage[figurename=Fig.,labelsep=space,tableposition=top]{caption} -% ************************ Formatting / Footnote ***************************** +% ************************ Formatting / Footnote ******************************* %\usepackage[perpage]{footmisc} %Range of footnote options -% ****************************** Line Numbers ******************************** +% ****************************** Line Numbers ********************************** %\RequirePackage{lineno} %\linenumbers @@ -62,14 +65,14 @@ \usepackage{subfig} -% ********************************* Table ************************************* +% ********************************* Table ************************************** %\usepackage{longtable} %\usepackage{multicol} %\usepackage{multirow} %\usepackage{tabularx} -% ****************************** Math and SI Units **************************** +% ***************************** Math and SI Units ****************************** \usepackage{amsfonts} \usepackage{amsmath} \usepackage{amssymb} diff --git a/thesis.pdf b/thesis.pdf index fe92f38..5ec8d13 100644 Binary files a/thesis.pdf and b/thesis.pdf differ diff --git a/thesis.ps b/thesis.ps index bc1751b..7c48540 100644 --- a/thesis.ps +++ b/thesis.ps @@ -1,18 +1,18 @@ %!PS-Adobe-2.0 %%Creator: dvips(k) 5.993 Copyright 2013 Radical Eye Software %%Title: thesis.dvi -%%CreationDate: Sat Dec 7 02:07:19 2013 +%%CreationDate: Sat Dec 7 02:18:22 2013 %%Pages: 37 %%PageOrder: Ascend -%%BoundingBox: 0 0 596 842 +%%BoundingBox: 0 0 612 792 %%DocumentFonts: NimbusRomNo9L-Medi NimbusRomNo9L-Regu %%+ NimbusRomNo9L-ReguItal StandardSymL CMSY10 CMMI10 CMEX10 CMR10 -%%DocumentPaperSizes: a4 +%%DocumentPaperSizes: Letter %%EndComments %DVIPSWebPage: (www.radicaleye.com) -%DVIPSCommandLine: dvips -z -o thesis.ps.temp thesis.dvi +%DVIPSCommandLine: dvips -z -o thesis.ps.temp -tletter thesis.dvi %DVIPSParameters: dpi=600 -%DVIPSSource: TeX output 2013.12.07:0207 +%DVIPSSource: TeX output 2013.12.07:0218 %%BeginProcSet: tex.pro 0 0 %! /TeXDict 300 dict def TeXDict begin/N{def}def/B{bind def}N/S{exch}N/X{S @@ -719,185 +719,190 @@ D96A5953B21E0322545CFE3285AFEDD87CF46710EA0724F6560F6BB2DDBC3839 86F4D25373DE83CB84EAA176025BA9473610A41FA2317A4C2D8A84D959B78A6A 20247B49CE410908042ACDE9414264C06A449E2E5488BD71ACBA23B26E3D61F0 A15EDC52643FAF053AF54D8FD7FE762B85987F0C60B4F29D0661D553F8145113 -0E02044F727C34B4E56990E2BBBD572D01AF735E4D6E26C50764AE6E78BC4E97 -90236910A06B75B6011FC7BEBF8B1AD14D60862AAB2F2AA9A9B7F03F530456D6 -A603CC5A27598A32206AEFC8BF47B4DD4B80CBF9105770A6E9E8D5D63A2F0F7A -890BDF572C18A10D0BEDF8C79E13BFB45C117A3C4B405ECAAED1F6402DA3DFE7 -D2B2AEE3ECD45CDD151E01EA08FA9C7783C7AAB8029B889562D1C9B79325BD87 -3AED441FAC857E065D555CB217F8857FE0DB1F6F94DAF5104AB1B9C8674EF1F7 -729CDB19749ACA9CD399A4ABCF28FCEC0D87CBB418B5B2786E77B69ECA81864B -4F28882C7503F7321DE47E229F38C9420958399CB35137F6825D3444A93B9F18 -F4022B5293001DE70E6840F613E8C5CD0AF7F3CDD6BB000E567E0110BDE9EDF9 -D742EEFF2C755B30F6B956D8D8F257466803DF558640D82C0BFCEE123AFD9765 -A0B2A48291F051DB2A0AD2856B3B38FBE2DC383A36401639AA48FB347E8A5B1E -0D054BCD4F9170AA7FB8F0C4CAEFC15D5D7BA5444EB942582DB27E6C1A558975 -B3FC8D47358AD45FCE20E4F2A12B7B344BD20B1595CB58EF36829B0DF494ADDD -3500D4FFA3CCCFB7A3318A3B61494EA09A3C18863494799AB90F0B0FF8A490CE -84D4E9741C41A0BDB45D751F6641FDAD6065A36614A6803DA2F61371BB9687E1 -7C209AD136689DE0FE09D23CCC274E0DFF417363DBF5AC0C42EAD2894589A700 -2905A5B11194BD163161568002C41FBD68649767746AB01A81B66089E03B3D66 -0C70C0A64749A5554DBF0C2A22601427808EA910029069293CA735C9AD5878D9 -8EE7680A52C763613B3DB11FF05A1C0EDDB882A36A519B4840D066EF039BF1CF -A38AD95CA3CE42BE61E0EBF2C9C36080641F3459CC57C49A0D7EA595087F4FCF -0795D418800347B9723CF0633D7E6FE13C8640BA7C1DB1C0FA1BFE67E9C2E3AB -7D8CA980A2F42D21E31B5D314BEA9C05A9D031B8B112DC9108C078872ED8534F -DC5A908E9487442F889CD2AFE5CF9110350C2A977395AB33A02AE60588BE29C7 -AB22482DF8352DD58F43F65AEF49232A036C5AB5F363F937E0A8A588084545C8 -9A57ACC0CF4F29C33174DD1428361D2175353DCEFE2AA793B34EAEE42F15E74E -2F5C77937234D144CAB0B7717A52076AB60D99A8F65F0D9A59C30326EDD99760 -5E246BEE449E3A5C7E63114FA32316E1F0D676F6F1AB118484EDE9BF03AF9D84 -DD2A29FB0648820CD8C60F96E42A3A92E5DC4B518E8F7EB5107B6C8623E93C4F -2F9B6B400B463ABF7EF16AD24991E8F8378C2855C03DC4D53FC9087F9B2F09DF -6FA88DC21EBA7B2238AECDE2F1552199395134566206915F5FDDBFE8083330B2 -2B809A297B860C820E67052AA3F9B6A0F6A2C2F95013F2978FB34DB759394B5F -BAA373899F0F4759CBC2995DB09B2780CC00BEB31C311126E0EABEDD44422CF5 -E54800891EA75B4C1FC3806281F8ABB74879F2BA21942C331E212E6FA044F2F7 -5A652C65F712A769A70D029393D63C75D49AFE02DC1CA583565F5EDB86CAE6B6 -827839B538124425E258717D7B12E6CD65DB8518E1FA741522A8554278BE09B5 -AF643599A8696521825988AB85F3B78726D4619E7F6C5D6EABB6A5C21D31861F -077C4EDFA0EBF9B5E66CD68FDC583ED8EC2B8540B47BA604F82E520C59376FB1 -AEB72D087D886F7D9F5215A5B2A5962F99482F380A0EEA130510B81B1D598AAD -04C489B4AE28F50F1BF6ED1A5BFDF404A915C57FAEF680A07649CB0BC73D7F58 -2738A651601BCA2E4849FB89213C85052F9EE94EDC1C8E833686E1242C6CD095 -662081E191A4C004EB926AC2B1744535D22767F538186D890AFCC88299995835 -EBDE44B73834F96CE3DDFFEEDCE78EE4A0EBA148AF3CBA2CBE28464FBA34EE8D -D2656034E86B595AB3A0DA7941EA6C8413C6A34721D5E8541DC0316D0F74181B -277121F3B7370414F3410369D142CFE0885E6DC99D9B0AE93F8D4338E339C288 -F234ABF6FD0AE323A81C92AEA4282BCC1FF68FD2F28EAC184AA9576E35825C99 -CB7AFEFF843402083FFB722EDDCEC2E18B3A47EEB57DA363211E40D48806F82B -4B5A369B8D80773A1B4AFFACC2C6B6B99B42C1AEDE2017E510F1EF801BDC92ED -13498108C8968BE244DA288B570B2CA82645CBF9541DDDF892168F38C52F86EF -284E7FD16C2FEAD3C1D10A912853B7192EB3D72A8BA810FCF1D07799D02C593E -A74A558D3E323BD22E9578E22D0AD72CB592D559C5E9A301F44EE1610A99D4C1 -9C9B4F5EF0138F6E978EE7409105D9C31645A200CB5F0CE9E2605381431747DD -A46BDD01DA3CAE9E2951F6190981F6F5919A2893BAD39B3CD751AFE89692D2D7 -0660E3DA215455D0082F36FC4642D689B020B11D380C756D0F34A2A761F6AEEB -D343C70B2EA314035AB9C09F2705AB65BC5AFD9FA8431C1087908A52AB536E51 -E714C0A171E778A2CBA801C3281E40104FD7D404C027A61B73D0E91DC3CBB9EA -53E51912242BCA029A582317BA3E88256CA06A9B5C01DF3D25CD069134A33B0C -171744254CA5BE40DAF4B1AC7DA3014812A2D0F9EFFEAE03DD42A4691D40A59A -DCE1C4AD8F9A866A43CDF241FEC21C21D580EE3A91B28E7C842156DD4977DDF4 -8A935A97CA529FDFA66C7D1498331F1B9B26F25210A494A22512FD2AFC1924FF -85BF0B45E71E82B572EF44EB8FEDE34652B048D43A791D4E4918E681D9ADD8F8 -F11D0EC05FBF49DF8125A494484AD7F0BEE17B4CDA28B3605A5A9C5A5DF8920D -188A631CD996BAFEF2A6FAD91D65F97A08C1B0A34AD386FE07EC39DB15197C96 -06F55D6E67619E1C3294F67FD5D7A8F86F936590476565C268162C1FDA52B437 -0FF5D127605DB07B194C983B06214AFBA7A12468D497D9F05E8C53A7E9DEEAEC -611F7562197E14C6236F1BE277156984A66390782F5127E3334FB0400D345B6F -C33F685CC58973549BAE43FF1AD02E328BF98DE40D5EB4B2479895D2322674C4 -D9F2FB854560A696AE042E15227E5575CC441E6CB8AAA71C85E5B57B680D1B0D -224F9AAA26C6B0BBFFBE652474F77C87133622E88CC8D30BB81F5E1302ECE708 -44668A69F4CD21D3F4C8ABD5EBD29786B443E89125C9A603FA8263941E4D399D -F5ECE7B6C7D2824CCA56C3BF93591C3F879E5EBEBC0C40D15F45F343777EC510 -CA28AB901476BC1939F636023CB0D581E4EEA548CE30AB793DE7A0DF1A19A302 -235DE9267D702F679AB97E130CE83ECFC2F4CEE17253A8E76590A7D87B06DD81 -FC6882A1A17AFAD493C866634C74F59ECC06F85143B49DB50F0D8EDE5E0BEC40 -98D38B7FDB9D97A3A35DAFDCA8187C8E65F27476691040882E8DA3E0FA73B0B9 -4423240A80A4A09EC26001BAD65F774C48A6813DA2B5CDF07B328E765AE3FDAE -03AA41AAEEA4D0E181A23E1F93F9E9F40DEB504F2B8C0EDE03E304EA7B8693B5 -FE852F40A006C597E76603C8B339440253DDC0703922BA7260B0AD49C651118D -E26D1A1F383A821D1F62BC50D0F13AFDF33E7C514AC973B29E9780A5F3A38483 -E04D117BE157EBD544180E6C8D0417768EA77E9492C09B8445F0BEBE95C65532 -D9EAE547D76217FABB5FC1ED4C6099FDBFBDD57DEC35A277A8DAA8B88B1F3091 -608D185B1301D15966CDF4CC946CB754BB669F14CFBD382EFAB1C3074C1B3CF2 -F8325512C685FA165AC510D44FA8F2F6A663096E86C4505A530A76002A7D520B -348EC436C9F58F376F8B7DF6CB15F73B58CA6956EA86D095CAA2B0EEC32557F5 -089B850CA9BF1553A6485CB1A46F80B250627B0222406A71B4ED3D4F72891082 -E9948587E0274689EB70875D6EB33764A6609C2BD1905FD4376F3A7C2998BB42 -B9FD1F8EB594BEFBDBE9230A149D059D78A14ADA2B5B7EC5666D97B4FA46AB98 -010E11E6D49C77FC3C5EFAE47A586744F369080720BA824D5C53F0494DA750F8 -ADB27871E711B7F09FDA72FCAD0A20A520D220711142B052278227A3CE12855B -38A890BD15DE20FC756252E5F70630952437A96B7F54B662790339179A7F3A52 -BAB629F365520E86B25BBC40D155540AC65950893446B9CA3CFF11DF8C9D827F -2BE82D32FC9B76AE87E4E6ADB60A39099DFFA66520C8AEA09F6BCB28FF874159 -D3EAD391889E94CDE0E92F36B004C17C8CC0D49E7C59FF2C72F81FB98A118EAB -ED1B2300EA7F811272969072ECB489758D66E7134825B1A6B66637E0BD482545 -6F9A24DF984DFDB408BE7D66636BEA91290E1D7544B41B2AA62A0ABF0252757C -6A5FFC4E6E7B6AA376EB05023F1BCE3813E7D05F1CD0DC734AE3AC5EEE66F3B6 -014207D5164402018DA0390110448E388CEB99D793B5195C0B9D8AA2604DEB7D -0F83B740A66010DF3F139897AA7083ACDCC07D179D0AA3A16E941CD74E9D50AC -99F9AF7DD2D1F3FF4A6A840EFA013C78688A5C1A967ABE25D8A93CF44F9A323B -22B98A37516CB9AF7F9016E75A35C9011FB4924813D4F7D1C5214641BEA0AA64 -409DC0CC06E553E66DC802CC579BADA168A455E1756F0206B39297312E85E11A -7326C7A4861113747B4DFC47178616EB402978B1984C531877D13FB738747815 -DEECA3FD2402934D5FA135EBF3F7A489167D07DBC291F768209654D09E303965 -36AA48AFD036C3038B97DE96089617D702A73C415E3497488CABBA61F8F97ADD -E394ED549CF4BCE51275AA63569512CACEC7E16547FB5E6E5135A154FBA3A0D0 -8903F44FE01E62952C6AEC9BB50631723F55182D97BD7BEE50CCD352B267D54A -E78A6F8822E1D4A948F8C10EDBEE3DEE5E3A8331C6BFF24C6F99DB9DC82AC88C -310296C00E2A131FEDC09C58253CE86A766DF4660CC9A53EB4EBD3321D3A6E37 -9366FF4DCB687A9D167039372B31A390642B261C60DFFB1F11421741C5871C2D -47AE87DE85DD3B677E0B82DC58FB6B62985078367CA442EA2795274A5682F358 -DBCB181561DF9B2F2F184F3EADC74D9A4A544970F70DEB9E769486E1F795024D -85839B0C980422DA612549FD0B9FE7CD80E129FFA9C198B3C485B612C9DAB280 -D584B58718E2545E9523513AECBF70D8461E85065441956C6F6226CC47DFAC27 -5E969841FC03C93B30743C8FB5F46AA3621E5DEE0A872D8D33299CC9114E4A83 -748BA98DC9440318CFAE708A9A3FD4D86D2E2A0F1D94000B1630DD848B90E2F7 -912993665F63022E65DECB794B54D2C17E80FB3DE222E53CF8CF56D0DB537324 -85FACCE5F1CEDCB1EE5BFE1EE8C88379E352496AE9FE6C2BA8E3E22FF62A9207 -BD56153BA1A3FC926A9810136A0F695C21985557C191B4F1DB9C7E0A390917A9 -A078DA03BB7FD89EEBC58E4B67571E4F1BE3652FA27F3F668A6640DFC46C2448 -4385E59EAAFF2BCE313C22FED3AC428A5DC497ED5D3C2558A8601C6A645206F3 -F7E8F0813B44424EBEB9721220AC08EF8E065B0A6A785EB3AE032ED2EBF32CAB -402229E916F588BEB6B827589F2FD84281B08D7B0F9B6D60F4E56621C997263C -53D930C8A8DE4E0DA5CD1D6D26C0D0E727C9D60C7DDABE98B213EACC681F173D -9743E0582D066AD85D1A93FA5E44EB4DF05C254D9E9FA8728D4BCA0C76A39762 -421E8E50B416331AA403C0D0D7CF76EF71846933F19B8D68433757F1C936DB18 -9D1E808545E7E8C74013FEC2526366918D771FC895ADFA0EAB3D9CEB9D25AE56 -290F1B8F4CD936AE5BEC2E3C6B6EDBFF04A7DFCE1C18F8E3C0AFCA5D0ED00087 -7992C39F5DD31803471AC3D92992D3C8478B061F77FF16E1964FFC898D22FDB5 -98CC8A95191262944156E5217CB03BF95179812681F84FBE4CEB9646A21F3131 -8D86ABEEF8A36FEA56F20CCD2F1D85773B6541688F925C2449DBC0E7D312C078 -7BF2D7BC9494698626C2C1B9CE3463662E1C34BD27815EF90C7382C8BFA25BBD -2FC5ECCDA5A8D62F63B0B0B69894946F52EB51AABE742A6C0C80B07AFAC6FF04 -0E3C4F5007C5CECE8C263F674A4410EC2C09EC3B1066E4BEFF36A46908858E9A -B6345DAF3DEF908423C9E5C176917AF2B278BF560F0CC5CACE25993D1E3D64D0 -48CEA35E215623A695E9F3191E82243E771AC801286D3C8CB4CB7EA74FEE60F9 -9F18631CB2D1C59FCF390C80732EB9483DB171FD20771C263ABD37F07D55A6EC -BF9B9C0D634291B653D64185753E21CF1A499695757F67132AF6B36684822F02 -A4D545EF78699DE3331A11878727932B5565F6F96CBCE46D4B1C9684B195B3AA -FD7E650438288069465AF38A0BE1E5EDC049E0C287C5C1C68C1B0FA217FB54A0 -3A52B66406A1C7531E523B491684BB4E8045875E8295C8E558A3230C92647A33 -46086DC006E4614174B1E313F6376C637CCDBAE99A037013F6BB401779990B55 -D2CE47923CE152CA7E45B9B0907B89BCB5152A3ECD87C39EA49C7DA223B2E87D -62069914489B8B0E70CA70F514012CAACD525D5D42A6752C6C440A5A13786256 -F4CAF22FDF43E06972A5261CD7F658836763C1FCD0B595593DB881632D579184 -5F972CF74A3411718A751D8C3346BB8F155A7EF96EF99CB78D1C0B62ABA4B877 -ABDC7A6016959775FABE058DFD12E50926E07A7C02245D8865AAAD4153A3FB87 -9835C612F8EBE66455F63EC9DF0930773822775A8866E97CCA2F5DC9F58C8926 -F120A3F47243D60948D8CDFE6A982E4C515BF5B962F7214E39A20751B6115E4B -3F09945B9E4D753CAEB7012903A1A0A13EAA7504EE0FD077DF97AD1A5A1C41B4 -3C1F3A5104B7FEE87F574EC3EBECE086A428C589EF8442543CE1F9605A88EF12 -E668668A09E0254613A25746CD03280F0E675C16687E6ACF898149F059BD3C8F -D5E90D18AB3442DFA5AF1EDF60F4E53C36EB48B19470305C20CB70A7565FF6BA -EA1BFD4388944481C38DCB1FBFC03F8BFFEB7E9B7834D9DBBB18AA391CF24F85 -D7F74E61BA3D47BC8D6E4AAF1F94849129B6781D48945C19DB13F6717869B7ED -B6649D34680F3A6BAD76323D725B8D09C357088975128EEACE0F3B2EFDAF46F8 -937329B2170FF75510D181A05BE5D2E83F89387FD11B7CA3939B62DBB327FA65 -AF303AF2F184E9C21D2A766C9C7C3E982907060BC7DE95E73F6A803CDF9B24F5 -067FBD53744CC943260FC2BBF38C1C713F58C61DB4C000A03C66C028FA0F84A6 -2A236756FBDDDDF47FBB72BF2D5E301B88E917183528660503379CFF21DD2B54 -2AB0CDB1737A2A708EF0B26FC8811AC98CF1171C6CF638019FA597D9936AC4CC -3DF1770185486422361282EF726A42119CB96ABEFE04EAEBCA3A3DD82BC45CFC -5D25B41FB4E51060BE1A5A7E01CBEB275A64F334A125D6BE0EDC3CCEFBA787DD -D4B7F2F5772E839E83277F6FA9AA1B3EFBDBE9571151665B1FB5969C2CEF560A -CCD0D4C9CC18ECE53D3FC06C4A73C9FBDA1AC9F1AB49F1E28C37121DCEFCB64D -213FDD6503F41B2553FCC69989F066FBF0CD0870270F0F40504B057844585E54 -5A0FF62002881D688CE0605A6FC85041163F2DF46149CD7DDB2871C1272AE1DD -BC2C55FE12EF8DB82D6B01D916D41DDB329EE5842E65B38556B2F9996448A85E -DD463FE777A245809F53D44FDA3F2AB0EB72C7CA9A6E960B7903B5658FA9D576 -ED4B12B1FCD48E62B7E1C743715C02F5C03E4FD4AF7E571353F3F1191BE013DB -372BA3CC2CB48263B6440C23CE3AF88AF09CC9BD1DBD995439073295C11C392F -CA848ED315FFCBFA0BEE81FAEB5798DB143E45B992927082BD54EE0EF395430C -B686B088587F8DBF030F3B5349E65FD6C1C0C80417E026B8FBCF7ABC763AC7E8 -2BCF6DB023608E7EC62A4E862D9FE6E5754A599AA714C682527ABB5819C4314D -9F6E24E15D0FA351E2265D1933AA087628559AD67F29198A10F506728AC9EAC4 -8BE286D9E697E92FE3F560590DA44821FFDE29D0AF2B26F9C40211D2C21AEA86 -4ABD47A71F1D428543C1D3F5F56552879C3B74427E27BD13EEEC6501AB6721AF -187AA72C92D1C9A82D78232E43927A2041214EEA1607716733035BEBFC30BAF9 -B9C0585D8A537F9C3385D506EA39978F1D6D475589A5346C6AAB3F4124BAD5DD -89878D8CA483E46FD8CFAA2B88152C6771E11F938C9B4F103A8299BD8F63E592 -C1CF639FDB2B7F0DB2246CFED913 +0E02044F727C34B4E56990E2BBBD572D01AF735E4D6E26C500AD8023B11FDD5D +37C1365950C90B3471B8F12BCF6CF33C7E9D3A3D9CD4A4BB936F1098A79B1B75 +A157F157C5239A213AABA3F628210E610505D69B43F01034F7E2A86A783B34BB +6F072705909991248D6884BBFA2D4ADA62C90C0903F7DB9AEA7945A9766A8CA6 +70FA3D7FF30D31302D1F13F8BE95A9ECE26A7A50DEE4D9E33D4FA623B59330FB +8EB6858FE7CABB20796C09CB74B3EF0A79F682ADD4692AC17DF0F573E96B0A3A +213680FA3371DF0098E54CE3F758E2C884D6830B00E1FB1F743CA208C70E5ACA +2F056563BA0B495254451C352AF582A0C4D47334B040A99FBA99942BD86CE4B4 +6FF5C69BABCA790AB6168EFF4AB1EA0051CC413D1078AD46A5E7B7BA4F777CDF +BBA48F652EF1C3AFCB19D0A0AA9B58CE598FF80E5AFC875454D0ACA65E00257C +0BEAA1EF3FB862F9A95F8CA3B00C9278BB0428971CC9818FC947D8975301E6E6 +923E9327FB8671DC9F1B6ECB2EC7EE483531E3DF98BD257564A3574A9C02A989 +9CE0C16B339B68A2AE149E6A1771C5FA50EF20ECB3E3080FC6D8B395542D5E46 +4A5197AF3491CC68D7712A43140E2D2DE373E3F28B2E4E6A2891CF8BAE0C5A3B +1227620AAABEA33E8692ED1BAED630D18FD69AB6F539560F9E8D4C9AF6C8BC23 +B0EF141E6501D1CF9D5D199E5F7FE96792D64F46123FDD5E8AE9C20A673E044E +8AAEE91E1C8AF337EFFD24B5A86F757ACCE2AFD0B8A327D7D2B28776074E7B7B +EB25DA2D5B8CE39E2D982B9FB9122E6F401CDEC4500D4B556E7B947683E00060 +2A1C62F027FAB5CA00E692582B811FEC55CE17EC250F53EF102C2308A3226338 +AB99FF9EB328E675B67C26D06A35A0432768DF42B027AD786DD05DA466D93EE6 +5951B09E6FA4C5F59C0F96B3C0302FA41AD637AC3B8499E8007CFAF7407B0251 +D4A47D6B577D403FD6A7C2F609425DA6EEADD43F4300E89F5A248A879BFBD37B +10672A4DBA95F020245F781933A887D8F9A993A5FBF5ACC7D94867FF8BE166D4 +07E5AAC9EDEE2067712B31E57792B1D6E61D5273F3F598B528FE23C343B7D969 +F9D181C93F93713A274290B13C603185F49144919F4F5B1D395919113622C062 +DCBC301001A05D4C79BF7088493B36BE457832A9F999AB5B79F4AD9225D3FC20 +99F24C16FE3DEE5791E23CA9AFC10146AEF928AB2C2E840B9C529AB95AABD941 +DF37787D292EBA7CE4AF96590559745EF468A1643E98D78B88CAA35510951883 +B78DA70853753A3105EEB79A3E8CC096761191307D0C09C3F32710F891371D94 +AAA30B40F4CB1EF3DF5D36C510EAC51B4044B8CD918D1145D2603277BE4FAA50 +E31EC15DFADB2D3B63BDBEE419CBDF1086BDD25D9E5133BB04995D74FB6B8965 +90725E3BF71A06F22977DEAD3ED0964702E456CFD37F5B159C60C2DA7143BAE3 +85395352336AB5F4BCC31426317D3EBC947AA41C5163D3DDC71B8B00044093CE +87C83DE9270FBE379AB6DB9E9BDDBC67B093BDEE7E9DC873199C6B44086886CB +8C8E70D093B6E8DD7B88DA0BA200233AACDBDEDB9CC6DFB70E38F864DB4B154A +A7F0AFDDB2C89C5CA6634BFF058231DEA559ADCC079A4C06A14E13DC1AB49EF9 +236FC9B7147F92E842CBE0CAA1584B55C74C6BB1FE26765C96E0D81992469D36 +3E1A0E7800CB246ECDA722D003732E18963471DF4041A81146192096A2271B45 +57418A1528BA7DC2CBA51B68D92FB420DAFA1B0D5223631A348B904AA737169B +00CF470EF6E11C2A813ABCC99F950845EE9B082ECEBEDB1276F94706B29796A0 +BD1E479E13D206F011454C4C6E19B899164DE991BB711B886A186DB61E3F0AE1 +5CB3FD18EFDF1AD9E61E58C7CD87289BF661A40DD473AA5E59718966D9AD17A6 +51D0D587B7D74682C67C65113209E194094A1686519F3373F95CBC9B3D89103C +C99E88E95BF70FFA202D56027449FC135137FB097BBE1F2DC5DFAADC8DF469BF +5D80539937D8108E8D0F56DD640B58CBC4568D80C8078DEC00DD51D19FD706DB +25651C9E60B3A5403EDCD454D7E8EE71A164688DB8E2F1CE8A4B5CC914DD066D +DFCA49FD39A307C7D020CF07768E3BA4F22728629AD2E29C414E619F3369B8AD +E0B18E8D6D188449FBCE4FD5D02C32041AF881B1603CDF685F997DC9B4538006 +0DCD0CFCC73261748C784D1282D737F99059A9BDE4DD41635B2D75CD350C42B2 +56ECB96B4EF1EB112EC47EEA168AE85A8C54E0B71B65B0981B0F55EB25FCBFE8 +F475F5AECB43F0EFB1C0DCC4C2A4C44FAA3D57F2C728F8D8220385C0D61FC16E +58DE3B407C03E9C12EF616D82D6369E14F5260357FF6243E9B38814F325AC030 +4B066349ACC89C71C9106D5420F3D8C96DF518EE6B939CBCCA354A3BC899C56D +2BA9C03E7D6579EFC5973FF341FA67A9078D16C83F84BC7EC6D4BE01C57D82DD +2444934D058F29F52D7251D20E6670C5EA7DB77612DFF29F8532BC40CB2ECDA6 +0FCFAB4EA57D9E5A64BAD8219919F1ACDEB5FCCCA59877FD5A70A819E77B70FD +C56613ABFCC6DA97FB863D05673378D471208C3E480B92D3E273D9DDD05A0412 +051915284E0206F79264323DABCAA7406937882C9DF5C24EABDE332E3CF49C75 +B5DD95FC4F7A3751BDAE9631F3805D34F13FD58B981BD4C6395F882FE52F6928 +2E3D0600EE8B322990D0AB43A40D341A7F8BCE91529E3EF53C2868937741FBC7 +A2BDD00668F5C208ABA79F03E8B9964BD9F8C9C41506BDA07208380C484BF3C6 +61A996818D19EC649A23AF972387DF71C7D101772F12E4A4A46000EC9F876624 +71BEF8B1468D165154047D063A4F8D4475E949E1B1B6C6199F48AA62D8D96B17 +0CBED040619F801988F7797BADFD81381163438271DD6B270489CDF5A11C8040 +DC6FD761C36C2CFED2976553A98F7B25B8B8FFB430BE19D6E8AFD96B435402FB +6FEF6CF004A74EEA0E1C9603CB69C855AB4D63E1A7BB20EF8AE9FD7380DF9C58 +4D488C6A857BD3871BA72A097446FE8DFB98014F254D1ECC891843E071B6EBE2 +86D062ACA3BA949132B1C6D12D3A5E58491D59DF9ABD69CC5C8506B30B0A79A8 +702D4B3B9663E2E2AB3F2B1ECA6023695B9644B9F337ECA699509DCC4F651B4C +7B4E24EF5E65A00A31AF0653B21D65BEF67D2F71A3139BC8D8EE73D11994297D +5CFB058A3297E0CA109F7EF874C1A3F48811F9C09D19B35FE057491D109E588A +43AEA49E26DED6E9293187028B1DDD7ACAF802638130DE5433A4E65D0B85DC5C +D7640E6F9E50E965E481B3E341EEA869BFDBC1E2A39BCC7DE5DC94C10BBFBDCF +134E1DB12E6EC09D34CEE74CE23E5EB5F1804999BBB5A2F3E32071C6D0E14A14 +1A524BF76BFB4928F5CAAED1560A50AE59A5EDEA6CA9FB351B6B5F5816FE241E +F4EC39779CC307E8174E253649A77A1D9F0740A8D2C6A3A4291150A23A174932 +17017CE2001A8713ADF023E38BA57A0BA95F77E6EC62B24F734000D7DBD2D8F9 +6CA78EB71E930D6E5985577E51E73BEF87B1F2E73EC6C2354298E0288619B370 +AD54D82350F8D5FED1F7989CE37A3874769CAFB4AF655E502C07A5CA8D40868D +9A97D2774EF4D5FB5862C1304698DB2FCDAC49996EB95BD26B7FFA07CDFCCD17 +4BAB7D2115D9CFD27BE15CCA168FC7BBE072A0CCCC83A84E92DE8452DDE92003 +3FED384E5E91CEC195AAEA6011F75157A6720E9E671FF3AA1EA7398B9045C896 +B01A0C11FBDCCC89E22C59344BBEC0278E96D31919EBF6D3A8D7C26FC41C7046 +B49EB427DD8858F0FB416B342C38759AA2942344B4EC4FDE367DDB1363948917 +B7F45A6BCFEF99590DCD5C71CE476B0E00B53080A2A3D026523CB4241CC9CBAE +EA211823D6676B5A6CAFAAB6177A8140CD7ED04308EE5994AC558A74FBEE3875 +D165438F3F7B14D66BA31E95D031D422297F5AE2110036562DC3D7A6DEDA04F3 +FC5069B4CF96EAD1B32783F9E4D27FDD207B420176EE3A7D87E57DC23F1FA029 +A0DEA7011E44B25280E045DCB1AD7279AD337F5422D1A64B80165BA36B4BC57C +BDD1B62E52F8C57F195F6EF5916F2FD3056DDCD81F7B061446C2EA7D8F127C75 +72571358D1A6DE640ADD78F32B6EF0F230D97FFAEDD3A7E216627390A88AB06C +B3CCC13451164C1FCFA3F52464170C922CFBF8087170073C884E9EFB0F0D856F +7949ED14A64F0A39DB9E7DA65770A52294A89871587E3FDE5B00C4CAB627FE17 +D1926BC9A85B0E65621B54B9387816A69B67BEEC3E64FD496EC46771F5796244 +A7F4B1358FF2454FEFA8A0DB6F72A3186BB3B0F23C09C4155BCC1831877BB910 +7746AB79659E4FE434ACA2AFD663B3C30CA4D0E6ECE132E7045D57945A929B28 +02A46E99E23197DD4AFF2C7C1BB067973AE0F0C595858EC8370CE208AAC25A0E +9D151E8298F2220F410F0D363930F9A1D9FD913E05E4C6B85F0D735BED02CFE7 +24996054D7BDE282E147BFF137DFC005B35B88447E4775680418332E2BC4B9B5 +AB3CA22C65CCF94821B32449EA669FD1F2091194D66B7336D09236B01AFB837C +55AAB29E2881A5B467D1A3737FEF02DBC4BA9F3F23A2F94A09448A6F870EA3BC +EF0339898E7BD64AA87D66E4D7ED438B32EAC29BD74D32895097C650A22123F9 +075F1309CB6E54486E40AA9AA7A1944FF239844474D48F45550E80060FA6B772 +81697B41ADC2E3F82B4B362D9DDB163BA260F999B662C0EB7D6FDED5F1C3C48B +2E65EF42A88612230042AFB4E19A95C776CCCD9914AB660BE73CF04E394356DC +A079C062E6EADCC683D5DB5CC7C08ACEE8643B596990F2FB601D59A902FC838E +BCF242C5B62CB400C6E61277E23AE3D3CAB0B3D18CFB9499F64C1FAD686970ED +81C5D74A630E1E20FC6FE892E4C24767BCB67F5C98986949876DC276596EE158 +BC49DAB826A3FB3738EF4C375DF8ADDCE226930760ECACFFA3CEF9FDFBD9CE67 +CF64B28F687D998ED4AF6E938C929254C6F36D2866F58089640A2D25441AE181 +C3BE6AEF62D800777AEE7B755CCB524234BFB9855D9E3750CDEA256F35B7D493 +816616884CABA6261D5605D820244277A52E6A539B618C2941EACF6FEC47F636 +11A4ED60FBBB0C72EEA2308F9964D7B8CCC3B2B95319CB0FEE8C02AD9A0F334D +BD35A76A23EBF72FAD4BAF0786F11E46F39EB2AAB4368E5A6AFB499F4C6C7908 +D163090DDFC8535C1CEF24E853753EF1BF33AA50E2C9E7BE456D7B16DDFC9F14 +3566908FE0883210E5066B3C2320D5A94CC44113B1F4B7A98867F219CC9D2821 +7145F66EBFAD0EFD923E57BD8B03B575B37DD1D9B0D4CF37F7D80009B3E7DFBF +28BB826C23974F708F9F8F44271A33DF518ABA791540199ACD3EC52E1DF79554 +BD33321C4CF2D64CD68A3F120E3375B17DCFE013CC1ABC2AB8E1ECEBD66345B7 +9F2761DA7D7E97EFFBD2AAAE710B31B16CF6C0D2CEE1CDC069CA07966A39175F +A2E76172AA08691CFA1E4CB8CD94406E52ABE97DF2F10B8D21555ED66B4F96CC +712EF07577EB94D3C9E6906ADB0781F56F3C800F0897BA78937220F28D05E10B +61C295FA730FEFCBC2B96ED8AF1531520FEB518286E750DAAA3BB7DB64A07FCB +B918D00D91348DDF5B10D5133A1C3F55DED6361912A45DC6A679FDB1CE9AA3D2 +9F77E57147DA34FD19730924A859996E77FD6C2680A0A54004D2AB894E7DCCE9 +B5802C1AD85C15FAF4B4A0AADCF6F270883EADE2DD1376DD308004CDBBFECEAD +BF3F8A18D1C1B286131F68F9B6F6A2A33C2554C5A267BA03AA9EC325B6AEBE40 +AC7220B5F3FF4CD023B62E0C52A366D99342041E7E88601AD76772D9E15897A6 +EE357357DAD9DD1BF01C1556FAF1E1BC9E98D9B0EBBBBDB8DB15F1C1F485D220 +3AB81B5502205893FC67AE74395AF32CC2AD380670F42786F0D0B755DB43040C +C4E3FA436E6817729F25BE3BBB7E5295191DA8BD9073027D232810072C4F2437 +E7C113FBAF45114E924A5422EAC4FFFD62FC3A3BBDBBDA90F28EFE95B06FCFAB +FD99A43D794D32ECD150C6E9965A7AFBFEA4CE6798D6CA987ABA92053D0E3669 +371DF1DD3514F81D06BE4866F6C24AA6BE604FF9BB37F09A9D1770214D99C237 +8421A0F542E2DD9FB2F987D45A263C10D74AC7A5A27E5ADDD497E08FECD1F2B8 +026B8E35BDE94653565F230754336A30939A0935EB71EA155BF56DF6B3D67660 +083C4C7FA4655BCD2096F8B37B64EB413E25ED1C085886693EE333AC6C91F3BC +DDBC50791F9202CCA7D82ADF3DD7363779103E9B6F781B1A39C30BF1205EC0F1 +8B1EC9A7E353E233A79CD862B054954B3AE0BCAAE2CE393BA386506E444D7A62 +FFC323DEA44D231CD8C11E0E192CBA0ED5814C4C0A3902D21745B8D3693BE882 +652D17CCC84CEF6F2A56381083774063743F4F99D60AEE42ADF498C161D715C7 +2B0044753B96340CD1437B8992C8E3C6219B3DB6C82C4DB803D9AD6D343B192C +13F84BE22368815E995551339C1C28F1D6B3563EFC35B75AD8BFA343B4866C61 +58843DD114D60451BE2D39031BCFA017BBB8BD0440B1960E302069941D7C02F9 +97D5FB40426B7BC5755C36DD468B36155D9C974B9FFB992E5C485353D2986486 +B017F005526C3CE4E47FC131353468D5384C9C56AF96602C635D741E10A228BE +159F34D1A26F262FB68DE36188395AAE7C8EC32F232541CA19B62C4810D2FE7B +F2781873F6921CAE579DA4FCCCAC690F5EC952AC1A4AFF701FBFD0A6F67EE572 +B129C3A2650A8CCB8958DFF2F600E2F98224C1D86CB22F769B1E354E177A811A +AA757351F93263747B3A7E70850B93EE11274AC46785B418C21620BF7B3B97AD +F21A72C8E8C05AB16C868010EB06A10A5D1CA0D8DC98DBBADC85EB73647C84DF +26F3E2907ED2585457A1C2900B3824F80F3C50017CBD33014182099D5A5DA167 +4C602C92FC67D35AB0D35BEF571BE0B828781E62D410D34E4CF9C41064241A2B +B45FAA33907D15C2199D323B703778217AF7CFA01881B2118B7CC785C51ED071 +2C1A208C6445DA7224819E49B8864E4DBD07DF756C64D29B6E3F3D9821A28370 +A682AAAEFC6DC599BFD38AEC8C9474D611522E4243199DD98984E69D4305F6C1 +C3954708E2676F5D5587EF3F171D7A97D7E6EC5CE27D771914BA0C43BC0D9B26 +91CC04F32DB38638EC8F19EB9575D8E737B0583EF1AD01D8C6644A6FD0242FAB +E024EAB0E3BFAF071C254C4A65978BF76ED040D6FC97DA49880C387FF70E8203 +C53E900698FA69A1F1366E65CED8C50FC705F4785D9B4A2F6F2E6172D467CF74 +04902C7F9F0F5E1406454798F30DD4DD5C389AFACB5D1EF0B48FEE0F66352368 +5E28D39AAFF0FB176545CEFB96AACB553453FC048A952F3A9EC37E348499FC71 +A584F64CAB101F3264027623D0FB4835E7C1AC5DC66E03EA3CCE5D05065AE22B +5B1F8B118503F9672CD10024F331FEDC50A8A132989ED2E096A0EB66842270EF +9637563B3022924650B41C1C33456F6C83CA159826E307FDF8E96BB6B898FD6C +CE01E206111513D01EFE0FE25B3C3FE38C0124A8EE4804EDCF5BF954B3B6120F +CDC9706B9E0ABDB75BEBF9998DDEF79F20BE0177D6EA05BFCDABA5B8F7110E35 +A0AB5DF27595FC7F3814557CE2619F0C544BB8D1ACB20EB7A9965A50651AECE8 +892417F56A2251C779DBF064202A9CE8D852151E965D31DB66AF524E9D8D82E4 +6DE176F8B51046502C207A7296F0B15C4026DCBDBC7BA561E44E531881F0C629 +CCA58A380B3F58790479F8B5630825A7BBB86AC57F5486CEB1751142C4C92541 +A265AD5FC9C12C55A212DA36D1E5A2304228DB8FDEB09CF8CD6B32441E6C1C2B +C83085A698B0B7A82DBD8D84870EC4D3851FAD82B731DD0885E1BF7320306CED +B9A94352C82DB6B7AE233E7A5F5CD6CDB1FEFD74E067CA21EC5C82C5801D0BCB +E5FD976431BE4810B4119A62958C4F52BAF7E146F3CD6D4A7E25429C7509A3D3 +B03EA4E475B8D83F6BAC55D51C93F294C4D0AD3BCBAB746EFFAF684ECBAE8AA5 +92058A8BBAD1CD1C50B123313096B941185F2D8C939362D7875DF97240736968 +5C4E2A4117AD617BA60B75D2789FA87FD53A0DEA53379A2A3E457F9A8739EE10 +4057E6AE0D61C808A2ED8A2EE7E4DB60C8A6BE25E3C28EE2748B7CD8A4300530 +DE11DFA28254CEF055DF83A6BBE8E5612AB895CEE090EBAFD478E51C1950C9A4 +5292C6C7C3983652F77F608C972B579421D547C917DC4AB23CE956C328012EE9 +C0D87C54CE0F84414E889CBCEC1A3C6C9E43EC652D8BA9D8CAD7F123A0CEC7C6 +5D598BCE45AA3405309D9504A2B7585B7D40BC7A4B72DBF5797BF42408F2A145 +8999 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000000000000000000 @@ -3039,7 +3044,7 @@ E1B0725159D36DA0FFF3577D1DEBC5D91AE683FB0384 cleartomark {restore}if %%EndFont -TeXDict begin 39158274 55380987 1000 600 600 (thesis.dvi) +TeXDict begin 40258437 52099151 1000 600 600 (thesis.dvi) @start /Fa 138[66 40 47 53 2[60 66 4[33 66 2[53 66 53 66 13[80 66 12[73 18[60 60 60 2[30 46[{ TeXBase1Encoding ReEncodeFont } 19 119.552 /NimbusRomNo9L-Medi rf /Fb 134[42 4[23 32 @@ -3064,8 +3069,8 @@ rf /Fj 182[50 42 72[{}2 89.6637 /CMEX10 rf /Fl 194[77 99.6264 /StandardSymL rf /Fr 105[50 28[50 50 1[50 55 33 39 44 1[55 50 55 83 28 55 1[28 55 50 33 44 55 44 55 50 12[66 55 72 2[78 72 94 66 2[39 1[78 61 2[72 66 72 -7[50 50 50 50 50 1[50 50 50 1[28 1[33 42[55 2[{ - TeXBase1Encoding ReEncodeFont }47 99.6264 /NimbusRomNo9L-Medi +7[50 50 50 50 50 50 50 50 50 1[28 1[33 42[55 2[{ + TeXBase1Encoding ReEncodeFont }48 99.6264 /NimbusRomNo9L-Medi rf /Fs 27[44 77[50 35 1[44 24[44 50 50 72 50 50 28 39 33 50 50 50 50 78 28 50 28 28 50 50 33 44 50 44 50 44 33 2[33 1[33 61 72 72 94 72 72 61 55 66 72 55 72 72 89 @@ -3092,10 +3097,10 @@ rf end %%BeginSetup %%Feature: *Resolution 600dpi TeXDict begin -%%BeginPaperSize: a4 +%%BeginPaperSize: Letter /setpagedevice where -{ pop << /PageSize [595 842] >> setpagedevice } -{ /a4 where { pop a4 } if } +{ pop << /PageSize [612 792] >> setpagedevice } +{ /letter where { pop letter } if } ifelse %%EndPaperSize end @@ -3116,101 +3121,102 @@ version(.)search{exch pop exch pop(3011)eq{gsave newpath 0 0 moveto closepath clip/Courier findfont 10 scalefont setfont 72 72 moveto(.)show grestore}if}{pop}ifelse}{pop}ifelse}if end -0 0 a 0 TeXcolorgray 115 4 a +0 0 a 0 TeXcolorgray 133 -48 a SDict begin H.S end - 115 4 a 115 4 a + 133 -48 a 133 -48 a SDict begin H.R end - 115 4 a -115 4 a + 133 +-48 a 133 -48 a SDict begin [/View [/XYZ H.V]/Dest (page.i) cvn /DEST pdfmark end - 115 4 a Black Black Black 123 298 a + 133 -48 a Black Black Black 141 246 a SDict begin [/Count 0/Dest (chapter*.4) cvn/Title (Contents) /OUT pdfmark end - 123 298 a -123 298 a + +141 246 a 141 246 a SDict begin [/Count 0/Dest (chapter*.5) cvn/Title (List of Figures) /OUT pdfmark end - 123 298 a 123 298 a + 141 246 a 141 246 a SDict begin [/Count 0/Dest (chapter*.6) cvn/Title (List of Tables) /OUT pdfmark end - 123 298 a 123 298 a + 141 246 a 141 +246 a SDict begin [/Count 0/Dest (chapter*.7) cvn/Title (Nomenclature) /OUT pdfmark end - 123 -298 a 123 298 a + 141 246 a 141 246 a SDict begin [/Count 3/Dest (chapter.1) cvn/Title (1 Background) /OUT pdfmark end - 123 298 a 123 298 a + 141 246 a 141 246 a SDict begin [/Count 0/Dest (section.1.1) cvn/Title (1.1 What is Loren Ipsum? Title with Math [sigma]) /OUT pdfmark end - 123 298 a 123 298 -a + 141 246 +a 141 246 a SDict begin [/Count 0/Dest (section.1.2) cvn/Title (1.2 Why do we use Loren Ipsum?) /OUT pdfmark end - 123 298 a 123 298 a + 141 246 a 141 246 a SDict begin [/Count 0/Dest (section.1.3) cvn/Title (1.3 Where does it come from?) /OUT pdfmark end - 123 298 a 123 298 a + 141 246 a 141 246 a SDict begin [/Count 1/Dest (chapter.2) cvn/Title (2 My Second Chapter) /OUT pdfmark end - 123 298 a 123 -298 a + 141 +246 a 141 246 a SDict begin [/Count 0/Dest (section.2.1) cvn/Title (2.1 Short title) /OUT pdfmark end - 123 298 a 123 298 a + 141 246 a 141 246 a SDict begin [/Count 2/Dest (chapter.3) cvn/Title (3 My Third Chapter) /OUT pdfmark end - 123 298 a 123 298 a + 141 246 a 141 246 +a SDict begin [/Count 3/Dest (section.3.1) cvn/Title (3.1 First Section of the Third Chapter) /OUT pdfmark end - 123 298 -a 123 298 a + 141 246 a 141 246 a SDict begin [/Count 0/Dest (subsection.3.1.1) cvn/Title (3.1.1 First Subsection in the First Section) /OUT pdfmark end - 123 298 a 123 298 a + 141 246 a 141 246 a SDict begin [/Count 0/Dest (subsection.3.1.2) cvn/Title (3.1.2 Second Subsection in the First Section) /OUT pdfmark end - 123 298 a 123 298 a + 141 246 a 141 +246 a SDict begin [/Count 0/Dest (subsection.3.1.3) cvn/Title (3.1.3 Third Subsection in the First Section) /OUT pdfmark end - 123 -298 a 123 298 a + 141 246 a 141 246 a SDict begin [/Count 0/Dest (section.3.2) cvn/Title (3.2 Second Section of the Third Chapter) /OUT pdfmark end - 123 298 a 123 298 a + 141 246 a 141 246 a SDict begin [/Count 0/Dest (appendix*.18) cvn/Title (Appendix A) /OUT pdfmark end - 123 298 a 123 298 -a + 141 246 +a 141 246 a SDict begin [/Count 0/Dest (appendix*.19) cvn/Title (Appendix B) /OUT pdfmark end - 123 298 a 123 298 a + 141 246 a 141 246 a SDict begin [/Count 0/Dest (appendix*.20) cvn/Title (References) /OUT pdfmark end - 123 298 a 123 298 a + 141 246 a 141 246 a SDict begin [/Count 0/Dest (section*.21) cvn/Title (Index) /OUT pdfmark end - 123 298 a 123 -298 a + 141 +246 a 141 246 a SDict begin [/PageMode /UseOutlines/Page 1/View [/FitV] /DOCVIEW pdfmark end - 123 298 a 123 298 a + 141 246 a 141 246 a SDict begin [ {Catalog}<> /PUT pdfmark end - 123 298 a 123 298 a + 141 246 a 141 246 +a SDict begin H.S end - 123 298 -a 123 298 a + 141 246 a 141 246 a SDict begin 17.99446 H.A end - 123 298 a 123 298 a + 141 246 a 141 246 a SDict begin [/View [/XYZ H.V]/Dest (Doc-Start) cvn /DEST pdfmark end - 123 298 a 123 298 a + 141 246 a 141 +246 a SDict begin [ {Catalog} <>18<>]>>>> /PUT pdfmark end - 123 -298 a Black Black 720 440 a Fw(Writing)51 b(y)-5 b(our)52 -b(PhD)g(Thesis)g(in)1592 689 y(L)1656 646 y Fv(A)1728 -689 y Fw(T)1832 737 y(E)1943 689 y(X2e)1485 2510 y @beginspecial -0 @llx -1 @lly 59 @urx 68 @ury 1089 @rwi @setspecial + 141 246 a Black Black 789 388 a Fw(Writing)52 b(y)-5 +b(our)52 b(PhD)f(Thesis)i(in)1661 637 y(L)1725 594 y +Fv(A)1797 637 y Fw(T)1901 685 y(E)2013 637 y(X2e)1542 +2403 y @beginspecial 0 @llx -1 @lly 59 @urx 68 @ury 1120 +@rwi @setspecial %%BeginDocument: Figs/University_Crest.eps %!PS-Adobe-3.0 EPSF-3.0 %%Creator: cairo 1.12.8 (http://cairographics.org) @@ -5028,12 +5034,12 @@ end restore %%EOF %%EndDocument - @endspecial 1448 3255 a Fv(Krishna)34 b(K)n(umar)1285 -3449 y Fu(Department)d(of)e(Engineering)1344 3643 y(Uni)m(v)n(ersity)h -(of)f(Cambridge)826 4355 y(This)h(dissertation)f(is)g(submitted)h(for)f -(the)h(de)n(gree)g(of)1425 4549 y Ft(Doctor)f(of)h(Philosophy)p -Black Black 247 5534 a Fu(King')-7 b(s)30 b(Colle)n(ge)p -Black Black 3474 5546 a(2013)p Black Black eop end end + @endspecial 1518 3079 a Fv(Krishna)34 b(K)n(umar)1355 +3273 y Fu(Department)c(of)g(Engineering)1414 3468 y(Uni)m(v)n(ersity)g +(of)f(Cambridge)896 4111 y(This)g(dissertation)h(is)f(submitted)h(for)f +(the)h(de)n(gree)g(of)1494 4305 y Ft(Doctor)g(of)g(Philosophy)p +Black Black 282 5170 a Fu(King')-7 b(s)29 b(Colle)n(ge)p +Black Black 3593 5182 a(2013)p Black Black eop end end %%Page: 2 2 TeXDict begin HPSdict begin 2 1 bop 0 0 a SDict begin /product where{pop product(Distiller)search{pop pop pop @@ -5041,14 +5047,14 @@ version(.)search{exch pop exch pop(3011)eq{gsave newpath 0 0 moveto closepath clip/Courier findfont 10 scalefont setfont 72 72 moveto(.)show grestore}if}{pop}ifelse}{pop}ifelse}if end 0 0 a 0 TeXcolorgray --3 4 a +14 -48 a SDict begin H.S end - -3 4 a -3 4 a + 14 -48 a 14 -48 a SDict begin H.R end - -3 4 a -3 4 a + 14 -48 a 14 -48 a SDict begin [/View [/XYZ H.V]/Dest (page.ii) cvn /DEST pdfmark end - -3 4 a Black Black -Black Black Black eop end end + 14 -48 a +Black Black Black Black Black eop end end %%Page: 3 3 TeXDict begin HPSdict begin 3 2 bop 0 0 a SDict begin /product where{pop product(Distiller)search{pop pop pop @@ -5056,15 +5062,15 @@ version(.)search{exch pop exch pop(3011)eq{gsave newpath 0 0 moveto closepath clip/Courier findfont 10 scalefont setfont 72 72 moveto(.)show grestore}if}{pop}ifelse}{pop}ifelse}if end 0 0 a 0 TeXcolorgray -115 4 a +133 -48 a SDict begin H.S end - 115 4 a 115 4 a + 133 -48 a 133 -48 a SDict begin H.R end - 115 4 a 115 4 a + 133 -48 a 133 -48 a SDict begin [/View [/XYZ H.V]/Dest (page.iii) cvn /DEST pdfmark end - 115 4 a Black -Black Black 787 1599 a Fs(I)25 b(w)o(ould)f(lik)o(e)h(to)f(dedicate)h -(this)f(thesis)g(to)g(my)g(lo)o(ving)f(parents)i(...)p + 133 +-48 a Black Black Black 857 1485 a Fs(I)25 b(w)o(ould)f(lik)o(e)g(to)h +(dedicate)g(this)e(thesis)h(to)h(my)f(lo)o(ving)f(parents)i(...)p Black Black eop end end %%Page: 4 4 TeXDict begin HPSdict begin 4 3 bop 0 0 a @@ -5073,14 +5079,14 @@ version(.)search{exch pop exch pop(3011)eq{gsave newpath 0 0 moveto closepath clip/Courier findfont 10 scalefont setfont 72 72 moveto(.)show grestore}if}{pop}ifelse}{pop}ifelse}if end 0 0 a 0 TeXcolorgray --3 4 a +14 -48 a SDict begin H.S end - -3 4 a -3 4 a + 14 -48 a 14 -48 a SDict begin H.R end - -3 4 a -3 4 a + 14 -48 a 14 -48 a SDict begin [/View [/XYZ H.V]/Dest (page.iv) cvn /DEST pdfmark end - -3 4 a Black Black -Black Black Black eop end end + 14 -48 a +Black Black Black Black Black eop end end %%Page: 5 5 TeXDict begin HPSdict begin 5 4 bop 0 0 a SDict begin /product where{pop product(Distiller)search{pop pop pop @@ -5088,37 +5094,37 @@ version(.)search{exch pop exch pop(3011)eq{gsave newpath 0 0 moveto closepath clip/Courier findfont 10 scalefont setfont 72 72 moveto(.)show grestore}if}{pop}ifelse}{pop}ifelse}if end 0 0 a 0 TeXcolorgray -115 4 a +133 -48 a SDict begin H.S end - 115 4 a 115 4 a + 133 -48 a 133 -48 a SDict begin H.R end - 115 4 a 115 4 a + 133 -48 a 133 -48 a SDict begin [/View [/XYZ H.V]/Dest (page.v) cvn /DEST pdfmark end - 115 4 a Black -Black Black 123 298 a + 133 +-48 a Black Black Black 141 246 a SDict begin H.S end - 123 298 a 123 298 a + 141 246 a 141 246 a SDict begin 17.99446 H.A end - 123 298 a 123 -298 a + +141 246 a 141 246 a SDict begin [/View [/XYZ H.V]/Dest (chapter*.1) cvn /DEST pdfmark end - 123 298 a 1581 1039 a Fv(Declaration)123 1521 y -Fs(I)37 b(hereby)g(declare)h(that)e(e)o(xcept)g(where)i(speci\002c)f -(reference)h(is)e(made)h(to)f(the)h(w)o(ork)g(of)f(others,)k(the)123 -1670 y(contents)33 b(of)h(this)f(dissertation)f(are)j(original)e(and)h -(ha)n(v)o(e)f(not)g(been)h(submitted)e(in)i(whole)f(or)h(in)f(part)123 -1819 y(for)27 b(consideration)f(for)g(an)o(y)g(other)h(de)o(gree)f(or)h -(quali\002cation)e(in)i(this,)e(or)i(an)o(y)f(other)g(Uni)n(v)o(ersity) --6 b(.)33 b(This)123 1969 y(dissertation)i(is)g(the)h(result)g(of)g(my) -f(o)n(wn)h(w)o(ork)f(and)h(includes)g(nothing)e(which)i(is)f(the)h -(outcome)f(of)123 2118 y(w)o(ork)23 b(done)f(in)g(collaboration,)f(e)o -(xcept)h(where)h(speci\002cally)f(indicated)g(in)f(the)i(te)o(xt.)28 -b(This)22 b(dissertation)123 2268 y(contains)31 b(less)g(than)g(65,000) -f(w)o(ords)h(including)f(appendices,)j(bibliography)-6 -b(,)30 b(footnotes,)i(tables)e(and)123 2417 y(equations)24 -b(and)h(has)g(less)f(than)g(150)h(\002gures.)p Black -Black 3140 2674 a(Krishna)f(K)o(umar)3556 2824 y(2013)p -Black Black eop end end + 141 246 a 1650 987 a Fv(Declaration)141 +1469 y Fs(I)20 b(hereby)h(declare)g(that)f(e)o(xcept)g(where)h +(speci\002c)g(reference)g(is)f(made)h(to)f(the)g(w)o(ork)g(of)g +(others,)h(the)f(contents)141 1618 y(of)29 b(this)e(dissertation)g(are) +j(original)e(and)g(ha)n(v)o(e)h(not)f(been)h(submitted)d(in)j(whole)f +(or)h(in)f(part)h(for)g(consider)n(-)141 1767 y(ation)d(for)h(an)o(y)f +(other)h(de)o(gree)g(or)g(quali\002cation)f(in)g(this,)h(or)g(an)o(y)f +(other)g(Uni)n(v)o(ersity)-6 b(.)34 b(This)27 b(dissertation)e(is)141 +1917 y(the)31 b(result)h(of)g(my)f(o)n(wn)g(w)o(ork)g(and)h(includes)f +(nothing)f(which)i(is)f(the)h(outcome)f(of)h(w)o(ork)f(done)h(in)f +(col-)141 2066 y(laboration,)25 b(e)o(xcept)h(where)h(speci\002cally)f +(indicated)g(in)f(the)h(te)o(xt.)34 b(This)26 b(dissertation)f +(contains)g(less)h(than)141 2216 y(65,000)d(w)o(ords)h(including)f +(appendices,)h(bibliography)-6 b(,)22 b(footnotes,)h(tables)h(and)g +(equations)f(and)i(has)f(less)141 2365 y(than)g(150)h(\002gures.)p +Black Black 3262 2622 a(Krishna)f(K)o(umar)3678 2772 +y(2013)p Black Black eop end end %%Page: 6 6 TeXDict begin HPSdict begin 6 5 bop 0 0 a SDict begin /product where{pop product(Distiller)search{pop pop pop @@ -5126,14 +5132,14 @@ version(.)search{exch pop exch pop(3011)eq{gsave newpath 0 0 moveto closepath clip/Courier findfont 10 scalefont setfont 72 72 moveto(.)show grestore}if}{pop}ifelse}{pop}ifelse}if end 0 0 a 0 TeXcolorgray --3 4 a +14 -48 a SDict begin H.S end - -3 4 a -3 4 a + 14 -48 a 14 -48 a SDict begin H.R end - -3 4 a -3 4 a + 14 -48 a 14 -48 a SDict begin [/View [/XYZ H.V]/Dest (page.vi) cvn /DEST pdfmark end - -3 4 a Black Black -Black Black Black eop end end + 14 -48 a +Black Black Black Black Black eop end end %%Page: 7 7 TeXDict begin HPSdict begin 7 6 bop 0 0 a SDict begin /product where{pop product(Distiller)search{pop pop pop @@ -5141,22 +5147,22 @@ version(.)search{exch pop exch pop(3011)eq{gsave newpath 0 0 moveto closepath clip/Courier findfont 10 scalefont setfont 72 72 moveto(.)show grestore}if}{pop}ifelse}{pop}ifelse}if end 0 0 a 0 TeXcolorgray -115 4 a +133 -48 a SDict begin H.S end - 115 4 a 115 4 a + 133 -48 a 133 -48 a SDict begin H.R end - 115 4 a 115 4 a + 133 -48 a 133 -48 a SDict begin [/View [/XYZ H.V]/Dest (page.vii) cvn /DEST pdfmark end - 115 4 a Black -Black Black 123 298 a + 133 +-48 a Black Black Black 141 246 a SDict begin H.S end - 123 298 a 123 298 a + 141 246 a 141 246 a SDict begin 17.99446 H.A end - 123 298 a 123 -298 a + +141 246 a 141 246 a SDict begin [/View [/XYZ H.V]/Dest (chapter*.2) cvn /DEST pdfmark end - 123 298 a 1386 1039 a Fv(Ackno)o(wlegements)123 -1521 y Fs(And)25 b(I)g(w)o(ould)f(lik)o(e)g(to)h(ackno)n(wledge)f(...)p + 141 246 a 1456 987 a Fv(Ackno)o(wlegements)141 +1469 y Fs(And)24 b(I)h(w)o(ould)f(lik)o(e)h(to)f(ackno)n(wledge)g(...)p Black Black eop end end %%Page: 8 8 TeXDict begin HPSdict begin 8 7 bop 0 0 a @@ -5165,14 +5171,14 @@ version(.)search{exch pop exch pop(3011)eq{gsave newpath 0 0 moveto closepath clip/Courier findfont 10 scalefont setfont 72 72 moveto(.)show grestore}if}{pop}ifelse}{pop}ifelse}if end 0 0 a 0 TeXcolorgray --3 4 a +14 -48 a SDict begin H.S end - -3 4 a -3 4 a + 14 -48 a 14 -48 a SDict begin H.R end - -3 4 a -3 4 a + 14 -48 a 14 -48 a SDict begin [/View [/XYZ H.V]/Dest (page.viii) cvn /DEST pdfmark end - -3 4 a Black Black -Black Black Black eop end end + 14 -48 a +Black Black Black Black Black eop end end %%Page: 9 9 TeXDict begin HPSdict begin 9 8 bop 0 0 a SDict begin /product where{pop product(Distiller)search{pop pop pop @@ -5180,22 +5186,22 @@ version(.)search{exch pop exch pop(3011)eq{gsave newpath 0 0 moveto closepath clip/Courier findfont 10 scalefont setfont 72 72 moveto(.)show grestore}if}{pop}ifelse}{pop}ifelse}if end 0 0 a 0 TeXcolorgray -115 4 a +133 -48 a SDict begin H.S end - 115 4 a 115 4 a + 133 -48 a 133 -48 a SDict begin H.R end - 115 4 a 115 4 a + 133 -48 a 133 -48 a SDict begin [/View [/XYZ H.V]/Dest (page.ix) cvn /DEST pdfmark end - 115 4 a Black -Black Black 123 298 a + 133 +-48 a Black Black Black 141 246 a SDict begin H.S end - 123 298 a 123 298 a + 141 246 a 141 246 a SDict begin 17.99446 H.A end - 123 298 a 123 -298 a + +141 246 a 141 246 a SDict begin [/View [/XYZ H.V]/Dest (chapter*.3) cvn /DEST pdfmark end - 123 298 a 1672 1039 a Fv(Abstract)123 1521 y Fs(This)24 -b(is)h(where)g(you)f(write)h(your)g(abstract)f(...)p + 141 246 a 1742 987 a Fv(Abstract)141 +1469 y Fs(This)24 b(is)g(where)i(you)e(write)h(your)f(abstract)h(...)p Black Black eop end end %%Page: 10 10 TeXDict begin HPSdict begin 10 9 bop 0 0 a @@ -5204,14 +5210,14 @@ version(.)search{exch pop exch pop(3011)eq{gsave newpath 0 0 moveto closepath clip/Courier findfont 10 scalefont setfont 72 72 moveto(.)show grestore}if}{pop}ifelse}{pop}ifelse}if end 0 0 a 0 TeXcolorgray --3 4 a +14 -48 a SDict begin H.S end - -3 4 a -3 4 a + 14 -48 a 14 -48 a SDict begin H.R end - -3 4 a -3 4 a + 14 -48 a 14 -48 a SDict begin [/View [/XYZ H.V]/Dest (page.x) cvn /DEST pdfmark end - -3 4 a Black Black -Black Black Black eop end end + 14 -48 a +Black Black Black Black Black eop end end %%Page: 11 11 TeXDict begin HPSdict begin 11 10 bop 0 0 a SDict begin /product where{pop product(Distiller)search{pop pop pop @@ -5219,230 +5225,211 @@ version(.)search{exch pop exch pop(3011)eq{gsave newpath 0 0 moveto closepath clip/Courier findfont 10 scalefont setfont 72 72 moveto(.)show grestore}if}{pop}ifelse}{pop}ifelse}if end 0 0 a 0 TeXcolorgray -115 4 a +133 -48 a SDict begin H.S end - 115 4 a 115 4 a + 133 -48 a 133 -48 a SDict begin H.R end - 115 4 a 115 4 a + 133 -48 a 133 -48 a SDict begin [/View [/XYZ H.V]/Dest (page.xi) cvn /DEST pdfmark end - 115 4 a Black -Black Black 123 298 a + 133 +-48 a Black Black Black 141 246 a SDict begin H.S end - 123 298 a 123 298 a + 141 246 a 141 246 a SDict begin 17.99446 H.A end - 123 298 a 123 -298 a + +141 246 a 141 246 a SDict begin [/View [/XYZ H.V]/Dest (chapter*.4) cvn /DEST pdfmark end - 123 298 a 824 x Fw(Contents)123 1703 y Fr(Contents)p -0 TeXcolorgray 3678 1703 a + 141 246 a 831 x Fw(Contents)141 1672 +y Fr(Contents)p 0 TeXcolorgray 3800 1672 a SDict begin H.S end - 3678 1703 a Fr(xi)3756 1703 -y + 3800 1672 +a Fr(xi)3878 1672 y SDict begin 17.99446 H.L end - 3756 1703 a 3756 1703 a + 3878 1672 a 3878 1672 a SDict begin [/Subtype /Link/Dest (chapter*.4) cvn/H /I/Border [0 0 0]BorderArrayPatch/Color [1 0 0] H.B /ANN pdfmark end - 3756 1703 a Black 123 1952 -a Fr(List)25 b(of)g(Figur)n(es)p 0 TeXcolorgray 3622 -1952 a + 3878 1672 +a Black 141 1935 a Fr(List)25 b(of)g(Figur)n(es)p 0 TeXcolorgray +3744 1935 a SDict begin H.S end - 3622 1952 a Fr(xiii)3756 1952 y + 3744 1935 a Fr(xiii)3878 1935 y SDict begin 17.99446 H.L end - 3756 1952 a 3756 -1952 a + 3878 1935 +a 3878 1935 a SDict begin [/Subtype /Link/Dest (chapter*.5) cvn/H /I/Border [0 0 0]BorderArrayPatch/Color [1 0 0] H.B /ANN pdfmark end - 3756 1952 a Black 123 2201 a Fr(List)g(of)g(T)-9 -b(ables)p 0 TeXcolorgray 3656 2201 a + 3878 1935 a Black 141 2198 a Fr(List)g(of)g(T)-9 +b(ables)p 0 TeXcolorgray 3778 2198 a SDict begin H.S end - 3656 2201 a Fr(xv)3756 -2201 y + 3778 2198 a Fr(xv)3878 +2198 y SDict begin 17.99446 H.L end - 3756 2201 a 3756 2201 a + 3878 2198 a 3878 2198 a SDict begin [/Subtype /Link/Dest (chapter*.6) cvn/H /I/Border [0 0 0]BorderArrayPatch/Color [1 0 0] H.B /ANN pdfmark end - 3756 2201 a Black 123 -2450 a Fr(Nomenclatur)n(e)p 0 TeXcolorgray 3600 2450 + 3878 2198 a Black 141 +2461 a Fr(Nomenclatur)n(e)p 0 TeXcolorgray 3722 2461 a SDict begin H.S end - 3600 2450 a Fr(xvii)3756 2450 y + 3722 2461 a Fr(xvii)3878 2461 y SDict begin 17.99446 H.L end - 3756 2450 a 3756 2450 + 3878 2461 a 3878 2461 a SDict begin [/Subtype /Link/Dest (chapter*.7) cvn/H /I/Border [0 0 0]BorderArrayPatch/Color [1 0 0] H.B /ANN pdfmark end - 3756 2450 a Black 123 2699 a Fr(1)100 b(Backgr)n(ound)p -0 TeXcolorgray 3706 2699 a + 3878 2461 a Black 141 2724 a Fr(1)99 b(Backgr)n(ound)p +0 TeXcolorgray 3827 2724 a SDict begin H.S end - 3706 2699 a Fr(1)3756 2699 + 3827 2724 a Fr(1)3877 2724 y SDict begin 17.99446 H.L end - 3756 2699 a 3756 2699 a + 3877 2724 a 3877 2724 a SDict begin [/Subtype /Link/Dest (chapter.1) cvn/H /I/Border [0 0 0]BorderArrayPatch/Color [1 0 0] H.B /ANN pdfmark end - 3756 2699 a Black 273 2848 -a Fs(1.1)k(What)25 b(is)f(Loren)h(Ipsum?)30 b(T)m(itle)24 -b(with)g(Math)g Fq(s)38 b Fs(.)49 b(.)h(.)g(.)g(.)f(.)h(.)g(.)f(.)h(.)g -(.)g(.)f(.)h(.)g(.)g(.)f(.)h(.)g(.)p Black 0 TeXcolorgray -3706 2848 a + 3877 2724 a Black 290 2881 +a Fs(1.1)104 b(What)25 b(is)f(Loren)h(Ipsum?)30 b(T)m(itle)24 +b(with)g(Math)g Fq(s)38 b Fs(.)50 b(.)g(.)f(.)h(.)g(.)f(.)h(.)g(.)g(.)f +(.)h(.)g(.)g(.)f(.)h(.)g(.)f(.)h(.)g(.)p Black 0 TeXcolorgray +3827 2881 a SDict begin H.S end - 3706 2848 a Fs(1)3756 2848 y + 3827 2881 a Fs(1)3877 2881 y SDict begin 17.99446 H.L end - 3756 2848 a -3756 2848 a + 3877 2881 a +3877 2881 a SDict begin [/Subtype /Link/Dest (section.1.1) cvn/H /I/Border [0 0 0]BorderArrayPatch/Color [1 0 0] H.B /ANN pdfmark end - 3756 2848 a Black Black 273 2998 a Fs(1.2)104 -b(Why)24 b(do)h(we)g(use)f(Loren)h(Ipsum?)92 b(.)50 b(.)g(.)f(.)h(.)g -(.)f(.)h(.)g(.)g(.)f(.)h(.)g(.)f(.)h(.)g(.)g(.)f(.)h(.)g(.)g(.)f(.)h(.) -g(.)p Black 0 TeXcolorgray 3706 2998 a + 3877 2881 a Black Black 290 3039 a Fs(1.2)104 +b(Why)25 b(do)f(we)h(use)g(Loren)g(Ipsum?)92 b(.)49 b(.)h(.)g(.)f(.)h +(.)g(.)g(.)f(.)h(.)g(.)f(.)h(.)g(.)g(.)f(.)h(.)g(.)g(.)f(.)h(.)g(.)f(.) +h(.)g(.)p Black 0 TeXcolorgray 3827 3039 a SDict begin H.S end - 3706 2998 a Fs(1)3756 -2998 y + 3827 3039 +a Fs(1)3877 3039 y SDict begin 17.99446 H.L end - 3756 2998 a 3756 2998 a + 3877 3039 a 3877 3039 a SDict begin [/Subtype /Link/Dest (section.1.2) cvn/H /I/Border [0 0 0]BorderArrayPatch/Color [1 0 0] H.B /ANN pdfmark end - 3756 2998 a Black Black -273 3147 a Fs(1.3)104 b(Where)25 b(does)g(it)f(come)h(from?)84 -b(.)49 b(.)h(.)g(.)g(.)f(.)h(.)g(.)f(.)h(.)g(.)g(.)f(.)h(.)g(.)f(.)h(.) -g(.)g(.)f(.)h(.)g(.)g(.)f(.)h(.)g(.)p Black 0 TeXcolorgray -3706 3147 a + 3877 3039 +a Black Black 290 3197 a Fs(1.3)104 b(Where)26 b(does)e(it)h(come)f +(from?)84 b(.)50 b(.)g(.)f(.)h(.)g(.)f(.)h(.)g(.)g(.)f(.)h(.)g(.)f(.)h +(.)g(.)g(.)f(.)h(.)g(.)g(.)f(.)h(.)g(.)f(.)h(.)g(.)p +Black 0 TeXcolorgray 3827 3197 a SDict begin H.S end - 3706 3147 a Fs(2)3756 3147 y + 3827 3197 a Fs(2)3877 +3197 y SDict begin 17.99446 H.L end - 3756 3147 a -3756 3147 a + 3877 3197 a 3877 3197 a SDict begin [/Subtype /Link/Dest (section.1.3) cvn/H /I/Border [0 0 0]BorderArrayPatch/Color [1 0 0] H.B /ANN pdfmark end - 3756 3147 a Black Black 123 3396 a Fr(2)100 -b(My)25 b(Second)h(Chapter)p 0 TeXcolorgray 3706 3396 -a + 3877 3197 a Black Black +141 3460 a Fr(2)99 b(My)25 b(Second)h(Chapter)p 0 TeXcolorgray +3827 3460 a SDict begin H.S end - 3706 3396 a Fr(5)3756 3396 y + 3827 3460 a Fr(5)3877 3460 y SDict begin 17.99446 H.L end - 3756 3396 a 3756 3396 -a + 3877 3460 a +3877 3460 a SDict begin [/Subtype /Link/Dest (chapter.2) cvn/H /I/Border [0 0 0]BorderArrayPatch/Color [1 0 0] H.B /ANN pdfmark end - 3756 3396 a Black 273 3545 a Fs(2.1)104 b(Short)25 -b(title)71 b(.)50 b(.)g(.)f(.)h(.)g(.)g(.)f(.)h(.)g(.)f(.)h(.)g(.)g(.)f -(.)h(.)g(.)f(.)h(.)g(.)g(.)f(.)h(.)g(.)f(.)h(.)g(.)g(.)f(.)h(.)g(.)g(.) -f(.)h(.)g(.)p Black 0 TeXcolorgray 3706 3545 a + 3877 3460 a Black 290 3618 a Fs(2.1)104 b(Short)25 +b(title)72 b(.)49 b(.)h(.)g(.)g(.)f(.)h(.)g(.)f(.)h(.)g(.)g(.)f(.)h(.)g +(.)f(.)h(.)g(.)g(.)f(.)h(.)g(.)f(.)h(.)g(.)g(.)f(.)h(.)g(.)g(.)f(.)h(.) +g(.)f(.)h(.)g(.)p Black 0 TeXcolorgray 3827 3618 a SDict begin H.S end - 3706 3545 -a Fs(5)3756 3545 y + 3827 +3618 a Fs(5)3877 3618 y SDict begin 17.99446 H.L end - 3756 3545 a 3756 3545 a + 3877 3618 a 3877 3618 a SDict begin [/Subtype /Link/Dest (section.2.1) cvn/H /I/Border [0 0 0]BorderArrayPatch/Color [1 0 0] H.B /ANN pdfmark end - 3756 3545 -a Black Black 123 3794 a Fr(3)100 b(My)25 b(Third)h(Chapter)p -0 TeXcolorgray 3656 3794 a + 3877 +3618 a Black Black 141 3881 a Fr(3)99 b(My)25 b(Third)h(Chapter)p +0 TeXcolorgray 3778 3881 a SDict begin H.S end - 3656 3794 a Fr(11)3756 3794 + 3778 3881 a Fr(11)3878 3881 y SDict begin 17.99446 H.L end - 3756 3794 a 3756 3794 a + 3878 3881 a 3878 3881 a SDict begin [/Subtype /Link/Dest (chapter.3) cvn/H /I/Border [0 0 0]BorderArrayPatch/Color [1 0 0] H.B /ANN pdfmark end - 3756 3794 a Black 273 3944 -a Fs(3.1)104 b(First)25 b(Section)f(of)h(the)g(Third)f(Chapter)93 -b(.)49 b(.)h(.)g(.)f(.)h(.)g(.)g(.)f(.)h(.)g(.)f(.)h(.)g(.)g(.)f(.)h(.) -g(.)g(.)f(.)h(.)g(.)p Black 0 TeXcolorgray 3656 3944 + 3878 3881 a Black 290 4039 +a Fs(3.1)104 b(First)25 b(Section)g(of)g(the)f(Third)h(Chapter)92 +b(.)50 b(.)f(.)h(.)g(.)g(.)f(.)h(.)g(.)f(.)h(.)g(.)g(.)f(.)h(.)g(.)g(.) +f(.)h(.)g(.)f(.)h(.)g(.)p Black 0 TeXcolorgray 3778 4039 a SDict begin H.S end - 3656 3944 a Fs(11)3756 3944 y + 3778 4039 a Fs(11)3878 4039 y SDict begin 17.99446 H.L end - 3756 3944 a 3756 3944 + 3878 4039 a 3878 4039 a SDict begin [/Subtype /Link/Dest (section.3.1) cvn/H /I/Border [0 0 0]BorderArrayPatch/Color [1 0 0] H.B /ANN pdfmark end - 3756 3944 a Black Black 502 4093 a Fs(3.1.1)119 b(First)24 -b(Subsection)h(in)f(the)h(First)f(Section)69 b(.)50 b(.)g(.)f(.)h(.)g -(.)f(.)h(.)g(.)g(.)f(.)h(.)g(.)g(.)f(.)h(.)g(.)p Black -0 TeXcolorgray 3656 4093 a + 3878 4039 a Black Black 519 4196 a Fs(3.1.1)119 b(First)25 +b(Subsection)f(in)g(the)h(First)g(Section)69 b(.)49 b(.)h(.)g(.)f(.)h +(.)g(.)g(.)f(.)h(.)g(.)g(.)f(.)h(.)g(.)f(.)h(.)g(.)p +Black 0 TeXcolorgray 3778 4196 a SDict begin H.S end - 3656 4093 a Fs(11)3756 4093 -y + 3778 4196 a Fs(11)3878 +4196 y SDict begin 17.99446 H.L end - 3756 4093 a 3756 4093 a + 3878 4196 a 3878 4196 a SDict begin [/Subtype /Link/Dest (subsection.3.1.1) cvn/H /I/Border [0 0 0]BorderArrayPatch/Color [1 0 0] H.B /ANN pdfmark end - 3756 4093 a Black Black 502 -4243 a Fs(3.1.2)119 b(Second)25 b(Subsection)f(in)h(the)f(First)h -(Section)33 b(.)50 b(.)f(.)h(.)g(.)f(.)h(.)g(.)g(.)f(.)h(.)g(.)g(.)f(.) -h(.)g(.)p Black 0 TeXcolorgray 3656 4243 a + 3878 4196 a Black Black +519 4354 a Fs(3.1.2)119 b(Second)25 b(Subsection)g(in)f(the)h(First)f +(Section)33 b(.)50 b(.)g(.)f(.)h(.)g(.)g(.)f(.)h(.)g(.)g(.)f(.)h(.)g(.) +f(.)h(.)g(.)p Black 0 TeXcolorgray 3778 4354 a SDict begin H.S end - 3656 4243 -a Fs(11)3756 4243 y + 3778 4354 +a Fs(11)3878 4354 y SDict begin 17.99446 H.L end - 3756 4243 a 3756 4243 a + 3878 4354 a 3878 4354 a SDict begin [/Subtype /Link/Dest (subsection.3.1.2) cvn/H /I/Border [0 0 0]BorderArrayPatch/Color [1 0 0] H.B /ANN pdfmark end - 3756 4243 -a Black Black 502 4392 a Fs(3.1.3)119 b(Third)24 b(Subsection)g(in)h -(the)f(First)h(Section)30 b(.)50 b(.)g(.)f(.)h(.)g(.)f(.)h(.)g(.)g(.)f -(.)h(.)g(.)g(.)f(.)h(.)g(.)p Black 0 TeXcolorgray 3656 -4392 a + 3878 4354 +a Black Black 519 4512 a Fs(3.1.3)119 b(Third)25 b(Subsection)f(in)g +(the)h(First)f(Section)31 b(.)49 b(.)h(.)g(.)f(.)h(.)g(.)g(.)f(.)h(.)g +(.)g(.)f(.)h(.)g(.)f(.)h(.)g(.)p Black 0 TeXcolorgray +3778 4512 a SDict begin H.S end - 3656 4392 a Fs(11)3756 4392 y + 3778 4512 a Fs(11)3878 4512 y SDict begin 17.99446 H.L end - 3756 4392 a 3756 -4392 a + 3878 4512 a +3878 4512 a SDict begin [/Subtype /Link/Dest (subsection.3.1.3) cvn/H /I/Border [0 0 0]BorderArrayPatch/Color [1 0 0] H.B /ANN pdfmark end - 3756 4392 a Black Black 273 4541 a Fs(3.2)104 -b(Second)25 b(Section)g(of)g(the)g(Third)f(Chapter)56 -b(.)50 b(.)g(.)f(.)h(.)g(.)g(.)f(.)h(.)g(.)f(.)h(.)g(.)g(.)f(.)h(.)g(.) -g(.)f(.)h(.)g(.)p Black 0 TeXcolorgray 3656 4541 a + 3878 4512 a Black Black 290 4670 a Fs(3.2)104 +b(Second)26 b(Section)e(of)h(the)g(Third)f(Chapter)57 +b(.)49 b(.)h(.)g(.)g(.)f(.)h(.)g(.)f(.)h(.)g(.)g(.)f(.)h(.)g(.)g(.)f(.) +h(.)g(.)f(.)h(.)g(.)p Black 0 TeXcolorgray 3778 4670 +a SDict begin H.S end - 3656 -4541 a Fs(12)3756 4541 y + 3778 4670 a Fs(12)3878 4670 y SDict begin 17.99446 H.L end - 3756 4541 a 3756 4541 a + 3878 4670 a 3878 4670 +a SDict begin [/Subtype /Link/Dest (section.3.2) cvn/H /I/Border [0 0 0]BorderArrayPatch/Color [1 0 0] H.B /ANN pdfmark end - 3756 -4541 a Black Black 123 4790 a Fr(A)n(ppendix)26 b(A)p -0 TeXcolorgray 3656 4790 a + 3878 4670 a Black Black 141 4933 a Fr(A)n(ppendix)26 +b(A)p 0 TeXcolorgray 3778 4933 a SDict begin H.S end - 3656 4790 a Fr(13)3756 4790 -y + 3778 4933 a Fr(13)3878 +4933 y SDict begin 17.99446 H.L end - 3756 4790 a 3756 4790 a + 3878 4933 a 3878 4933 a SDict begin [/Subtype /Link/Dest (appendix*.18) cvn/H /I/Border [0 0 0]BorderArrayPatch/Color [1 0 0] H.B /ANN pdfmark end - 3756 4790 a Black 123 5039 -a Fr(A)n(ppendix)g(B)p 0 TeXcolorgray 3656 5039 a + 3878 4933 a Black 141 +5196 a Fr(A)n(ppendix)g(B)p 0 TeXcolorgray 3778 5196 +a SDict begin H.S end - 3656 -5039 a Fr(15)3756 5039 y + 3778 5196 a Fr(15)3878 5196 y SDict begin 17.99446 H.L end - 3756 5039 a 3756 5039 a + 3878 5196 a 3878 5196 +a SDict begin [/Subtype /Link/Dest (appendix*.19) cvn/H /I/Border [0 0 0]BorderArrayPatch/Color [1 0 0] H.B /ANN pdfmark end - 3756 -5039 a Black 123 5288 a Fr(Refer)n(ences)p 0 TeXcolorgray -3656 5288 a -SDict begin H.S end - 3656 5288 a Fr(17)3756 5288 y -SDict begin 17.99446 H.L end - 3756 5288 a -3756 5288 a -SDict begin [/Subtype /Link/Dest (appendix*.20) cvn/H /I/Border [0 -0 0]BorderArrayPatch/Color [1 0 0] H.B /ANN pdfmark end - 3756 5288 a Black 123 5537 a Fr(Index)p 0 -TeXcolorgray 3656 5537 a -SDict begin H.S end - 3656 5537 a Fr(19)3756 5537 -y -SDict begin 17.99446 H.L end - 3756 5537 a 3756 5537 a -SDict begin [/Subtype /Link/Dest (section*.21) cvn/H /I/Border [0 0 -0]BorderArrayPatch/Color [1 0 0] H.B /ANN pdfmark end - 3756 5537 a Black Black Black -eop end end + 3878 5196 a Black Black Black eop end end %%Page: 12 12 TeXDict begin HPSdict begin 12 11 bop 0 0 a SDict begin /product where{pop product(Distiller)search{pop pop pop @@ -5450,14 +5437,33 @@ version(.)search{exch pop exch pop(3011)eq{gsave newpath 0 0 moveto closepath clip/Courier findfont 10 scalefont setfont 72 72 moveto(.)show grestore}if}{pop}ifelse}{pop}ifelse}if end 0 0 a 0 TeXcolorgray --3 4 a +14 -48 a SDict begin H.S end - -3 4 a -3 4 a + 14 -48 a 14 -48 a SDict begin H.R end - -3 4 a -3 4 a + 14 -48 a 14 -48 a SDict begin [/View [/XYZ H.V]/Dest (page.xii) cvn /DEST pdfmark end - -3 4 a Black Black -Black Black Black eop end end + 14 -48 a +Black Black 23 45 a Fr(xii)3276 b Fs(Contents)p 23 84 +3737 4 v Black 23 345 a Fr(Refer)n(ences)p 0 TeXcolorgray +3660 345 a +SDict begin H.S end + 3660 345 a Fr(17)3760 345 y +SDict begin 17.99446 H.L end + 3760 345 a 3760 +345 a +SDict begin [/Subtype /Link/Dest (appendix*.20) cvn/H /I/Border [0 +0 0]BorderArrayPatch/Color [1 0 0] H.B /ANN pdfmark end + 3760 345 a Black 23 594 a Fr(Index)p 0 TeXcolorgray +3660 594 a +SDict begin H.S end + 3660 594 a Fr(19)3760 594 y +SDict begin 17.99446 H.L end + 3760 594 a 3760 +594 a +SDict begin [/Subtype /Link/Dest (section*.21) cvn/H /I/Border [0 0 +0]BorderArrayPatch/Color [1 0 0] H.B /ANN pdfmark end + 3760 594 a Black Black Black eop end end %%Page: 13 13 TeXDict begin HPSdict begin 13 12 bop 0 0 a SDict begin /product where{pop product(Distiller)search{pop pop pop @@ -5465,45 +5471,46 @@ version(.)search{exch pop exch pop(3011)eq{gsave newpath 0 0 moveto closepath clip/Courier findfont 10 scalefont setfont 72 72 moveto(.)show grestore}if}{pop}ifelse}{pop}ifelse}if end 0 0 a 0 TeXcolorgray -115 4 a +133 -48 a SDict begin H.S end - 115 4 a 115 4 a + 133 -48 a 133 -48 a SDict begin H.R end - 115 4 a 115 4 a + 133 -48 a 133 -48 a SDict begin [/View [/XYZ H.V]/Dest (page.xiii) cvn /DEST pdfmark end - 115 4 a Black -Black Black 123 298 a + 133 +-48 a Black Black Black 141 246 a SDict begin H.S end - 123 298 a 123 298 a + 141 246 a 141 246 a SDict begin 17.99446 H.A end - 123 298 a 123 -298 a + +141 246 a 141 246 a SDict begin [/View [/XYZ H.V]/Dest (chapter*.5) cvn /DEST pdfmark end - 123 298 a 824 x Fw(List)52 b(of)g(Figur)l(es)273 -1686 y Fs(2.1)104 b(Minion)24 b(.)50 b(.)f(.)h(.)g(.)f(.)h(.)g(.)g(.)f -(.)h(.)g(.)f(.)h(.)g(.)g(.)f(.)h(.)g(.)f(.)h(.)g(.)g(.)f(.)h(.)g(.)f(.) -h(.)g(.)g(.)f(.)h(.)g(.)g(.)f(.)h(.)g(.)p Black 0 TeXcolorgray -3706 1686 a + 141 246 a 824 x Fw(List)52 b(of)g(Figur)l(es)290 +1634 y Fs(2.1)104 b(Minion)24 b(.)50 b(.)g(.)f(.)h(.)g(.)g(.)f(.)h(.)g +(.)f(.)h(.)g(.)g(.)f(.)h(.)g(.)f(.)h(.)g(.)g(.)f(.)h(.)g(.)f(.)h(.)g(.) +g(.)f(.)h(.)g(.)g(.)f(.)h(.)g(.)f(.)h(.)g(.)p Black 0 +TeXcolorgray 3827 1634 a SDict begin H.S end - 3706 1686 a Fs(6)3756 1686 y + 3827 1634 a Fs(6)3877 1634 y SDict begin 17.99446 H.L end - 3756 1686 a -3756 1686 a + +3877 1634 a 3877 1634 a SDict begin [/Subtype /Link/Dest (figure.caption.8) cvn/H /I/Border [0 0 0]BorderArrayPatch/Color [1 0 0] H.B /ANN pdfmark end - 3756 1686 a Black Black 273 1835 a Fs(2.2)104 -b(Best)25 b(Animations)e(.)50 b(.)g(.)g(.)f(.)h(.)g(.)f(.)h(.)g(.)g(.)f -(.)h(.)g(.)f(.)h(.)g(.)g(.)f(.)h(.)g(.)f(.)h(.)g(.)g(.)f(.)h(.)g(.)g(.) -f(.)h(.)g(.)p Black 0 TeXcolorgray 3706 1835 a + 3877 1634 a Black Black 290 1783 +a Fs(2.2)104 b(Best)25 b(Animations)f(.)50 b(.)f(.)h(.)g(.)f(.)h(.)g(.) +g(.)f(.)h(.)g(.)f(.)h(.)g(.)g(.)f(.)h(.)g(.)f(.)h(.)g(.)g(.)f(.)h(.)g +(.)g(.)f(.)h(.)g(.)f(.)h(.)g(.)p Black 0 TeXcolorgray +3827 1783 a SDict begin H.S end - 3706 1835 -a Fs(9)3756 1835 y + 3827 1783 a Fs(9)3877 1783 y SDict begin 17.99446 H.L end - 3756 1835 a 3756 1835 a + 3877 1783 a +3877 1783 a SDict begin [/Subtype /Link/Dest (figure.caption.13) cvn/H /I/Border [0 0 0]BorderArrayPatch/Color [1 0 0] H.B /ANN pdfmark end - 3756 1835 -a Black Black Black Black eop end end + 3877 1783 a Black Black Black Black eop end +end %%Page: 14 14 TeXDict begin HPSdict begin 14 13 bop 0 0 a SDict begin /product where{pop product(Distiller)search{pop pop pop @@ -5511,14 +5518,14 @@ version(.)search{exch pop exch pop(3011)eq{gsave newpath 0 0 moveto closepath clip/Courier findfont 10 scalefont setfont 72 72 moveto(.)show grestore}if}{pop}ifelse}{pop}ifelse}if end 0 0 a 0 TeXcolorgray --3 4 a +14 -48 a SDict begin H.S end - -3 4 a -3 4 a + 14 -48 a 14 -48 a SDict begin H.R end - -3 4 a -3 4 a + 14 -48 a 14 -48 a SDict begin [/View [/XYZ H.V]/Dest (page.xiv) cvn /DEST pdfmark end - -3 4 a Black Black -Black Black Black eop end end + 14 -48 a +Black Black Black Black Black eop end end %%Page: 15 15 TeXDict begin HPSdict begin 15 14 bop 0 0 a SDict begin /product where{pop product(Distiller)search{pop pop pop @@ -5526,33 +5533,33 @@ version(.)search{exch pop exch pop(3011)eq{gsave newpath 0 0 moveto closepath clip/Courier findfont 10 scalefont setfont 72 72 moveto(.)show grestore}if}{pop}ifelse}{pop}ifelse}if end 0 0 a 0 TeXcolorgray -115 4 a +133 -48 a SDict begin H.S end - 115 4 a 115 4 a + 133 -48 a 133 -48 a SDict begin H.R end - 115 4 a 115 4 a + 133 -48 a 133 -48 a SDict begin [/View [/XYZ H.V]/Dest (page.xv) cvn /DEST pdfmark end - 115 4 a Black -Black Black 123 298 a + 133 +-48 a Black Black Black 141 246 a SDict begin H.S end - 123 298 a 123 298 a + 141 246 a 141 246 a SDict begin 17.99446 H.A end - 123 298 a 123 -298 a + +141 246 a 141 246 a SDict begin [/View [/XYZ H.V]/Dest (chapter*.6) cvn /DEST pdfmark end - 123 298 a 824 x Fw(List)52 b(of)g(T)-19 b(ables)273 -1686 y Fs(3.1)104 b(T)-8 b(able)25 b(with)f(Borders)81 -b(.)50 b(.)f(.)h(.)g(.)f(.)h(.)g(.)g(.)f(.)h(.)g(.)f(.)h(.)g(.)g(.)f(.) -h(.)g(.)f(.)h(.)g(.)g(.)f(.)h(.)g(.)g(.)f(.)h(.)g(.)p -Black 0 TeXcolorgray 3656 1686 a + 141 246 a 824 x Fw(List)52 b(of)g(T)-19 +b(ables)290 1634 y Fs(3.1)104 b(T)-8 b(able)25 b(with)f(Borders)81 +b(.)50 b(.)g(.)f(.)h(.)g(.)g(.)f(.)h(.)g(.)f(.)h(.)g(.)g(.)f(.)h(.)g(.) +f(.)h(.)g(.)g(.)f(.)h(.)g(.)g(.)f(.)h(.)g(.)f(.)h(.)g(.)p +Black 0 TeXcolorgray 3778 1634 a SDict begin H.S end - 3656 1686 a Fs(12)3756 -1686 y + 3778 1634 a Fs(12)3878 +1634 y SDict begin 17.99446 H.L end - 3756 1686 a 3756 1686 a + 3878 1634 a 3878 1634 a SDict begin [/Subtype /Link/Dest (table.caption.17) cvn/H /I/Border [0 0 0]BorderArrayPatch/Color [1 0 0] H.B /ANN pdfmark end - 3756 1686 a Black Black + 3878 1634 a Black Black Black Black eop end end %%Page: 16 16 TeXDict begin HPSdict begin 16 15 bop 0 0 a @@ -5561,14 +5568,14 @@ version(.)search{exch pop exch pop(3011)eq{gsave newpath 0 0 moveto closepath clip/Courier findfont 10 scalefont setfont 72 72 moveto(.)show grestore}if}{pop}ifelse}{pop}ifelse}if end 0 0 a 0 TeXcolorgray --3 4 a +14 -48 a SDict begin H.S end - -3 4 a -3 4 a + 14 -48 a 14 -48 a SDict begin H.R end - -3 4 a -3 4 a + 14 -48 a 14 -48 a SDict begin [/View [/XYZ H.V]/Dest (page.xvi) cvn /DEST pdfmark end - -3 4 a Black Black -Black Black Black eop end end + 14 -48 a +Black Black Black Black Black eop end end %%Page: 17 17 TeXDict begin HPSdict begin 17 16 bop 0 0 a SDict begin /product where{pop product(Distiller)search{pop pop pop @@ -5576,38 +5583,39 @@ version(.)search{exch pop exch pop(3011)eq{gsave newpath 0 0 moveto closepath clip/Courier findfont 10 scalefont setfont 72 72 moveto(.)show grestore}if}{pop}ifelse}{pop}ifelse}if end 0 0 a 0 TeXcolorgray -115 4 a +133 -48 a SDict begin H.S end - 115 4 a 115 4 a + 133 -48 a 133 -48 a SDict begin H.R end - 115 4 a 115 4 a + 133 -48 a 133 -48 a SDict begin [/View [/XYZ H.V]/Dest (page.xvii) cvn /DEST pdfmark end - 115 4 a Black -Black Black 123 298 a + 133 +-48 a Black Black Black 141 246 a SDict begin H.S end - 123 298 a 123 298 a + 141 246 a 141 246 a SDict begin 17.99446 H.A end - 123 298 a 123 -298 a + +141 246 a 141 246 a SDict begin [/View [/XYZ H.V]/Dest (chapter*.7) cvn /DEST pdfmark end - 123 298 a 824 x Fw(Nomenclatur)l(e)p Black 123 -1603 a Fr(Roman)25 b(Symbols)p Black Black 123 1835 a -Fo(F)p Black 224 w Fs(comple)o(x)f(function)p Black 123 -2068 a Fr(Gr)n(eek)i(Symbols)p Black Black 123 2300 a -Fq(g)p Black 244 w Fs(a)g(simply)d(closed)h(curv)o(e)h(on)f(a)i(comple) -o(x)d(plane)p Black 123 2533 a Fq(i)p Black 252 w Fs(unit)h(imaginary)g -(number)1346 2453 y Fn(p)p 1429 2453 128 4 v 80 x(\000)p -Fs(1)p Black 123 2765 a Fq(p)p Black 230 w Fn(')f Fs(3)p -Fp(:)p Fs(14)11 b Fp(:)g(:)g(:)p Black 123 2998 a Fr(Superscripts)p -Black Black 138 3230 a Fo(j)p Black 242 w Fs(superscript)24 -b(inde)o(x)p Black 123 3462 a Fr(Subscripts)p Black Black -123 3695 a Fs(0)p Black 235 w(subscript)g(inde)o(x)p -Black 123 3927 a Fr(Other)i(Symbols)p Black Black 123 -4085 a Fj(H)166 4188 y Fi(g)p Black 408 4160 a Fs(inte)o(gration)e -(around)g(a)h(curv)o(e)g Fq(g)p Black 123 4392 a Fr(Acr)n(onyms)h(/)e -(Ab)o(br)n(e)o(viations)p Black Black 118 4624 a Fo(C)s(I)6 -b(F)p Black 121 w Fs(Cauchy')-5 b(s)25 b(Inte)o(gral)f(F)o(ormula)p -Black Black eop end end + 141 246 a 824 x Fw(Nomenclatur)l(e)p +Black 141 1551 a Fr(Roman)25 b(Symbols)p Black Black +141 1783 a Fo(F)p Black 224 w Fs(comple)o(x)e(function)p +Black 141 2016 a Fr(Gr)n(eek)j(Symbols)p Black Black +141 2248 a Fq(g)p Black 244 w Fs(a)f(simply)e(closed)i(curv)o(e)f(on)h +(a)g(comple)o(x)e(plane)p Black 141 2481 a Fq(i)p Black +252 w Fs(unit)h(imaginary)g(number)1364 2401 y Fn(p)p +1447 2401 128 4 v 80 x(\000)p Fs(1)p Black 141 2713 a +Fq(p)p Black 230 w Fn(')e Fs(3)p Fp(:)p Fs(14)11 b Fp(:)g(:)g(:)p +Black 141 2946 a Fr(Superscripts)p Black Black 156 3178 +a Fo(j)p Black 242 w Fs(superscript)24 b(inde)o(x)p Black +141 3410 a Fr(Subscripts)p Black Black 141 3643 a Fs(0)p +Black 235 w(subscript)f(inde)o(x)p Black 141 3875 a Fr(Other)i(Symbols) +p Black Black 141 4033 a Fj(H)183 4136 y Fi(g)p Black +426 4108 a Fs(inte)o(gration)e(around)h(a)i(curv)o(e)e +Fq(g)p Black 141 4340 a Fr(Acr)n(onyms)h(/)g(Ab)o(br)n(e)o(viations)p +Black Black 136 4572 a Fo(C)s(I)6 b(F)p Black 121 w Fs(Cauchy')-5 +b(s)24 b(Inte)o(gral)g(F)o(ormula)p Black Black eop end +end %%Page: 18 18 TeXDict begin HPSdict begin 18 17 bop 0 0 a SDict begin /product where{pop product(Distiller)search{pop pop pop @@ -5615,14 +5623,14 @@ version(.)search{exch pop exch pop(3011)eq{gsave newpath 0 0 moveto closepath clip/Courier findfont 10 scalefont setfont 72 72 moveto(.)show grestore}if}{pop}ifelse}{pop}ifelse}if end 0 0 a 0 TeXcolorgray --3 4 a +14 -48 a SDict begin H.S end - -3 4 a -3 4 a + 14 -48 a 14 -48 a SDict begin H.R end - -3 4 a -3 4 a + 14 -48 a 14 -48 a SDict begin [/View [/XYZ H.V]/Dest (page.xviii) cvn /DEST pdfmark end - -3 4 a Black Black -Black Black Black eop end end + 14 -48 a +Black Black Black Black Black eop end end %%Page: 1 19 TeXDict begin HPSdict begin 1 18 bop 0 0 a SDict begin /product where{pop product(Distiller)search{pop pop pop @@ -5630,134 +5638,131 @@ version(.)search{exch pop exch pop(3011)eq{gsave newpath 0 0 moveto closepath clip/Courier findfont 10 scalefont setfont 72 72 moveto(.)show grestore}if}{pop}ifelse}{pop}ifelse}if end 0 0 a 0 TeXcolorgray -115 4 a +133 -48 a SDict begin H.S end - 115 4 a 115 4 a + 133 -48 a 133 -48 a SDict begin H.R end - 115 4 a 115 4 a + 133 -48 a 133 -48 a SDict begin [/View [/XYZ H.V]/Dest (page.1) cvn /DEST pdfmark end - 115 4 a Black -Black Black 123 298 a + 133 +-48 a Black Black Black 141 246 a SDict begin H.S end - 123 298 a 123 298 a + 141 246 a 141 246 a SDict begin 17.99446 H.A end - 123 298 a 123 -298 a + +141 246 a 141 246 a SDict begin [/View [/XYZ H.V]/Dest (chapter.1) cvn /DEST pdfmark end - 123 298 a 831 x Fw(Chapter)51 b(1)123 1612 y(Backgr)l(ound)123 -1986 y + 141 246 a 830 x Fw(Chapter)51 b(1)141 +1559 y(Backgr)l(ound)141 1933 y SDict begin H.S end - 123 1986 a 123 1986 a + 141 1933 a 141 1933 a SDict begin 17.99446 H.A end - 123 1986 a 123 1986 a + +141 1933 a 141 1933 a SDict begin [/View [/XYZ H.V]/Dest (section.1.1) cvn /DEST pdfmark end - 123 -1986 a 192 x Fv(1.1)143 b(What)36 b(is)f(Lor)m(en)g(Ipsum?)43 -b(T)m(itle)35 b(with)g(Math)h Fg(s)123 2447 y Fs(Lorem)g(Ipsum)f(is)g -(simply)g(dummy)f(te)o(xt)h(of)h(the)g(printing)e(and)i(typesetting)e -(industry)h(section)p 0 TeXcolorgray 3606 2447 a + 141 1933 a 191 x Fv(1.1)143 b(What)35 +b(is)h(Lor)m(en)f(Ipsum?)42 b(T)m(itle)36 b(with)f(Math)g +Fg(s)141 2391 y Fs(Lorem)21 b(Ipsum)f(is)h(simply)e(dummy)h(te)o(xt)g +(of)i(the)f(printing)e(and)j(typesetting)d(industry)h(section)p +0 TeXcolorgray 3433 2391 a SDict begin H.S end - 3606 -2447 a Fs(1.3)3731 2447 y -SDict begin 17.99446 H.L end - 3731 2447 a 3731 2447 a -SDict begin [/Subtype /Link/Dest (section.1.3) cvn/H /I/Border [0 0 -0]BorderArrayPatch/Color [1 0 0] H.B /ANN pdfmark end - 3731 -2447 a Black Fs(.)123 2596 y(Lorem)29 b(Ipsum)f([)p 0 -TeXcolorgray 729 2596 a -SDict begin H.S end - 729 2596 a Fs(3)779 2596 y -SDict begin 17.99446 H.L end - 779 -2596 a 779 2596 a -SDict begin [/Subtype /Link/Dest (cite.Aup91) cvn/H /I/Border [0 0 -0]BorderArrayPatch/Color [0 1 0] H.B /ANN pdfmark end - 779 2596 a Black -1 w Fs(])h(has)g(been)g(the)f -(industry')-5 b(s)27 b(standard)h(dummy)f(te)o(xt)h(e)n(v)o(er)g(since) -h(the)f(1500s,)h(when)123 2746 y(an)24 b(unkno)n(wn)e(printer)h(took)g -(a)h(galle)o(y)e(of)i(type)f(and)g(scrambled)g(it)g(to)g(mak)o(e)h(a)g -(type)f(specimen)g(book.)29 b(It)123 2895 y(has)d(survi)n(v)o(ed)e(not) -i(only)f(\002)n(v)o(e)g(centuries,)h(b)n(ut)f(also)h(the)f(leap)h(into) -f(electronic)h(typesetting,)e(remaining)123 3045 y(essentially)30 -b(unchanged.)47 b(It)31 b(w)o(as)f(popularised)g(in)g(the)g(1960s)g -(with)f(the)i(release)g(of)f(Letraset)h(sheets)123 3194 -y(containing)22 b(Lorem)h(Ipsum)f(passages,)h(and)g(more)g(recently)g -(with)g(desktop)f(publishing)f(softw)o(are)i(lik)o(e)123 -3343 y(Aldus)h(P)o(ageMak)o(er)h(including)f(v)o(ersions)f(of)i(Lorem)g -(Ipsum)f([)p 0 TeXcolorgray 2325 3343 a -SDict begin H.S end - 2325 3343 a Fs(1)2375 -3343 y -SDict begin 17.99446 H.L end - 2375 3343 a 2375 3343 a -SDict begin [/Subtype /Link/Dest (cite.AAB95) cvn/H /I/Border [0 0 -0]BorderArrayPatch/Color [0 1 0] H.B /ANN pdfmark end - 2375 3343 a Black Fs(,)p -0 TeXcolorgray 2424 3343 a -SDict begin H.S end - 2424 3343 a Fs(4)2474 3343 + 3433 2391 a Fs(1.3)3558 2391 y SDict begin 17.99446 H.L end - 2474 3343 a 2474 3343 a -SDict begin [/Subtype /Link/Dest (cite.Con90) cvn/H /I/Border [0 0 -0]BorderArrayPatch/Color [0 1 0] H.B /ANN pdfmark end - 2474 3343 a Black Fs(,)p 0 -TeXcolorgray 2524 3343 a + 3558 2391 a 3558 2391 a +SDict begin [/Subtype /Link/Dest (section.1.3) cvn/H /I/Border [0 0 +0]BorderArrayPatch/Color [1 0 0] H.B /ANN pdfmark end + 3558 2391 a Black Fs(.)29 b(Lorem)141 +2540 y(Ipsum)20 b([)p 0 TeXcolorgray 444 2540 a SDict begin H.S end - 2524 3343 a Fs(5)2574 3343 y + 444 2540 +a Fs(3)494 2540 y +SDict begin 17.99446 H.L end + 494 2540 a 494 2540 a +SDict begin [/Subtype /Link/Dest (cite.Aup91) cvn/H /I/Border [0 0 +0]BorderArrayPatch/Color [0 1 0] H.B /ANN pdfmark end + 494 2540 a Black +Fs(])g(has)h(been)g(the)f(industry')-5 b(s)19 b(standard)h(dummy)f(te)o +(xt)h(e)n(v)o(er)g(since)g(the)g(1500s,)h(when)f(an)h(unkno)n(wn)141 +2690 y(printer)28 b(took)g(a)h(galle)o(y)f(of)g(type)h(and)f(scrambled) +h(it)f(to)g(mak)o(e)h(a)g(type)f(specimen)g(book.)42 +b(It)29 b(has)f(survi)n(v)o(ed)141 2839 y(not)f(only)g(\002)n(v)o(e)g +(centuries,)h(b)n(ut)f(also)g(the)g(leap)h(into)f(electronic)g +(typesetting,)g(remaining)f(essentially)g(un-)141 2989 +y(changed.)31 b(It)24 b(w)o(as)h(popularised)f(in)g(the)h(1960s)e(with) +h(the)h(release)g(of)g(Letraset)g(sheets)f(containing)g(Lorem)141 +3138 y(Ipsum)31 b(passages,)j(and)e(more)g(recently)g(with)g(desktop)f +(publishing)f(softw)o(are)i(lik)o(e)g(Aldus)f(P)o(ageMak)o(er)141 +3287 y(including)23 b(v)o(ersions)h(of)g(Lorem)h(Ipsum)f([)p +0 TeXcolorgray 1603 3287 a +SDict begin H.S end + 1603 3287 a Fs(1)1653 3287 +y +SDict begin 17.99446 H.L end + 1653 3287 a 1653 3287 a +SDict begin [/Subtype /Link/Dest (cite.AAB95) cvn/H /I/Border [0 0 +0]BorderArrayPatch/Color [0 1 0] H.B /ANN pdfmark end + 1653 3287 a Black Fs(,)p 0 +TeXcolorgray 1703 3287 a +SDict begin H.S end + 1703 3287 a Fs(4)1753 3287 y SDict begin 17.99446 H.L end -2574 3343 a 2574 3343 a +1753 3287 a 1753 3287 a +SDict begin [/Subtype /Link/Dest (cite.Con90) cvn/H /I/Border [0 0 +0]BorderArrayPatch/Color [0 1 0] H.B /ANN pdfmark end + 1753 3287 a Black Fs(,)p 0 TeXcolorgray +1802 3287 a +SDict begin H.S end + 1802 3287 a Fs(5)1852 3287 y +SDict begin 17.99446 H.L end + 1852 3287 a +1852 3287 a SDict begin [/Subtype /Link/Dest (cite.LM65) cvn/H /I/Border [0 0 0]BorderArrayPatch/Color [0 1 0] H.B /ANN pdfmark end - 2574 3343 a Black Fs(].)270 3500 -y(The)k(most)g(f)o(amous)f(equation)h(in)g(the)g(w)o(orld:)38 -b Fo(E)1990 3464 y Fe(2)2056 3500 y Fl(=)24 b(\()p Fo(m)2268 -3516 y Fe(0)2309 3500 y Fo(c)2353 3464 y Fe(2)2395 3500 -y Fl(\))2434 3464 y Fe(2)2490 3500 y Fl(+)15 b(\()7 b -Fo(pc)p Fl(\))2761 3464 y Fe(2)2803 3500 y Fs(,)30 b(which)e(is)g(kno)n -(wn)f(as)i(the)123 3650 y Fr(ener)o(gy-mass-momentum)e -Fs(relation)d(as)h(an)g(in-line)f(equation.)270 3807 -y(A)h Fo(L)386 3794 y Fh(A)417 3807 y Fo(T)455 3829 y(E)504 -3807 y(X)g(class)f(\002le)h Fs(is)f(a)h(\002le,)g(which)g(holds)e -(style)i(information)e(for)i(a)g(particular)g(L)3158 -3793 y Fe(A)3197 3807 y Fs(T)3241 3829 y(E)3289 3807 -y(X.)367 4276 y + 1852 3287 a Black Fs(].)287 3444 y(The)36 +b(most)e(f)o(amous)h(equation)f(in)h(the)g(w)o(orld:)52 +b Fo(E)2063 3407 y Fe(2)2132 3444 y Fl(=)29 b(\()p Fo(m)2349 +3459 y Fe(0)2390 3444 y Fo(c)2434 3407 y Fe(2)2476 3444 +y Fl(\))2515 3407 y Fe(2)2573 3444 y Fl(+)19 b(\()7 b +Fo(pc)p Fl(\))2848 3407 y Fe(2)2889 3444 y Fs(,)38 b(which)d(is)g(kno)n +(wn)f(as)i(the)141 3593 y Fr(ener)o(gy-mass-momentum)26 +b Fs(relation)e(as)h(an)g(in-line)f(equation.)287 3749 +y(A)h Fo(L)403 3736 y Fh(A)434 3749 y Fo(T)472 3771 y(E)521 +3749 y(X)g(class)f(\002le)h Fs(is)f(a)i(\002le,)f(which)f(holds)g +(style)g(information)f(for)i(a)g(particular)g(L)3175 +3735 y Fe(A)3214 3749 y Fs(T)3258 3772 y(E)3307 3749 +y(X.)385 4218 y SDict begin H.S end - 367 4276 a 367 4276 a + 385 4218 a 385 4218 a SDict begin 17.99446 H.A end - 367 4276 a 367 -4276 a + 385 4218 a 385 +4218 a SDict begin [/View [/XYZ H.V]/Dest (equation.1.1.1) cvn /DEST pdfmark end - 367 4276 a -5 w Fo(C)s(I)6 b(F)30 b Fs(:)140 b -Fo(F)809 4226 y Fh(j)780 4308 y Fe(0)836 4276 y Fl(\()p -Fo(a)p Fl(\))82 b(=)1268 4209 y Fs(1)p 1216 4253 154 -4 v 1216 4345 a(2)p Fq(p)8 b(i)1391 4152 y Fj(I)1441 -4355 y Fi(g)1503 4205 y Fo(F)1583 4155 y Fh(j)1554 4236 -y Fe(0)1610 4205 y Fl(\()p Fo(z)p Fl(\))p 1503 4253 224 -4 v 1518 4345 a Fo(z)14 b Fn(\000)g Fo(a)1736 4276 y(d)5 -b(z)p Black 1734 w Fs(\(1.1\))p Black 123 4704 a + 385 4218 a -5 w Fo(C)s(I)6 b(F)29 b Fs(:)140 b +Fo(F)826 4168 y Fh(j)797 4250 y Fe(0)853 4218 y Fl(\()p +Fo(a)p Fl(\))82 b(=)1286 4150 y Fs(1)p 1234 4195 154 +4 v 1234 4286 a(2)p Fq(p)8 b(i)1408 4093 y Fj(I)1458 +4296 y Fi(g)1520 4146 y Fo(F)1601 4096 y Fh(j)1571 4178 +y Fe(0)1628 4146 y Fl(\()p Fo(z)p Fl(\))p 1520 4195 224 +4 v 1535 4286 a Fo(z)14 b Fn(\000)g Fo(a)1754 4218 y(d)5 +b(z)p Black 1838 w Fs(\(1.1\))p Black 141 4641 a SDict begin H.S end - 123 -4704 a 123 4704 a + 141 +4641 a 141 4641 a SDict begin 17.99446 H.A end - 123 4704 a 123 4704 a + 141 4641 a 141 4641 a SDict begin [/View [/XYZ H.V]/Dest (section.1.2) cvn /DEST pdfmark end - 123 4704 a 139 -x Fv(1.2)143 b(Wh)n(y)36 b(do)f(we)g(use)h(Lor)m(en)e(Ipsum?)123 -5111 y Fs(It)25 b(is)f(a)h(long)f(established)g(f)o(act)h(that)f(a)h -(reader)h(will)d(be)i(distracted)f(by)h(the)f(readable)h(content)f(of)h -(a)g(page)123 5261 y(when)33 b(looking)e(at)i(its)f(layout.)54 -b(The)33 b(point)f(of)h(using)e(Lorem)i(Ipsum)f(is)g(that)h(it)f(has)h -(a)g(more-or)n(-less)123 5410 y(normal)38 b(distrib)n(ution)d(of)j -(letters,)j(as)d(opposed)f(to)g(using)g(`Content)h(here,)j(content)d -(here',)j(making)123 5560 y(it)d(look)f(lik)o(e)g(readable)i(English.) -68 b(Man)o(y)37 b(desktop)g(publishing)f(packages)i(and)g(web)g(page)g -(editors)p Black Black eop end end + 141 4641 a 139 +x Fv(1.2)143 b(Wh)n(y)35 b(do)h(we)f(use)g(Lor)m(en)g(Ipsum?)141 +5046 y Fs(It)30 b(is)g(a)h(long)f(established)f(f)o(act)i(that)f(a)h +(reader)g(will)f(be)h(distracted)e(by)i(the)f(readable)h(content)f(of)g +(a)h(page)141 5196 y(when)21 b(looking)f(at)h(its)f(layout.)29 +b(The)21 b(point)f(of)i(using)e(Lorem)h(Ipsum)f(is)h(that)g(it)g(has)g +(a)g(more-or)n(-less)g(normal)p Black Black eop end end %%Page: 2 20 TeXDict begin HPSdict begin 2 19 bop 0 0 a SDict begin /product where{pop product(Distiller)search{pop pop pop @@ -5765,87 +5770,84 @@ version(.)search{exch pop exch pop(3011)eq{gsave newpath 0 0 moveto closepath clip/Courier findfont 10 scalefont setfont 72 72 moveto(.)show grestore}if}{pop}ifelse}{pop}ifelse}if end 0 0 a 0 TeXcolorgray --3 4 a +14 -48 a SDict begin H.S end - -3 4 a -3 4 a + 14 -48 a 14 -48 a SDict begin H.R end - -3 4 a -3 4 a + 14 -48 a 14 -48 a SDict begin [/View [/XYZ H.V]/Dest (page.2) cvn /DEST pdfmark end - -3 4 a Black Black -5 97 a Fr(2)3095 b Fs(Background)p 5 136 3632 4 v Black -5 397 a(no)n(w)39 b(use)g(Lorem)g(Ipsum)g(as)g(their)g(def)o(ault)h -(model)e(te)o(xt,)k(and)e(a)f(search)h(for)g(`lorem)f(ipsum')f(will)5 -547 y(unco)o(v)o(er)25 b(man)o(y)f(web)i(sites)f(still)f(in)h(their)g -(inf)o(anc)o(y)-6 b(.)32 b(V)-11 b(arious)25 b(v)o(ersions)g(ha)n(v)o -(e)g(e)n(v)n(olv)o(ed)f(o)o(v)o(er)h(the)g(years,)5 696 -y(sometimes)e(by)i(accident,)g(sometimes)e(on)h(purpose)h(\(injected)f -(humour)g(and)h(the)f(lik)o(e\).)5 895 y + 14 -48 a +Black Black 23 45 a Fr(2)3199 b Fs(Background)p 23 84 +3737 4 v Black 23 345 a(distrib)n(ution)30 b(of)k(letters,)g(as)g +(opposed)e(to)h(using)f(`Content)h(here,)i(content)e(here',)j(making)c +(it)g(look)h(lik)o(e)23 495 y(readable)f(English.)51 +b(Man)o(y)31 b(desktop)g(publishing)f(packages)j(and)f(web)g(page)g +(editors)f(no)n(w)h(use)g(Lorem)23 644 y(Ipsum)23 b(as)h(their)g(def)o +(ault)g(model)f(te)o(xt,)g(and)h(a)h(search)f(for)h(`lorem)f(ipsum')e +(will)i(unco)o(v)o(er)f(man)o(y)g(web)h(sites)23 794 +y(still)32 b(in)i(their)g(inf)o(anc)o(y)-6 b(.)57 b(V)-11 +b(arious)33 b(v)o(ersions)g(ha)n(v)o(e)g(e)n(v)n(olv)o(ed)g(o)o(v)o(er) +g(the)h(years,)i(sometimes)d(by)g(accident,)23 943 y(sometimes)23 +b(on)h(purpose)h(\(injected)f(humour)g(and)h(the)f(lik)o(e\).)23 +1136 y SDict begin H.S end - 5 895 a 5 895 -a + 23 1136 a 23 1136 a SDict begin 17.99446 H.A end - 5 895 a 5 895 a + 23 1136 a 23 1136 a SDict begin [/View [/XYZ H.V]/Dest (section.1.3) cvn /DEST pdfmark end - 5 895 a 209 x Fv(1.3)143 b(Wher)m(e)36 -b(does)f(it)g(come)g(fr)m(om?)5 1365 y Fs(Contrary)22 -b(to)g(popular)f(belief,)h(Lorem)f(Ipsum)g(is)g(not)h(simply)e(random)h -(te)o(xt.)29 b(It)21 b(has)h(roots)f(in)g(a)h(piece)g(of)5 -1514 y(classical)g(Latin)g(literature)g(from)g(45)g(BC,)i(making)d(it)h -(o)o(v)o(er)f(2000)h(years)h(old.)29 b(Richard)23 b(McClintock,)f(a)5 -1664 y(Latin)g(professor)g(at)h(Hampden-Sydne)o(y)e(Colle)o(ge)h(in)g -(V)-6 b(ir)n(ginia,)22 b(look)o(ed)g(up)g(one)g(of)h(the)f(more)g -(obscure)5 1813 y(Latin)28 b(w)o(ords,)h(consectetur)l(,)g(from)f(a)h -(Lorem)f(Ipsum)g(passage,)h(and)f(going)g(through)f(the)i(cites)f(of)g -(the)5 1963 y(w)o(ord)h(in)g(classical)g(literature,)h(disco)o(v)o -(ered)e(the)h(undoubtable)f(source.)43 b(Lorem)29 b(Ipsum)g(comes)g -(from)5 2112 y(sections)24 b(1.10.32)g(and)h(1.10.33)f(of)h("de)g -(Finib)n(us)f(Bonorum)h(et)g(Malorum")e(\(The)i(Extremes)g(of)g(Good)5 -2261 y(and)k(Evil\))e(by)i(Cicero,)g(written)f(in)g(45)g(BC.)i(This)d -(book)h(is)g(a)h(treatise)f(on)g(the)g(theory)g(of)h(ethics,)g(v)o(ery) -5 2411 y(popular)35 b(during)g(the)g(Renaissance.)63 -b(The)36 b(\002rst)f(line)g(of)h(Lorem)f(Ipsum,)i("Lorem)e(ipsum)f -(dolor)h(sit)5 2560 y(amet..",)24 b(comes)h(from)f(a)h(line)g(in)f -(section)g(1.10.32.)152 2713 y(The)f(standard)f(chunk)h(of)g(Lorem)f -(Ipsum)h(used)f(since)h(the)g(1500s)f(is)g(reproduced)i(belo)n(w)e(for) -h(those)5 2863 y(interested.)30 b(Sections)23 b(1.10.32)f(and)h -(1.10.33)f(from)h(\223de)h(Finib)n(us)e(Bonorum)h(et)g(Malorum")f(by)h -(Cicero)5 3012 y(are)j(also)f(reproduced)g(in)g(their)g(e)o(xact)g -(original)f(form,)h(accompanied)g(by)g(English)f(v)o(ersions)g(from)g -(the)5 3162 y(1914)g(translation)g(by)h(H.)f(Rackham)152 -3315 y(\223Lorem)j(ipsum)f(dolor)h(sit)f(amet,)i(consectetur)f -(adipisicing)f(elit,)h(sed)h(do)f(eiusmod)f(tempor)h(inci-)5 -3464 y(didunt)19 b(ut)g(labore)h(et)g(dolore)f(magna)h(aliqua.)28 -b(Ut)20 b(enim)f(ad)h(minim)e(v)o(eniam,)h(quis)g(nostrud)g(e)o(x)o -(ercitation)5 3614 y(ullamco)j(laboris)g(nisi)g(ut)g(aliquip)g(e)o(x)g -(ea)i(commodo)d(consequat.)29 b(Duis)22 b(aute)h(irure)g(dolor)f(in)h -(reprehen-)5 3763 y(derit)30 b(in)f(v)n(oluptate)g(v)o(elit)g(esse)h + 23 1136 +a 208 x Fv(1.3)143 b(Wher)m(e)35 b(does)g(it)h(come)e(fr)m(om?)23 +1602 y Fs(Contrary)28 b(to)f(popular)g(belief,)h(Lorem)g(Ipsum)e(is)h +(not)h(simply)e(random)h(te)o(xt.)38 b(It)27 b(has)h(roots)f(in)g(a)h +(piece)g(of)23 1752 y(classical)h(Latin)f(literature)h(from)g(45)g(BC,) +i(making)d(it)h(o)o(v)o(er)f(2000)h(years)g(old.)44 b(Richard)30 +b(McClintock,)f(a)23 1901 y(Latin)h(professor)g(at)g(Hampden-Sydne)o(y) +f(Colle)o(ge)h(in)g(V)-6 b(ir)n(ginia,)31 b(look)o(ed)f(up)g(one)g(of)h +(the)f(more)g(obscure)23 2050 y(Latin)19 b(w)o(ords,)h(consectetur)l(,) +h(from)f(a)g(Lorem)g(Ipsum)f(passage,)h(and)g(going)f(through)g(the)h +(cites)g(of)g(the)f(w)o(ord)23 2200 y(in)28 b(classical)f(literature,)i +(disco)o(v)o(ered)e(the)h(undoubtable)f(source.)41 b(Lorem)28 +b(Ipsum)f(comes)h(from)g(sections)23 2349 y(1.10.32)g(and)h(1.10.33)f +(of)h("de)g(Finib)n(us)f(Bonorum)h(et)g(Malorum")e(\(The)j(Extremes)e +(of)h(Good)g(and)g(Evil\))23 2498 y(by)21 b(Cicero,)j(written)d(in)g +(45)h(BC.)h(This)e(book)g(is)h(a)g(treatise)g(on)g(the)f(theory)h(of)g +(ethics,)g(v)o(ery)g(popular)f(during)23 2648 y(the)i(Renaissance.)31 +b(The)23 b(\002rst)h(line)f(of)g(Lorem)g(Ipsum,)g("Lorem)f(ipsum)h +(dolor)f(sit)h(amet..",)g(comes)g(from)g(a)23 2797 y(line)h(in)g +(section)h(1.10.32.)169 2949 y(The)31 b(standard)f(chunk)g(of)g(Lorem)g +(Ipsum)g(used)g(since)g(the)g(1500s)g(is)g(reproduced)h(belo)n(w)e(for) +i(those)23 3099 y(interested.)48 b(Sections)31 b(1.10.32)f(and)h +(1.10.33)f(from)h(\223de)g(Finib)n(us)f(Bonorum)g(et)h(Malorum")f(by)h +(Cicero)23 3248 y(are)j(also)e(reproduced)h(in)g(their)g(e)o(xact)g +(original)f(form,)j(accompanied)d(by)h(English)f(v)o(ersions)g(from)g +(the)23 3398 y(1914)24 b(translation)f(by)i(H.)g(Rackham)169 +3550 y(\223Lorem)36 b(ipsum)e(dolor)h(sit)g(amet,)j(consectetur)e +(adipisicing)e(elit,)k(sed)e(do)f(eiusmod)f(tempor)i(inci-)23 +3699 y(didunt)26 b(ut)g(labore)i(et)f(dolore)g(magna)f(aliqua.)38 +b(Ut)27 b(enim)f(ad)h(minim)f(v)o(eniam,)g(quis)h(nostrud)f(e)o(x)o +(ercitation)23 3848 y(ullamco)i(laboris)h(nisi)g(ut)g(aliquip)g(e)o(x)g +(ea)h(commodo)e(consequat.)45 b(Duis)29 b(aute)g(irure)h(dolor)f(in)g +(reprehen-)23 3998 y(derit)36 b(in)h(v)n(oluptate)f(v)o(elit)f(esse)i (cillum)f(dolore)g(eu)h(fugiat)g(nulla)f(pariatur)-5 -b(.)45 b(Excepteur)30 b(sint)f(occaecat)5 3912 y(cupidatat)24 -b(non)h(proident,)f(sunt)g(in)g(culpa)h(qui)f(of)n(\002cia)h(deserunt)f -(mollit)f(anim)i(id)f(est)h(laborum.")152 4066 y(Section)c(1.10.32)g -(of)h(\223de)g(Finib)n(us)f(Bonorum)g(et)h(Malorum",)e(written)i(by)f -(Cicero)h(in)g(45)f(BC:)i(\223Sed)5 4215 y(ut)28 b(perspiciatis)f(unde) -g(omnis)g(iste)g(natus)g(error)i(sit)e(v)n(oluptatem)g(accusantium)g -(doloremque)f(laudan-)5 4364 y(tium,)19 b(totam)f(rem)h(aperiam,)h -(eaque)f(ipsa)g(quae)g(ab)g(illo)f(in)l(v)o(entore)g(v)o(eritatis)g(et) -h(quasi)f(architecto)h(beatae)5 4514 y(vitae)32 b(dicta)f(sunt)g(e)o -(xplicabo.)51 b(Nemo)31 b(enim)h(ipsam)e(v)n(oluptatem)h(quia)g(v)n -(oluptas)g(sit)g(aspernatur)g(aut)5 4663 y(odit)24 b(aut)h(fugit,)g -(sed)g(quia)f(consequuntur)g(magni)h(dolores)f(eos)h(qui)g(ratione)f(v) -n(oluptatem)g(sequi)g(nesci-)5 4813 y(unt.)30 b(Neque)22 -b(porro)g(quisquam)f(est,)h(qui)g(dolorem)f(ipsum)g(quia)h(dolor)f(sit) -g(amet,)i(consectetur)l(,)f(adipisci)5 4962 y(v)o(elit,)31 -b(sed)g(quia)f(non)g(numquam)f(eius)i(modi)e(tempora)h(incidunt)g(ut)g -(labore)h(et)f(dolore)h(magnam)e(ali-)5 5111 y(quam)f(quaerat)g(v)n -(oluptatem.)39 b(Ut)28 b(enim)f(ad)i(minima)d(v)o(eniam,)i(quis)f -(nostrum)g(e)o(x)o(ercitationem)f(ullam)5 5261 y(corporis)31 -b(suscipit)f(laboriosam,)i(nisi)f(ut)g(aliquid)f(e)o(x)h(ea)i(commodi)d -(consequatur?)50 b(Quis)31 b(autem)g(v)o(el)5 5410 y(eum)d(iure)f -(reprehenderit)h(qui)f(in)h(ea)g(v)n(oluptate)f(v)o(elit)f(esse)i(quam) -f(nihil)f(molestiae)h(consequatur)l(,)h(v)o(el)5 5560 -y(illum)c(qui)g(dolorem)g(eum)g(fugiat)h(quo)f(v)n(oluptas)f(nulla)i -(pariatur?")p Black Black eop end end +b(.)66 b(Excepteur)37 b(sint)f(occaecat)23 4147 y(cupidatat)24 +b(non)g(proident,)g(sunt)g(in)g(culpa)h(qui)f(of)n(\002cia)h(deserunt)g +(mollit)e(anim)h(id)g(est)h(laborum.")169 4299 y(Section)d(1.10.32)f +(of)h(\223de)h(Finib)n(us)e(Bonorum)g(et)i(Malorum",)e(written)g(by)h +(Cicero)h(in)e(45)h(BC:)h(\223Sed)g(ut)23 4449 y(perspiciatis)30 +b(unde)h(omnis)f(iste)h(natus)g(error)h(sit)f(v)n(oluptatem)f +(accusantium)g(doloremque)h(laudantium,)23 4598 y(totam)26 +b(rem)i(aperiam,)g(eaque)g(ipsa)f(quae)h(ab)f(illo)g(in)l(v)o(entore)f +(v)o(eritatis)g(et)i(quasi)f(architecto)g(beatae)h(vitae)23 +4748 y(dicta)j(sunt)f(e)o(xplicabo.)48 b(Nemo)31 b(enim)f(ipsam)h(v)n +(oluptatem)e(quia)i(v)n(oluptas)f(sit)g(aspernatur)h(aut)g(odit)f(aut) +23 4897 y(fugit,)c(sed)g(quia)h(consequuntur)e(magni)h(dolores)g(eos)g +(qui)g(ratione)g(v)n(oluptatem)f(sequi)h(nesciunt.)35 +b(Neque)23 5046 y(porro)h(quisquam)e(est,)39 b(qui)d(dolorem)f(ipsum)g +(quia)g(dolor)h(sit)f(amet,)k(consectetur)l(,)g(adipisci)c(v)o(elit,)i +(sed)23 5196 y(quia)29 b(non)g(numquam)g(eius)g(modi)g(tempora)g +(incidunt)g(ut)g(labore)h(et)g(dolore)f(magnam)g(aliquam)g(quaerat)p +Black Black eop end end %%Page: 3 21 TeXDict begin HPSdict begin 3 20 bop 0 0 a SDict begin /product where{pop product(Distiller)search{pop pop pop @@ -5853,88 +5855,84 @@ version(.)search{exch pop exch pop(3011)eq{gsave newpath 0 0 moveto closepath clip/Courier findfont 10 scalefont setfont 72 72 moveto(.)show grestore}if}{pop}ifelse}{pop}ifelse}if end 0 0 a 0 TeXcolorgray -115 4 a +133 -48 a SDict begin H.S end - 115 4 a 115 4 a + 133 -48 a 133 -48 a SDict begin H.R end - 115 4 a 115 4 a + 133 -48 a 133 -48 a SDict begin [/View [/XYZ H.V]/Dest (page.3) cvn /DEST pdfmark end - 115 4 a Black -Black 123 97 a Fs(1.3)25 b(Where)g(does)g(it)f(come)h(from?)2376 -b Fr(3)p 123 136 3632 4 v Black 270 397 a Fs(1914)25 -b(translation)f(by)i(H.)f(Rackham:)33 b(\223But)26 b(I)g(must)f(e)o -(xplain)f(to)h(you)h(ho)n(w)f(all)g(this)g(mistak)o(en)f(idea)123 -547 y(of)k(denouncing)e(pleasure)h(and)h(praising)e(pain)h(w)o(as)g -(born)g(and)h(I)f(will)f(gi)n(v)o(e)g(you)h(a)h(complete)e(account)123 -696 y(of)21 b(the)g(system,)f(and)g(e)o(xpound)g(the)g(actual)h -(teachings)f(of)h(the)f(great)h(e)o(xplorer)f(of)h(the)f(truth,)h(the)g -(master)n(-)123 846 y(b)n(uilder)k(of)h(human)f(happiness.)32 -b(No)26 b(one)f(rejects,)h(dislik)o(es,)e(or)i(a)n(v)n(oids)f(pleasure) -h(itself,)f(because)h(it)f(is)123 995 y(pleasure,)31 -b(b)n(ut)e(because)h(those)f(who)h(do)f(not)g(kno)n(w)g(ho)n(w)g(to)g -(pursue)g(pleasure)h(rationally)e(encounter)123 1144 -y(consequences)j(that)g(are)g(e)o(xtremely)f(painful.)48 -b(Nor)31 b(again)f(is)h(there)g(an)o(yone)f(who)h(lo)o(v)o(es)e(or)i -(pursues)123 1294 y(or)24 b(desires)f(to)g(obtain)g(pain)g(of)h -(itself,)e(because)i(it)f(is)g(pain,)h(b)n(ut)e(because)i(occasionally) -f(circumstances)123 1443 y(occur)g(in)f(which)g(toil)g(and)g(pain)h -(can)f(procure)h(him)f(some)g(great)h(pleasure.)30 b(T)-8 -b(o)22 b(tak)o(e)g(a)h(tri)n(vial)e(e)o(xample,)123 1592 -y(which)31 b(of)g(us)f(e)n(v)o(er)g(undertak)o(es)h(laborious)e -(physical)h(e)o(x)o(ercise,)h(e)o(xcept)g(to)f(obtain)g(some)g(adv)n -(antage)123 1742 y(from)i(it?)51 b(But)32 b(who)f(has)h(an)o(y)f(right) -g(to)g(\002nd)h(f)o(ault)f(with)g(a)h(man)f(who)h(chooses)f(to)g(enjo)o -(y)g(a)h(pleasure)123 1891 y(that)i(has)h(no)f(anno)o(ying)f -(consequences,)k(or)d(one)h(who)f(a)n(v)n(oids)f(a)i(pain)f(that)g -(produces)g(no)g(resultant)123 2041 y(pleasure?")270 -2190 y(Section)k(1.10.33)f(of)h(\223de)h(Finib)n(us)e(Bonorum)g(et)h -(Malorum",)i(written)e(by)f(Cicero)i(in)f(45)g(BC:)123 -2339 y(\223)-8 b(At)37 b(v)o(ero)g(eos)f(et)h(accusamus)f(et)h(iusto)f -(odio)g(dignissimos)e(ducimus)h(qui)i(blanditiis)d(praesentium)123 -2489 y(v)n(oluptatum)c(deleniti)i(atque)f(corrupti)h(quos)f(dolores)h -(et)g(quas)g(molestias)e(e)o(xcepturi)i(sint)f(occaecati)123 -2638 y(cupiditate)e(non)g(pro)o(vident,)g(similique)e(sunt)i(in)g -(culpa)h(qui)f(of)n(\002cia)g(deserunt)g(mollitia)f(animi,)i(id)f(est) -123 2788 y(laborum)j(et)g(dolorum)e(fuga.)52 b(Et)32 -b(harum)g(quidem)f(rerum)h(f)o(acilis)f(est)h(et)g(e)o(xpedita)f -(distinctio.)51 b(Nam)123 2937 y(libero)22 b(tempore,)g(cum)g(soluta)g -(nobis)f(est)h(eligendi)f(optio)h(cumque)f(nihil)h(impedit)e(quo)i -(minus)f(id)h(quod)123 3086 y(maxime)29 b(placeat)h(f)o(acere)h -(possimus,)e(omnis)g(v)n(oluptas)f(assumenda)h(est,)i(omnis)d(dolor)h -(repellendus.)123 3236 y(T)-7 b(emporib)n(us)20 b(autem)h(quib)n(usdam) -e(et)i(aut)g(of)n(\002ciis)f(debitis)g(aut)h(rerum)g(necessitatib)n(us) -f(saepe)h(e)n(v)o(eniet)f(ut)123 3385 y(et)26 b(v)n(oluptates)e -(repudiandae)i(sint)f(et)g(molestiae)g(non)g(recusandae.)34 -b(Itaque)26 b(earum)g(rerum)f(hic)h(tenetur)123 3535 -y(a)h(sapiente)e(delectus,)g(ut)h(aut)g(reiciendis)f(v)n(oluptatib)n -(us)e(maiores)j(alias)f(consequatur)h(aut)f(perferendis)123 -3684 y(dolorib)n(us)f(asperiores)h(repellat.")270 3833 -y(1914)k(translation)f(by)h(H.)h(Rackham:)40 b(\223On)30 -b(the)f(other)h(hand,)g(we)g(denounce)f(with)g(righteous)g(in-)123 -3983 y(dignation)e(and)h(dislik)o(e)e(men)i(who)f(are)i(so)f(be)o -(guiled)e(and)i(demoralized)f(by)h(the)g(charms)f(of)h(pleasure)123 -4132 y(of)h(the)g(moment,)f(so)g(blinded)g(by)g(desire,)i(that)e(the)o -(y)g(cannot)g(foresee)i(the)e(pain)h(and)f(trouble)g(that)h(are)123 -4282 y(bound)e(to)g(ensue;)i(and)f(equal)f(blame)h(belongs)e(to)h -(those)h(who)f(f)o(ail)g(in)h(their)f(duty)g(through)g(weakness)123 -4431 y(of)i(will,)f(which)g(is)f(the)h(same)g(as)h(saying)e(through)g -(shrinking)g(from)h(toil)f(and)h(pain.)41 b(These)28 -b(cases)h(are)123 4580 y(perfectly)22 b(simple)d(and)i(easy)g(to)g -(distinguish.)27 b(In)21 b(a)g(free)h(hour)l(,)f(when)g(our)g(po)n(wer) -f(of)h(choice)g(is)g(untram-)123 4730 y(melled)31 b(and)g(when)h -(nothing)d(pre)n(v)o(ents)h(our)i(being)e(able)i(to)f(do)g(what)g(we)g -(lik)o(e)g(best,)i(e)n(v)o(ery)d(pleasure)123 4879 y(is)g(to)g(be)g -(welcomed)g(and)g(e)n(v)o(ery)f(pain)h(a)n(v)n(oided.)46 -b(But)30 b(in)f(certain)i(circumstances)e(and)h(o)n(wing)f(to)h(the)123 -5029 y(claims)35 b(of)h(duty)f(or)h(the)f(obligations)e(of)j(b)n -(usiness)e(it)h(will)g(frequently)g(occur)h(that)f(pleasures)h(ha)n(v)o -(e)123 5178 y(to)31 b(be)f(repudiated)h(and)f(anno)o(yances)h -(accepted.)49 b(The)30 b(wise)h(man)f(therefore)h(al)o(w)o(ays)g(holds) -e(in)i(these)123 5327 y(matters)c(to)g(this)f(principle)h(of)g -(selection:)35 b(he)27 b(rejects)h(pleasures)f(to)g(secure)h(other)f -(greater)h(pleasures,)123 5477 y(or)d(else)g(he)g(endures)g(pains)f(to) -g(a)n(v)n(oid)h(w)o(orse)g(pains.")p Black Black eop -end end + 133 +-48 a Black Black 141 45 a Fs(1.3)24 b(Where)i(does)e(it)h(come)f +(from?)2480 b Fr(3)p 141 84 3737 4 v Black 141 345 a +Fs(v)n(oluptatem.)36 b(Ut)27 b(enim)g(ad)g(minima)f(v)o(eniam,)g(quis)h +(nostrum)e(e)o(x)o(ercitationem)h(ullam)g(corporis)h(suscipit)141 +495 y(laboriosam,)20 b(nisi)g(ut)g(aliquid)f(e)o(x)h(ea)h(commodi)e +(consequatur?)30 b(Quis)19 b(autem)i(v)o(el)e(eum)i(iure)f +(reprehenderit)141 644 y(qui)33 b(in)h(ea)h(v)n(oluptate)e(v)o(elit)g +(esse)h(quam)g(nihil)f(molestiae)g(consequatur)l(,)j(v)o(el)e(illum)f +(qui)g(dolorem)h(eum)141 794 y(fugiat)24 b(quo)h(v)n(oluptas)e(nulla)h +(pariatur?")287 966 y(1914)h(translation)f(by)h(H.)h(Rackham:)32 +b(\223But)26 b(I)f(must)g(e)o(xplain)f(to)h(you)g(ho)n(w)g(all)g(this)f +(mistak)o(en)h(idea)g(of)141 1116 y(denouncing)e(pleasure)i(and)f +(praising)g(pain)g(w)o(as)h(born)f(and)g(I)h(will)f(gi)n(v)o(e)f(you)h +(a)h(complete)f(account)g(of)h(the)141 1265 y(system,)g(and)g(e)o +(xpound)g(the)g(actual)h(teachings)f(of)h(the)g(great)g(e)o(xplorer)f +(of)h(the)f(truth,)h(the)f(master)n(-b)n(uilder)141 1414 +y(of)i(human)g(happiness.)37 b(No)27 b(one)g(rejects,)h(dislik)o(es,)f +(or)g(a)n(v)n(oids)g(pleasure)g(itself,)g(because)h(it)f(is)f +(pleasure,)141 1564 y(b)n(ut)c(because)i(those)e(who)h(do)g(not)f(kno)n +(w)h(ho)n(w)f(to)h(pursue)f(pleasure)h(rationally)g(encounter)g +(consequences)141 1713 y(that)g(are)h(e)o(xtremely)f(painful.)30 +b(Nor)23 b(again)g(is)h(there)g(an)o(yone)f(who)g(lo)o(v)o(es)f(or)i +(pursues)f(or)h(desires)f(to)g(obtain)141 1863 y(pain)31 +b(of)h(itself,)g(because)g(it)f(is)g(pain,)i(b)n(ut)e(because)h +(occasionally)e(circumstances)h(occur)h(in)f(which)g(toil)141 +2012 y(and)i(pain)h(can)g(procure)g(him)f(some)g(great)h(pleasure.)57 +b(T)-8 b(o)33 b(tak)o(e)h(a)g(tri)n(vial)f(e)o(xample,)h(which)g(of)f +(us)h(e)n(v)o(er)141 2161 y(undertak)o(es)g(laborious)g(physical)g(e)o +(x)o(ercise,)j(e)o(xcept)d(to)h(obtain)f(some)h(adv)n(antage)f(from)h +(it?)61 b(But)35 b(who)141 2311 y(has)30 b(an)o(y)g(right)g(to)h +(\002nd)f(f)o(ault)h(with)f(a)h(man)f(who)g(chooses)g(to)h(enjo)o(y)f +(a)h(pleasure)f(that)h(has)f(no)g(anno)o(ying)141 2460 +y(consequences,)24 b(or)h(one)g(who)g(a)n(v)n(oids)f(a)h(pain)f(that)h +(produces)f(no)h(resultant)f(pleasure?")287 2633 y(Section)33 +b(1.10.33)g(of)g(\223de)g(Finib)n(us)g(Bonorum)f(et)i(Malorum",)f +(written)g(by)g(Cicero)h(in)f(45)f(BC:)i(\223)-8 b(At)141 +2782 y(v)o(ero)29 b(eos)g(et)g(accusamus)g(et)h(iusto)e(odio)g +(dignissimos)f(ducimus)h(qui)h(blanditiis)e(praesentium)h(v)n(olupta-) +141 2932 y(tum)h(deleniti)g(atque)h(corrupti)g(quos)f(dolores)h(et)g +(quas)f(molestias)g(e)o(xcepturi)g(sint)h(occaecati)g(cupiditate)141 +3081 y(non)j(pro)o(vident,)i(similique)d(sunt)h(in)g(culpa)h(qui)f(of)n +(\002cia)h(deserunt)g(mollitia)e(animi,)j(id)f(est)f(laborum)g(et)141 +3230 y(dolorum)26 b(fuga.)39 b(Et)27 b(harum)g(quidem)g(rerum)g(f)o +(acilis)h(est)f(et)h(e)o(xpedita)e(distinctio.)37 b(Nam)28 +b(libero)f(tempore,)141 3380 y(cum)h(soluta)f(nobis)h(est)g(eligendi)f +(optio)h(cumque)g(nihil)f(impedit)g(quo)h(minus)f(id)h(quod)g(maxime)f +(placeat)141 3529 y(f)o(acere)i(possimus,)d(omnis)h(v)n(oluptas)f +(assumenda)h(est,)i(omnis)d(dolor)h(repellendus.)39 b(T)-7 +b(emporib)n(us)27 b(autem)141 3679 y(quib)n(usdam)h(et)h(aut)g(of)n +(\002ciis)g(debitis)g(aut)g(rerum)g(necessitatib)n(us)f(saepe)i(e)n(v)o +(eniet)e(ut)h(et)h(v)n(oluptates)e(repu-)141 3828 y(diandae)e(sint)g +(et)g(molestiae)g(non)g(recusandae.)37 b(Itaque)26 b(earum)h(rerum)f +(hic)h(tenetur)f(a)h(sapiente)f(delectus,)141 3977 y(ut)33 +b(aut)g(reiciendis)g(v)n(oluptatib)n(us)e(maiores)h(alias)h +(consequatur)g(aut)g(perferendis)h(dolorib)n(us)d(asperiores)141 +4127 y(repellat.")287 4299 y(1914)c(translation)g(by)h(H.)g(Rackham:)37 +b(\223On)28 b(the)g(other)g(hand,)g(we)g(denounce)g(with)f(righteous)g +(indig-)141 4449 y(nation)e(and)h(dislik)o(e)f(men)h(who)f(are)i(so)f +(be)o(guiled)f(and)h(demoralized)f(by)h(the)g(charms)g(of)g(pleasure)g +(of)h(the)141 4598 y(moment,)g(so)g(blinded)g(by)g(desire,)h(that)g +(the)o(y)e(cannot)i(foresee)g(the)g(pain)f(and)g(trouble)g(that)h(are)g +(bound)f(to)141 4748 y(ensue;)22 b(and)f(equal)g(blame)g(belongs)f(to)h +(those)f(who)h(f)o(ail)g(in)g(their)g(duty)f(through)h(weakness)g(of)g +(will,)g(which)141 4897 y(is)29 b(the)g(same)g(as)h(saying)e(through)h +(shrinking)f(from)h(toil)f(and)i(pain.)44 b(These)29 +b(cases)h(are)g(perfectly)g(simple)141 5046 y(and)e(easy)h(to)f +(distinguish.)40 b(In)28 b(a)h(free)g(hour)l(,)h(when)e(our)g(po)n(wer) +h(of)f(choice)h(is)f(untrammelled)f(and)h(when)141 5196 +y(nothing)23 b(pre)n(v)o(ents)g(our)h(being)g(able)h(to)f(do)g(what)g +(we)h(lik)o(e)f(best,)g(e)n(v)o(ery)f(pleasure)i(is)f(to)g(be)g +(welcomed)g(and)p Black Black eop end end %%Page: 4 22 TeXDict begin HPSdict begin 4 21 bop 0 0 a SDict begin /product where{pop product(Distiller)search{pop pop pop @@ -5942,14 +5940,25 @@ version(.)search{exch pop exch pop(3011)eq{gsave newpath 0 0 moveto closepath clip/Courier findfont 10 scalefont setfont 72 72 moveto(.)show grestore}if}{pop}ifelse}{pop}ifelse}if end 0 0 a 0 TeXcolorgray --3 4 a +14 -48 a SDict begin H.S end - -3 4 a -3 4 a + 14 -48 a 14 -48 a SDict begin H.R end - -3 4 a -3 4 a + 14 -48 a 14 -48 a SDict begin [/View [/XYZ H.V]/Dest (page.4) cvn /DEST pdfmark end - -3 4 a Black Black -Black Black Black eop end end + 14 -48 a +Black Black 23 45 a Fr(4)3199 b Fs(Background)p 23 84 +3737 4 v Black 23 345 a(e)n(v)o(ery)21 b(pain)g(a)n(v)n(oided.)30 +b(But)21 b(in)h(certain)g(circumstances)f(and)h(o)n(wing)e(to)h(the)h +(claims)f(of)h(duty)f(or)h(the)f(obliga-)23 495 y(tions)26 +b(of)h(b)n(usiness)e(it)i(will)f(frequently)g(occur)h(that)g(pleasures) +g(ha)n(v)o(e)f(to)h(be)g(repudiated)g(and)f(anno)o(yances)23 +644 y(accepted.)37 b(The)27 b(wise)g(man)f(therefore)i(al)o(w)o(ays)e +(holds)g(in)h(these)f(matters)h(to)f(this)g(principle)g(of)h +(selection:)23 794 y(he)h(rejects)g(pleasures)f(to)h(secure)g(other)f +(greater)i(pleasures,)f(or)g(else)g(he)g(endures)f(pains)h(to)f(a)n(v)n +(oid)g(w)o(orse)23 943 y(pains.")p Black Black eop end +end %%Page: 5 23 TeXDict begin HPSdict begin 5 22 bop 0 0 a SDict begin /product where{pop product(Distiller)search{pop pop pop @@ -5957,118 +5966,117 @@ version(.)search{exch pop exch pop(3011)eq{gsave newpath 0 0 moveto closepath clip/Courier findfont 10 scalefont setfont 72 72 moveto(.)show grestore}if}{pop}ifelse}{pop}ifelse}if end 0 0 a 0 TeXcolorgray -115 4 a +133 -48 a SDict begin H.S end - 115 4 a 115 4 a + 133 -48 a 133 -48 a SDict begin H.R end - 115 4 a 115 4 a + 133 -48 a 133 -48 a SDict begin [/View [/XYZ H.V]/Dest (page.5) cvn /DEST pdfmark end - 115 4 a Black -Black Black 123 298 a + 133 +-48 a Black Black Black 141 246 a SDict begin H.S end - 123 298 a 123 298 a + 141 246 a 141 246 a SDict begin 17.99446 H.A end - 123 298 a 123 -298 a + +141 246 a 141 246 a SDict begin [/View [/XYZ H.V]/Dest (chapter.2) cvn /DEST pdfmark end - 123 298 a 824 x Fw(Chapter)51 b(2)123 1597 y(My)h(Second)f -(Chapter)123 1971 y + 141 246 a 825 x Fw(Chapter)51 b(2)141 +1547 y(My)h(Second)f(Chapter)141 1921 y SDict begin H.S end - 123 1971 a 123 1971 a + 141 1921 a 141 +1921 a SDict begin 17.99446 H.A end - 123 1971 a -123 1971 a + 141 1921 a 141 1921 a SDict begin [/View [/XYZ H.V]/Dest (section.2.1) cvn /DEST pdfmark end - 123 1971 a 185 x Fv(2.1)143 b(Reasonably)33 -b(Long)i(Section)f(T)m(itle)123 2409 y Fs(The)42 b(SI)g(Units)f(for)h -(dynamic)f(viscosity)f(is)h(N)17 b(s)f(m)1977 2373 y -Fd(\000)p Fe(2)2076 2409 y Fs(.)81 b(I'm)42 b(going)f(to)g(randomly)f -(include)h(a)h(pic-)123 2559 y(ture)25 b(\002g.)p 0 TeXcolorgray -458 2559 a + 141 1921 a 186 x Fv(2.1)143 +b(Reasonably)33 b(Long)i(Section)f(T)m(itle)141 2363 +y Fs(The)20 b(SI)g(Units)f(for)h(dynamic)f(viscosity)f(is)h(N)e(s)f(m) +1841 2326 y Fd(\000)p Fe(2)1940 2363 y Fs(.)29 b(I'm)20 +b(going)f(to)g(randomly)g(include)g(a)h(picture)g(\002g.)p +0 TeXcolorgray 3728 2363 a SDict begin H.S end - 458 2559 a Fs(2.1)583 2559 y + 3728 2363 a Fs(2.1)3853 2363 +y SDict begin 17.99446 H.L end - 583 2559 a 583 -2559 a + 3853 2363 a 3853 2363 a SDict begin [/Subtype /Link/Dest (figure.caption.8) cvn/H /I/Border [0 0 0]BorderArrayPatch/Color [1 0 0] H.B /ANN pdfmark end - 583 2559 a Black Fs(.)270 2709 y(If)g(you)f(ha)n(v)o(e)h -(trouble)f(vie)n(wing)f(this)h(document)g(contact)h(Krishna)p -0 TeXcolorgray 2635 2710 a + 3853 2363 a Black Fs(.)287 +2513 y(If)25 b(you)g(ha)n(v)o(e)f(trouble)g(vie)n(wing)g(this)g +(document)g(contact)g(Krishna)p 0 TeXcolorgray 2652 2514 +a SDict begin H.S end - 2635 2710 a 0 TeXcolorgray --1 x Fs(kks32@cam.ac.uk)p 0 TeXcolorgray 3370 2641 a + 2652 2514 a 0 TeXcolorgray -1 x Fs(kks32@cam.ac.uk)p +0 TeXcolorgray 3387 2446 a SDict begin H.R end - -3370 2641 a 3370 2709 a + 3387 2446 a 3387 2513 a SDict begin [/H /I/Border [0 0 0]BorderArrayPatch/Color [0 1 1]/Action <>/Subtype /Link H.B /ANN pdfmark end - 3370 2709 a Black Fs(.)123 3094 -y + 3387 +2513 a Black Fs(.)141 2905 y SDict begin H.S end - 123 3094 a 123 3094 a + 141 2905 a 141 2905 a SDict begin 27.30194 H.A end - 123 3094 a 123 3094 a + 141 +2905 a 141 2905 a SDict begin [/View [/XYZ H.V]/Dest (section*.9) cvn /DEST pdfmark end - 123 3094 -a Fv(Enumeration)123 3157 y -SDict begin H.S end - 123 3157 a 123 3157 a -SDict begin 17.99446 H.A end - 123 -3157 a 123 3157 a -SDict begin [/View [/XYZ H.V]/Dest (Item.1) cvn /DEST pdfmark end - 123 3157 a Black 244 3347 a Fs(1.)p -Black 48 w(The)g(\002rst)g(topic)f(is)h(dull)123 3411 + 141 2905 a Fv(Enumeration)141 2968 y SDict begin H.S end - 123 3411 a 123 3411 a + 141 2968 a 141 2968 a SDict begin 17.99446 H.A end - 123 3411 a 123 3411 a + 141 2968 a 141 2968 a +SDict begin [/View [/XYZ H.V]/Dest (Item.1) cvn /DEST pdfmark end + 141 2968 +a Black 261 3160 a Fs(1.)p Black 49 w(The)h(\002rst)f(topic)h(is)f +(dull)141 3227 y +SDict begin H.S end + 141 3227 a 141 3227 a +SDict begin 17.99446 H.A end + 141 3227 a 141 +3227 a SDict begin [/View [/XYZ H.V]/Dest (Item.2) cvn /DEST pdfmark end - 123 3411 -a Black 244 3581 a Fs(2.)p Black 48 w(The)g(second)g(topic)f(is)g -(duller)123 3666 y + 141 3227 a Black 261 3399 a Fs(2.)p Black 49 w(The)h(second)f +(topic)g(is)h(duller)141 3488 y SDict begin H.S end - 123 3666 a 123 3666 a + 141 3488 a 141 3488 a SDict begin 17.99446 H.A end - 123 3666 a 123 -3666 a + +141 3488 a 141 3488 a SDict begin [/View [/XYZ H.V]/Dest (Item.3) cvn /DEST pdfmark end - 123 3666 a Black 423 3815 a Fs(\(a\))p Black 49 -w(The)h(\002rst)g(subtopic)e(is)i(silly)123 3857 y + 141 3488 a Black 440 3638 a Fs(\(a\))p +Black 49 w(The)g(\002rst)g(subtopic)f(is)g(silly)141 +3682 y SDict begin H.S end - 123 -3857 a 123 3857 a + 141 3682 a 141 3682 a SDict begin 17.99446 H.A end - 123 3857 a 123 3857 a + 141 3682 a 141 3682 a SDict begin [/View [/XYZ H.V]/Dest (Item.4) cvn /DEST pdfmark end - 123 3857 a Black -417 4006 a Fs(\(b\))p Black 49 w(The)g(second)f(subtopic)g(is)g(stupid) -123 4070 y + 141 +3682 a Black 434 3832 a Fs(\(b\))p Black 49 w(The)h(second)g(subtopic)e +(is)i(stupid)141 3898 y SDict begin H.S end - 123 4070 a 123 4070 a + 141 3898 a 141 3898 a SDict begin 17.99446 H.A end - 123 4070 a 123 4070 -a + 141 3898 +a 141 3898 a SDict begin [/View [/XYZ H.V]/Dest (Item.5) cvn /DEST pdfmark end - 123 4070 a Black 244 4240 a Fs(3.)p Black 48 w(The)h(third)f(topic)g -(is)h(dullest)123 4626 y + 141 3898 a Black 261 4071 a Fs(3.)p Black +49 w(The)g(third)f(topic)g(is)g(dullest)141 4463 y SDict begin H.S end - 123 4626 a 123 4626 a + 141 +4463 a 141 4463 a SDict begin 27.30194 H.A end - 123 4626 -a 123 4626 a + 141 4463 a 141 4463 a SDict begin [/View [/XYZ H.V]/Dest (section*.10) cvn /DEST pdfmark end - 123 4626 a Fv(itemize)p Black 284 4879 a -Fs(\225)p Black 48 w(The)g(\002rst)g(topic)f(is)h(dull)p -Black 284 5113 a(\225)p Black 48 w(The)g(second)g(topic)f(is)g(duller)p -Black 483 5346 a Fr(\226)p Black 49 w Fs(The)h(\002rst)g(subtopic)e(is) -i(silly)p Black 483 5538 a Fr(\226)p Black 49 w Fs(The)g(second)f -(subtopic)g(is)g(stupid)p Black Black eop end end + 141 4463 a Fv(itemize)p +Black 301 4718 a Fs(\225)p Black 49 w(The)h(\002rst)f(topic)h(is)f +(dull)p Black 301 4957 a(\225)p Black 49 w(The)h(second)f(topic)g(is)h +(duller)p Black 501 5196 a Fr(\226)p Black 48 w Fs(The)g(\002rst)g +(subtopic)f(is)g(silly)p Black Black eop end end %%Page: 6 24 TeXDict begin HPSdict begin 6 23 bop 0 0 a SDict begin /product where{pop product(Distiller)search{pop pop pop @@ -6076,24 +6084,24 @@ version(.)search{exch pop exch pop(3011)eq{gsave newpath 0 0 moveto closepath clip/Courier findfont 10 scalefont setfont 72 72 moveto(.)show grestore}if}{pop}ifelse}{pop}ifelse}if end 0 0 a 0 TeXcolorgray --3 4 a +14 -48 a SDict begin H.S end - -3 4 a -3 4 a + 14 -48 a 14 -48 a SDict begin H.R end - -3 4 a -3 4 a + 14 -48 a 14 -48 a SDict begin [/View [/XYZ H.V]/Dest (page.6) cvn /DEST pdfmark end - -3 4 a Black Black -5 97 a Fr(6)2785 b Fs(My)25 b(Second)g(Chapter)p 5 136 -3632 4 v Black Black 5 1105 a + 14 -48 a +Black Black 23 45 a Fr(6)2889 b Fs(My)25 b(Second)g(Chapter)p +23 84 3737 4 v Black Black 23 850 a SDict begin H.S end - 5 1105 a 5 1105 a + 23 850 a 23 850 a SDict begin 14.5 H.A end - 5 1105 -a 5 1105 a + +23 850 a 23 850 a SDict begin [/View [/XYZ H.V]/Dest (figure.caption.8) cvn /DEST pdfmark end - 5 1105 a 3383 x @beginspecial 0 @llx -1 @lly -635 @urx 580 @ury 4358 @rwi @setspecial + 23 850 a 3478 x @beginspecial 0 @llx +-1 @lly 635 @urx 580 @ury 4483 @rwi @setspecial %%BeginDocument: Chapter2/Figs/Vector/minion.eps %!PS-Adobe-3.0 EPSF-3.0 %%Creator: cairo 1.10.2 (http://cairographics.org) @@ -7193,9 +7201,9 @@ cairo_eps_state restore %%EOF %%EndDocument - @endspecial Black 125 4656 a Fs(Fig.)g(2.1)f(This)g(is)g(just)g(a)h -(long)g(\002gure)g(caption)f(for)h(the)g(minion)e(in)h(Despicable)h(Me) -g(from)f(Pixar)p Black Black Black Black eop end end + @endspecial Black 195 4496 a Fs(Fig.)f(2.1)h(This)f(is)g(just)g(a)h +(long)f(\002gure)i(caption)e(for)h(the)f(minion)g(in)g(Despicable)h(Me) +f(from)h(Pixar)p Black Black Black Black eop end end %%Page: 7 25 TeXDict begin HPSdict begin 7 24 bop 0 0 a SDict begin /product where{pop product(Distiller)search{pop pop pop @@ -7203,31 +7211,32 @@ version(.)search{exch pop exch pop(3011)eq{gsave newpath 0 0 moveto closepath clip/Courier findfont 10 scalefont setfont 72 72 moveto(.)show grestore}if}{pop}ifelse}{pop}ifelse}if end 0 0 a 0 TeXcolorgray -115 4 a +133 -48 a SDict begin H.S end - 115 4 a 115 4 a + 133 -48 a 133 -48 a SDict begin H.R end - 115 4 a 115 4 a + 133 -48 a 133 -48 a SDict begin [/View [/XYZ H.V]/Dest (page.7) cvn /DEST pdfmark end - 115 4 a Black -Black 123 97 a Fs(2.1)25 b(Short)g(title)3036 b Fr(7)p -123 136 3632 4 v Black Black 284 397 a Fs(\225)p Black -48 w(The)25 b(third)f(topic)g(is)h(dullest)123 781 y + 133 +-48 a Black Black 141 45 a Fs(2.1)24 b(Short)h(title)3140 +b Fr(7)p 141 84 3737 4 v Black Black 501 345 a(\226)p +Black 48 w Fs(The)25 b(second)g(subtopic)e(is)i(stupid)p +Black 301 578 a(\225)p Black 49 w(The)g(third)f(topic)g(is)g(dullest) +141 961 y SDict begin H.S end - -123 781 a 123 781 a + 141 961 a 141 961 a SDict begin 27.30194 H.A end - 123 781 a 123 781 a + 141 961 a 141 961 a SDict begin [/View [/XYZ H.V]/Dest (section*.11) cvn /DEST pdfmark end - 123 781 a Fv(description)p -Black 123 1033 a Fr(The)h(\002rst)g(topic)p Black 49 -w Fs(is)e(dull)p Black 123 1266 a Fr(The)i(second)g(topic)p -Black 49 w Fs(is)f(duller)p Black 367 1498 a Fr(The)h(\002rst)g -(subtopic)p Black 49 w Fs(is)f(silly)p Black 367 1689 -a Fr(The)h(second)g(subtopic)p Black 50 w Fs(is)e(stupid)p -Black 123 1922 a Fr(The)i(third)g(topic)p Black 49 w -Fs(is)f(dullest)p Black Black eop end end + 141 +961 a Fv(description)p Black 141 1214 a Fr(The)i(\002rst)f(topic)p +Black 49 w Fs(is)g(dull)p Black 141 1446 a Fr(The)h(second)g(topic)p +Black 49 w Fs(is)e(duller)p Black 385 1679 a Fr(The)i(\002rst)f +(subtopic)p Black 50 w Fs(is)f(silly)p Black 385 1870 +a Fr(The)i(second)f(subtopic)p Black 50 w Fs(is)f(stupid)p +Black 141 2102 a Fr(The)i(third)g(topic)p Black 49 w +Fs(is)e(dullest)p Black Black eop end end %%Page: 8 26 TeXDict begin HPSdict begin 8 25 bop 0 0 a SDict begin /product where{pop product(Distiller)search{pop pop pop @@ -7235,79 +7244,80 @@ version(.)search{exch pop exch pop(3011)eq{gsave newpath 0 0 moveto closepath clip/Courier findfont 10 scalefont setfont 72 72 moveto(.)show grestore}if}{pop}ifelse}{pop}ifelse}if end 0 0 a 0 TeXcolorgray --3 4 a +14 -48 a SDict begin H.S end - -3 4 a -3 4 a + 14 -48 a 14 -48 a SDict begin H.R end - -3 4 a -3 4 a + 14 -48 a 14 -48 a SDict begin [/View [/XYZ H.V]/Dest (page.8) cvn /DEST pdfmark end - -3 4 a Black Black -5 97 a Fr(8)2785 b Fs(My)25 b(Second)g(Chapter)p 5 136 -3632 4 v Black 5 298 a + 14 -48 a +Black Black 23 45 a Fr(8)2889 b Fs(My)25 b(Second)g(Chapter)p +23 84 3737 4 v Black 23 246 a SDict begin H.S end - 5 298 a 5 298 a + 23 246 a 23 246 a SDict begin 17.99446 H.A end - 5 298 a 5 298 -a + 23 246 +a 23 246 a SDict begin [/View [/XYZ H.V]/Dest (section.2.2) cvn /DEST pdfmark end - 5 298 a 99 x Fv(2.2)143 b(Hidden)34 b(Section)152 650 -y Fr(Lor)n(em)g(ipsum)h(dolor)e(sit)h(amet)p Fs(,)i Fo(consectetur)d -(adipiscing)f(elit)p Fs(.)57 b(In)34 b(magna)g(nisi,)h(aliquam)e(id)5 -799 y(blandit)28 b(id,)h(congue)f(ac)h(est.)42 b(Fusce)29 -b(porta)g(consequat)f(leo.)41 b(Proin)29 b(feugiat)f(at)h(felis)f(v)o -(el)g(consectetur)-5 b(.)5 949 y(Ut)34 b(tempus)f(ipsum)g(sit)h(amet)g -(congue)g(posuere.)59 b(Nulla)34 b(v)n(arius)f(rutrum)h(quam.)58 -b(Donec)35 b(sed)f(purus)5 1098 y(luctus,)24 b(f)o(aucib)n(us)f(v)o -(elit)g(id,)h(ultrices)f(sapien.)30 b(Cras)25 b(diam)f(purus,)f -(tincidunt)g(e)o(get)g(tristique)g(ut,)h(e)o(gestas)5 -1247 y(quis)29 b(nulla.)45 b(Curabitur)30 b(v)o(el)f(iaculis)g(lectus.) -46 b(Nunc)30 b(nulla)f(urna,)i(ultrices)e(et)h(eleifend)g(in,)g -(accumsan)5 1397 y(ut)c(erat.)36 b(In)27 b(ut)f(ante)g(leo.)35 -b(Aenean)27 b(a)g(lacinia)f(nisl,)g(sit)f(amet)i(ullamcorper)e(dolor)-5 -b(.)35 b(Maecenas)27 b(blandit,)5 1546 y(tortor)i(ut)g(scelerisque)f -(congue,)i(v)o(elit)e(diam)h(v)n(olutpat)e(metus,)j(sed)f(v)o(estib)n -(ulum)d(eros)j(justo)f(ut)h(nulla.)5 1696 y(Etiam)k(nec)h(ipsum)e(non)g -(enim)h(luctus)g(porta)g(in)g(in)g(massa.)56 b(Cras)34 -b(arcu)g(urna,)h(malesuada)e(ut)g(tellus)5 1845 y(ut,)d(pellentesque)e -(mollis)g(risus.Morbi)f(v)o(el)i(tortor)g(imperdiet)f(arcu)h(auctor)h -(mattis)e(sit)g(amet)h(eu)g(nisi.)5 1994 y(Nulla)24 b(gra)n(vida)g -(urna)g(v)o(el)g(nisl)f(e)o(gestas)g(v)n(arius.)30 b(Aliquam)23 -b(posuere)h(ante)g(quis)f(malesuada)h(dignissim.)5 2144 -y(Mauris)d(ultrices)g(tristique)f(eros,)j(a)f(dignissim)d(nisl)h -(iaculis)h(nec.)30 b(Praesent)22 b(dapib)n(us)f(tincidunt)f(mauris)5 -2293 y(nec)37 b(tempor)-5 b(.)62 b(Curabitur)36 b(et)g(consequat)g -(nisi.)63 b(Quisque)35 b(vi)n(v)o(erra)g(e)o(gestas)g(risus,)j(ut)e -(sodales)f(enim)5 2443 y(blandit)e(at.)59 b(Mauris)34 -b(quis)f(odio)h(nulla.)58 b(Cras)35 b(euismod)e(turpis)g(magna,)j(in)e -(f)o(acilisis)f(diam)g(congue)5 2592 y(non.)e(Mauris)24 -b(f)o(aucib)n(us)g(nisl)g(a)h(orci)g(dictum,)f(et)g(tempus)g(mi)g -(cursus.)152 2741 y(Etiam)d(elementum)g(tristique)g(lacus,)h(sit)f -(amet)h(eleifend)h(nibh)e(eleifend)h(sed)p 0 TeXcolorgray -2851 2741 a + 23 246 a 99 x Fv(2.2)143 b(Hidden)34 b(Section)169 +598 y Fr(Lor)n(em)26 b(ipsum)g(dolor)f(sit)g(amet)p Fs(,)g +Fo(consectetur)g(adipiscing)e(elit)p Fs(.)31 b(In)25 +b(magna)g(nisi,)f(aliquam)h(id)f(blan-)23 747 y(dit)34 +b(id,)j(congue)e(ac)g(est.)61 b(Fusce)35 b(porta)g(consequat)f(leo.)61 +b(Proin)35 b(feugiat)g(at)f(felis)h(v)o(el)f(consectetur)-5 +b(.)61 b(Ut)23 897 y(tempus)29 b(ipsum)h(sit)g(amet)h(congue)f +(posuere.)49 b(Nulla)30 b(v)n(arius)g(rutrum)g(quam.)48 +b(Donec)31 b(sed)g(purus)f(luctus,)23 1046 y(f)o(aucib)n(us)36 +b(v)o(elit)g(id,)k(ultrices)c(sapien.)67 b(Cras)38 b(diam)f(purus,)i +(tincidunt)d(e)o(get)g(tristique)g(ut,)k(e)o(gestas)c(quis)23 +1195 y(nulla.)43 b(Curabitur)29 b(v)o(el)g(iaculis)f(lectus.)44 +b(Nunc)29 b(nulla)g(urna,)h(ultrices)f(et)g(eleifend)g(in,)h(accumsan)f +(ut)g(erat.)23 1345 y(In)35 b(ut)h(ante)f(leo.)63 b(Aenean)36 +b(a)g(lacinia)f(nisl,)j(sit)c(amet)i(ullamcorper)f(dolor)-5 +b(.)62 b(Maecenas)36 b(blandit,)h(tortor)23 1494 y(ut)c(scelerisque)h +(congue,)i(v)o(elit)c(diam)h(v)n(olutpat)g(metus,)i(sed)f(v)o(estib)n +(ulum)d(eros)j(justo)f(ut)g(nulla.)57 b(Etiam)23 1644 +y(nec)30 b(ipsum)e(non)h(enim)g(luctus)f(porta)h(in)h(in)f(massa.)44 +b(Cras)30 b(arcu)g(urna,)h(malesuada)e(ut)g(tellus)f(ut,)i(pellen-)23 +1793 y(tesque)21 b(mollis)f(risus.Morbi)g(v)o(el)h(tortor)h(imperdiet)e +(arcu)j(auctor)e(mattis)g(sit)g(amet)g(eu)h(nisi.)29 +b(Nulla)21 b(gra)n(vida)23 1942 y(urna)27 b(v)o(el)f(nisl)g(e)o(gestas) +g(v)n(arius.)36 b(Aliquam)26 b(posuere)h(ante)g(quis)f(malesuada)g +(dignissim.)35 b(Mauris)26 b(ultrices)23 2092 y(tristique)d(eros,)h(a)g +(dignissim)e(nisl)h(iaculis)h(nec.)31 b(Praesent)24 b(dapib)n(us)g +(tincidunt)e(mauris)i(nec)g(tempor)-5 b(.)30 b(Cur)n(-)23 +2241 y(abitur)24 b(et)h(consequat)g(nisi.)30 b(Quisque)24 +b(vi)n(v)o(erra)g(e)o(gestas)g(risus,)h(ut)f(sodales)h(enim)f(blandit)g +(at.)31 b(Mauris)24 b(quis)23 2391 y(odio)k(nulla.)44 +b(Cras)30 b(euismod)f(turpis)f(magna,)i(in)f(f)o(acilisis)g(diam)f +(congue)i(non.)44 b(Mauris)28 b(f)o(aucib)n(us)h(nisl)g(a)23 +2540 y(orci)c(dictum,)e(et)i(tempus)f(mi)g(cursus.)169 +2689 y(Etiam)29 b(elementum)g(tristique)g(lacus,)i(sit)e(amet)h +(eleifend)g(nibh)f(eleifend)h(sed)p 0 TeXcolorgray 2948 +2689 a SDict begin H.S end - 2851 2741 a -36 x Fe(1)2893 2741 y + 2948 2689 a -36 x Fe(1)2990 2689 y SDict begin 17.99446 H.L end - 2893 2741 -a 2893 2741 a + 2990 2689 a +2990 2689 a SDict begin [/Subtype /Link/Dest (Hfootnote.1) cvn/H /I/Border [0 0 0]BorderArrayPatch/Color [1 0 0] H.B /ANN pdfmark end - 2893 2741 a Black Fs(.)29 b(Maecenas)23 -b(dapib)n(u)5 2891 y(augue)34 b(ut)f(urna)h(malesuada,)h(non)e(tempor)g -(nibh)g(mollis.)55 b(Donec)33 b(sed)h(sem)f(sollicitudin,)g(con)l(v)n -(allis)5 3040 y(v)o(elit)f(aliquam,)i(tincidunt)e(diam.)54 -b(In)33 b(eu)g(v)o(enenatis)f(lorem.)55 b(Aliquam)32 -b(non)h(augue)g(porttitor)e(tellus)5 3190 y(f)o(aucib)n(us)f(porta)f -(et)h(nec)g(ante.)46 b(Proin)29 b(sodales,)h(libero)g(vitae)f(commodo)g -(sodales,)h(dolor)f(nisi)g(cursus)5 3339 y(magna,)22 -b(non)f(tincidunt)e(ipsum)h(nibh)h(e)o(get)f(purus.)29 -b(Nam)21 b(rutrum)g(tincidunt)e(arcu,)k(tincidunt)c(vulputate)5 -3488 y(mi)i(sagittis)g(id.)29 b(Proin)22 b(et)g(nisi)f(nec)h(orci)g -(tincidunt)e(auctor)i(et)g(porta)f(elit.)29 b(Praesent)23 -b(eu)f(dolor)f(ac)i(magna)5 3638 y(cursus)i(euismod.)k(Inte)o(ger)c -(non)f(dictum)g(nunc.)p Black 5 5466 1453 4 v 120 5529 -a Fc(1)155 5560 y Fb(My)c(footnote)e(goes)i(blah)g(blah)g(blah!)k(.)12 -b(.)g(.)p Black Black Black eop end end + 2990 2689 a Black Fs(.)47 b(Maecenas)30 b(dapib)n(u)23 +2839 y(augue)d(ut)f(urna)h(malesuada,)g(non)f(tempor)g(nibh)g(mollis.) +35 b(Donec)27 b(sed)f(sem)h(sollicitudin,)d(con)l(v)n(allis)i(v)o(elit) +23 2988 y(aliquam,)k(tincidunt)e(diam.)44 b(In)30 b(eu)g(v)o(enenatis)e +(lorem.)45 b(Aliquam)29 b(non)g(augue)h(porttitor)e(tellus)h(f)o(aucib) +n(us)23 3138 y(porta)e(et)h(nec)g(ante.)40 b(Proin)28 +b(sodales,)g(libero)f(vitae)h(commodo)e(sodales,)i(dolor)f(nisi)g +(cursus)h(magna,)g(non)23 3287 y(tincidunt)22 b(ipsum)h(nibh)g(e)o(get) +h(purus.)30 b(Nam)23 b(rutrum)h(tincidunt)e(arcu,)j(tincidunt)d +(vulputate)h(mi)g(sagittis)g(id.)23 3436 y(Proin)f(et)g(nisi)g(nec)g +(orci)h(tincidunt)d(auctor)j(et)f(porta)g(elit.)30 b(Praesent)23 +b(eu)f(dolor)g(ac)h(magna)f(cursus)g(euismod.)23 3586 +y(Inte)o(ger)i(non)h(dictum)e(nunc.)p Black 23 5102 1495 +4 v 137 5166 a Fc(1)172 5196 y Fb(My)d(footnote)f(goes)h(blah)f(blah)h +(blah!)k(.)12 b(.)g(.)p Black Black Black eop end end %%Page: 9 27 TeXDict begin HPSdict begin 9 26 bop 0 0 a SDict begin /product where{pop product(Distiller)search{pop pop pop @@ -7315,36 +7325,37 @@ version(.)search{exch pop exch pop(3011)eq{gsave newpath 0 0 moveto closepath clip/Courier findfont 10 scalefont setfont 72 72 moveto(.)show grestore}if}{pop}ifelse}{pop}ifelse}if end 0 0 a 0 TeXcolorgray -115 4 a +133 -48 a SDict begin H.S end - 115 4 a 115 4 a + 133 -48 a 133 -48 a SDict begin H.R end - 115 4 a 115 4 a + 133 -48 a 133 -48 a SDict begin [/View [/XYZ H.V]/Dest (page.9) cvn /DEST pdfmark end - 115 4 a Black -Black 123 97 a Fs(2.2)25 b(Hidden)f(Section)2816 b Fr(9)p -123 136 3632 4 v Black 3755 5560 a + 133 +-48 a Black Black 141 45 a Fs(2.2)24 b(Hidden)g(Section)2920 +b Fr(9)p 141 84 3737 4 v Black 3877 5196 a gsave currentpoint currentpoint translate 90 neg rotate neg exch neg exch translate - 3755 5560 a Black -3755 1867 a + 3877 5196 +a Black 3877 1399 a SDict begin H.S end - 3755 1867 a 3755 1867 a + 3877 1399 a 3877 1399 a SDict begin 14.5 H.A end - 3755 1867 a 3755 -1867 a + 3877 1399 +a 3877 1399 a SDict begin [/View [/XYZ H.V]/Dest (figure.caption.13) cvn /DEST pdfmark end - 3755 1867 a 3755 1928 a + 3877 1399 a 3877 1459 a SDict begin H.S end - 3755 1928 a 3755 1928 -a + 3877 1459 a 3877 +1459 a SDict begin 14.5 H.A end - 3755 1928 a 3755 1928 a + 3877 1459 a 3877 1459 a SDict begin [/View [/XYZ H.V]/Dest (subfigure.2.2.1) cvn /DEST pdfmark end - 3755 1928 a 4752 3658 a @beginspecial -0 @llx -1 @lly 324 @urx 217 @ury 1307 @rwi @setspecial + 3877 1459 a 4671 3237 +a @beginspecial 0 @llx -1 @lly 324 @urx 217 @ury 1345 +@rwi @setspecial %%BeginDocument: Chapter2/Figs/Vector/TomandJerry.eps %!PS-Adobe-3.0 EPSF-3.0 %%Creator: cairo 1.12.14 (http://cairographics.org) @@ -7847,17 +7858,17 @@ end restore %%EOF %%EndDocument - @endspecial 4961 3761 a Fb(\(a\))20 b(A)h(T)-7 b(om)20 -b(and)f(Jerry)5841 3658 y + @endspecial 4896 3340 a Fb(\(a\))20 b(A)g(T)-7 b(om)20 +b(and)g(Jerry)5792 3237 y SDict begin H.S end - 5841 3658 a 5841 3658 a + 5792 3237 a 5792 3237 a SDict begin 14.5 H.A end - 5841 -3658 a 5841 3658 a + 5792 +3237 a 5792 3237 a SDict begin [/View [/XYZ H.V]/Dest (subfigure.2.2.2) cvn /DEST pdfmark end - 5841 3658 a @beginspecial 0 @llx -1 -@lly 342 @urx 516 @ury 1307 @rwi @setspecial + 5792 3237 a @beginspecial 0 @llx -1 +@lly 342 @urx 516 @ury 1345 @rwi @setspecial %%BeginDocument: Chapter2/Figs/Vector/WallE.eps %!PS-Adobe-3.0 EPSF-3.0 %%Creator: cairo 1.12.14 (http://cairographics.org) @@ -23574,17 +23585,17 @@ end restore %%EOF %%EndDocument - @endspecial 6171 3761 a Fb(\(b\))g(A)i(W)-7 b(all-E)6931 -3658 y + @endspecial 6137 3340 a Fb(\(b\))f(A)i(W)-7 b(all-E)6913 +3237 y SDict begin H.S end - 6931 3658 a 6931 3658 a + 6913 3237 a 6913 3237 a SDict begin 14.5 H.A end - 6931 3658 a 6931 3658 + 6913 3237 a 6913 3237 a SDict begin [/View [/XYZ H.V]/Dest (subfigure.2.2.3) cvn /DEST pdfmark end - 6931 3658 a @beginspecial 0 @llx -1 @lly 635 @urx 580 -@ury 1307 @rwi @setspecial + 6913 3237 a @beginspecial 0 @llx -1 @lly 635 @urx 580 +@ury 1345 @rwi @setspecial %%BeginDocument: Chapter2/Figs/Vector/minion.eps %!PS-Adobe-3.0 EPSF-3.0 %%Creator: cairo 1.10.2 (http://cairographics.org) @@ -24684,49 +24695,49 @@ cairo_eps_state restore %%EOF %%EndDocument - @endspecial 7257 3761 a Fb(\(c\))20 b(A)g(Minion)p Black -5887 3958 a Fs(Fig.)k(2.2)h(Best)g(Animations)p Black -Black 3755 4260 a + @endspecial 7254 3340 a Fb(\(c\))20 b(A)h(Minion)p Black +5853 3537 a Fs(Fig.)j(2.2)h(Best)g(Animations)p Black +Black 3877 3839 a SDict begin H.S end - 3755 4260 a 3755 4260 a + 3877 3839 a 3877 3839 a SDict begin 27.30194 H.A end - 3755 4260 a -3755 4260 a + 3877 3839 a +3877 3839 a SDict begin [/View [/XYZ H.V]/Dest (section*.12) cvn /DEST pdfmark end - 3755 4260 a Fv(Subplots)3755 4512 y Fs(I)g(can)h(cite)e(W) --8 b(all-E)25 b(\(see)50 b(\002g.)p 0 TeXcolorgray 4815 -4512 a + 3877 3839 a Fv(Subplots)3877 4091 y Fs(I)g(can)h(cite)e(W) +-8 b(all-E)25 b(\(see)50 b(\002g.)p 0 TeXcolorgray 4937 +4091 a SDict begin H.S end - 4815 4512 a Fs(2.2b)4990 4512 y + 4937 4091 a Fs(2.2b)5112 4091 y SDict begin 17.99446 H.L end - 4990 4512 a 4990 -4512 a + 5112 4091 a 5112 +4091 a SDict begin [/Subtype /Link/Dest (subfigure.2.2.2) cvn/H /I/Border [0 0 0]BorderArrayPatch/Color [1 0 0] H.B /ANN pdfmark end - 4990 4512 a Black Fs(\))25 b(and)f(Minions)f(in)i(despicable)f -(me)h(\()g(\002g.)p 0 TeXcolorgray 6481 4512 a + 5112 4091 a Black Fs(\))25 b(and)f(Minions)f(in)i(despicable)f +(me)h(\()g(\002g.)p 0 TeXcolorgray 6603 4091 a SDict begin H.S end - 6481 4512 -a Fs(2.2c)6650 4512 y + 6603 4091 +a Fs(2.2c)6772 4091 y SDict begin 17.99446 H.L end - 6650 4512 a 6650 4512 a + 6772 4091 a 6772 4091 a SDict begin [/Subtype /Link/Dest (subfigure.2.2.3) cvn/H /I/Border [0 0 0]BorderArrayPatch/Color [1 0 0] H.B /ANN pdfmark end - 6650 4512 + 6772 4091 a Black Fs(\))g(or)g(I)g(can)g(cite)g(the)f(whole)h(\002gure)g(as)50 -b(\002g.)p 0 TeXcolorgray 8166 4512 a +b(\002g.)p 0 TeXcolorgray 8288 4091 a SDict begin H.S end - 8166 4512 a Fs(2.2)8291 -4512 y + 8288 4091 a Fs(2.2)8413 +4091 y SDict begin 17.99446 H.L end - 8291 4512 a 8291 4512 a + 8413 4091 a 8413 4091 a SDict begin [/Subtype /Link/Dest (figure.caption.13) cvn/H /I/Border [0 0 0]BorderArrayPatch/Color [1 0 0] H.B /ANN pdfmark end - 8291 4512 a Black 9017 -5560 a + 8413 4091 a Black 8827 +5196 a currentpoint grestore moveto - 9017 5560 a Black Black eop end end + 8827 5196 a Black Black eop end end %%Page: 10 28 TeXDict begin HPSdict begin 10 27 bop 0 0 a SDict begin /product where{pop product(Distiller)search{pop pop pop @@ -24734,14 +24745,14 @@ version(.)search{exch pop exch pop(3011)eq{gsave newpath 0 0 moveto closepath clip/Courier findfont 10 scalefont setfont 72 72 moveto(.)show grestore}if}{pop}ifelse}{pop}ifelse}if end 0 0 a 0 TeXcolorgray --3 4 a +14 -48 a SDict begin H.S end - -3 4 a -3 4 a + 14 -48 a 14 -48 a SDict begin H.R end - -3 4 a -3 4 a + 14 -48 a 14 -48 a SDict begin [/View [/XYZ H.V]/Dest (page.10) cvn /DEST pdfmark end - -3 4 a Black Black -Black Black Black eop end end + 14 -48 a +Black Black Black Black Black eop end end %%Page: 11 29 TeXDict begin HPSdict begin 11 28 bop 0 0 a SDict begin /product where{pop product(Distiller)search{pop pop pop @@ -24749,109 +24760,96 @@ version(.)search{exch pop exch pop(3011)eq{gsave newpath 0 0 moveto closepath clip/Courier findfont 10 scalefont setfont 72 72 moveto(.)show grestore}if}{pop}ifelse}{pop}ifelse}if end 0 0 a 0 TeXcolorgray -115 4 a +133 -48 a SDict begin H.S end - 115 4 a 115 4 a + 133 -48 a 133 -48 a SDict begin H.R end - 115 4 a 115 4 a + 133 -48 a 133 -48 a SDict begin [/View [/XYZ H.V]/Dest (page.11) cvn /DEST pdfmark end - 115 4 a Black -Black Black 123 298 a + 133 +-48 a Black Black Black 141 246 a SDict begin H.S end - 123 298 a 123 298 a + 141 246 a 141 246 a SDict begin 17.99446 H.A end - 123 298 a 123 -298 a + +141 246 a 141 246 a SDict begin [/View [/XYZ H.V]/Dest (chapter.3) cvn /DEST pdfmark end - 123 298 a 824 x Fw(Chapter)51 b(3)123 1598 y(My)h(Third)g -(Chapter)123 1972 y + 141 246 a 833 x Fw(Chapter)51 b(3)141 +1564 y(My)h(Third)f(Chapter)141 1938 y SDict begin H.S end - 123 1972 a 123 1972 a + 141 1938 a 141 +1938 a SDict begin 17.99446 H.A end - 123 1972 a -123 1972 a + 141 1938 a 141 1938 a SDict begin [/View [/XYZ H.V]/Dest (section.3.1) cvn /DEST pdfmark end - 123 1972 a 186 x Fv(3.1)143 b(First)35 b(Section)f(of)h(the) -h(Third)e(Chapter)123 2412 y Fs(And)25 b(no)n(w)f(I)h(be)o(gin)f(my)g -(third)g(chapter)h(here)h(.)15 b(.)g(.)270 2562 y(And)24 -b(no)n(w)g(to)h(cite)f(some)h(more)f(people)h(Ance)o(y)f(et)h(al.)g([)p -0 TeXcolorgray 2222 2562 a + 141 1938 a 194 x Fv(3.1)143 +b(First)34 b(Section)g(of)i(the)f(Third)g(Chapter)141 +2405 y Fs(And)24 b(no)n(w)g(I)h(be)o(gin)f(my)g(third)g(chapter)i(here) +f(.)15 b(.)g(.)287 2564 y(And)25 b(no)n(w)f(to)g(cite)h(some)f(more)h +(people)f(Ance)o(y)h(et)f(al.)h([)p 0 TeXcolorgray 2239 +2564 a SDict begin H.S end - 2222 2562 a Fs(2)2272 2562 -y + 2239 2564 a Fs(2)2289 2564 y SDict begin 17.99446 H.L end - 2272 2562 a 2272 2562 a + 2289 2564 a 2289 +2564 a SDict begin [/Subtype /Link/Dest (cite.Ancey1996) cvn/H /I/Border [0 0 0]BorderArrayPatch/Color [0 1 0] H.B /ANN pdfmark end - 2272 2562 a Black Fs(],)g(Read)g([)p -0 TeXcolorgray 2618 2562 a + 2289 2564 a Black Fs(],)g(Read)h([)p 0 TeXcolorgray +2635 2564 a SDict begin H.S end - 2618 2562 a Fs(6)2668 2562 -y + 2635 2564 a Fs(6)2685 2564 y SDict begin 17.99446 H.L end - 2668 2562 a 2668 2562 a + 2685 2564 a +2685 2564 a SDict begin [/Subtype /Link/Dest (cite.Rea85) cvn/H /I/Border [0 0 0]BorderArrayPatch/Color [0 1 0] H.B /ANN pdfmark end - 2668 2562 a Black -1 w Fs(])123 -2733 y + 2685 2564 a Black Fs(])141 2783 y SDict begin H.S end - 123 2733 a 123 2733 a + 141 2783 +a 141 2783 a SDict begin 17.99446 H.A end - 123 2733 a 123 2733 a + 141 2783 a 141 2783 a SDict begin [/View [/XYZ H.V]/Dest (subsection.3.1.1) cvn /DEST pdfmark end - 123 -2733 a 165 x Fa(3.1.1)119 b(First)30 b(Subsection)h(in)f(the)h(First)e -(Section)123 3116 y Fs(.)15 b(.)g(.)g(and)25 b(some)f(more)123 -3267 y + 141 2783 a 174 x Fa(3.1.1)119 +b(First)29 b(Subsection)i(in)g(the)f(First)g(Section)141 +3194 y Fs(.)15 b(.)g(.)g(and)24 b(some)g(more)141 3392 +y SDict begin H.S end - 123 3267 a 123 3267 a + 141 3392 a 141 3392 a SDict begin 17.99446 H.A end - 123 3267 a 123 3267 a + 141 3392 a 141 3392 a SDict begin [/View [/XYZ H.V]/Dest (subsection.3.1.2) cvn /DEST pdfmark end - 123 -3267 a 185 x Fa(3.1.2)119 b(Second)31 b(Subsection)h(in)e(the)g(First)g -(Section)123 3670 y Fs(.)15 b(.)g(.)g(and)25 b(some)f(more)h(.)15 -b(.)g(.)123 3970 y + 141 3392 +a 195 x Fa(3.1.2)119 b(Second)31 b(Subsection)g(in)g(the)f(First)f +(Section)141 3823 y Fs(.)15 b(.)g(.)g(and)24 b(some)g(more)h(.)15 +b(.)g(.)141 4180 y SDict begin H.S end - 123 3970 a 123 3970 a + 141 4180 a 141 4180 a SDict begin 17.99446 H.A end - 123 3970 a 123 -3970 a + 141 4180 a 141 +4180 a SDict begin [/View [/XYZ H.V]/Dest (section*.14) cvn /DEST pdfmark end - 123 3970 a Fr(First)25 b(subsub)h(section)f(in)g(the)h(second)g -(subsection)123 4188 y Fs(.)15 b(.)g(.)g(and)24 b(some)f(more)h(in)g -(the)g(\002rst)g(subsub)f(section)g(otherwise)h(it)f(all)h(looks)f(the) -h(same)g(doesn')n(t)g(it?)30 b(well)123 4338 y(we)25 -b(can)h(add)e(some)h(te)o(xt)f(to)g(it)g(.)15 b(.)g(.)123 -4489 y + 141 4180 a Fr(First)24 b(subsub)i(section)g(in)f(the)g(second)h +(subsection)141 4417 y Fs(.)15 b(.)g(.)g(and)29 b(some)h(more)f(in)h +(the)g(\002rst)g(subsub)f(section)g(otherwise)g(it)h(all)g(looks)f(the) +g(same)h(doesn')n(t)g(it?)46 b(well)141 4566 y(we)25 +b(can)g(add)g(some)f(te)o(xt)g(to)g(it)h(.)15 b(.)g(.)141 +4765 y SDict begin H.S end - 123 4489 a 123 4489 a + 141 4765 a 141 4765 a SDict begin 17.99446 H.A end - 123 4489 a 123 4489 a + 141 4765 a 141 4765 a SDict begin [/View [/XYZ H.V]/Dest (subsection.3.1.3) cvn /DEST pdfmark end - 123 -4489 a 185 x Fa(3.1.3)119 b(Third)31 b(Subsection)g(in)g(the)f(First)g -(Section)123 4892 y Fs(.)15 b(.)g(.)g(and)25 b(some)f(more)h(.)15 -b(.)g(.)123 5192 y -SDict begin H.S end - 123 5192 a 123 5192 a -SDict begin 17.99446 H.A end - 123 5192 a 123 -5192 a -SDict begin [/View [/XYZ H.V]/Dest (section*.15) cvn /DEST pdfmark -end - 123 5192 a Fr(First)25 b(subsub)h(section)f(in)g(the)h(third)g -(subsection)123 5410 y Fs(.)15 b(.)g(.)g(and)24 b(some)f(more)h(in)g -(the)g(\002rst)g(subsub)f(section)g(otherwise)h(it)f(all)h(looks)f(the) -h(same)g(doesn')n(t)g(it?)30 b(well)123 5560 y(we)f(can)f(add)g(some)g -(te)o(xt)f(to)g(it)h(and)g(some)f(more)h(and)g(some)g(more)g(and)g -(some)f(more)h(and)g(some)g(more)p Black Black eop end -end + 141 +4765 a 194 x Fa(3.1.3)119 b(Third)30 b(Subsection)i(in)e(the)g(First)g +(Section)141 5196 y Fs(.)15 b(.)g(.)g(and)24 b(some)g(more)h(.)15 +b(.)g(.)p Black Black eop end end %%Page: 12 30 TeXDict begin HPSdict begin 12 29 bop 0 0 a SDict begin /product where{pop product(Distiller)search{pop pop pop @@ -24859,64 +24857,77 @@ version(.)search{exch pop exch pop(3011)eq{gsave newpath 0 0 moveto closepath clip/Courier findfont 10 scalefont setfont 72 72 moveto(.)show grestore}if}{pop}ifelse}{pop}ifelse}if end 0 0 a 0 TeXcolorgray --3 4 a +14 -48 a SDict begin H.S end - -3 4 a -3 4 a + 14 -48 a 14 -48 a SDict begin H.R end - -3 4 a -3 4 a + 14 -48 a 14 -48 a SDict begin [/View [/XYZ H.V]/Dest (page.12) cvn /DEST pdfmark end - -3 4 a Black Black -5 97 a Fr(12)2807 b Fs(My)25 b(Third)f(Chapter)p 5 136 -3632 4 v Black 5 397 a(and)h(some)f(more)h(and)g(some)f(more)h(and)f -(some)h(more)f(.)15 b(.)g(.)5 692 y + 14 -48 a +Black Black 23 45 a Fr(12)2911 b Fs(My)24 b(Third)h(Chapter)p +23 84 3737 4 v Black 23 345 a SDict begin H.S end - 5 692 a 5 692 a + 23 345 a 23 345 a SDict begin 17.99446 H.A end - 5 -692 a 5 692 a + 23 345 +a 23 345 a +SDict begin [/View [/XYZ H.V]/Dest (section*.15) cvn /DEST pdfmark +end + 23 345 a Fr(First)f(subsub)i(section)g(in)f(the)g(third)h +(subsection)23 562 y Fs(.)15 b(.)g(.)g(and)29 b(some)h(more)f(in)h(the) +g(\002rst)g(subsub)f(section)g(otherwise)g(it)h(all)g(looks)e(the)i +(same)g(doesn')n(t)g(it?)46 b(well)23 711 y(we)25 b(can)f(add)h(some)f +(te)o(xt)f(to)h(it)g(and)h(some)f(more)g(and)h(some)f(more)g(and)g +(some)g(more)h(and)f(some)g(more)g(and)23 861 y(some)g(more)h(and)f +(some)h(more)f(and)h(some)f(more)h(.)15 b(.)g(.)23 1156 +y +SDict begin H.S end + 23 1156 a 23 1156 a +SDict begin 17.99446 H.A end + 23 1156 a 23 1156 a SDict begin [/View [/XYZ H.V]/Dest (section*.16) cvn /DEST pdfmark end - 5 692 a Fr(Second)27 b(subsub)f(section)f(in)g(the)h -(third)f(subsection)5 909 y Fs(.)15 b(.)g(.)g(and)24 -b(some)f(more)h(in)g(the)g(\002rst)g(subsub)f(section)g(otherwise)h(it) -f(all)h(looks)f(the)h(same)g(doesn')n(t)f(it?)31 b(well)5 -1058 y(we)25 b(can)h(add)e(some)h(te)o(xt)e(to)i(it)f(.)15 -b(.)g(.)5 1216 y + 23 1156 a Fr(Second)26 +b(subsub)g(section)f(in)g(the)h(third)g(subsection)23 +1373 y Fs(.)15 b(.)g(.)g(and)29 b(some)h(more)f(in)h(the)g(\002rst)g +(subsub)f(section)g(otherwise)g(it)h(all)g(looks)e(the)i(same)g(doesn') +n(t)g(it?)46 b(well)23 1522 y(we)25 b(can)g(add)g(some)f(te)o(xt)g(to)g +(it)h(.)15 b(.)g(.)23 1680 y SDict begin H.S end - 5 1216 a 5 1216 a + 23 1680 a 23 1680 a SDict begin 17.99446 H.A end - 5 1216 a 5 1216 a + 23 1680 +a 23 1680 a SDict begin [/View [/XYZ H.V]/Dest (section.3.2) cvn /DEST pdfmark end - -5 1216 a 226 x Fv(3.2)143 b(Second)34 b(Section)h(of)g(the)g(Third)g -(Chapter)5 1695 y Fs(and)25 b(here)g(I)h(write)e(more)h(.)15 -b(.)g(.)152 1844 y(No)n(w)24 b(we)h(can)g(refer)h(to)e(the)h(table)g -(using)e(table)p 0 TeXcolorgray 1812 1844 a + 23 1680 a 226 x Fv(3.2)143 b(Second)34 b(Section)g(of)h +(the)g(Third)g(Chapter)23 2158 y Fs(and)25 b(here)g(I)g(write)g(more)f +(.)15 b(.)g(.)169 2307 y(No)n(w)24 b(we)h(can)g(refer)h(to)f(the)f +(table)h(using)f(table)p 0 TeXcolorgray 1829 2307 a SDict begin H.S end - 1812 1844 -a Fs(3.1)1937 1844 y + 1829 +2307 a Fs(3.1)1954 2307 y SDict begin 17.99446 H.L end - 1937 1844 a 1937 1844 a + 1954 2307 a 1954 2307 a SDict begin [/Subtype /Link/Dest (table.caption.17) cvn/H /I/Border [0 0 0]BorderArrayPatch/Color [1 0 0] H.B /ANN pdfmark end - 1937 1844 -a Black Fs(.)p Black 5 1922 a + 1954 +2307 a Black Fs(.)p Black 23 2385 a SDict begin H.S end - 5 1922 a 5 1922 a + 23 2385 a 23 2385 +a SDict begin 14.5 H.A end - 5 1922 -a 5 1922 a + 23 2385 a 23 2385 a SDict begin [/View [/XYZ H.V]/Dest (table.caption.17) cvn /DEST pdfmark end - 5 1922 a Black 1244 2066 a Fs(T)-8 b(able)25 -b(3.1)f(T)-8 b(able)25 b(with)f(Borders)p Black 1590 -2188 462 4 v 1590 2309 4 121 v 1644 2273 a(1)p 1743 2309 -V 102 w(2)p 1896 2309 V 103 w(3)p 2049 2309 V 1590 2312 -462 4 v 1590 2433 4 121 v 1644 2396 a(4)p 1743 2433 V -102 w(5)p 1896 2433 V 103 w(6)p 2049 2433 V 1590 2436 -462 4 v 1590 2556 4 121 v 1644 2520 a(7)p 1743 2556 V -102 w(8)p 1896 2556 V 103 w(9)p 2049 2556 V 1590 2560 + 23 2385 a Black 1314 2529 a Fs(T)-8 +b(able)24 b(3.1)h(T)-8 b(able)25 b(with)f(Borders)p Black +1660 2652 462 4 v 1660 2772 4 121 v 1713 2736 a(1)p 1813 +2772 V 103 w(2)p 1966 2772 V 103 w(3)p 2118 2772 V 1660 +2776 462 4 v 1660 2896 4 121 v 1713 2860 a(4)p 1813 2896 +V 103 w(5)p 1966 2896 V 103 w(6)p 2118 2896 V 1660 2899 +462 4 v 1660 3020 4 121 v 1713 2984 a(7)p 1813 3020 V +103 w(8)p 1966 3020 V 103 w(9)p 2118 3020 V 1660 3023 462 4 v Black Black Black eop end end %%Page: 13 31 TeXDict begin HPSdict begin 13 30 bop 0 0 a @@ -24925,24 +24936,24 @@ version(.)search{exch pop exch pop(3011)eq{gsave newpath 0 0 moveto closepath clip/Courier findfont 10 scalefont setfont 72 72 moveto(.)show grestore}if}{pop}ifelse}{pop}ifelse}if end 0 0 a 0 TeXcolorgray -115 4 a +133 -48 a SDict begin H.S end - 115 4 a 115 4 a + 133 -48 a 133 -48 a SDict begin H.R end - 115 4 a 115 4 a + 133 -48 a 133 -48 a SDict begin [/View [/XYZ H.V]/Dest (page.13) cvn /DEST pdfmark end - 115 4 a Black -Black Black 123 298 a + 133 +-48 a Black Black Black 141 246 a SDict begin H.S end - 123 298 a 123 298 a + 141 246 a 141 246 a SDict begin 17.99446 H.A end - 123 298 a 123 -298 a + +141 246 a 141 246 a SDict begin [/View [/XYZ H.V]/Dest (appendix*.18) cvn /DEST pdfmark end - 123 298 a 824 x Fw(A)-5 b(ppendix)52 b(A)123 1603 -y Fs(and)25 b(here)h(I)f(put)f(a)h(bit)f(of)h(postamble)e(...)p -Black Black eop end end + 141 246 a 824 x Fw(A)-5 b(ppendix)51 +b(A)141 1551 y Fs(and)25 b(here)g(I)g(put)f(a)h(bit)g(of)f(postamble)g +(...)p Black Black eop end end %%Page: 14 32 TeXDict begin HPSdict begin 14 31 bop 0 0 a SDict begin /product where{pop product(Distiller)search{pop pop pop @@ -24950,14 +24961,14 @@ version(.)search{exch pop exch pop(3011)eq{gsave newpath 0 0 moveto closepath clip/Courier findfont 10 scalefont setfont 72 72 moveto(.)show grestore}if}{pop}ifelse}{pop}ifelse}if end 0 0 a 0 TeXcolorgray --3 4 a +14 -48 a SDict begin H.S end - -3 4 a -3 4 a + 14 -48 a 14 -48 a SDict begin H.R end - -3 4 a -3 4 a + 14 -48 a 14 -48 a SDict begin [/View [/XYZ H.V]/Dest (page.14) cvn /DEST pdfmark end - -3 4 a Black Black -Black Black Black eop end end + 14 -48 a +Black Black Black Black Black eop end end %%Page: 15 33 TeXDict begin HPSdict begin 15 32 bop 0 0 a SDict begin /product where{pop product(Distiller)search{pop pop pop @@ -24965,24 +24976,24 @@ version(.)search{exch pop exch pop(3011)eq{gsave newpath 0 0 moveto closepath clip/Courier findfont 10 scalefont setfont 72 72 moveto(.)show grestore}if}{pop}ifelse}{pop}ifelse}if end 0 0 a 0 TeXcolorgray -115 4 a +133 -48 a SDict begin H.S end - 115 4 a 115 4 a + 133 -48 a 133 -48 a SDict begin H.R end - 115 4 a 115 4 a + 133 -48 a 133 -48 a SDict begin [/View [/XYZ H.V]/Dest (page.15) cvn /DEST pdfmark end - 115 4 a Black -Black Black 123 298 a + 133 +-48 a Black Black Black 141 246 a SDict begin H.S end - 123 298 a 123 298 a + 141 246 a 141 246 a SDict begin 17.99446 H.A end - 123 298 a 123 -298 a + +141 246 a 141 246 a SDict begin [/View [/XYZ H.V]/Dest (appendix*.19) cvn /DEST pdfmark end - 123 298 a 824 x Fw(A)-5 b(ppendix)52 b(B)123 1603 -y Fs(and)25 b(here)h(I)f(put)f(some)g(more)h(postamble)e(...)p -Black Black eop end end + 141 246 a 824 x Fw(A)-5 b(ppendix)51 +b(B)141 1551 y Fs(and)25 b(here)g(I)g(put)f(some)h(more)f(postamble)g +(...)p Black Black eop end end %%Page: 16 34 TeXDict begin HPSdict begin 16 33 bop 0 0 a SDict begin /product where{pop product(Distiller)search{pop pop pop @@ -24990,14 +25001,14 @@ version(.)search{exch pop exch pop(3011)eq{gsave newpath 0 0 moveto closepath clip/Courier findfont 10 scalefont setfont 72 72 moveto(.)show grestore}if}{pop}ifelse}{pop}ifelse}if end 0 0 a 0 TeXcolorgray --3 4 a +14 -48 a SDict begin H.S end - -3 4 a -3 4 a + 14 -48 a 14 -48 a SDict begin H.R end - -3 4 a -3 4 a + 14 -48 a 14 -48 a SDict begin [/View [/XYZ H.V]/Dest (page.16) cvn /DEST pdfmark end - -3 4 a Black Black -Black Black Black eop end end + 14 -48 a +Black Black Black Black Black eop end end %%Page: 17 35 TeXDict begin HPSdict begin 17 34 bop 0 0 a SDict begin /product where{pop product(Distiller)search{pop pop pop @@ -25005,96 +25016,96 @@ version(.)search{exch pop exch pop(3011)eq{gsave newpath 0 0 moveto closepath clip/Courier findfont 10 scalefont setfont 72 72 moveto(.)show grestore}if}{pop}ifelse}{pop}ifelse}if end 0 0 a 0 TeXcolorgray -115 4 a +133 -48 a SDict begin H.S end - 115 4 a 115 4 a + 133 -48 a 133 -48 a SDict begin H.R end - 115 4 a 115 4 a + 133 -48 a 133 -48 a SDict begin [/View [/XYZ H.V]/Dest (page.17) cvn /DEST pdfmark end - 115 4 a Black -Black Black 123 298 a + 133 +-48 a Black Black Black 141 246 a SDict begin H.S end - 123 298 a 123 298 a + 141 246 a 141 246 a SDict begin 13.04991 H.A end - 123 298 a 123 -298 a + +141 246 a 141 246 a SDict begin [/View [/XYZ H.V]/Dest (appendix*.20) cvn /DEST pdfmark end - 123 298 a 739 x Fw(Refer)l(ences)p Black 123 1477 -a + 141 246 a 739 x Fw(Refer)l(ences)p +Black 141 1425 a SDict begin H.S end - 123 1477 a Fs([1])239 1477 y + 141 1425 a Fs([1])257 1425 y SDict begin 13.04991 H.A end - 239 1477 a 239 1477 a + 257 1425 +a 257 1425 a SDict begin [/View [/XYZ H.V]/Dest (cite.AAB95) cvn /DEST pdfmark end - -239 1477 a Black 49 w Fs(Abramo)o(vich,)20 b(Y)-13 b(.)20 -b(A.,)h(Aliprantis,)f(C.)g(D.,)h(and)f(Burkinsha)o(w)-6 -b(,)20 b(O.)g(\(1995\).)25 b(Another)20 b(characteriza-)239 -1585 y(tion)h(of)h(the)g(in)l(v)n(ariant)f(subspace)h(problem.)29 -b Fo(Oper)o(ator)21 b(Theory)h(in)g(Function)f(Spaces)h(and)f(Banac)o -(h)239 1694 y(Lattices.)k Fs(The)g(A.C.)17 b(Zaanen)26 -b(Anni)n(v)o(ersary)e(V)-13 b(olume)p Fo(,)24 b(Oper)o(ator)g(Theory:) -33 b(Advances)25 b(and)g(Appli-)239 1802 y(cations)p + 257 1425 a Black 49 w Fs(Abramo)o(vich,)28 +b(Y)-13 b(.)28 b(A.,)h(Aliprantis,)f(C.)h(D.,)g(and)g(Burkinsha)o(w)-6 +b(,)28 b(O.)g(\(1995\).)47 b(Another)28 b(characteriza-)256 +1533 y(tion)h(of)h(the)f(in)l(v)n(ariant)g(subspace)g(problem.)51 +b Fo(Oper)o(ator)28 b(Theory)i(in)f(Function)g(Spaces)g(and)g(Banac)o +(h)256 1642 y(Lattices.)d Fs(The)g(A.C.)17 b(Zaanen)27 +b(Anni)n(v)o(ersary)e(V)-13 b(olume)p Fo(,)26 b(Oper)o(ator)f(Theory:) +35 b(Advances)26 b(and)g(Applica-)256 1750 y(tions)p Fs(,)e(75:15\22631.)34 b(Birkh\344user)25 b(V)-11 b(erlag.)p -Black 123 1993 a +Black 141 1941 a SDict begin H.S end - 123 1993 a Fs([2])239 1993 y + 141 1941 a Fs([2])257 1941 y SDict begin 13.04991 H.A end - 239 1993 -a 239 1993 a + 257 1941 +a 257 1941 a SDict begin [/View [/XYZ H.V]/Dest (cite.Ancey1996) cvn /DEST pdfmark end - 239 1993 a Black 49 w Fs(Ance)o(y)-6 b(,)38 -b(C.,)g(Coussot,)g(P)-11 b(.,)38 b(and)e(Ev)o(esque,)h(P)-11 -b(.)36 b(\(1996\).)70 b(Examination)34 b(of)i(the)f(possibility)e(of)j -(a)239 2102 y(\003uid-mechanics)h(treatment)h(of)g(dense)g(granular)h -(\003o)n(ws.)78 b Fo(Mec)o(hanics)37 b(of)h(Cohesive-frictional)239 -2210 y(Materials)p Fs(,)23 b(1\(4\):385\226403.)p Black -123 2401 a + 257 1941 a Black 49 w Fs(Ance)o(y)-6 b(,)27 +b(C.,)h(Coussot,)f(P)-11 b(.,)28 b(and)f(Ev)o(esque,)g(P)-11 +b(.)27 b(\(1996\).)43 b(Examination)26 b(of)h(the)g(possibility)e(of)i +(a)g(\003uid-)256 2050 y(mechanics)f(treatment)g(of)h(dense)f(granular) +h(\003o)n(ws.)41 b Fo(Mec)o(hanics)26 b(of)g(Cohesive-frictional)f +(Materials)p Fs(,)256 2158 y(1\(4\):385\226403.)p Black +141 2350 a SDict begin H.S end - 123 2401 a Fs([3])239 2401 y + 141 2350 a Fs([3])257 2350 y SDict begin 13.04991 H.A end - 239 2401 a 239 -2401 a + 257 2350 a 257 +2350 a SDict begin [/View [/XYZ H.V]/Dest (cite.Aup91) cvn /DEST pdfmark end - 239 2401 a Black 49 w Fs(Aupetit,)h(B.)h(\(1991\).)36 -b Fo(A)24 b(Primer)h(on)f(Spectr)o(al)g(Theory)p Fs(.)36 -b(Springer)n(-V)-11 b(erlag,)25 b(Ne)n(w)f(Y)-11 b(ork.)p -Black 123 2593 a + 257 2350 a Black 49 w Fs(Aupetit,)e(B.)j(\(1991\).)35 +b Fo(A)25 b(Primer)f(on)h(Spectr)o(al)e(Theory)p Fs(.)36 +b(Springer)n(-V)-11 b(erlag,)25 b(Ne)n(w)g(Y)-11 b(ork.)p +Black 141 2541 a SDict begin H.S end - 123 2593 a Fs([4])239 2593 y + 141 2541 a Fs([4])257 2541 y SDict begin 13.04991 H.A end - 239 2593 -a 239 2593 a + 257 2541 +a 257 2541 a SDict begin [/View [/XYZ H.V]/Dest (cite.Con90) cvn /DEST pdfmark end - 239 2593 a Black 49 w Fs(Conw)o(ay)-6 b(,)32 -b(J.)e(B.)g(\(1990\).)53 b Fo(A)31 b(Cour)o(se)f(in)g(Functional)f -(Analysis)p Fs(.)52 b(Springer)n(-V)-11 b(erlag,)32 b(Ne)n(w)e(Y)-11 -b(ork,)239 2701 y(second)24 b(edition.)p Black 123 2893 + 257 2541 a Black 49 w Fs(Conw)o(ay)-6 b(,)39 +b(J.)e(B.)g(\(1990\).)74 b Fo(A)37 b(Cour)o(se)g(in)f(Functional)g +(Analysis)p Fs(.)73 b(Springer)n(-V)-11 b(erlag,)40 b(Ne)n(w)d(Y)-11 +b(ork,)256 2649 y(second)25 b(edition.)p Black 141 2841 a SDict begin H.S end - 123 2893 a Fs([5])239 2893 y + 141 2841 a Fs([5])257 2841 y SDict begin 13.04991 H.A end - 239 2893 a 239 2893 a + 257 2841 a 257 2841 a SDict begin [/View [/XYZ H.V]/Dest (cite.LM65) cvn /DEST pdfmark end -239 2893 a Black 49 w Fs(Ljubi)511 2892 y(\020)505 2893 -y(c,)29 b(J.)f(I.)h(and)g(Macae)n(v)-6 b(,)29 b(V)-13 -b(.)28 b(I.)h(\(1965\).)48 b(On)28 b(operators)h(with)f(a)h(separable)f -(spectrum.)48 b Fo(Amer)-11 b(.)239 3001 y(Math.)24 b(Soc.)g(T)-5 +257 2841 a Black 49 w Fs(Ljubi)529 2840 y(\020)523 2841 +y(c,)35 b(J.)f(I.)h(and)f(Macae)n(v)-6 b(,)36 b(V)-13 +b(.)34 b(I.)g(\(1965\).)65 b(On)34 b(operators)g(with)g(a)g(separable)h +(spectrum.)65 b Fo(Amer)-11 b(.)256 2949 y(Math.)24 b(Soc.)h(T)-5 b(r)o(ansl.)23 b(\(2\))p Fs(,)i(47:89\226129.)p Black -123 3192 a +141 3140 a SDict begin H.S end - 123 3192 a Fs([6])239 3192 y + 141 3140 a Fs([6])257 3140 y SDict begin 13.04991 H.A end - 239 3192 a 239 -3192 a + 257 3140 a 257 +3140 a SDict begin [/View [/XYZ H.V]/Dest (cite.Rea85) cvn /DEST pdfmark end - 239 3192 a Black 49 w Fs(Read,)j(C.)f(J.)g(\(1985\).)41 -b(A)27 b(solution)e(to)h(the)h(in)l(v)n(ariant)e(subspace)i(problem)e -(on)i(the)f(space)h Fo(l)3456 3208 y Fe(1)3498 3192 y -Fs(.)41 b Fo(Bull.)239 3301 y(London)24 b(Math.)g(Soc.)p + 257 3140 a Black 49 w Fs(Read,)34 b(C.)f(J.)f(\(1985\).)58 +b(A)32 b(solution)e(to)i(the)g(in)l(v)n(ariant)e(subspace)i(problem)f +(on)h(the)g(space)g Fo(l)3561 3156 y Fe(1)3602 3140 y +Fs(.)59 b Fo(Bull.)256 3249 y(London)24 b(Math.)g(Soc.)p Fs(,)h(17:305\226317.)p Black Black eop end end %%Page: 18 36 TeXDict begin HPSdict begin 18 35 bop 0 0 a @@ -25103,14 +25114,14 @@ version(.)search{exch pop exch pop(3011)eq{gsave newpath 0 0 moveto closepath clip/Courier findfont 10 scalefont setfont 72 72 moveto(.)show grestore}if}{pop}ifelse}{pop}ifelse}if end 0 0 a 0 TeXcolorgray --3 4 a +14 -48 a SDict begin H.S end - -3 4 a -3 4 a + 14 -48 a 14 -48 a SDict begin H.R end - -3 4 a -3 4 a + 14 -48 a 14 -48 a SDict begin [/View [/XYZ H.V]/Dest (page.18) cvn /DEST pdfmark end - -3 4 a Black Black -Black Black Black eop end end + 14 -48 a +Black Black Black Black Black eop end end %%Page: 19 37 TeXDict begin HPSdict begin 19 36 bop 0 0 a SDict begin /product where{pop product(Distiller)search{pop pop pop @@ -25118,33 +25129,33 @@ version(.)search{exch pop exch pop(3011)eq{gsave newpath 0 0 moveto closepath clip/Courier findfont 10 scalefont setfont 72 72 moveto(.)show grestore}if}{pop}ifelse}{pop}ifelse}if end 0 0 a 0 TeXcolorgray -115 4 a +133 -48 a SDict begin H.S end - 115 4 a 115 4 a + 133 -48 a 133 -48 a SDict begin H.R end - 115 4 a 115 4 a + 133 -48 a 133 -48 a SDict begin [/View [/XYZ H.V]/Dest (page.19) cvn /DEST pdfmark end - 115 4 a Black -Black Black Black 123 1054 a Fw(Index)p Black 123 1389 -a + 133 +-48 a Black Black Black Black 141 1002 a Fw(Index)p Black +141 1337 a SDict begin H.S end - 123 1389 a 123 1389 a + 141 1337 a 141 1337 a SDict begin 17.99446 H.A end - 123 1389 a 123 1389 a + 141 1337 a 141 1337 +a SDict begin [/View [/XYZ H.V]/Dest (section*.21) cvn /DEST pdfmark end - 123 1389 -a 100 x Fs(LaT)-7 b(eX)25 b(class)g(\002le,)p 0 TeXcolorgray -819 1489 a + 141 1337 a 100 x Fs(LaT)-7 b(eX)25 b(class)f(\002le,)p +0 TeXcolorgray 837 1437 a SDict begin H.S end - 819 1489 a 0 TeXcolorgray Fs(1)p 0 TeXcolorgray -869 1421 a + 837 1437 a 0 TeXcolorgray Fs(1)p +0 TeXcolorgray 887 1369 a SDict begin H.R end - 869 1421 a 869 1489 a + 887 1369 a 887 1437 a SDict begin [/Color [1 0 0]/H /I/Border [0 0 0]BorderArrayPatch/Subtype /Link/Dest (page.1) cvn H.B /ANN pdfmark end - 869 1489 a Black Black -Black Black Black eop end end + 887 1437 +a Black Black Black Black Black eop end end %%Trailer end