Skip to content

vzaccaria/md2pdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

md2pdf

This is an updated version of the script md2pdf.sh originally released by Claes Holmerson. It allows to generate pdf through xelatex and customize fonts and other aspects of the document very easily (just edit the variables in the md2pdf.sh).

Installation

You should have already installed both pandoc and xelatex. Then,

npm install -g md2pdf

Usage

md2pdf.sh markdown-file.md

Customization

The following variables can be customized by editing md2pdf:

  • paper (default: a4paper)
  • hmargin (default: 3cm)
  • vmargin (default: 3.5cm)
  • fontsize (default: 10pt)
  • mainfont (default: "Palatino Linotype")
  • sansfont (default: Corbel)
  • monofont (default: Consolas)
  • language (default: english)
  • nohyphenation (default: false)
  • columns (default: onecolumn)
  • geometry (default: portrait)

About

Styled Markdown to PDF through Pandoc

Resources

Stars

Watchers

Forks

Packages

No packages published