Code Monkey home page Code Monkey logo

ohio-state-coe-dissertation-template's Introduction

Ohio State College of Engineering MS/PhD Dissertation Template

This an unofficial LaTeX template for help with writing MS theses and PhD dissertations at The Ohio State University. More importantly, this template extends the template available from Ted Pavlic's blog.

This template follows the rules prescribed by the Graduate School and College of Engineering. I (and hopefully others) have used this template for both my candidacy proposal and my dissertation, and it is up to date with the graduate school requirements as of August 2016. I am sharing this template since it might help other students, since no LaTeX template is available from the graduate school web pages as of August 2016. This template is not officially supported by The Ohio State University. I do not make claims about its conformity with the current requirements.

Directory structure

The following structure is suggested.

  • bib -- Bibliography files.
  • figs -- Place your figures here.
  • misc -- Miscellaneous.
  • src -- LaTeX files.
  • tmp (optional) -- You can redirect your output (*.aux, *.lot) to this directory.

Building the project

I have tested with TexLive distribution 2011 onward with latexmk and pdflatex.

To include references, create a symlink to the bib files under tmp:

ln -s bib/ref.bib tmp/ref.bib

You might need to change or pass the location of the bibliography file based on your environment and build system. So far, I have not been able to provide the bib path to latexmk more efficiently.

Notes

Adding figures

The figs directory is already setup, you can use the following template for including figures.

\begin{figure}
  \centering
  \includegraphics{chap1/xx}
  \caption{YY}
  \label{fig:zz}
\end{figure}

Contributions

Suggestions and pull requests are welcome.

ohio-state-coe-dissertation-template's People

Contributors

swarnendubiswas avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.