Socket
Socket
Sign inDemoInstall

mdtex

Package Overview
Dependencies
222
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    mdtex

Compile markdown into beautiful LaTeX document


Version published
Weekly downloads
1
decreased by-75%
Maintainers
1
Install size
9.48 MB
Created
Weekly downloads
 

Readme

Source

mdtex

Compile markdown into beautiful LaTeX document

Version Downloads/week License

Usage

$ npm install -g mdtex
$ mdtex
$ mdtex --help
Build a markdown file into a pdf

USAGE
  $ mdtex [INPUT]

ARGUMENTS
  INPUT  [default: index.md] Markdown file to process

OPTIONS
  -B, --no-build  Only parse markdown to LaTeX
  -o, --out=out   [default: ./out] Output directory of LaTeX build result
  -w, --watch     Watch this folder and rebuild when a file change

DESCRIPTION
  Start the process of build by parsing the specified file and building it with pdflatex
  It will generate a tex file with the name of md file in the current directory.
  If it exists, it will be overriten.

Extra syntax

Import statement

You can import another markdown file using the import syntax with a path relative to the current file.

<(./file.md)>

Keywords

FAQs

Last updated on 20 Jan 2019

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc