gladtex
all
A LaTeX formula preprocessor for HTML files. It converts LaTeX formulas to images.
More info →Options (2)
-s, --standalonebooleanConvert Markdown to HTML using `pandoc` and `gladtex`
Example:
pandoc {{[-s|--standalone]}} {{[-t|--to]}} html --gladtex {{path/to/input.md}} | gladtex -o {{path/to/output.html}}-t, --tobooleanConvert Markdown to HTML using `pandoc` and `gladtex`
Example:
pandoc {{[-s|--standalone]}} {{[-t|--to]}} html --gladtex {{path/to/input.md}} | gladtex -o {{path/to/output.html}}Examples (7)
Convert to HTML
gladtex path/to/input.htexSave the converted file to a specific [o]utput file
gladtex path/to/input.htex -o path/to/output.htmlSave the generated images to a specific [d]irectory
gladtex path/to/input.htex -d path/to/image_output_directorySet image [r]esolution (in dpi, default is 100)
gladtex path/to/input.htex -r resolution[k]eep LaTeX files after conversion
gladtex path/to/input.htex -kSet [b]ackground and [f]oreground color of the images
gladtex path/to/input.htex -b background_color -f foreground_colormade by @shridhargupta | data from tldr-pages