summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBenjamin Franzke <benjaminfranzke@googlemail.com>2013-01-15 14:31:56 +0100
committerBenjamin Franzke <benjaminfranzke@googlemail.com>2013-01-15 14:33:12 +0100
commit0b6914e087cb6c1f0476315e2a13d222bd19f3f8 (patch)
tree61041a008a1067f5de61391163cbb906ae51337b
parent2ad263e5943d6a897557aa4bf2e75d98b62e1a46 (diff)
downloadmmswe-0b6914e087cb6c1f0476315e2a13d222bd19f3f8.tar.gz
mmswe-0b6914e087cb6c1f0476315e2a13d222bd19f3f8.tar.bz2
mmswe-0b6914e087cb6c1f0476315e2a13d222bd19f3f8.zip
Rename hsw.sty to thesis.sty
-rw-r--r--Makefile4
-rw-r--r--thesis.sty (renamed from hsw.sty)2
2 files changed, 3 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index 697eca2..47b74cf 100644
--- a/Makefile
+++ b/Makefile
@@ -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:
diff --git a/hsw.sty b/thesis.sty
index a859fff..eae7d6d 100644
--- a/hsw.sty
+++ b/thesis.sty
@@ -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}