Skip site navigation (1)Skip section navigation (2)

FreeBSD Manual Pages

  
 
  

home | help
EQE(1)		       User Contributed Perl Documentation		  EQE(1)

NAME
     eqe: GUI image generator from LaTeX input

SYNOPSIS
      eqe

      eqe --help

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 "eqe", but links to
     "eqe"'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-Re-
     turn, and the Enter key on the keypad.

     It relies on eqedit to do the actual image generation.

OPTIONS
     --help
	 Displays the list of command line options.

     --version
	 Displays the current version of "eqe".

     --verbose
	 Displays messages about what "eqe" is doing.

     --latex-template=<file> [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 "perldoc Template::Manual::Syntax" (ie, the
	 Template Toolkit syntax).

     --eqedit=<eqedit executable> [eqedit]
	 Specifies the name of the "eqedit" binary used to generate images from
	 LaTeX input ("eqedit" is distributed with "eqe").  Can be an absolute
	 path, or just a name ("eqe" will search for it in the PATH).

     --keep-temp [off]
	 Whether to keep temporary files. Together with "--verbose", useful for
	 debugging.

AUTHOR
     Ronan Le Hy <rlehy@free.fr>

SEE ALSO
     eqedit, ImageMagick

perl v5.42.3			   2006-02-04				  EQE(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=eqe&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help