.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.1. .TH LATEXENCODE "1" "June 2021" "latexencode 2.10" "User Commands" .SH NAME latexencode \- part of pylatexenc: simple LaTeX parser provider conversion to/from unicode .SH DESCRIPTION usage: latexencode [\-\-non\-ascii\-only] [\-\-no\-non\-ascii\-only] .IP [\-\-replacement\-latex\-protection {braces,braces\-all,braces\-almost\-all,braces\-after\-macro,none}] [\-\-unknown\-char\-policy {keep,replace,ignore,fail}] [\-q] [\-\-version] [\-\-help] [FILE [FILE ...]] .SS "positional arguments:" .TP FILE Input files (if none specified, read from stdandard input) .SS "optional arguments:" .HP \fB\-\-non\-ascii\-only\fR .TP \fB\-\-no\-non\-ascii\-only\fR The option \fB\-\-non\-ascii\-only\fR specifies that only nonascii characters are to be encoded into LaTeX sequences, and not characters like '$' even though they might have a special LaTeX meaning. .TP \fB\-\-replacement\-latex\-protection\fR {braces,braces\-all,braces\-almost\-all,braces\-after\-macro,none} How to protect replacement latex code from producing invalid latex code when concatenated in a longer string. One of 'braces', 'braces\-all', 'braces\-almostall', 'braces\-after\-macro', 'none'. Example: using choice 'braces' we avoid the invalid replacement 'a???b' \-> 'a\etob' with instead 'a{\eto}b'. .TP \fB\-\-unknown\-char\-policy\fR {keep,replace,ignore,fail} How to deal with nonascii characters with no known latex code equivalent. .TP \fB\-q\fR, \fB\-\-quiet\fR Suppress warning messages .TP \fB\-\-version\fR Show version information and exit .TP \fB\-\-help\fR Show this help information and exit .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 .