osuthesis.sty LaTeX .sty file for Ohio State University Dissertations & Theses (c) Jon Dehdari, 2008-2010 The osuthesis.sty file may be used under the terms of the free LaTeX Project Public License (www.latex-project.org/lppl.txt). Todo: multiparagraph acks Make sure the first few lines of your .tex file look like: \documentclass[11pt,letter,oneside]{book} \usepackage{osuthesis} \usepackage{natbib} %optional \author{Bob Smith} \title{The Title goes here} \papertype{Dissertation} \degree{Doctor of Philosophy} \dept{Underwater Basketweaving} \committeechair{Isaac Newton} \committeemembera{Albert Einstein} \committeememberb{Foo Smith} %\committeememberc{Foo Smith} %\committeememberd{Foo Smith} \abstract{ This is the abstract. } \ack{ Stuff } \vita{ Stuff } \publications{ Stuff } \studyfields{ Stuff } \begin{document} \frontmatter \chapter{Introduction} Stuff %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% See also: http://www.gradsch.ohio-state.edu/Depo/PDF/Guidelines.pdf http://www.gradsch.ohio-state.edu/Depo/PDF/GuidelinesSamplePages.pdf