#!/bin/sh

sed -e 's/'left/'w/g'  -e 's/'right/'e/g' \
    -e "s/'normal/\"(times 12 normal roman)\"/g" \
    -e "s/'italic/\"(times 12 normal italic)\"/g" \
    -e "s/'bold/\"(times 12 bold roman)\"/g" \
    -e "s/'bold-italic/\"(times 12 bold italic)\"/g" $*
