Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

📚 The CoCalc Library - books, templates and other resources

132935 views
License: OTHER
SOURCE = bachelor-proposal
make:
	pdflatex $(SOURCE).tex -output-format=pdf
	bibtex $(SOURCE)
	pdflatex $(SOURCE).tex -output-format=pdf # Referenzen einbinden
	pdflatex $(SOURCE).tex -output-format=pdf # Referenzen einbinden
	make clean

clean:
	rm -rf  $(TARGET) *.class *.html *.log *.aux *.out *.bcf *.bbl *.blg