ConvertPng: Convert Latex to PNG

Description Usage Arguments Details

Description

Convert standalone Latex to PNG.

Usage

1
ConvertPng(tex, dpi = 72)

Arguments

tex

The name (path) of the TeX document.

dpi

resolution (dots per inch) to render

Details

Some TeX installations on Windows do not have ‘texi2dvi.exe’. If ‘texify.exe’ is present (e.g., part of MikTeX), then it can be used instead: set options(texi2dvi="texify.exe") or to the full path of the program. With TeX Live, I use options(texi2dvi="pdflatex.exe").


privefl/latex2png documentation built on May 26, 2019, 8:31 a.m.