GithubHelp home page GithubHelp logo

camden-bock / maine-thesis Goto Github PK

View Code? Open in Web Editor NEW

This project forked from rpspringuel/maine-thesis

0.0 0.0 0.0 7.84 MB

A LaTeX class file for the typesetting of Masters and Doctorate Theses at the University of Maine.

License: LaTeX Project Public License v1.3c

TeX 100.00%

maine-thesis's Introduction

maine-thesis

A LaTeX class file for the typesetting of a Masters or Doctorate Thesis at the University of Maine (Orono, ME).

Installation

To install this class file simply copy or link maine-thesis.cls to your texmf tree. On Unix based systems one of the following commands should work:

cp maine-thesis.cls $(kpsewhich --var-value TEXMFHOME)

ln maine-thesis.cls $(kpsewhich --var-value TEXMFHOME)

On Windows machines the equivalent commands are:

for /f "usebackq tokens=*" %a in (`kpsewhich --var-value TEXMFHOME`) do copy maine-thesis.cls %a

for /f "usebackq tokens=*" %a in (`kpsewhich --var-value TEXMFHOME`) do mklink %a maine-thesis.cls

The advantage to linking over copying is that once you've set this up, you need only use git fetch to make updates, but you do have to keep your copy of the repository.

Repository inventory:

Besides the class file itself, this repository contains the following additional resources:

Documentation

The files in the Documentation folder serve both as the documentation for this class file and as an example of its use.

skeleton

The skeleton folder contains a basic document structure which you can use as a template for your own thesis.

Thesisguidelines.pdf

This is the latest copy of the official thesis guidelines published by the Graduate School at the University of Maine. The class file is intended to implement these guidelines as faithfully as possible. However, there have been instances where the Graduate School has modified their guidelines without updating this document. Unfortunately, you'll usually find out about these changes when the Graduate School asks for changes before accepting your thesis. If this happens to you, please let me know and I will update the class file accordingly.

Contributing

If you find a bug in the class file or something that it doesn't format correctly, please contact either by posting an issue here on GitHub or by emailing me. If emailing me please include maine-thesis in your subject line in order to avoid spam filters.

Also, when reporting a bug or something that needs to be changed a MWE that demonstrates the current unacceptable behavior and a picture or complete description of the desired result is really useful.

maine-thesis's People

Contributors

iannesbitt avatar markroyer avatar pmbean6 avatar rpspringuel 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.