Skip to content

kmd09/Md2Tex4V

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published