Giter VIP home page Giter VIP logo

dissertation's Introduction

dissertation

PhD dissertation files in Latex, makefiles, and pertinent thesis data.

The page with thesis formatting guidelines: http://grad.berkeley.edu/academic-progress/thesis/

I got the basic .cls file and latex documents from here: https://math.berkeley.edu/~vojta/tex/ucbthesis-phd.html

I've committed a general Makefile that will auto compile various things related to this thesis. To keep things clean, I put all of the extra files created by latex in a folder called ./compile/.

  • Make clean will delete all of the old .aux files.
  • Make all will build the thesis in its entirety.

Other makefile options:

  • Make intro will make the introduction chapter. This is also available with all of the main body chapters in the dissertation. I have not modified the makefile to only make the appendices
    • Requirements:
      • ghostscript -- the pdfsplit.sh file uses ghostscript to separate out the body of the chapter from the front and back matter of the dissertation. You can see if you have ghostscript by entering which gs on the command line.
      • pdfinfo -- this tool i use to get the page count of the intermediate pdf created in the chapter generation. Without this tool you'll have to more extensively modify the makefile to separate out the chapter from the front and back matter.
      • setting front_length and back_length variables in the Makefile. Because each dissertation will vary in the length of their bibliography and frontmatter pagination, these are hard set in the Makefile. You'll have to have knowledge of the pagination of each of these sections, and they'll be used to compute the page range of the chapter once the intermediate pdf is created.

In progress:

  • Make outline will generate just a table of contents for the thesis

dissertation's People

Contributors

munkm avatar

Stargazers

Kelly L. Rowland avatar

Watchers

 avatar

Forkers

rachelslaybaugh

dissertation's Issues

test

this is a test for thesis editing

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.