Skip to content
This repository has been archived by the owner on Feb 5, 2021. It is now read-only.

Commit

Permalink
New option --single-letters for shell.py
Browse files Browse the repository at this point in the history
  • Loading branch information
matze-dd committed Feb 5, 2020
1 parent 45e7025 commit 497d2f7
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -683,7 +683,8 @@ They can be suppressed with `python3 shell.py ... 2>/dev/null`.
python3 shell.py [--html] [--link] [--include] [--extract macros]
[--language lang] [--t2t-lang lang] [--encoding ienc]
[--replace file] [--define file] [--disable rules]
[--context number] [--skip regex] [--plain] [--server]
[--context number] [--skip regex]
[--single-letters accept] [--plain] [--server]
latex_file [latex_file ...] [> text_or_html_file]
```
Option names may be abbreviated.
Expand Down Expand Up @@ -715,6 +716,13 @@ Default option values are set at the Python script beginning.
- option `--context number`:<br>
number of context lines displayed around each marked text region
in HTML report; default: 2; negative number: display whole text
- option `--single-letters accept`:<br>
check for single letters, accepting those in the patterns given as list
separated by '\|';
for instance `--singe-letters 'A|a|I|e.g.|i.e.'` for an English text
without equations;
all characters except '\|' are taken verbatim, but '~' and '\\,' are
interpreted as UTF-8 non-breaking space and narrow non-breaking space
- option `--plain`:<br>
assume plain-text input: no evaluation of LaTeX syntax;
cannot be used together with option --include or --replace
Expand Down

0 comments on commit 497d2f7

Please sign in to comment.