#!/bin/sh # tei2pdf.sh - convert a tei file to fo and then pdf # Eric Lease Morgan # June 28, 2007 - first cut cd /var/www/html/main/musings/oss-and-xml/etexts xsltproc etc/tei2fo.xsl tei/$1.xml > fo/$1.fo /usr/local/fop-0.20.5/fop.sh fo/$1.fo pdf/$1.pdf