Loading repository data…
Loading repository data…
compor / repository
University of Edinburgh Informatics thesis skeleton using markdown, pandoc and cmake
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
This is a skeleton directory for typesetting an example of a thesis following the School of Informatics, University of Edinburgh, stylistic criteria.
TeX Live (used by pandoc)cmake 2.8 and aboveTo build perform the following steps:
git clone --recursive https://github.com/compor/uoe-inf-thesis-skeleton.gitmkdir build && cd buildcmake [path to this source repo]source exports.sh && makeproduct/thesis.pdf with a PDF viewerThe exports.sh is required to set the TEXMFLOCAL environmental variable for the specific LaTeX classes and style
files used.