Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 256 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 256 Bytes

latex2markdown

A simple script to convert a latext source file to a markdown file.

Usage

Assume that input_file.tex is a valid .tex file and can be successfully compiled.

python latex2markdown --fin input_file.tex --fout output.md