Simple markdown to LaTeX converter.
Project description
# md2latex
A lame Markdown to LaTeX converter.
See test.md for an example and run python md2latex.py 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](https://github.com/lepture/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.1.tar.gz.
File metadata
- Download URL: md2latex-0.0.1.tar.gz
- Upload date:
- Size: 4.2 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
16002cf0ffc29af3e243ca07a8ec46730854495d51ef3a6b195e3a02452129f8
|
|
| MD5 |
033bf8624f539051bbfb5c951782bd8e
|
|
| BLAKE2b-256 |
d07e5ba31698bfd9640eb16a8ccc9157c113b9a8d4bae4d9dcd5b73846b2c058
|