You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 

11 lines
255 B

folder="00_contributions/FINAL/layout/"
header="${folder}00_header.tex"
footer="${folder}08_footer.tex"
file="${folder}00_cover.tex"
tmpfile="${file##*/}"
rm $tmpfile
cat $header >> $tmpfile
cat $file >> $tmpfile
cat $footer >> $tmpfile
xelatex $tmpfile