NickTikhonov / md2latex

:sparkles:Markdown to LaTeX:sparkles:

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

md2latex

A fork of @kavinyao's md2latex. Extended for the purpose of writing documentation and university coursework reports. To generate a PDF, make sure you have a LaTeX distribution installed, clone the repository, edit report.md and run:

sh compile.sh

Features implemented:

  • rendering figures with captions
  • better code snippets using listings, with syntax highlighting
  • tables using tabular
  • strikethrough text

About

:sparkles:Markdown to LaTeX:sparkles:

License:MIT License


Languages

Language:Python 98.7%Language:Shell 1.3%