-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from SERG-Delft/use-root-directory
Use root directory to remove binary files from repository
- Loading branch information
Showing
35 changed files
with
58 additions
and
40 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
build/ |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
sudo: required | ||
dist: trusty | ||
before_install: | ||
- sudo apt-get -qq update | ||
- sudo apt-get install -y --no-install-recommends latexmk texlive-fonts-recommended texlive-latex-extra texlive-fonts-extra dvipng texlive-latex-recommended texlive-science | ||
script: make |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# File: Makefile | ||
SHELL = /bin/bash | ||
PROJECT = thesis | ||
|
||
.PHONY = all clean | ||
|
||
.PRECIOUS: $(PROJECT).ps | ||
|
||
all: pdf | ||
|
||
pdf: $(PROJECT).pdf | ||
|
||
%.pdf: %.tex Makefile *.tex *.sty | ||
latexmk -bibtex -pdf -interaction=nonstopmode -halt-on-error -outdir=build $(<) | ||
|
||
force: | ||
$(MAKE) -W $(PROJECT).tex |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# Official SERG-Delft template master thesis | ||
|
||
This repository hosts the source code for the official LateX template for a master thesis at SERG-Delft. | ||
|
||
We reccomend you read and follow suggestions from the [LaTeX advice guide](https://github.com/dspinellis/latex-advice). | ||
|
||
## Import for ShareLatex | ||
|
||
If you would like to import this template into ShareLatex, perform the following steps: | ||
|
||
1. Click the green "Clone or download"-button in the top-right corner of https://github.com/SERG-Delft/thesis-template | ||
1. Click "Download ZIP" | ||
1. Log in on https://www.sharelatex.com | ||
1. Click "New Project" in the top-left corner of https://www.sharelatex.com/project | ||
1. Click "Upload Project" | ||
1. Click "Select a .zip file" | ||
1. Select the ZIP you just downloaded | ||
|
||
**:warning: Important! :warning:** | ||
|
||
ShareLatex does not parse the `*.ps` files in `img/`. | ||
These files should therefore be manually uploaded to the ShareLatex project to have a non-erroring build. | ||
|
||
## Build instructions | ||
|
||
If you would like to build this project on your local machine, ensure that `texlive-full` is installed. | ||
You can follow the instructions on https://www.tug.org/texlive/quickinstall.html but the TLDR for Debian-based systems is: | ||
|
||
```bash | ||
sudo apt-get install texlive-full | ||
sudo apt-get install latexmk | ||
``` | ||
|
||
Then run `make` and the project should build. |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
File renamed without changes.
File renamed without changes.