| @@ -123,7 +123,7 @@ for format in ${formats}; do | |||
| fi | |||
| elif [[ "${format}" == "html" ]]; then | |||
| template_file="${template}.html" | |||
| flags="${flags} --mathjax" | |||
| flags="${flags} --katex" | |||
| else | |||
| template_file="${template}.${format}" | |||
| fi | |||
| @@ -0,0 +1 @@ | |||
| rsync -avz --progress nafems4.html seamplex.com:/home/admin/discostu/jimbo/docs/nafems4 | |||