lsp-latex
lsp-latex copied to clipboard
Emacs lsp-mode client for LaTeX, on texlab.
Currently, in spacemacs I can hit M-m m h d, which runs the command TeX-doc that suggest opening the appropriate pdf help document. However, it opens it in an external...
On Ubuntu 20.04, according to the instruction [here](https://github.com/ROCKTAKEY/lsp-latex#how-to-use), I try to configure and test `lsp-latex` with the following steps: 1. Install texlab. Retrieve the released package from [here](https://github.com/latex-lsp/texlab/releases/download/v3.2.0/texlab-x86_64-linux.tar.gz), then do...
When I create a new file, texlab will work correctly, but when I open an exist file with lsp, my cpu will at a full speed, Emacs won't operate anymore,...
When I open a large project (around 240 pages) with several included files, using xetex - emacs goes to 99% cpu and texlab cpu usage rises a bit - then...
Hello, Just a simple question, I noticed that there is already a support in `lsp-mode` for latex with `lsp-tex` which relies on either `texlab` or `digestif` servers. What are the...
Hi, thanks for this very nice package. I was wondering if there is a way to bind the `lsp-latex-build` to simple key such as `C-c C-c` which is used in...
Hi, is it possible to use lsp-latex with orgmode files (or markdown files) to preview equations? I was thinking an easy way could be ``` (add-hook 'org-mode-hook 'lsp) ``` but...
Please list texlab advantages/disadvantages compared to Auctex
lsp-latex forward search stopped working. I'm using emacs 28.2 from arch Linux distribution. texlab.log file it very big to post but it correctly show: ``` DEBUG - < {"jsonrpc":"2.0","id":0,"result":[{"rootDirectory":".","build":{"executable":"arara","args":["-v","%f"],"outputDirectory":".","forwardSearchAfter":false,"onSave":false},"forwardSearch":{"executable":"zathura","args":["--synctex-forward","%l:1:%f","%p"]},"chktex":{"onEdit":false,"onOpenAndSave":false},"diagnosticsDelay":300,"diagnostics":{"allowedPatterns":[],"ignoredPatterns":[]},"formatterLineLength":80,"bibtexFormatter":"texlab","latexFormatter":"texlab"}]} ```...
[texlab.log](https://github.com/ROCKTAKEY/lsp-latex/files/13053120/texlab.log) I have automatic build turned on and also forward search after. This has been working fine for a while now, but has now suddenly stopped working. When saving a...