Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@cspell/dict-latex

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cspell/dict-latex

LaTeX cspell dictionary

  • 4.0.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
863K
increased by29.18%
Maintainers
1
Weekly downloads
 
Created

What is @cspell/dict-latex?

@cspell/dict-latex is an npm package that provides a LaTeX dictionary for the CSpell spell checker. It helps in identifying and correcting spelling errors in LaTeX documents by providing a comprehensive list of LaTeX-specific terms.

What are @cspell/dict-latex's main functionalities?

Integration with CSpell

This feature allows you to integrate the LaTeX dictionary with CSpell by adding 'latex' to the list of dictionaries in your CSpell configuration file. This enables CSpell to recognize LaTeX-specific terms and reduce false positives.

{
  "dictionaries": ["latex"]
}

Custom Dictionary Path

This feature allows you to specify a custom path for the LaTeX dictionary. By defining the dictionary path in the CSpell configuration, you can ensure that the correct dictionary is used during spell checking.

{
  "dictionaryDefinitions": [
    { "name": "latex", "path": "@cspell/dict-latex/cspell-ext.json" }
  ],
  "dictionaries": ["latex"]
}

Other packages similar to @cspell/dict-latex

Keywords

FAQs

Package last updated on 11 Oct 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc