Skip to content

Commit

Permalink
Closed issue #84
Browse files Browse the repository at this point in the history
  • Loading branch information
matze-dd authored Oct 22, 2020
1 parent f8b7723 commit 8258995
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 2 additions & 0 deletions HISTORY.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@ Work in progress
- LaTeX macros / environments
- builtins: added \\bibitem, \\bibliographystyle, \\begin{thebibliography}
(issue [#80](../../issues/80))
- yalafi core
- added 'ru' for option --lang (issue [#84](../../issues/84))
- README.md: minor edits

Version 1.1.6 (2020/10/19)
Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Only few people is lazy. We use redx colour.
```
<a name="example-html-report"></a>
This is the corresponding HTML report
(for another example, [see here](#equation-html-report)):
(for a Vim plugin, [see here](#example-vimtex-plugin)):

![HTML report](figs/shell.png)

Expand Down Expand Up @@ -423,6 +423,7 @@ let g:vimtex_grammar_vlty.shell_options =
Note that only the '\|' signs need to be escaped here; compare
section [Example application](#example-application).

<a name="example-vimtex-plugin"></a>
Here is the [introductory example](#example-html-report) from above:

![Vim plugin vim-vimtex](figs/vim-vimtex.png)
Expand Down Expand Up @@ -1236,7 +1237,7 @@ Without positional argument `latexfile`, standard input is read.
- `--extr ma[,mb,...]`<br>
As option --extract in section [Example application](#example-application).
- `--lang xy`<br>
Language 'de' or 'en' (default: 'en', also taken in case of unknown
Language 'de', 'en' or 'ru' (default: 'en', also taken in case of unknown
language).
Is used for adaptation of equation replacements, maths operator names,
proof titles, and for handling of macros like '\"\='.
Expand Down

0 comments on commit 8258995

Please sign in to comment.