1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57
|
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.1.
.TH LATEXWALKER "1" "June 2021" "latexwalker 2.10" "User Commands"
.SH NAME
latexwalker \- part of pylatexenc: simple LaTeX parser provider conversion to/from unicode
.SH DESCRIPTION
usage: latexwalker [\-\-output\-format FORMAT] [\-\-json\-indent NUMSPACES]
.IP
[\-\-json\-compact] [\-\-tolerant\-parsing]
[\-\-no\-tolerant\-parsing] [\-q] [\-v] [\-\-version] [\-\-help]
[\-\-code LATEX_CODE]
[FILE [FILE ...]]
.SS "positional arguments:"
.TP
FILE
Input files (if none specified, read from stdandard
input)
.SS "optional arguments:"
.TP
\fB\-\-output\-format\fR FORMAT
Requested output format for the node tree ("human" or
"json")
.TP
\fB\-\-json\-indent\fR NUMSPACES
Indentation in JSON output (specify number of spaces
per indentation level)
.TP
\fB\-\-json\-compact\fR
Output compact JSON
.HP
\fB\-\-tolerant\-parsing\fR
.TP
\fB\-\-no\-tolerant\-parsing\fR
Tolerate syntax errors when parsing, and attempt to
continue (default yes)
.TP
\fB\-q\fR, \fB\-\-quiet\fR
Suppress warning messages
.TP
\fB\-v\fR, \fB\-\-verbose\fR
Verbose output
.TP
\fB\-\-version\fR
Show version information and exit
.TP
\fB\-\-help\fR
Show this help information and exit
.TP
\fB\-\-code\fR LATEX_CODE, \fB\-c\fR LATEX_CODE
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.
.SH AUTHORS
pylatexenc was primarily written by Philippe Faist.
.SH "SEE ALSO"
This script is part of pylatexenc. Full documentation for the pylatexenc suite
can be consulted at https://pylatexenc.readthedocs.io .
|