File: latexencode.1

package info (click to toggle)
python-pylatexenc 2.10-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 9,104 kB
  • sloc: xml: 146,133; python: 10,734; makefile: 30; sh: 7
file content (49 lines) | stat: -rw-r--r-- 1,857 bytes parent folder | download
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
.\" 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 .