Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvainhalle committed Jun 1, 2020
1 parent 949111c commit 3003167
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -285,8 +285,8 @@ document. You can get this mapping by using the `--map` option:
java -jar textidote.jar --clean --map map.txt example.tex > clean.txt

The `--map` parameter is given the name of a file. TeXtidote will put in this
file the list correspondences between character ranges. This file is made of
lines that look like this:
file the list of correspondences between character ranges. This file is made
of lines that look like this:

```
L1C1-L1C24=L1C5-L128
Expand Down Expand Up @@ -460,6 +460,10 @@ Users of [Zsh](https://zsh.org) can also enable auto-completion; in your
(Create the file if it does not exist.) You must then restart your Zsh shell
for the changes to take effect.

### Visual Studio Code integration

Users of Visual Studio Code can integrate TeXtidote by calling it with the `--output singleline` and `--no-color` options and parse its results. Moreover, user [cphyc](https://github.com/cphyc) also wrote a nice [build task](https://github.com/sylvainhalle/textidote/issues/125#issue-603278987).

## Rules checked by TeXtidote

Here is a list of the rules that are checked on your LaTeX file by TeXtidote.
Expand Down

0 comments on commit 3003167

Please sign in to comment.