It's been a bit more than 3 months since the last release and there's been quite a few commits. It's therefore time to bring a new release of VimTeX . The highlights of the release in my opinion:
- There is a new VISUALS.md that shows off several of the most important features with nice animations.
- Support for local
texdoc
as documentation handler forK
. - Improved
ts$
andcs$
to provide convenient autoformatting
Features
- Syntax
- Viewer
- Improved Zathura commands and code (#2342)
- Indentation
- Other
- Added
texdoc
as optional local documentation handler (#2300) - Allow VimTeX to load for
.dtx
,.tikz
, and.ins
files (#2326) - Add
g:vimtex_format_border_(begin|end)
to let users control the "borders" of regions that should be formatted (#2358) - Improve folding of multiline section titles
- Adjust default mappings for non-
tex
files (#1937) ts$
andcs$
now applies convenient autoformating (#2321)
- Added
Fixes
- Compiler
- Windows
- Allow lowercase drive letter (#2322)
- Other
Documentation
First, README.md
has been enriched with great visual examples provided by @ejmastnak. He also contributed VISUALS.md with a more complete set of great animations that display many of the useful features from VimTeX (see #2362, #2380). Thanks!
There's also been several improvements to the docs! In addition to minor fixes and adjustments, the following sections/topics have seen improvements:
- LaTeX documentation handler (
vimtex-latexdoc
) (#2330) - Mention angryreviewer in grammar checking section (
vimtex-grammar
) (#2354) - Add map example for "add closing brace" on F7 (
<plug>(vimtex-cmd-create)
) (#2365) - Zathura on MacOS (
vimtex-faq-zathura-macos
) (#2391) - Config guide for MUcomplete (
vimtex-complete-mucomplete
) (#2381)
Acknowledgements
I would like to give a special thanks to everyone who contributes with PRs: @aloispichler (#2333), @ejmastnak (#2362, #2380), @patnr (#2365), @MoetaYuko (#2367), @JingMatrix (#2369), and @tsung-ju (#2381).