rake task to compile report
This commit is contained in:
parent
db701f3a5b
commit
b3a4ae63f2
7
Rakefile
7
Rakefile
@ -7,3 +7,10 @@ task :test do
|
|||||||
end
|
end
|
||||||
sh "rspec spec"
|
sh "rspec spec"
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
||||||
|
task :report do
|
||||||
|
Dir.chdir("report") do
|
||||||
|
sh "latexmk -pdf -pvc report.tex"
|
||||||
|
end
|
||||||
|
end
|
||||||
|
@ -26,5 +26,4 @@
|
|||||||
\title{LCTP – Abschlussaufgabe Chef \\ Wintersemester 2013 / 2014}
|
\title{LCTP – Abschlussaufgabe Chef \\ Wintersemester 2013 / 2014}
|
||||||
|
|
||||||
\begin{document}
|
\begin{document}
|
||||||
|
|
||||||
\end{document}
|
\end{document}
|
||||||
|
Loading…
Reference in New Issue
Block a user