forked from pool/texlab
- 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 = OBS-URL: https://build.opensuse.org/package/show/Publishing:TeXLive/texlab?expand=0&rev=43
This commit is contained in:
committed by
Git OBS Bridge
parent
24f9378919
commit
bfba0d56d4
6
_service
6
_service
@@ -1,11 +1,9 @@
|
||||
<services>
|
||||
<service name="download_files" mode="disabled" />
|
||||
<service name="cargo_vendor" mode="disabled">
|
||||
<param name="srctar">texlab-5.7.0.tar.gz</param>
|
||||
<param name="srctar">texlab-5.9.1.tar.gz</param>
|
||||
<param name="compression">zst</param>
|
||||
<param name="update">true</param>
|
||||
</service>
|
||||
<service name="cargo_audit" mode="disabled">
|
||||
<param name="srcdir">texlab-5.3.0</param>
|
||||
</service>
|
||||
<service name="cargo_audit" mode="disabled" />
|
||||
</services>
|
||||
|
Reference in New Issue
Block a user