This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/usr/bin/python2 | |
# Copyright (C) 2016 Sixten Bergman | |
# License WTFPL | |
# | |
# This program is free software. It comes without any warranty, to the extent | |
# permitted by applicable law. | |
# You can redistribute it and/or modify it under the terms of the Do What The | |
# Fuck You Want To Public License, Version 2, as published by Sam Hocevar. See |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
% Included after body of thesis. | |
% Back Matter | |
% | |
% \backmatter | |
% \appendixpage | |
% Bibliography | |
\bibliographystyle{\bibliostyle} | |
\bibliocommand |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\RequirePackage[debrief,save]{silence} | |
% %silence filters. I use this with a custom script to pretty-print missing refs. | |
%\WarningFilter*{latex}{Citation `\@citeb' on page \thepage \space undefined} | |
\WarningFilter*{natbib}{Citation `\@citeb' on page \thepage \space undefined} | |
\WarningFilter*{latex}{Label}% `\@thelabel' multiply defined.} | |
\WarningFilter*{latex}{Reference}% `sec:ASK' on page \thepage undefined} | |
\documentclass[10pt,oneside]{ut-thesis} %draft | |
\usepackage{etex} | |
\makeindex |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Please note that this gist applies to EPD version 7.0 and 7.1. EPD 7.1 includes ETS | |
but not completely on OSX x64. Furthermore a patch has been submitted for inclusion | |
in virtualenv that should resolve the virtualenv issue. | |
The notes below were compiled for 7.0 and will need to be replaced with corresponding | |
7.1 paths. | |
https://github.com/satra/virtualenv/tree/fix/EPDpatch |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# assume the following directory structure where contents of doc/ | |
# and source/ are already checked into repo., with the exception | |
# of the _build directory (i,e. you can check in _themes or _sources | |
# or whatever else). | |
# | |
# proj/ | |
# source/ | |
# doc/ | |
# remove doc/_build/html if present |