diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..a12d0cb --- /dev/null +++ b/.travis.yml @@ -0,0 +1,6 @@ +script: ./scripts/build.command +install: + - sudo apt-get update -qq + - sudo cp -r fonts/* /usr/local/share/fonts/ + - sudo fc-cache -f -v + - sudo apt-get install texlive-full diff --git a/README.md b/README.md index ecdece8..3594d21 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -# Dissertate: a LaTeX dissertation template +# Dissertate: a LaTeX dissertation template [![Build Status](https://travis-ci.org/suchow/Dissertate.svg?branch=master)](https://travis-ci.org/suchow/Dissertate) + This package provides all the files needed to support the production and typesetting of a PhD dissertation at Harvard, Princeton, and NYU, though it can easily be adapted to meet the requirements of other schools. The format and styling is based closely on the requirements published by each university's registrar. diff --git a/fonts/Source Code Pro/SourceCodePro-Black.ttf b/fonts/Source Code Pro/SourceCodePro-Black.ttf new file mode 100644 index 0000000..ea73e60 Binary files /dev/null and b/fonts/Source Code Pro/SourceCodePro-Black.ttf differ diff --git a/fonts/Source Code Pro/SourceCodePro-Black.ttf.woff b/fonts/Source Code Pro/SourceCodePro-Black.ttf.woff deleted file mode 100644 index a140f3d..0000000 Binary files a/fonts/Source Code Pro/SourceCodePro-Black.ttf.woff and /dev/null differ diff --git a/fonts/Source Code Pro/SourceCodePro-Bold.ttf b/fonts/Source Code Pro/SourceCodePro-Bold.ttf new file mode 100644 index 0000000..a56f1fa Binary files /dev/null and b/fonts/Source Code Pro/SourceCodePro-Bold.ttf differ diff --git a/fonts/Source Code Pro/SourceCodePro-Bold.ttf.woff b/fonts/Source Code Pro/SourceCodePro-Bold.ttf.woff deleted file mode 100644 index 6881a3f..0000000 Binary files a/fonts/Source Code Pro/SourceCodePro-Bold.ttf.woff and /dev/null differ diff --git a/fonts/Source Code Pro/SourceCodePro-ExtraLight.ttf b/fonts/Source Code Pro/SourceCodePro-ExtraLight.ttf new file mode 100644 index 0000000..f409b71 Binary files /dev/null and b/fonts/Source Code Pro/SourceCodePro-ExtraLight.ttf differ diff --git a/fonts/Source Code Pro/SourceCodePro-ExtraLight.ttf.woff b/fonts/Source Code Pro/SourceCodePro-ExtraLight.ttf.woff deleted file mode 100644 index 3daa971..0000000 Binary files a/fonts/Source Code Pro/SourceCodePro-ExtraLight.ttf.woff and /dev/null differ diff --git a/fonts/Source Code Pro/SourceCodePro-Light.ttf b/fonts/Source Code Pro/SourceCodePro-Light.ttf new file mode 100644 index 0000000..51eb963 Binary files /dev/null and b/fonts/Source Code Pro/SourceCodePro-Light.ttf differ diff --git a/fonts/Source Code Pro/SourceCodePro-Light.ttf.woff b/fonts/Source Code Pro/SourceCodePro-Light.ttf.woff deleted file mode 100644 index 6638c04..0000000 Binary files a/fonts/Source Code Pro/SourceCodePro-Light.ttf.woff and /dev/null differ diff --git a/fonts/Source Code Pro/SourceCodePro-Medium.ttf b/fonts/Source Code Pro/SourceCodePro-Medium.ttf new file mode 100644 index 0000000..1ee45eb Binary files /dev/null and b/fonts/Source Code Pro/SourceCodePro-Medium.ttf differ diff --git a/fonts/Source Code Pro/SourceCodePro-Medium.ttf.woff b/fonts/Source Code Pro/SourceCodePro-Medium.ttf.woff deleted file mode 100644 index d479360..0000000 Binary files a/fonts/Source Code Pro/SourceCodePro-Medium.ttf.woff and /dev/null differ diff --git a/fonts/Source Code Pro/SourceCodePro-Regular.ttf b/fonts/Source Code Pro/SourceCodePro-Regular.ttf new file mode 100644 index 0000000..b2cff92 Binary files /dev/null and b/fonts/Source Code Pro/SourceCodePro-Regular.ttf differ diff --git a/fonts/Source Code Pro/SourceCodePro-Regular.ttf.woff b/fonts/Source Code Pro/SourceCodePro-Regular.ttf.woff deleted file mode 100644 index 5576670..0000000 Binary files a/fonts/Source Code Pro/SourceCodePro-Regular.ttf.woff and /dev/null differ diff --git a/fonts/Source Code Pro/SourceCodePro-Semibold.ttf b/fonts/Source Code Pro/SourceCodePro-Semibold.ttf new file mode 100644 index 0000000..b425f9c Binary files /dev/null and b/fonts/Source Code Pro/SourceCodePro-Semibold.ttf differ diff --git a/fonts/Source Code Pro/SourceCodePro-Semibold.ttf.woff b/fonts/Source Code Pro/SourceCodePro-Semibold.ttf.woff deleted file mode 100644 index ca972a1..0000000 Binary files a/fonts/Source Code Pro/SourceCodePro-Semibold.ttf.woff and /dev/null differ