=head1 NAME eqe: GUI image generator from LaTeX input =head1 SYNOPSIS eqe eqe --help =head1 DESCRIPTION eqe is a graphical tool to generate an image from LaTeX input. It will save images to any format supported by ImagMagick. It supports drag and drop to other applications in various ways. OpenOffice Impress 1.x accepts drag and drop from C, but links to C's temporary file. To include the image inside the presentation, in OOImpress, use Edit -> Links... -> Break link. OpenOffice 2.x works fine without this workaround. Inside eqe, click the image to regenerate it. You can also use Shift-Return, and the Enter key on the keypad. It relies on L to do the actual image generation. =head1 OPTIONS =over =item B<--help> Displays the list of command line options. =item B<--version> Displays the current version of C. =item B<--verbose> Displays messages about what C is doing. =item B<--latex-template>= [template.tt.tex] LaTeX template to use. eqedit searches for the template (by default, template.tt.tex) in $HOME/.eqe/, /usr/local/share/eqe/, /usr/share/eqe/. If it cannot be found, it uses a builtin template. You may specify just a name (searched for in the search path), or an absolute or relative path to the template to be used. The template is in a format described in C (ie, the Template Toolkit syntax). =item B<--eqedit>= [eqedit] Specifies the name of the C binary used to generate images from LaTeX input (C is distributed with C). Can be an absolute path, or just a name (C will search for it in the PATH). =item B<--keep-temp> [off] Whether to keep temporary files. Together with C<--verbose>, useful for debugging. =back =head1 AUTHOR Ronan Le Hy =head1 SEE ALSO L, L =cut