11 lines
171 B
Plaintext
11 lines
171 B
Plaintext
|
#!/bin/zsh
|
||
|
DEPENDENCIES+=()
|
||
|
REQUIRED_ENV+=()
|
||
|
|
||
|
use office/latex
|
||
|
|
||
|
CHECK_ENVIRONMENT
|
||
|
#####################################################################
|
||
|
|
||
|
LATEX__GET_PDF $@
|