在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):latex-lsp/texlab开源软件地址(OpenSource Url):https://github.com/latex-lsp/texlab开源编程语言(OpenSource Language):Rust 99.6%开源软件介绍(OpenSource Introduction):TexLabA 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. Getting StartedIf your editor extension like does not install the TexLab server automatically, you will need to install it manually. We provide precompiled binaries for Windows, Linux and macOS. Alternatively, you can build TexLab from source or install it using your package manager. For a list of supported package managers, you can take a look at Repology: RequirementsA TeX distribution is not strictly required to use the server but TexLab cannot compile your documents without one. TexLab supports compiling using Tectonic. For an example configuration, please see here. On Windows, you may need to install Microsoft Visual C++ Redistributable for Visual Studio 2015. Building from SourceYou will need to install the following dependencies to compile the server:
Then run the following command in the project folder: cargo build --release Alternatively, you can install cargo install texlab UsageAfter installing an editor extension, you can simply start editing LaTeX files. All editing features work out-of-the-box over all files in the currently opened workspace.
There is no need for magic comments like TexLab features a variety of options which can be used to configure features like building or forward search. DevelopmentYou can create a debug build by building the server without the TexLab has an extensive test suite of unit and integration tests. You can run them by executing cargo test in the project folder. For a list of custom messages, please see here. ContributingSee CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us. |
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论