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

latex-encode - LaTeX-encode data

Author

       Andrew Ford <a.ford@ford-mason.co.uk>

Bugs And Limitations

Configuration

Dependencies

Description

       This  script  converts  utf-8  characters in its input to their LaTeX encodings using the "LaTeX::Encode"
       module, unless the "-packages" option is given, in which case it outputs a list  of  the  LaTeX  packages
       required to typeset the encoded bersion of the input.

Diagnostics

Exit Status

Incompatibilities

Name

       latex-encode - LaTeX-encode data

Options

       "-packages|-p"
           rather than output the LaTeX-encoded version of the input, "latex-encode" outputs a list of the LaTeX
           packages that are required to typeset the encoded version of the input, one package per line

       "-help|?"
           output a help string

       "-man"
           display the man page for latex-encode

Usage

         latex-encode [options] <utf8-file >latex-file

See Also