https://github.com/latex-lsp/latex-completion-data
A data set that can be used to provide code completion for LaTeX
https://github.com/latex-lsp/latex-completion-data
completion data latex
Last synced: about 1 year ago
JSON representation
A data set that can be used to provide code completion for LaTeX
- Host: GitHub
- URL: https://github.com/latex-lsp/latex-completion-data
- Owner: latex-lsp
- License: mit
- Created: 2019-07-09T17:35:58.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-01-11T20:01:12.000Z (over 3 years ago)
- Last Synced: 2025-04-08T04:34:07.874Z (about 1 year ago)
- Topics: completion, data, latex
- Language: Python
- Homepage:
- Size: 209 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# latex-completion-data
An automatically generated data set that can be used to provide code completion for the LaTeX typesetting system.
It is used by the [TexLab](https://texlab.netlify.com/) language server.
## Development
We use [Docker](https://www.docker.com/) to ensure reproducible builds.
A new data set can be generated by executing
```sh
docker build --tag=latex-completion-data --no-cache .
docker run --name latex-completion-data -t latex-completion-data
docker cp latex-completion-data:/app/latex-completion-data/completion.json .
```