Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/textlint/textlint-plugin-latex2e
Textlint Plugin LaTeX2ε
https://github.com/textlint/textlint-plugin-latex2e
hacktoberfest hacktoberfest2021 latex plugin textlint
Last synced: 8 days ago
JSON representation
Textlint Plugin LaTeX2ε
- Host: GitHub
- URL: https://github.com/textlint/textlint-plugin-latex2e
- Owner: textlint
- License: mit
- Created: 2019-01-20T05:25:49.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-24T10:27:30.000Z (27 days ago)
- Last Synced: 2024-11-07T05:46:04.600Z (13 days ago)
- Topics: hacktoberfest, hacktoberfest2021, latex, plugin, textlint
- Language: TypeScript
- Homepage:
- Size: 2.03 MB
- Stars: 67
- Watchers: 4
- Forks: 8
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
# Textlint Plugin LaTeX2ε
[![npm](https://img.shields.io/npm/v/textlint-plugin-latex2e.svg)](https://www.npmjs.com/package/textlint-plugin-latex2e)
[![package quality](https://packagequality.com/shield/textlint-plugin-latex2e.svg)](https://packagequality.com/#?package=textlint-plugin-latex2e)
[![actions](https://github.com/textlint/textlint-plugin-latex2e/workflows/Node%20CI/badge.svg)](https://github.com/textlint/textlint-plugins-latex2e/actions)textlint-plugin-latex2e depends on [the LaTeX parser](https://github.com/tamuratak/latex-utensils) since v1.0.0!
## Installation
```
$ npm install textlint-plugin-latex2e
```And add to `.textlintrc`
```
plugins: ["latex2e"]
```## Limitations
- Comments in `equation` environment are not parsed as AST of textlint.
- A rule or a formatter using comments like textlint-filter-rule-comments cannot use them.## Copyright
Copyright (C) 2018-2020 Textlint Plugin LaTeX2e Maintainers ALL Rights Reserved.
## Maintainers
- TANIGUCHI Masaya ([@tani](https://github.com/tani))
- Shoma Kokuryo ([@pddg](https://github.com/pddg))
- K Ito([@kn1cht](https://github.com/kn1cht))### Sponsorship
This project is maintained by volunteers.
If you are using this project where it is important,
consider one time or regular donations, please.- [❤️ GitHub Sponsors (@tani)](https://github.com/sponsors/tani)
## License
This software is licensed under the MIT License.