5 lines
184 B
Text
5 lines
184 B
Text
|
#!/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"
|