1.2.3 • Published 5 years ago

mdtex v1.2.3

Weekly downloads
1
License
MIT
Repository
github
Last release
5 years ago

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