DOKK / manpages / debian 12 / python3-pylatexenc / latexwalker.1.en
LATEXWALKER(1) User Commands LATEXWALKER(1)

latexwalker - part of pylatexenc: simple LaTeX parser provider conversion to/from unicode

usage: latexwalker [--output-format FORMAT] [--json-indent NUMSPACES]

[--json-compact] [--tolerant-parsing] [--no-tolerant-parsing] [-q] [-v] [--version] [--help] [--code LATEX_CODE] [FILE [FILE ...]]

Input files (if none specified, read from stdandard input)

Requested output format for the node tree ("human" or "json")
Indentation in JSON output (specify number of spaces per indentation level)
Output compact JSON

--tolerant-parsing

Tolerate syntax errors when parsing, and attempt to continue (default yes)
Suppress warning messages
Verbose output
Show version information and exit
Show this help information and exit
Convert the given LATEX_CODE to unicode text instead of reading from FILE or standard input. You cannot specify FILEs if you use this option, and any standard input is ignored.


pylatexenc was primarily written by Philippe Faist.


This script is part of pylatexenc. Full documentation for the pylatexenc suite
can be consulted at https://pylatexenc.readthedocs.io .

June 2021 latexwalker 2.10