Skip to content

VincentVandalon/ModularLatexThesis

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

ModularLatexThesis

This projects entails a structure to compile complex LaTeX documents consisting of:

  1. Several self-supporting sub-documents
  2. A master file consisting of these self-supporting documents.

such that it is possible to:

  • Compile just 1 of the sub-documents
  • Compile all of the sub-documents
  • Compile the master document

with the least amount of manual effort. This project started since I needed an efficient way to compile my PhD thesis, while makelatex did not seem to offer the freedom I needed.

Note that this supports parallel compilation for the sub-documents, so run make -j all to save a lot of time!

My dissertation style

I have also included the configuration I used for my dissertation; feel free to use this code if you want to!

About

Latex framework including Makefile for writing a PhD dissertation with multi threading support

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published