function check_deps()
{
#FIXME how well does this work across different platforms and/or versions of
# the tools? for DEP in DOT2TEX DOT PERL PDFLATEX do
eval DEP_VAL=\$${DEP}
eval DEP_VERSION=\$${DEP}_VERSION if [ -z "$DEP_VERSION" ]; then
echo "$DEP not installed" else
echo "$DEP ($DEP_VAL) : $DEP_VERSION"
fi
done
}
function usage() {
echo
echo "Usage: isabelle $PRG [OPTIONS] IN_FILE OUT_FILE"
echo
echo " Options are:"
echo " -d probe for dependencies"
echo " -k don't delete temp files, and print their location"
echo " -n print name of the generated file"
echo
echo " Produces a DOT/TeX/PDF from a TPTP problem/proof, depending on whether"
echo " the extension of OUT_FILE is dot/tex/pdf."
echo exit 1
}
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.