valentjn / Vscode Ltex
Licence: mpl-2.0
LTeX – Grammar/spell checker for VS Code with LanguageTool and LaTeX/Markdown support
Stars: ✭ 199
Programming Languages
typescript
32286 projects
Labels
Projects that are alternatives of or similar to Vscode Ltex
Mdmath
LaTeX Math for Markdown inside of Visual Studio Code.
Stars: ✭ 675 (+239.2%)
Mutual labels: latex, vscode-extension
Vscode Math To Image
📐 Render LaTeX math equations in any Markdown file!
Stars: ✭ 102 (-48.74%)
Mutual labels: latex, vscode-extension
Latex Utilities
An add-on to LaTeX Workshop that provides some features that go beyond the bare essentials
Stars: ✭ 142 (-28.64%)
Mutual labels: latex, vscode-extension
Jabref
Graphical Java application for managing BibTeX and biblatex (.bib) databases
Stars: ✭ 2,385 (+1098.49%)
Mutual labels: latex
Plotneuralnet
Latex code for making neural networks diagrams
Stars: ✭ 14,316 (+7093.97%)
Mutual labels: latex
Vscode Kanban
Kanban board for Visual Studio Code.
Stars: ✭ 191 (-4.02%)
Mutual labels: vscode-extension
Sane tikz
Reconquer the canvas: beautiful Tikz figures without clunky Tikz code
Stars: ✭ 196 (-1.51%)
Mutual labels: latex
Arxiv Latex Cleaner
arXiv LaTeX Cleaner: Easily clean the LaTeX code of your paper to submit to arXiv
Stars: ✭ 2,689 (+1251.26%)
Mutual labels: latex
Flutter preview
Flutter | Because a widget-driven development requires a widget-driven preview.
Stars: ✭ 197 (-1.01%)
Mutual labels: vscode-extension
Gitdags
A package for drawing educational Git history graphs
Stars: ✭ 188 (-5.53%)
Mutual labels: latex
Awesome Cv
📄 Awesome CV is LaTeX template for your outstanding job application
Stars: ✭ 14,957 (+7416.08%)
Mutual labels: latex
Novathesis
LaTeX template for MSc and PhD thesis (for NOVA University Lisbon an other institutions)
Stars: ✭ 185 (-7.04%)
Mutual labels: latex
Vscode Remote Workspace
Multi protocol support for handling remote files like local ones in Visual Studio Code.
Stars: ✭ 197 (-1.01%)
Mutual labels: vscode-extension
Arxiv Collector
A little Python script to collect LaTeX sources for upload to the arXiv.
Stars: ✭ 179 (-10.05%)
Mutual labels: latex
Latex G7 32
Стиль LaTeX для оформления отчетов о НИР, расчётно-пояснительной записки к курсовым и дипломным работам (ГОСТ 7.32-2001 и ГОСТ РВ 15.110-2003).
Stars: ✭ 193 (-3.02%)
Mutual labels: latex
Ipypublish
A workflow for creating and editing publication ready scientific reports and presentations, from one or more Jupyter Notebooks, without leaving the browser!
Stars: ✭ 188 (-5.53%)
Mutual labels: latex
LTEX Extension for VS Code: Grammar/Spell Checker with LanguageTool and LATEX/Markdown Support
LTEX provides offline grammar checking of various markup languages in Visual Studio Code using LanguageTool (LT). LTEX currently supports LATEX and Markdown documents.
The difference to regular spell checkers is that LTEX not only detects spelling errors, but also many grammar and stylistic errors such as:
This is an mistake.
The bananas is tasty.
We look forward to welcome you.
Are human beings any different than animals?
A classic use case of LTEX is checking scientific LATEX papers in VS Code, but why not check your next blog post, book chapter, or long e-mail before you send it to someone else?
Find more information and documentation about LTEX on the official website.
LTEX is a successor (since it's a fork) of the abandoned LanguageTool for Visual Studio Code extension by Adam Voss†.
Features
- Checks LATEX and Markdown documents
- Comes with everything included, no need to install Java or LanguageTool
- Supports over 20 languages
- Issue highlighting with hover description
- Replacement suggestions via quick fixes
- User dictionaries
- Multilingual support with babel commands or magic comments
- Possibility to use external LanguageTool servers
- Extensive documentation
Requirements
- 64-bit operating system
- VS Code 1.39 or newer
- Optional:
- If you want to check LATEX documents: LaTeX Workshop Extension for VS Code
How to Use
- Install the requirements listed above
- Install this extension (see download options)
- Reload the VS Code window if necessary
- Open a LATEX or a Markdown document, or open a new file and change the language mode to
LaTeX
orMarkdown
(open the Command Palette and selectChange Language Mode
) - Wait until ltex-ls and Java have been found; if necessary, LTEX downloads both for you. Alternatively, you can choose offline installation.
- Grammar/spelling errors will be displayed! (if there are any)
Information & Documentation
- General Information
-
Documentation
- Installation and Usage
- Advanced Usage
-
Settings
ltex.enabled
ltex.language
ltex.dictionary
ltex.disabledRules
ltex.enabledRules
ltex.hiddenFalsePositives
ltex.bibtex.fields
ltex.latex.commands
ltex.latex.environments
ltex.markdown.nodes
ltex.configurationTarget
ltex.additionalRules.enablePickyRules
ltex.additionalRules.motherTongue
ltex.additionalRules.languageModel
ltex.additionalRules.neuralNetworkModel
ltex.additionalRules.word2VecModel
ltex.ltex-ls.path
ltex.ltex-ls.languageToolHttpServerUri
ltex.ltex-ls.logLevel
ltex.java.path
ltex.java.forceTrySystemWide
ltex.java.initialHeapSize
ltex.java.maximumHeapSize
ltex.sentenceCacheSize
ltex.diagnosticSeverity
ltex.checkFrequency
ltex.clearDiagnosticsWhenClosingFile
ltex.statusBarItem
ltex.trace.server
- Commands
-
FAQ
- What's the difference between vscode-ltex, ltex-ls, and LanguageTool?
- What happened to the Language Support Extensions?
- How can I prevent LTEX from redownloading ltex-ls and Java after every update?
- Why does LTEX have such a high CPU load?
- Where does LTEX save its settings (e.g., dictionary, false positives)?
- How can I check multiple languages at once?
- How can I fix multiple spelling errors at the same time?
- How can I prevent
\text{...}
in math mode from producing false positives? - What does LTEX stand for?
- Where can I ask a question that's not answered here?
- Changelog
- Contributing Code/Issues
- Code of Conduct
- Acknowledgments
Note that the project description data, including the texts, logos, images, and/or trademarks,
for each open source project belongs to its rightful owner.
If you wish to add or remove any projects, please contact us at [email protected].