command
module
Version:
v0.0.0-...-5c1ce85
Opens a new window with list of versions in this module.
Published: Nov 8, 2023
License: BSD-3-Clause
Opens a new window with license information.
Imports: 39
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
mtex-render
mtex-render
is a simple command that renders a LaTeX equation to a PDF or PNG document:
$> mtex-render -h
Usage of mtex-render:
-dpi float
dots-per-inch to use (default 72)
-font-size float
font size to use (default 12)
-gui
enable GUI mode
-o string
path to output file (default "out.png")
$> mtex-render -dpi 250 -font-size 42 -o foo.png "$\frac{2\pi}{\sqrt{x+\partial x}}$"
GUI
mtex-render
also provides a Gio-based GUI:
$> mtex-render -gui
Documentation
¶
Command mtex-render renders a LaTeX math expression to a PNG, PDF, ... file.
Example:
$> mtex-render "\$\\sqrt{x}\$"
Source Files
¶
Click to show internal directories.
Click to hide internal directories.