Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 598 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 598 Bytes

md2tex

Converts markdown to LaTeX. Saves time. Makes shiba inu happy.

Requirements

  • Python3
  • pdflatex

Installation

Clone the repository and install using setup.py.

git clone https://github.com/prtx/md2tex
cd md2tex
python3 setup.py install

Usage

Config file

A yaml file is needed to store some configs and document information.

title: md2tex
author: Pratik Shrestha
document_type: article

LaTeX Generation

md2tex --generate-pdf <MD-FILE> <CONFIG-FILE> <OUTPUT-TEX-FILE>

License

MIT