/uoe-inf-thesis-skeleton

University of Edinburgh Informatics thesis skeleton using markdown, pandoc and cmake

Primary LanguageTeXMIT LicenseMIT

University of Edinburgh Informatics thesis template

Introduction

This is a skeleton directory for typesetting an example of a thesis following the School of Informatics, University of Edinburgh, stylistic criteria.

Build status

Build Status

Requirements

Building

To build perform the following steps:

  • git clone --recursive https://github.com/compor/uoe-inf-thesis-skeleton.git
  • mkdir build && cd build
  • cmake [path to this source repo]
  • source exports.sh && make
  • open product/thesis.pdf with a PDF viewer

The exports.sh is required to set the TEXMFLOCAL environmental variable for the specific LaTeX classes and style files used.

Credits

  • Daniel for providing the UoE Informatics latex and class files online
  • Tom for providing his more comprehensive template. Please follow the instructions in this page to provide appropriate credit.
  • pandocology