Metadata-Version: 2.1
Name: latex2readme
Version: 0.0.2
Summary: Convert LaTeX documents to README.md files
Home-page: https://github.com/leon-h-a/latex2readme
License: MIT
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# Latex to readme
Convert LaTeX documents to PDFs and insert into README.md

## Installation
```
pip install latex2readme
```

## Usage
```
ttr --depth
```
Every directory can optionally include ```toc.json``` file that controls
order in which tex documents are ordered in README. If file is not
provided, order of insertion to README file is random.

Refer to /example directory for reference.

Supported OS: Linux
