Skip to content
This repository has been archived by the owner on Apr 14, 2023. It is now read-only.

kavinyao/md2latex

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

md2latex

A lame Markdown to LaTeX converter.

IMPORTANT

This project is no longer developed. Check out https://github.com/gitcordier/md2latex for an actively maintained md2latex implementation with more features.

Install

Run pip install md2latex (use sudo if necessary).

See test.md for an example and run md2latex test.md test.tex to taste a flavor of it.

Features

  • title
  • author(s)
  • headings (converted to sections)
  • lists (converted to enumerate/itemize)
  • emphasis, strong and monospace text style
  • hyperlink (using hyperref package)
  • footnote (in mistune syntax)

Caveats

You can inline LaTeX commands because they are not markdown-parsable. However, md2latex doesn't do auto-escaping for you so if you have underscore LaTeX meta chracters such as _ or % in your document, be cautious!

Acknowledgement

Thanks @lepture for the super awersome mistune markdown parser.

About

✨Markdown to LaTeX✨

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages