| Index | index by Group | index by Distribution | index by Vendor | index by creation date | index by Name | Mirrors | Help | Search |
| Name: texlab | Distribution: openSUSE Tumbleweed |
| Version: 5.24.0 | Vendor: openSUSE |
| Release: 1.2 | Build date: Sun Feb 15 13:06:07 2026 |
| Group: Productivity/Publishing/TeX/Utilities | Build host: reproducible |
| Size: 14737640 | Source RPM: texlab-5.24.0-1.2.src.rpm |
| Packager: https://bugs.opensuse.org | |
| Url: https://github.com/latex-lsp/texlab | |
| Summary: Implementation of the Language Server Protocol for LaTeX | |
Cross-platform implementation of the Language Server Protocol providing rich cross-editing support for the LaTeX typesetting system. The server may be used with any editor that implements the Language Server Protocol.
( 0BSD OR MIT OR Apache-2.0 ) AND ( Apache-2.0 OR BSL-1.0 ) AND ( Apache-2.0 OR MIT ) AND ( Apache-2.0 OR Apache-2.0 OR MIT ) AND ( CC0-1.0 OR Artistic-2.0 ) AND ( MIT OR Apache-2.0 OR Zlib ) AND ( MIT OR Zlib OR Apache-2.0 ) AND ( Unlicense OR MIT ) AND ( Zlib OR Apache-2.0 OR MIT ) AND Apache-2.0 AND BSD-3-Clause AND GPL-3.0 AND GPL-3.0+ AND ISC AND MIT AND MPL-2.0 AND MPL-2.0+ AND GPL-3.0
* Sun Feb 15 2026 Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
- Update to version 5.24.0:
* Add texlab.hover.symbols setting to allow turning off image preview for symbol-like commands
* Add command definitions to document and workspace symbols
* Add texlab.experimental.glossaryReferenceCommands setting
* Treat \includefrom as \include-like command
* Mon Aug 11 2025 Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
- Update to version 5.23.1:
* Add --line0, --line1 arguments to the texlab inverse-search command (#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, \xdef and \glet as 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/build and textDocument/forwardSearch (#1328)
* Allow disabling warnings using % texlab: warnings off and % texlab: warnings on (#1327)
* 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[] in textDocument/definition if the client supports it (#1399)
* Add --line0, --line1 arguments to the texlab inverse-search command (#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, \xdef and \glet as 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/build and textDocument/forwardSearch (#1328)
* Allow disabling warnings using % texlab: warnings off and % texlab: warnings on (#1327)
* 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[] in textDocument/definition if the client supports it (#1399)
* Sun Mar 23 2025 Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
- Reupload vendor.tar.zst.
* Disable update to respect lockfile
* Sun Mar 23 2025 Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
- Update to version 5.22.1:
* Don't store IPC socket (texlab.sock) in temp directory
* Allow hovering over symbol-like commands (e. g. \pi) to show a unicode preview or a preview image if the client supports it
* Add texlab.symbols.customEnvironments setting for specifying additional environments that will be included in the document symbols
* Add texlab.experimental.labelReferenceRangeCommands setting
* Add tex-fmt as a formatter for latex and bibtex
* Fix parsing links with URL encoding
* Improve error message when texlab.build.executable does not exist
* Support starred variants in "Go to References"
* Add texlab.latexindent.replacement setting to allow passing a replacement flag to latexindent
* Don't require a label to show section numbers for document symbols
* Support navigating to files that are part of the TEXINPUTS similar to BIBINPUTS
* Fix opening untitled documents
* Handle \bibitem when checking for undefined references
* Fix false-positive syntax error when using a command inside a \label
* Thu Oct 24 2024 Soc Virnyl Estela <uncomfyhalomacro@opensuse.org>
- Update to version 5.20.0:
* Add texlab.inlayHints.maxLength setting to allow limiting inlay hint text length
* Allow suppressing diagnostics using % texlab: ignore magic comments
* Fix enabling texlab.build.useFileList setting
* Make "Goto Definition" work correctly with starred commands
* Add texlab.build.useFileList setting to allow controlling whether to use the .fls files
* Disable using .fls files for project detection by default
* Parse .fls files to make the project detection more reliable
* Fix parsing commands with unicode characters inside BibTeX entries
* Improve detection of included files when non-ASCII characters are used
* Fix resolving includes starting from files included using \subimport
* Mon Jun 24 2024 Soc Virnyl Estela <obs@uncomfyhalomacro.pl>
- Update to version 5.17.0:
* Add label commands from zref and zref-clever to the list of default label commands
* Add texlab.experimental.labelDefinitionPrefixes and texlab.experimental.labelReferencePrefixes options
* Wed May 29 2024 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
- Update to version 5.16.1. Changes since then:
* Don't treat `\label{}` and `\ref{}` with macro parameter as label commands
* Fix parsing `latexmkrc` for `latexmk` versions older than `v4.8.4`
* Remove unused `texlab.rootDirectory` setting from documentation
* Add `texlab.experimental.labelDefinitionCommands` setting to customize the list of `\label`-like commands
* Extend list of commands treated as command definitions and environment definitions
* Allow the server to trigger the forward search in an editor-agnostic way:
Running `texlab inverse-search --input <FILE> --line <LINE>` will open the specified document in the editor if the client supports it
* Fix detection of log dir when using `latexmkrc` (use `$aux_dir` instead of `$out_dir`)
* Fix extracting `$aux_dir` and `$out_dir` from `latexmkrc`
* Add support for extracting `$aux_dir` and `$out_dir` from `latexmk >= v4.85`
* Improve log file change detection under Windows
* Cleanup diagnostics of deleted files
* Let `\declaretheorem` accept a list of environment names instead of just a single name
* Use configured directories if not set explicitly by `latexmkrc` file
* Replace tilde (`~`), environment variables, `${userHome}`, `${workspaceFolder}` in options
* Replace tidle (`~`) and environment variables in `\include`-like commands
* Add "Go To Definition" support for user-defined commands with `\def` and `\let`
* Add "Find all References" for commands
* Support more macros for defining commands
* Avoid panicking when malformed URIs are sent to the server
* Don't report errors for citations with macro arguments
* Fix parsing `\label` with options (for example, when using `cleverref`)
* Fix detecting project root if the home directory contains a `.latexmkrc` file
* Improve support for handling `Tectonic.toml` projects
* Cache results of project detection to improve performance
* Triggering completion inside `\label{...}` will suggest undefined labels
* Add snippets for `\( ... \)`, `\[ ... \]` and `\{ ... \}`
* Don't return document symbol with empty name if `\item[]` is encountered
* Fix extracting label numbers inside theorems defined by `ntheorem` package
* Fix clearing stale diagnostics reported by the server
* Speed up reading bibliographies with many string definitions
* Add experimental `texlab.experimental.labelReferenceCommands` setting to customize the list of `\ref`-like commands
* Don't report diagnostics for files that are part of the TeX distro
* When `workspace/didChangeConfiguration` contains the configuration of multiple LSP servers, `texlab` will try
to extract the `texlab` configuration instead of falling back to the default settings
* Keep filtering completion lists server-side if prefix matcher is set
* Allow brackets and parentheses in label names and similar constructs
* Thu Feb 15 2024 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
- Update specfile:
* replace rust+cargo with cargo
- Update to version 5.12.3:
* Fix completing includes in conjunction with \graphicspath
* Sun Jan 21 2024 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
- Update to version 5.12.2:
* Fix parsing commands when they are used with subscript
* Don't append a newline each time a BibTeX document is being formatted
* Avoid trying to parse most of the TeX distro when building the dependency
graph. Add `texlab.experimental.followPackageLinks` setting to allow
re-enabling the old behavior
* Wed Dec 13 2023 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
- Update to version 5.12.0:
* Infer `texlab.build.auxDirectory`, `texlab.build.logDirectory` and
`texlab.build.pdfDirectory` from `latexmkrc` if available
* Do not report `undefined reference` errors when using `\nocite{*}`
* Fix potential crash when parsing build log files
* Set the final tab stop of the `\begin` snippet inside the environment
- Remove cargo_config since vendored tarball includes it now
* Wed Nov 29 2023 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 5.11.0:
* Add texlab.inlayHints.labelDefinitions and
texlab.inlayHints.labelReferences options
(gh#latex-lsp/texlab#753)
* Display inlay hints for label references by default
(gh#latex-lsp/texlab#753)
* Moving the build logs to the recycle bin will now clear the
diagnostics (gh#latex-lsp/texlab-vscode#825)
* Fix false positive when reporting syntax errors for BibTeX
accents (gh#latex-lsp/texlab#945)
- Update rust+cargo required version to 1.70.0.
* Mon Oct 02 2023 Olivier Belleux <o.g.m.belleux@gmail.com>
- Remove lines in spec files due "failed to build"
* # They deleted it.
install -Dm644 texlab.1 -t %%{buildroot}%%{_mandir}/man1/
* %{_mandir}/man1/texlab.1%{?ext_man}
* Sun Oct 01 2023 Soc Virnyl Estela <uncomfy+openbuildservice@uncomfyhalomacro.pl>
- Update to version 5.10.0:
* Allow passing additional arguments to ChkTeX using texlab.chktex.additionalArgs
* Fix loading bibliographies from kpathsea search path
* Don't report duplicate results when using goto definition on includes
* Fix project detection when there exist files with the same name
* Do not report parse errors with $ in paths
* Mon Aug 21 2023 Soc Virnyl Estela <socvirnyl.estela@gmail.com>
- Update to version 5.9.2:
* Don't crash when using comments inside \include-like command
* Folding ranges include only the contents instead of the entire range of the structure.
For example, the folding range of an environment will start after the \begin and stop before the \end
* Sun Aug 13 2023 Soc Virnyl Estela <socvirnyl.estela@gmail.com>
- Replace obsoleted `disabled` option with `manual`
* Sun Aug 13 2023 Soc Virnyl Estela <socvirnyl.estela@gmail.com>
- Reenable cargo test in %check.
* Sun Aug 13 2023 Soc Virnyl Estela <socvirnyl.estela@gmail.com>
- Update to version 5.9.1:
* fixed: improved performance when completing BibTeX entries
* fixed: don't report unused entries for very large bibliographies
* fixed: avoid redundant reparses after saving documents
- Changes from before 5.9.1 and after 5.7.0:
* Use bibliographies found in BIBINPUTS environment variable
* Add texlab.build.pdfDirectory setting
* Fix search path for aux files when using \include instead of \input
* Report diagnostics for unused and undefined labels
* Report diagnostics for unused BibTeX entries and undefined citations
* Report diagnostics for duplicate BibTeX entries
* Report diagnostics for duplicate labels
* Add texlab.build.auxDirectory and texlab.build.logDirectory settings
* Deprecate texlab.auxDirectory in favor of texlab.build.auxDirectory
* Fix parsing paths with |
* Fix parsing LaTeX identifiers with =
* Sun Jul 09 2023 Soc Virnyl Estela <socvirnyl.estela@gmail.com>
- Disable checks temporarily until a patched version comes
* Sun Jul 09 2023 Soc Virnyl Estela <socvirnyl.estela@gmail.com>
- Update to version 5.7.0
* Add symbol support for thmtools
* Add texlab.findenvironments command to return the list of environments containing a position
* Show inlay hints for labels after the command instead of inside the argument
* Prevent adding trailing newline after formating with latexmk
* Improving `\paragraph` parsing
* Mon May 08 2023 Soc Virnyl Estela <socvirnyl.estela@gmail.com>
- Update to version 5.5.1:
* Fix spurious completion results when completing environments
* Fix regression when guessing cursor position after formatting
* Fix parsing `\verb` command
* Add `flalign` and `flalign*` to default list of math environments
* Sat Apr 22 2023 Soc Virnyl Estela <socvirnyl.estela@gmail.com>
- Update to version 5.5.0:
* Allow optionally passing cursor position to textDocument/build request for use in forward search after building.
Previously, the server had to guess the cursor position
* Add experimental texlab.experimental.citationCommands setting to allow extending the list of citation commands
* Add support for escaping placeholders in build arguments similar to forward search
* Allow configuring completion matching algorithm
* Fix regression introduced in v5.4.2 involving texlab.cleanArtifacts command.
* Mon Apr 10 2023 Soc Virnyl Estela <socvirnyl.estela@gmail.com>
- Update to version 5.4.1:
* Do not return symbols with empty names
* Repair `textDocument/formatting` request
* From 5.4.0:
- Add experimental settings to allow extending the list of special environments:
* `texlab.experimental.mathEnvironments`
* `texlab.experimental.enumEnvironments`
* `texlab.experimental.verbatimEnvironments`
- Add `texlab.changeEnvironment workspace command
- Add `texlab.showDependencyGraph workspace command
- Do not show caption or section names in label inlay hints
- Include more user-defined commands in command completion
- Parse nested `\iffalse` blocks correctly
- Parse commands with multi-byte characters correctly
- Fix checking whether a document can be a root file
* Wed Mar 01 2023 Soc Virnyl Estela <socvirnyl.estela@gmail.com>
- Update to version 5.3.0:
* Apply percent decoding when searching for PDFs
* Allow filtering document symbols using regex
* Return [] instead of "not found" in code action
- Use zstd compression for vendored tarball.
- Restrict to tier 1 rust arches.
* Thu Feb 09 2023 Soc Virnyl Estela <socvirnyl.estela@gmail.com>
- Update to version 5.2.0:
* * NO CHANGELOG **
* Sat Jan 28 2023 Soc Virnyl Estela <socvirnyl.estela@gmail.com>
- Update to version 5.1.0:
* Allow manually overriding the root directory using a texlabroot/.texlabroot marker file. See the wiki for more information. (#826, #838)
* Deprecate texlab.rootDirectory setting in favor of .texlabroot files
* Do not use .git, .chktexrc, .latexmkrc files/directories to determine the root directory (#826)
* Fix building documents without an explicit root directory (#837)
- Changes from 5.0.0:
* BREAKING: texlab.rootDirectory is now used as the folder path from which the compiler is executed relative to the main document. By default it is equal to ".". For more information, please visit the wiki.
* Improve performance of completion by a huge margin due to a faster filtering method used internally
* Do not discover project files beyond the provided workspace folders
* Try to guess the root directory by checking for files such as .latexmkrc or Tectonic.toml if texlab.rootDirectory is not set
* Update positions of reported build diagnostics when editing the affected line
* Do not treat links to files as bidirectional by default. This prevents issues where texlab ends up compiling the wrong file in projects with shared files (#806, #757, #679)
* Fix coverage of directories which need to be watched for changes (#502, #491)
* Resolve links of the import package correctly
* Use filterText of completion items when filtering internally (#829)
- Specfile changes:
* Enable tests
* Enable `--all-features` flag
/usr/bin/texlab /usr/share/doc/packages/texlab /usr/share/doc/packages/texlab/CHANGELOG.md /usr/share/doc/packages/texlab/README.md /usr/share/licenses/texlab /usr/share/licenses/texlab/LICENSE
Generated by rpm2html 1.8.1
Fabrice Bellet, Tue Apr 21 22:32:08 2026