# Generate all formats for type in text ps pdf html; do lyx -e $type facture-000.lyx done # Generate facture-000.png newer facture-000.ps facture-000.png &&\ pstoimg -antialias -aaliastext -density 72 -type png facture-000.ps # Clean rm WARNINGS facture-000.log facture-000.lyx~ facture-000.tex.dep if test X`hostname` = X"louloutte"; then sh .index.memo; fi