-
textidote currently appears to only search in the root directory. Could it follow latex's behavior and use the environment variable TEXINPUTS?
-
Hi,
I have started using textidote recently and I came across what looks like an unwanted behavior.
The "gather" environment doesn't seem to be recognized contrary to "align" or "equation" for ins…
-
Hello, apologies for raising another issue,
I converted your example.tex file to markdown using pandoc and tried running the jar on it, but it gave zero errors
Could you please show a sample mark…
-
For example, if I want to ignore all words starting with the letter a, I can in principle add all the combinations in dict.txt, but is there an easier way to achieve this?
-
This is some kind of a follow up from [https://github.com/sylvainhalle/textidote/issues/171](https://github.com/sylvainhalle/textidote/issues/171) but the question is somewhat more general.
How wou…
-
I would like to set up a list of technical words for the dictionary used by ltex.
I've tried
```lisp
(setq lsp-ltex-dictionary "{\"en-US\": [\":~/myConfig/my-words.txt\"]}")
```
and
```lisp
(s…
-
LanguageTool have language auto detection:
```
-adl, --autoDetect auto-detect the language of the input text - note this will not detect
variants like 'English …
-
What is the syntax to ignore multiple macros? I have tried
```
—remove-macros citet
—remove-macros citep
—remove-macros citealp
```
and
```
—remove-macros citet citep citealp
```
and
```
—…
dpo updated
10 months ago
-
I wished I could set some specific linter to run just on file-save. Coc is currently in default mode (diagnostic on insert leave), which is fine for all language servers, and some light linters of coc…
-
I've received multiple comments regarding the handling of (let's state it in this general way): "files included within a main document".
There are currently three distinct issues related to this no…