4 lines
184 B
Bash
Executable file
4 lines
184 B
Bash
Executable file
#!/bin/sh
|
|
|
|
namewithouttex=`basename $1 \.tex`
|
|
xelatex -output-driver="xdvipdfmx -V 5 -z 9 -E -v -o ${namewithouttex}.pdf #" "\def\version{couleur} \input $1.tex bocal.cls journal.cls"
|