Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/radionoisee/md2tex

GIGO Markdown to TeX.
https://github.com/radionoisee/md2tex

latex markdown markdown-converter tex

Last synced: 1 day ago
JSON representation

GIGO Markdown to TeX.

Awesome Lists containing this project

README

        

# MarkDown To (La|plain)TeX

A blazing fast, lenient parser based on MD4C.

You should be familiar with TeX as the generated output does not work ourside the box.

## Build

Tested on Linux and Mach-O, should work on Windows.

```sh
make
```

## Usage

```sh
./md2tex in.md out.tex
```

## Extensions

It support the `TABLE`, `UNDERLINE`, `STRIKETHROUGH` and `TEX` extensions.

## LaTeX

You need to define the `\thematic` and `\del` macro yourself. It won't harm `\let`ing them both to `\relax`.

## TeX

You have to define all the LaTeX and custom macros used. However in this case you should simply modify `md2t.c` and rebuild.