Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mk270/gemtext2latex

Convert Gemini text to LaTeX
https://github.com/mk270/gemtext2latex

Last synced: 3 months ago
JSON representation

Convert Gemini text to LaTeX

Awesome Lists containing this project

README

        

gemtext2latex
=============

This is a trivial tool for converting text in Gemini format to LaTeX. It assumes the presence of a minimal LaTeX class called `mk-plain`.

The tool simply reads Gemini text on stdin and emits a reasonable LaTeX document, which in turn can produce a reasonable PDF via `pdflatex`.

Usage
-----

$ ./gemtext2latex.py < example.gemini > example.tex
$ pdflatex example.tex

To do
-----

* provide docs
* tidy up the code

Licence
-------

To the extent that such a small piece of code is subject to copyright, I am
happy to make it available under the Apache Software Licence, v2.0.