Added all the files.

Need to write a Makefile instead of ./comp.
This commit is contained in:
2025-02-18 21:37:00 -05:00
commit 424cd23e8f
6 changed files with 1750 additions and 0 deletions

6
comp Executable file
View File

@@ -0,0 +1,6 @@
#!/bin/sh
pdflatex $1.tex
bibtex $1
pdflatex $1.tex
pdflatex $1.tex