4 lines
75 B
Bash
4 lines
75 B
Bash
|
#!/bin/bash
|
||
|
|
||
|
latexmk -pdf ./main.tex && latexmk -pdf -c && mv main.pdf $1
|