[TASK] Begin building basic structure.

This commit is contained in:
Jan Philipp Timme 2016-03-07 12:28:39 +01:00
parent 41caf3c12c
commit 65295f9d26
3 changed files with 16 additions and 2 deletions

2
.gitignore vendored
View File

@ -1,4 +1,6 @@
*.aux
*.bbl
*.blg
*.dvi
*.log
*.lot

View File

@ -19,7 +19,7 @@
(\textwidth,.4pt)
}{%
(\textwidth,.4pt)
{\pagemark\hfill Vorname Name}
{\pagemark\hfill Jan Philipp Timme}
{Version 0.1 vom \today \hfill \pagemark}
{Version 0.1 vom \today\hfill\pagemark}
}

View File

@ -1 +1,13 @@
# TODO
.PHONY: clean, render
NAME=Bachelorarbeit
render:
latex ${NAME}.tex
bibtex ${NAME}
latex ${NAME}.tex
latex ${NAME}.tex
clean:
rm -f *.aux *.bbl *.blg *.dvi *.log *.lot *.lof *.toc *.out
rm -f *.pdf