kmd09 / Md2Tex4V

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Md2Tex4V

Md2Tex4V is a Vim plugin which enable to convert

  • Markdown → Tex
  • Markdown → Tex → PDF then preview
  • Tex → PDF then preview

Requirement

Pandoc

Latexmk (Included in TexLive, MacTex)

vimproc

Usage

:Md2Tex : Convert previous Markdown file to Tex file. ex. hello.md → hello.tex

:Md2Pdf : Convert previous Markdown file to Tex file then make PDF. Index(Preample) Tex file is main.tex. It should same directory to Markdown files. Then open preview pdf.

:Tex2Pdf : Convert Tex file to PDF. Index(Preample) Tex file is main.tex. It should same directory to Markdown files. Then open preview pdf.

About


Languages

Language:Vim Script 100.0%