Ignore:
Timestamp:
Apr 2, 2023, 7:58:34 AM (15 months ago)
Author:
caparsons <caparson@…>
Branches:
ADT, ast-experimental, master
Children:
1e6cecb
Parents:
75bd041
Message:

updated style to remove some 800-lb gorilla macros

File:
1 edited

Legend:

Unmodified
Added
Removed
  • doc/theses/colby_parsons_MMAth/thesis.tex

    r75bd041 r3c17a10  
    1414
    1515% Latex packages used in the document.
    16 \usepackage[T1]{fontenc}                                        % allow Latin1 (extended ASCII) characters
    17 \usepackage{textcomp}
    18 \usepackage[latin1]{inputenc}
    19 \usepackage{fullpage,times,comment}
    2016\usepackage{epic,eepic}
    21 \usepackage{upquote}                                            % switch curled `'" to straight
    2217\usepackage{dirtytalk}
    23 \usepackage{calc}
    2418\usepackage{xspace}
    25 % \usepackage[labelformat=simple]{subfig}
    26 % \renewcommand{\thesubfigure}{(\alph{subfigure})}
    2719\usepackage{subcaption}
    28 % \usepackage{subfigure}
    2920\usepackage{graphicx}
    3021\usepackage{tabularx}
    31 \usepackage{multicol}
    3222\usepackage[acronym]{glossaries}
    33 \usepackage{varioref}
    3423\usepackage{listings}                                           % format program code
    3524\usepackage[flushmargin]{footmisc}                              % support label/reference in footnote
    36 \usepackage{latexsym}                                           % \Box glyph
    3725\usepackage{mathptmx}                                           % better math font with "times"
    3826\usepackage[usenames]{color}
     
    4129\usepackage{fancyhdr}
    4230\usepackage{float}
    43 \usepackage{siunitx}
    44 \sisetup{ binary-units=true }
    4531\input{style}                                                   % bespoke macros used in the document
    46 \usepackage{url}
    4732\usepackage[dvips,plainpages=false,pdfpagelabels,pdfpagemode=UseNone,colorlinks=true,pagebackref=true,linkcolor=blue,citecolor=blue,urlcolor=blue,pagebackref=true,breaklinks=true]{hyperref}
    48 \usepackage{breakurl}
    4933\urlstyle{rm}
     34% \usepackage{breakurl} % used to avoid line breaks inside urls -> uncomment later if needed
    5035
    5136\usepackage{tikz}
    5237\def\checkmark{\tikz\fill[scale=0.4](0,.35) -- (.25,0) -- (1,.7) -- (.25,.15) -- cycle;}
    5338
    54 \setlength{\topmargin}{-0.45in}                         % move running title into header
     39% Setting up the page margins...
     40\setlength{\textheight}{9in}
     41\setlength{\topmargin}{-0.45in}
    5542\setlength{\headsep}{0.25in}
     43% uWaterloo thesis requirements specify a minimum of 1 inch (72pt) margin at the
     44% top, bottom, and outside page edges and a 1.125 in. (81pt) gutter margin (on binding side).
     45% While this is not an issue for electronic viewing, a PDF may be printed, and so we have the same page layout for both printed and electronic versions, we leave the gutter margin in.
     46% Set margins to minimum permitted by uWaterloo thesis regulations:
     47\setlength{\marginparwidth}{0pt} % width of margin notes
     48% N.B. If margin notes are used, you must adjust \textwidth, \marginparwidth
     49% and \marginparsep so that the space left between the margin notes and page
     50% edge is less than 15 mm (0.6 in.)
     51\setlength{\marginparsep}{0pt} % width of space between body text and margin notes
     52\setlength{\evensidemargin}{0.125in} % Adds 1/8 in. to binding side of all
     53% even-numbered pages when the "twoside" printing option is selected
     54\setlength{\oddsidemargin}{0.125in} % Adds 1/8 in. to the left of all pages when "oneside" printing is selected, and to the left of all odd-numbered pages when "twoside" printing is selected
     55\setlength{\textwidth}{6.375in} % assuming US letter paper (8.5 in. x 11 in.) and side margins as above
     56\raggedbottom
     57
     58% The following statement specifies the amount of space between paragraphs. Other reasonable specifications are \bigskipamount and \smallskipamount.
     59\setlength{\parskip}{\medskipamount}
    5660
    5761\newsavebox{\myboxA}                                    % used with subfigure
Note: See TracChangeset for help on using the changeset viewer.