-
After starting JupyterLab a error is generated by Jupyterlab Code Formatter.
What does the "uncaught exception" and "FileNotFoundError" mean? I cannot identify a file that should be found.
See …
-
With this latex file:
```latex
\documentclass{article}
\usepackage{listings}
\begin{document}
\begin{lstlisting}
}
\end{lstlisting}
\end{document}
```
I get an error diagnostic about unexpec…
-
I tested with the following configuration:
```emacs-lisp
(use-package lsp-mode
:hook
(TeX-mode . lsp))
(use-package lsp-latex
:straight (:host github :repo "ROCKTAKEY/lsp-latex"))
(use-…
-
### I've made an initial investigation into the error myself
- [ ] Yes
### I've recently downloaded the latest plugin version of mason.nvim
- [X] Yes
### Problem description
I tried installing th…
-
I'm having some unexpected behaviour with this code:
\documentclass{article}
\newcommand\firsttest[1][defaultONE]{%
\textbf{#1}%
}%
\newcommand{\se…
-
Thanks for this nice language server. This is definitely a must-have for latex.
The equation preview function is great, but it seems it cannot take the `\newcommand*` defined in the preamble into a…
-
Texlab version: 3.3.1
Latexmk version: 4.76
I'm currently not able to use a nested `\input{}` from within another `\input{}` if the second input is referencing the other file by the root directory…
-
I noticed that the texlab extension loads on startup even if not tex files have been opened yet.
Code should allow to load extensions only once a corresponding file has been opened.
If that is possi…
-
Using texlab (installed with homebrew on macOS) with BBEdit 14.1 for completions. Sometimes asking for a completion of a tex command where the insertion point is after a left brace (`\begin{` or `\ci…
tgray updated
2 years ago
-
[Sorry, wall of text ahead, and I might have a solution for my original problem, but some of this could be useful for texlab]
I'm debugging an issue in [kak-lsp](https://github.com/kak-lsp/kak-lsp)…