This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

mdtex

1.2.3 • Public • Published

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)>

Dependencies (16)

Dev Dependencies (3)

Package Sidebar

Install

npm i mdtex

Weekly Downloads

0

Version

1.2.3

License

MIT

Unpacked Size

32.8 kB

Total Files

41

Last publish

Collaborators

  • epickiwi