Skip to main content

Will convert a markdown text file to a fancy PDF document

Project description

[![PyPI version](https://badge.fury.io/py/pymarktex.svg)](https://badge.fury.io/py/pymarktex) [![changelog](http://allmychanges.com/p/python/pymarktex/badge/)](http://allmychanges.com/p/python/pymarktex/?utm_source=badge)

# pymarktex version 1.1.3

This program creates a PDF file out of a specifically formated markdown text file. In particular, the markdown file can contain extra information that will be included in the final PDF with a fancy header. See the example included.

Dependencies: * A text conversion engine. The pandoc executable should be in your $PATH. * A latex engine. The xelatex executable should be in your $PATH. * These two python libraries: sh, pystache (you can install them with pip).

You can use it from the shell like this:

$ pymarktex lorem.md

And it will generate the corresponding lorem.pdf file in the same directory.

### Installing TeX Live

$ wget http://mirror.ctan.org/systems/texlive/tlnet/install-tl-unx.tar.gz $ tar xzf install-tl-unx.tar.gz $ cd install-tl-* $ ./install-tl -gui text

Then, change the install directory to something like: ~/programs/textlive/2014

### Code documentation More documentation is available at: http://xapple.github.io/pymarktex/

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distributions

No source distribution files available for this release.See tutorial on generating distribution archives.

Built Distribution

pymarktex-1.1.3-py2-none-any.whl (7.0 kB view hashes)

Uploaded Python 2

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page