%%% munthesis.sty %%% Shannon Patrick Sullivan %%% 7th January 2010 %%% A style file for thesis documents at Memorial University of %%% Newfoundland \typeout{munthesis.sty ... Shannon Patrick Sullivan, Memorial University of Newfoundland, January 2010} % Packages \usepackage{latexsym, amsmath, amsfonts, amssymb} \usepackage{epic, curves, fullpict} \usepackage{fancyhdr} \usepackage{graphicx, float, lgrind} \usepackage{cite} \usepackage[mathscr]{eucal} \usepackage{multirow} % Margins dictated by the School of Graduate Studies \setlength{\hoffset}{0in} \setlength{\voffset}{0in} \setlength{\oddsidemargin}{0.5in} \setlength{\topmargin}{0.25in} \setlength{\headheight}{0.17in} \setlength{\headsep}{0.28in} \setlength{\textheight}{7.55in} \setlength{\textwidth}{6in} \setlength{\marginparsep}{0in} \setlength{\marginparwidth}{0in} \setlength{\footskip}{0.5in} \pagestyle{fancyplain} % Set up headers \renewcommand{\chaptermark}[1]% {\markboth{#1}{#1}} \renewcommand{\sectionmark}[1]% {\markright{\thesection\ #1}} \lhead{\fancyplain{}{\sc \rightmark}} \rhead{\fancyplain{}{\bfseries\thepage}} \cfoot{} \setlength{\headwidth}{\textwidth} \renewcommand{\footrulewidth}{0.4pt} % Space lines properly \renewcommand{\baselinestretch}{2} % Give the Table of Contents its proper name \renewcommand{\contentsname}{Table of Contents} % Set up numberings and theorem environments \newtheorem{tpcl}{Tpcl}[chapter] \newtheorem{defn}[tpcl]{Definition} \newtheorem{thm}[tpcl]{Theorem} \renewcommand{\thesection}{\thechapter.\arabic{section}} % Shortcuts \newcommand{\di}{\displaystyle}