diff options
-rw-r--r-- | Makefile | 4 | ||||
-rw-r--r-- | thesis.sty (renamed from hsw.sty) | 2 |
2 files changed, 3 insertions, 3 deletions
@@ -16,8 +16,8 @@ all: projekt_doku.pdf #.asciidoc.tex: # asciidoc --backend=latex $< -projekt_doku.pdf: projekt_doku.asciidoc hsw.sty - a2x.py -f pdf --dblatex-opts="-p thesis.xsl -s hsw.sty -b xetex" $< +projekt_doku.pdf: projekt_doku.asciidoc thesis.xsl thesis.sty + a2x.py -f pdf --dblatex-opts="-p thesis.xsl -s thesis.sty -b xetex" $< .PHONY: pluggit pluggit: @@ -1,5 +1,5 @@ \NeedsTeXFormat{LaTeX2e} -\ProvidesPackage{hsw}[2013/01/14 HSW Style] +\ProvidesPackage{thesis}[2013/01/15 HSW EuI Thesis-Style] \RequirePackageWithOptions{docbook} \usepackage[doublespacing]{setspace} |