texlab

An implementation of the Language Server Protocol for LaTeX (by latex-lsp)

Texlab Alternatives

Similar projects and alternatives to texlab

  1. nvim-lspconfig

    Quickstart configs for Nvim LSP

  2. InfluxDB

    InfluxDB high-performance time series database. Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.

    InfluxDB logo
  3. pandoc

    443 texlab VS pandoc

    Universal markup converter

  4. languagetool

    Style and Grammar Checker for 25+ Languages

  5. doom-emacs

    271 texlab VS doom-emacs

    Discontinued An Emacs framework for the stubborn martian hacker [Moved to: https://github.com/doomemacs/doomemacs]

  6. vimtex

    96 texlab VS vimtex

    VimTeX: A modern Vim and neovim filetype plugin for LaTeX files.

  7. tree-sitter

    An incremental parsing system for programming tools

  8. spacemacs

    63 texlab VS spacemacs

    A community-driven Emacs distribution - The best editor is neither Emacs nor Vim, it's Emacs *and* Vim!

  9. CodeRabbit

    CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.

    CodeRabbit logo
  10. plenary.nvim

    plenary: full; complete; entire; absolute; unqualified. All the lua functions I don't want to write twice.

  11. nano-emacs

    55 texlab VS nano-emacs

    GNU Emacs / N Λ N O - Emacs made simple

  12. emacs-from-scratch

    45 texlab VS emacs-from-scratch

    An example of a fully custom Emacs configuration developed live on YouTube!

  13. LaTeX-Workshop

    29 texlab VS LaTeX-Workshop

    Boost LaTeX typesetting efficiency with preview, compile, autocomplete, colorize, and more.

  14. tectonic

    A modernized, complete, self-contained TeX/LaTeX engine, powered by XeTeX and TeXLive.

  15. dap-mode

    23 texlab VS dap-mode

    Emacs :heart: Debug Adapter Protocol

  16. .emacs.d

    20 texlab VS .emacs.d

    My personal emacs settings, and the ones used in @emacsrocks (by magnars)

  17. digestif

    A language server for TeX and friends

  18. ltex-ls

    19 texlab VS ltex-ls

    LTeX Language Server: LSP language server for LanguageTool :mag::heavy_check_mark: with support for LaTeX :mortar_board:, Markdown :pencil:, and others

  19. lsp-ltex

    10 texlab VS lsp-ltex

    lsp-mode ❤️ LTEX

  20. tide

    7 texlab VS tide

    Tide - TypeScript Interactive Development Environment for Emacs (by ananthakumaran)

  21. dotfiles

    My personal dotfiles for most of the programs I use on a daily basis. (by potamides)

  22. SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better texlab alternative or higher similarity.

texlab discussion

Log in or Post with

texlab reviews and mentions

Posts with mentions or reviews of texlab. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-27.
  • Is there any way to use Helix for juypter notebooks !
    1 project | /r/HelixEditor | 9 May 2023
    Helix defaults to texlab so try that?
  • emacs-29 and eglot inlay hints?
    1 project | /r/emacs | 1 Mar 2023
    This is overly verbose and redundant, therefore I disabled eglot-inlay-hints mode in LaTeX and opened and issue: https://github.com/latex-lsp/texlab/issues/858
  • UnTeX - Parsing and formatting TeX documents with Rust - Looking for help
    6 projects | /r/rust | 27 Jan 2023
    I have a very limited understanding of Parsing but I would assume that Latex Language Servers have to implement similar parsing too? So maybe check out TexLab. It’s implemented in Rust so maybe it’s an interesting reference.
  • Is there any way to get a wordcount from an LSP?
    1 project | /r/neovim | 19 Jan 2023
    Is it possible to get a wordcount for LaTeX documents from an LSP like ltex-ls or texlab?
  • Texlab LSP server crashes on launch
    2 projects | /r/neovim | 25 Nov 2022
    If you’re still stuck you can try reporting an issue here or look for ones similar to yours: https://github.com/latex-lsp/texlab
  • Overleaf makes me mad and TeXstudio is superior
    3 projects | /r/LaTeX | 25 Oct 2022
    If you use emacs, I recommend to get some modern goodness by installing lsp-mode (or eglot) to interact with language servers and then install a latex language servers like texlab. This in my expericence really improved the autocompletion so I don't feel like I loose anything over using vscode, texlab or overleaf .Recently I also switched to lsp-ltex for language-tool integration. All those tools lsp servers can also be used from other editors with lsp support, so use what you prefer. I would only recommend emacs to those who want a fully customized and keyboard driven experience and are not afraid to eventually modify some lisp code. But it has its unique advantages, many editing tools and in addition to the still great auctex also cdlatex for super quick math typesetting.
  • Is there a way to continuously update the PDF file while using on Emacs?
    2 projects | /r/emacs | 11 Sep 2022
    you can use https://github.com/latex-lsp/texlab
  • Most straightforward installation of LaTeX in VSCode
    6 projects | /r/LaTeX | 9 Sep 2022
  • Ask HN: What LaTeX editor do you use?
    3 projects | news.ycombinator.com | 26 Aug 2022
    I use overleaf these days mostly because overleaf makes it effortless to work across multiple machines. I still have my neovim + texlab [1] setup just in case though.

    [1]: https://github.com/latex-lsp/texlab

  • pantran.nvim: asynchronous, interactive machine translation directly from your editor
    8 projects | /r/neovim | 6 Jul 2022
    Story time: I really love Neovim for programming, but one thing I love it even more for is scientific writing. Tools like texlab make this especially fun! But for a well-rounded experience, I need a few more things: (i) Grammar checking. For that I can recommend ltex, an LSP-server which adds LaTeX support to language tool. (ii) Thesaurus lookup. (Neo)vims integrated thesaurus format is a little bit limited. But thankfully 'thesaurusfunc' exists so I could easily write a small plugin to add support for openoffice.org mythes thesauri. (iii) Machine translation. Now we're finally getting to the topic of this post. I write most of my stuff in English but I'm not a native speaker, so machine translation is valuable for me. It can help me to overcome writers block to an extent, for example. There already exist a few plugins for that problem, like vim-translator or translate.nvim. But none of these support interactive modes, a slick UI, and, as far as I know, useful things like motions and counts. This is where my plugin pantran.nvim comes into place! The demo should speak for itself. In the end it was a lot more effort than I anticipated but I'm very pleased with the result. I hope this can be useful to others as well!
  • A note from our sponsor - InfluxDB
    influxdata.com | 18 Apr 2025
    Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems. Learn more →

Stats

Basic texlab repo stats
23
1,699
9.2
5 days ago

Sponsored
InfluxDB high-performance time series database
Collect, organize, and act on massive volumes of high-resolution data to power real-time intelligent systems.
influxdata.com