Skip to content

A simple script that converts markdown files into PDFs

License

Notifications You must be signed in to change notification settings

gingerchicken/shellmdpdf

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Export PDF

By using the pandoc library, you can export a PDF file from a markdown file, I wrote a simple script to do this for me.

Setup

All in all you need to have pandoc and some other dependencies installed.

Arch Linux

$ sudo pacman -Sy pandoc texlive-fontsextra

Debian

$ sudo apt install pandoc texlive texlive-latex-extra -y

Usage

I tried to make this script as simple as possible, so you can just run it from the command line.

$ ./shellmdpdf.sh README.md README.pdf

About

A simple script that converts markdown files into PDFs

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages