logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

Authors

        pylatexenc was primarily written by Philippe Faist.

Description

       usage: latexencode [--non-ascii-only] [--no-non-ascii-only]

              [--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 ...]]

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

   optionalarguments:--non-ascii-only--no-non-ascii-only
              The option --non-ascii-only 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.

       --replacement-latex-protection {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\tob' with instead
              'a{\to}b'.

       --unknown-char-policy {keep,replace,ignore,fail}
              How to deal with nonascii characters with no known latex code equivalent.

       -q, --quiet
              Suppress warning messages

       --version
              Show version information and exit

       --help Show this help information and exit

Name

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

See Also

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

latexencode 2.10                                    June 2021                                     LATEXENCODE(1)

See Also