Giter Site home page Giter Site logo

buckeyedm / ohio-state-coe-dissertation-template Goto Github PK

View Code? Open in Web Editor NEW

This project forked from swarnendubiswas/ohio-state-coe-dissertation-template

0.0 2.0 0.0 46 KB

LaTeX template for help with writing CSE dissertation at Ohio State University

Makefile 1.24% TeX 98.76%

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. This template derives follows the rules prescribed by the Graduate School and College of Engineering. More importantly, this template extends the template available from [Ted Pavlic's blog] (http://phaseportrait.blogspot.com/2011/02/updated-latex-document-class-for-ohio.html).

This template is neither officially supported nor provided by The Ohio State University.

I 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.

Directory structure

The following structure is suggested.

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

Building the project

I have tested with TexLive distribution 2011 onward with

  • latexmk
  • 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

You can use the following template which shows how your figs directory structure is already setup.

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

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.