#!/bin/bash

#echo "This will make temes.html and all activities.html"
#echo "continue? return=yes or break with ctrl-c"
#read

echo "Starting in mates1-21"
pdflatex temes-llenguatge.tex  > /dev/null 2>/dev/null
echo " now html ing"
htlatex  temes-llenguatge.tex
#> /dev/null 2>/dev/null

# echo " now making objectius"
# python2 extractObjectius.py > objectius.tex
# pdflatex objectius.tex   > /dev/null 2>/dev/null
# pdflatex objectius.tex   > /dev/null 2>/dev/null
# htlatex objectius.tex   > /dev/null 2>/dev/null

