📚 The CoCalc Library - books, templates and other resources
cocalc-examples / martinthoma-latex-examples / documents / citation-cleveref-abbreviations / Makefile
132935 viewsLicense: OTHER
SOURCE = citation-cleveref-abbreviations make: pdflatex $(SOURCE).tex -output-format=pdf pdflatex $(SOURCE).tex -output-format=pdf make clean clean: rm -rf $(TARGET) *.class *.html *.log *.aux *.out