.TH eqn2img .SH Name .PP eqn2img \- read equation from stdin and generate image using LaTeX .SH SYNOPSIS .PP .B eqn2img [\fIOPTION\fR]... .SH DESCRIPTION .PP The program reads a LaTeX maths string from standard input (stdin). The generated image written to stdout unless a filename is specified with the \-o option. Run eqn2img with \-f ? to list supported image formats. .PP This program is part of GladTeX. .TP \fB\-o\fR \Finame\fR output filename .TP \fB\-v\fR print verbose information .TP \fB\-f\fR \fIformat\fR store images in 'format' (png by default) .TP \fB\-s\fR \fIn\fR set oversampling factor for antialiasing to 'n' (4 by default) .TP \fB\-r\fR \fIdpi\fR set output resolution to 'dpi' dots per inch .TP \fB\-p\fR \fIstring\fR add 'string' to LaTeX preamble (e.g. \usepackage{...}) .TP \fB\-e\fR \fIenv\fR embed equation in \\begin{env}..\\end{env} (e.g. \-e 'align*') .TP \fB\-c\fR \fIcolour\fR set foreground RGB colour (000000 by default) .TP \fB\-b\fR \fIcolour\fR set background RGB colour (A0A0A0 by default, ignored for png) .TP \fB\-t\fR turn transparency OFF .SH About This Manual Page .PP This manual page is (C) 2014 Sebastian Humenda . It is licensed under the same license as the program. See file COPYING for details.