Skip to content

Commit

Permalink
Merge pull request #99 from matze-dd/Version-1.1.7
Browse files Browse the repository at this point in the history
Version 1.1.7
  • Loading branch information
matze-dd authored Nov 4, 2020
2 parents 4f5ec1e + 895fd18 commit a9e909f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 7 deletions.
12 changes: 6 additions & 6 deletions HISTORY.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Work in progress
----------------
Version 1.1.7 (2020/11/04)
--------------------------
- LaTeX macros / environments
- builtins: added \\bibitem, \\bibliographystyle, \\begin{thebibliography}
(issue [#80](../../issues/80))
- package babel: optional argument for \\foreignlanguage
- package babel: added optional argument for \\foreignlanguage
- Vim scripts
- vlty.vim, ltyc.vim: pass Vim's 'fileencoding' to yalafi.shell
- lty.vim: small simplification
- vlty.vim, ltyc.vim: now pass Vim's 'fileencoding' to yalafi.shell
- lty.vim: removed redundant key read\_temporary\_file
- yalafi.shell
- added option --simple-equations for simple replacements of displayed
equations (issue [#85](../../issues/85))
Expand All @@ -15,7 +15,7 @@ Work in progress
[#90](../../issues/90))
- added option --seqs for simple replacements of displayed equations
(issue [#85](../../issues/85))
- fixed problem in tests/test_packages/test\_latex\_builtins.py
- fixed function name clash in tests/test_packages/test\_latex\_builtins.py
(issue [#86](../../issues/86))
- added tests with Python 3.9
- README.md: updated
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,8 @@ let g:vimtex_grammar_vlty.shell_options =
not necessary.
- The option `g:vimtex_grammar_vlty.server = 'my'` usually results in faster
checks for small to medium LaTeX files.
When one uses the LanguageTool server, speed also benefits from its internal
sentence caching.
- By default, the vlty compiler passes names of all necessary LaTeX packages
to YaLafi, which may result in annoying warnings.
In multi-file projects, these are suppressed by `--packages "*"` that simply
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

setuptools.setup(
name="yalafi",
version="1.1.6",
version="1.1.7",
author="Matthias Baumann",
description="Yet another LaTeX filter",
long_description=long_description,
Expand Down

0 comments on commit a9e909f

Please sign in to comment.