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.
 
 
 
 
 
 

8 lines
244 B

make4ht -usm final -c config -d html --build-file build.mk4 index.tex "fn-in"
cp style.css html/
cp index.css html/
rm -f *.4ct *.4tc *.lg *.log *.dvi *.idv *.tmp *.toc *.xref *.html
cd html/
sed -i -e '/bibliography1/d' index.html
cd ..
exit