Simple markdown to LaTeX converter.
Project description
A lame Markdown to LaTeX converter.
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.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file md2latex-0.0.2.tar.gz
.
File metadata
- Download URL: md2latex-0.0.2.tar.gz
- Upload date:
- Size: 4.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 3e013fd40c5b106887f6dfb5b5688c96df7ed342570158eda25b286a93735590 |
|
MD5 | bb6a5cce2fa467e73fdd6978840b9cd0 |
|
BLAKE2b-256 | caa1c6294501a91d99b41010ede45716ab535187fa877ae7f95db646b4776943 |