| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| texlab-armv7hf-linux.tar.gz | 2025-06-14 | 10.4 MB | |
| texlab-aarch64-linux.tar.gz | 2025-06-14 | 10.4 MB | |
| texlab-aarch64-macos.tar.gz | 2025-06-14 | 10.2 MB | |
| texlab-x86_64-alpine.tar.gz | 2025-06-14 | 10.6 MB | |
| texlab-x86_64-linux.tar.gz | 2025-06-14 | 10.6 MB | |
| texlab-x86_64-macos.tar.gz | 2025-06-14 | 10.3 MB | |
| texlab-aarch64-windows.zip | 2025-06-14 | 9.8 MB | |
| texlab-i686-windows.zip | 2025-06-14 | 9.7 MB | |
| texlab-x86_64-windows.zip | 2025-06-14 | 10.0 MB | |
| README.md | 2025-06-14 | 1.7 kB | |
| v5.23.0 source code.tar.gz | 2025-06-14 | 7.5 MB | |
| v5.23.0 source code.zip | 2025-06-14 | 7.6 MB | |
| Totals: 12 Items | 107.2 MB | 0 | |
Added
- Add
--line0,--line1arguments to thetexlab inverse-searchcommand (#1365) - Extract the context provided by latexmkrc to infer additions to TEXINPUTS and BIBINPUTS (#1369)
- Add support for
latexmk v4.86(#1410) - Recognize wide float environment in label parsing (#1404)
- Treat
\gdef,\edef,\xdefand\gletas command definitions (#1402) - Add support for multi-word filtering in workspace symbols (#1396)
- Add support for matching incomplete keywords in workspace symbol filtering (#1396)
- Add an experimental capability for
textDocument/buildandtextDocument/forwardSearch(#1328) - Allow disabling warnings using
% texlab: warnings offand% texlab: warnings on(#1327)
Fixed
- Regenerate diagnostics after loading the TeX distribution (#1376)
- Improve handling of nested curly braces in command parsing (#1360)
- Don't panic if the server receives a completion request with an invalid position (#1367)
- Only return
LocationLink[]intextDocument/definitionif the client supports it (#1399)