Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -4,22 +4,22 @@ hws: hw1 hw2 hw3
dops: dop1 dop2 dop3

hw1:
pdflatex -file-line-error -interaction=nonstopmode -synctex=1 -output-format=pdf --shell-escape mse2024-fp1-hw-01.tex
pdflatex -file-line-error -interaction=nonstopmode -synctex=1 -output-format=pdf --shell-escape mse-fp1-hw-01.tex

hw2:
pdflatex -file-line-error -interaction=nonstopmode -synctex=1 -output-format=pdf --shell-escape mse2024-fp1-hw-02.tex
pdflatex -file-line-error -interaction=nonstopmode -synctex=1 -output-format=pdf --shell-escape mse-fp1-hw-02.tex

hw3:
pdflatex -file-line-error -interaction=nonstopmode -synctex=1 -output-format=pdf --shell-escape mse2024-fp1-hw-02.tex
pdflatex -file-line-error -interaction=nonstopmode -synctex=1 -output-format=pdf --shell-escape mse-fp1-hw-02.tex

dop1:
pdflatex -file-line-error -interaction=nonstopmode -synctex=1 -output-format=pdf --shell-escape mse2024-fp1-dop-01.tex
pdflatex -file-line-error -interaction=nonstopmode -synctex=1 -output-format=pdf --shell-escape mse-fp1-dop-01.tex

dop2:
pdflatex -file-line-error -interaction=nonstopmode -synctex=1 -output-format=pdf --shell-escape mse2024-fp1-dop-02.tex
pdflatex -file-line-error -interaction=nonstopmode -synctex=1 -output-format=pdf --shell-escape mse-fp1-dop-02.tex

dop3:
pdflatex -file-line-error -interaction=nonstopmode -synctex=1 -output-format=pdf --shell-escape mse2024-fp1-dop-03.tex
pdflatex -file-line-error -interaction=nonstopmode -synctex=1 -output-format=pdf --shell-escape mse-fp1-dop-03.tex

clean:
rm -f *.aux *.log *.out *.pdf *.synctex.gz
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.