This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# This script was created to convert a directory full | |
# of markdown files into PDF files. It uses | |
# pandoc and LaTeX to do the conversion. | |
# | |
# 1. Install pandoc from https://pandoc.org/ | |
# 2. Install LaTeX from https://www.latex-project.org/ | |
# 3. Copy this script into the directory containing the .md files | |
# 4. Ensure that the script has execute permissions | |
# 5. Run the script |