skvggor / markdown-to-pdf

Convert markdown files using shellscript to PDF (LaTeX way).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Markdown to PDF Conversion Script

This script converts all markdown files (except README.md) in the current directory and its subdirectories to PDF format and saves them in a PDF directory. Follow these steps to use the script:

Prerequisites

Before using the script, make sure you have the required packages installed by running:

sudo apt install pandoc texlive texlive-latex-extra

Clone the Repository

Clone the repository from GitHub:

git clone https://github.com/skvggor/markdown-to-pdf

Script Usage

  1. Navigate to the cloned repository:
cd markdown-to-pdf
  1. Run the script using the following command:
bash markdown-to-pdf.sh

About

Convert markdown files using shellscript to PDF (LaTeX way).


Languages

Language:Shell 100.0%