New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@texnous/latex-syntax

Package Overview
Dependencies
Maintainers
2
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@texnous/latex-syntax

LaTeX syntax structures. This is a part of the TeXnous project.

latest
Source
npmnpm
Version
0.1.5
Version published
Maintainers
2
Created
Source

LaTeX syntax structures

This file is a part of TeXnous project.

This repository provides a library with a set of structures to handle LaTeX syntax definitions.

Structure of the repository

There are several files for the meta purposes:

  • package.json describes this repository for the npm framework.
  • license.*.md contain the full texts of the licenses.
  • .eslintrc.json contains the rules for the linter.
  • readme.md is this description.

And there are two directories:

  • sources contains the source code.
  • tests contains unit tests, it's unavailable for npm module.

The content of these directories is arranged exactly the same way, files with the same relative paths correspond to each other.

  • lib is the directory with libraries implementing all logic.
    • LatexSyntax.js contains LaTeX syntax structures.
  • index.js is the main exported file.

Installing

The corresponding node module can be installed with

npm install --save @texnous/latex-syntax

Developer scripts

Please use the following scripts to work with the repository:

  • npm run linting to call the linter.
  • npm run testing to call the unit tests.

Keywords

TeXnous

FAQs

Package last updated on 28 Oct 2017

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