Scroll to navigation

LATEXWALKER(1) User Commands LATEXWALKER(1)

NAME

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

DESCRIPTION

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

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

positional arguments:

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

optional arguments:

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.

AUTHORS


pylatexenc was primarily written by Philippe Faist.

SEE ALSO


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