Releases: SublimeText/LaTeXTools
Releases · SublimeText/LaTeXTools
v4.3.6
v4.3.5
v4.3.4
- add key bindings to wrap selected text in pipes (fixes #191)
- add settings to control auto-pairing brackets (fixes #1618)
auto_match_escaped_brackets
auto_match_math_brackets
- add auto-pairing of leading and trailing spaces within brackets, controlled via
auto_match_spaces
setting - fix various auto-pairing related issues, especially with detecting escape sequences
v4.3.3
v4.3.2
v4.3.1
v4.3.0
Fixes:
- fix wrong variable in traditional bibliography parser (fixes #1607)
Enhancements:
- add support for multiple packages (e.g.:
\usepackage{package1,package2}
) - add support for key-value author in bibliography (fixes #1611)
- replace out-dated LaTeX-cwl package dependency by vendored CWL files
Note
LaTeX-cwl package is no longer needed and can be removed
v4.2.3
v4.2.2
v4.2.1
- ensure cite completion settings are read correctly (fixes #1604)
- fix bibtex parser throwing syntax error on unknown tokens between (outside of)
@entries{...}
- fix a compatibility issue with ST4107 ... ST4131
- add support
\thlabel
and\thref
(fixes #1463) - use python's
"oem"
encoding to decode output of command line tools on Windows (ST4 only)