Skip to content

oezeb/markdown-pdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

markdown-pdf README

Markdown PDF help convert Markdown files into PDF using pandoc with CJK(Chinese, Japanese, and Korean) languages supported.

The extension create YAML metadata file(metadata.yaml) where it list the basics of the template that pandoc will be using. The YAML file can be edited by the user to fit his needs.

Requirements

  • Install latest pandoc and add to System environment PATH variable
  • Install LaTEX using TEX Live or MiKETeX

Features

The extension include 5 commands:

  • Use default template discard any existing YAML and use the extension's predefined template to generate PDF.

  • Generate (will merge with template if any!!!) look for any updates in the YAML file to override or add to the basic template properties then generate PDF.

  • Add Title, Authors and Date to the document. This command also merge user's updates made in the YAML file.

  • Add Table of Contents to the document. This command also merge user's updates made in the YAML file.

  • Add Title, Authors, Date and Table of Contents to the document. This command also merge user's updates made in the YAML file.

See samples cutie

Release Notes

0.0.4 Added and modified commands. Now a total of 5 commands available.

About

vs code extension to convert markdown to pdf using pandoc

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published