initial commit

This commit is contained in:
Nareshkumar Rao
2021-11-04 23:53:09 +01:00
commit 1137f6d3e8
13 changed files with 465 additions and 0 deletions

14
Makefile Normal file
View File

@ -0,0 +1,14 @@
PDF_CMD=pdflatex -synctex=1 -interaction=nonstopmode
BIB_CMD=bibtex
all: Main.pdf
Main.pdf: clean
$(PDF_CMD) Main.tex
$(BIB_CMD) Main.aux
$(PDF_CMD) Main.tex
$(PDF_CMD) Main.tex
clean:
rm -f *.ps *.dvi *.aux *.toc *.idx *.ind *.ilg *.log *.out *.brf *.blg *.bbl Main.pdf