Thank you to anyone who has already donated - your generous donations helped make three months of treatment possible.
My brother Nate continues to fight stage IV Hodgkin's lymphoma. He's just 31, with a wife and baby girl. They have no active income (since he's been unable to return to work), no insurance, and cannot afford the treatment he needs. Nate and his family need your help. Please consider a donation, every dollar helps. Thanks.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 |
%--------------------------------------------------------------- % PhDthesis version 2 style file by Jakob Suckale, 2007 % based on CUEDthesis version 1 by Harish Bhanderi 2002 %--------------------------------------------------------------- %-------------------------- identification --------------------- %\NeedsTeXFormat{LaTeX2e} \ProvidesClass[2007/09/06 v2 PhD thesis class] %:-------------------------- report or book ----------------------- %If you want to use a Report style document then uncomment the following 3 lines and comment the below 8 book style lines: %\DeclareOption*{\PassOptionsToClass{\CurrentOption}{report}} %\ProcessOptions\relax %%\LoadClass[a4paper]{report} %\ifx\pdfoutput\undefined % \LoadClass[dvips, a4paper]{report} %\else % \LoadClass[pdftex, a4paper]{report} %\fi %%Bibliography %%uncomment next line to change bibliography name to references for Report document class %\renewcommand{\refname}{References} %If you want to use a Book style document then uncomment the following 3 lines and comment the above 8 report style lines: \DeclareOption* \ProcessOptions\relax \ifx\pdfoutput\undefined \LoadClass[dvips, a4paper] \else \LoadClass[pdftex, a4paper] \fi %:-------------------------- packages for fancy things ----------------------- \usepackage \usepackage \usepackage % for improved inclusion of graphics \usepackage % to include figure with text wrapping around it \usepackage[margin=10pt,font=small,labelfont=bf] % for improved layout of figure captions with extra margin, smaller font than text \usepackage % for better header layout \usepackage \usepackage[english] \usepackage[usenames, dvipsnames] \usepackage[perpage] %\usepackage[round, sort&compress, numbers, authoryear]{natbib} \usepackage \usepackage \usepackage % for pages with multiple text columns, e.g. References \setlength % space between columns; default 10pt quite narrow \usepackage[nottoc] % correct page numbers for bib in TOC, nottoc suppresses an entry for TOC itself %\usepackage{nextpage} \usepackage[] \usepackage \usepackage \usepackage \usepackage % Table float box with bottom caption, box width adjusted to content \newfloatcommand[][\FBwidth] %\captionsetup{ % justification=raggedright, % labelfont={color=Maroon,bf}, % font=small} \usepackage[avantgarde] \usepackage[calcwidth] \setkomafont %:-------------------------- packages for science --------------------------- \usepackage \usepackage[] %:-------------------------- Glossary/Abbrev./Symbols ----------------------- \usepackage[intoc] % load nomencl extension; include in TOC %\nomrefpage % to include page numbers after abbrevations \renewcommand % rename nomenclature \renewcommand[1] % make abbreviations bold \makenomenclature % used to be \makeglossary \newcommand % type "\g" to refer to glossary % used to be for sorting into categories: %\renewcommand\nomgroup[1]{% % \ifthenelse{\equal{#1}{A}}{% % \item[\textbf{Roman Symbols}] }{% A - Roman % \ifthenelse{\equal{#1}{G}}{% % \item[\textbf{Greek Symbols}]}{% G - Greek % \ifthenelse{\equal{#1}{R}}{% % \item[\textbf{Superscripts}]}{% R - Superscripts % \ifthenelse{\equal{#1}{S}}{% % \item[\textbf{Subscripts}]}{{% S - Subscripts % \ifthenelse{\equal{#1}{X}}{% % \item[\textbf{Other Symbols}]}{{% X - Other Symbols % \ifthenelse{\equal{#1}{Z}}{% % \item[\textbf{Acronyms}]}% Z - Acronyms % {{}}}}}}}}}} %:-------------------------- PDF/PS setup ----------------------- %if you use a macTeX 2008 or later, use the ifpdf package \usepackage %if you use an older version, uncomment these lines: %\newif \ifpdf % \ifx \pdfoutput \undefined % for running latex % \pdffalse % \else % for running pdflatex % \pdfoutput = 1 % positive value for a PDF output % otherwise a DVI % \pdftrue %\fi \ifpdf %--> %--> Google.com search "hyperref options" %--> %--> http://www.ai.mit.edu/lab/sysadmin/latex/documentation/latex/hyperref/manual.pdf %--> http://www.chemie.unibas.ch/~vogtp/LaTeX2PDFLaTeX.pdf %--> http://www.uni-giessen.de/partosch/eurotex99/ oberdiek/print/sli4a4col.pdf %--> http://me.in-berlin.de/~miwie/tex-refs/html/latex-packages.html %--> \usepackage[ pdftex, plainpages = false, pdfpagelabels, pdfpagelayout = useoutlines, bookmarks, bookmarksopen = true, bookmarksnumbered = true, breaklinks = true, linktocpage, pagebackref, colorlinks = false, % was true linkcolor = blue, urlcolor = blue, citecolor = red, anchorcolor = green, hyperindex = true, hyperfigures ] \DeclareGraphicsExtensions %GIF doesn't work?? \usepackage[pdftex] \pdfcompresslevel=9 \usepackage \pgfplotsset \graphicspath \else \usepackage[ dvips, bookmarks, bookmarksopen = true, bookmarksnumbered = true, breaklinks = true, linktocpage, pagebackref, colorlinks = true, linkcolor = blue, urlcolor = blue, citecolor = red, anchorcolor = green, hyperindex = true, hyperfigures ] \DeclareGraphicsExtensions \usepackage \usepackage \graphicspath \fi %:-------------------------- page layout ----------------------- %A4 settings \ifpdf \pdfpageheight=297mm \pdfpagewidth=210mm \else \setlength \setlength \fi \setlength \setlength %: Uncomment this secion for two-sided printing % ------------------------------ \setlength \setlength \setlength \setlength \setlength \setlength \setlength \setlength \setlength \setlength %: Uncomment this secion for one-sided printing % taken from the original file, but with the first two lanes modified % ------------------------------ %\setlength{\evensidemargin}{1.9cm} % was 1.96cm in original %\setlength{\oddsidemargin}{-0.001cm} % was -0.54cm in original file %\setlength{\topmargin}{1mm} %\setlength{\headheight}{1.36cm} %\setlength{\headsep}{1.00cm} %\setlength{\textheight}{20.84cm} %\setlength{\textwidth}{14.5cm} %\setlength{\marginparsep}{1mm} %\setlength{\marginparwidth}{3cm} %\setlength{\footskip}{2.36cm} %: section below defines fancy page layout options % ------------------------------ \pagestyle \renewcommand[1] \renewcommand[1] \fancyhf \fancyhead[RO] \fancyhead[LE] \fancyfoot[C] \renewcommand \renewcommand \addtolength \fancypagestyle %:-------------------------- title page layout ----------------------- % starts roman page numbering until chapter 1 % important to avoid two pages numbered 1 and 2 which may cause bad links % bug: cover i + back side ii and then numbering restarts with i; should be iii \renewcommand \newcommand % DECLARATIONS % These macros are used to declare arguments needed for the % construction of the title page and other preamble. % The year and term the degree will be officially conferred \def\degreedate#1 % The full (unabbreviated) name of the degree \def\degree#1 % The name of your college or department(eg. Trinity, Pembroke, Maths, Physics) \def\collegeordept#1 % The name of your University \def\university#1 % Defining the crest \def\crest#1 % Stating the city of birth for title page where needed; uncommented for use %\def\cityofbirth#1{\gdef\@cityofbirth{#1}} % These macros define an environment for front matter that is always % single column even in a double-column document. \newenvironment %define title page layout \renewcommand % page number for cover back side should have page number blanked %:-------------------------- front matter layout ----------------------- % DEDICATION % % The dedication environment makes sure the dedication gets its % own page and is set out in verse format. \newenvironment % ACKNOWLEDGEMENTS % % The acknowledgements environment puts a large, bold, centered % "Acknowledgements" label at the top of the page. The acknowledgements % themselves appear in a quote environment, i.e. tabbed in at both sides, and % on its own page. \newenvironment % The acknowledgementslong environment puts a large, bold, centered % "Acknowledgements" label at the top of the page. The acknowledgement itself % does not appears in a quote environment so you can get more in. \newenvironment %ABSTRACT % %The abstract environment puts a large, bold, centered "Abstract" label at %the top of the page. The abstract itself appears in a quote environment, %i.e. tabbed in at both sides, and on its own page. \newenvironment %The abstractlong environment puts a large, bold, centered "Abstract" label at %the top of the page. The abstract itself does not appears in a quote %environment so you can get more in. \newenvironment %The abstractseparate environment is for running of a page with the abstract %on including title and author etc as required to be handed in separately \newenvironment %Statement of originality if required \newenvironment %:-------------------------- page numbers: roman+arabic ----------------------- % ROMANPAGES % % The romanpages environment set the page numbering to lowercase roman one % for the contents and figures lists. It also resets % page-numbering for the remainder of the dissertation (arabic, starting at 1). %\newenvironment{romanpages} %{ % \setcounter{page}{1} % \renewcommand{\thepage}{\roman{page}} %} % close romanpage env't %:-------------------------my add %% this next section (till \makeatother) makes sure that blank pages %% are actually completely blank, cause they're not usually \makeatletter \def\cleardoublepage \makeatother |