#!/bin/bash
#
# invoke xfig with parameters to integrate better(?) with LaTeX
#
xfig -specialtext -latexfonts -startlatexFont Default $*
