Skip to content
This repository was archived by the owner on Jan 4, 2024. It is now read-only.

Commit 2881bf6

Browse files
committed
rename everything
1 parent bae19b7 commit 2881bf6

File tree

135 files changed

+73
-85
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

135 files changed

+73
-85
lines changed

.gitignore

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ analysis/graphs/
2828
# *.pdf
2929

3030
## Generated if empty string is given at "Please type another file name for output:"
31-
thesis/thesis.pdf
32-
presentation/presentation.pdf
33-
presentation/presentation-handout.pdf
31+
thesis.pdf
32+
presentation.pdf
33+
presentation-handout.pdf
3434

3535
## Bibliography auxiliary files (bibtex/biblatex/biber):
3636
*.bbl
File renamed without changes.

.travis.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,15 @@ services:
33
- docker
44
script:
55
- docker pull dxjoke/tectonic-docker
6-
- docker run --mount src=$TRAVIS_BUILD_DIR/thesis,target=/usr/src/tex,type=bind dxjoke/tectonic-docker tectonic --keep-intermediates --reruns 10 thesis.tex
7-
- docker run --mount src=$TRAVIS_BUILD_DIR/presentation,target=/usr/src/tex,type=bind dxjoke/tectonic-docker tectonic --keep-intermediates presentation.tex
8-
- docker run --mount src=$TRAVIS_BUILD_DIR/presentation,target=/usr/src/tex,type=bind dxjoke/tectonic-docker tectonic --keep-intermediates presentation-handout.tex
6+
- docker run --mount src=$TRAVIS_BUILD_DIR,target=/usr/src/tex,type=bind dxjoke/tectonic-docker /bin/sh -c "tectonic --keep-intermediates --reruns 10 thesis.tex; tectonic --keep-intermediates presentation.tex; tectonic --keep-intermediates presentation-handout.tex"
97
deploy:
108
provider: releases
119
api_key:
1210
secure: 689LcVKDu5UceNyR2ekTh1uCKdnlYUW8VwvSt/LwlYY1eIYzbR66klajKotRfto6M0xFu4Zo4gl46TA7AQQPHJPeHB8kVfPZ3kbCBqrvV9LiFjupSpGmvNbZkyhiWtgCdP6v728Gb5HryXGhm1uDCznqrIp6A4URw77ih3xS3STg3zO2MMRr8u9zO3GQXHcQ6NYOl77WbV6Uj6Eivpb5JGTM4UjPLZ0T8Vgc3kw4CmBP+ERVXXRqhFbhXfYh7TBDh2KLC9cESlciHSkQIZvjlY4dGdQch0BXIvc+WDwfyEVGTws5qEhV9RUvjJbM6BuFIi4gW7aORurv3e027Wt9O6ED27aZYtl+LUVsnh4FjoeGHjrvpGPZ4tB/lVqqz73rzpzz2q3V8hngv9roFIZGJ/qgECXl1oC14HyhmlyyHAm0yqOHCy5IEOJ2bRuFbIMCFAVEQpASGnU1H7Ss0MZPhXcaD2K8O9v0xum0yL7KK3ld71zpZjr9PJgC5LGiEmSyBZPVnjM1/uXw+E1BNis4uB93E32cfIQMYLfjY3bNux9h0XVelgTFw5cWGM1Lf8g+drzg9ntqv90psl7T/BZ0LvAsHjQYoDKORVOwM+SerrhiyapoJcFgSv8PlOmXaPFcqWAQTQdxZhsdcUxwcoietuj+ZrzhUnwfPH/SzSufFhY=
1311
file:
14-
- thesis/thesis.pdf
15-
- presentation/presentation.pdf
16-
- presentation/presentation-handout.pdf
12+
- thesis.pdf
13+
- presentation.pdf
14+
- presentation-handout.pdf
1715
skip_cleanup: true
1816
on:
1917
repo: mrdavidkovacs/MasterThesis
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
% \setbeamercovered{transparent} % don't hide strip-teased bullet points
1212

13-
\logo{\includegraphics[width=2cm]{fhwn-logo.png}}
13+
\logo{\includegraphics[width=2cm]{images/fhwn-logo.png}}
1414

1515
\mode
1616
<all>

0 commit comments

Comments
 (0)