Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
Download

📚 The CoCalc Library - books, templates and other resources

132928 views
License: OTHER
all:	once

once: 	
	pdflatex -halt-on-error *.tex > /dev/null
	
alert: 	
	pdflatex -halt-on-error *.tex
	
clean: 
	rm *.log *.nlo *.idx *.synctex* *.aux *.toc *.out