NAME
muse-quick.pl -- format your muse document using Text::Amuse
SYNOPSIS
This script is DEPRECATED and not maintained any more. Please look to Text::Amuse::Compile for a full-featured version.
muse-quick.pl [-xtx] file.muse
This program uses Text::Amuse to produce usable output in HTML, EPUB, LaTeX and PDF format.
The other options, beside --help, are:
- --xtx
-
which uses XeLaTeX instead of pdfLaTeX to generate the PDF output.
- --tt-dir
-
directory where the templates should be looked up, with the following hardcoded names: html.tt latex.tt css.tt
- --templates
-
populate the tt-dir directory with the embedded templates.
DEPENDENCIES
This script has additional dependencies (beside Text::Amuse itself and the core modules): Template::Tiny and EBook::EPUB (optional).