1LATEX2PNG(1) User LATEX2PNG(1)
2
3
4
6 latex2png - manual page for latex2png 1.1
7
9 latex2png -- Convert a LaTeX file to a PNG image
10
11 USAGE: latex2png [-d density] [-h] [-k] [-c] [-g] [-m] [-H home dir]
12 file[.tex|.eps]
13
14 The latex2png command converts a LaTeX file into a PNG image. The
15 first page is translated into an image at the specified resolution.
16 latex2png can also be used to convert encapsulated postscript (EPS)
17 files to PNG images.
18
19 OPTIONS:
20 -c produce color image
21
22 -d density
23 density is the number of dots per inch to use in the created
24 image (default 144 dpi)
25
26 -g produce gray images
27
28 -h help
29
30 -H home_dir
31 home_dir is a directory to be included in search path (default
32 is directory that contains the LaTeX file). This is used to
33 create PNG images in another directory (e.g., /tmp) and still
34 allow LaTeX to find files that it needs to include.
35
36 -k keep intermediate files (for debugging)
37
38 -m produce monochrome (black and white) image
39 (default)
40
41 -v version
42
43 EXAMPLES:
44 latex2png -d 144 /tmp/file
45 #create /tmp/file.png at 144 dpi
46
47 latex2png file.eps
48 #create file.png
49
50 latex2png file.tex
51 #create file.png via latex
52
53 latex2png -H . /tmp/file
54 #search the cwd for image files
55
57 latex2png is a part of latex2rtf and has a special mode to assist in
58 finding the baseline of a latex equation. Documentation for latex2rtf
59 may be found in latex2rtf.info, the PDF file latex2rtf.pdf or the HTML
60 file latex2rtf.html which are made from the TeXInfo source file
61 latex2rtf.texi.
62
63
64
65latex2png 1.90 October 2012 LATEX2PNG(1)