Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mk270/gemtext2latex
- Owner: mk270
- Created: 2022-04-28T21:34:50.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2023-09-25T18:54:26.000Z (about 1 year ago)
- Last Synced: 2024-04-22T03:52:51.262Z (7 months ago)
- Language: Python
- Size: 8.79 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-gemini - gemtext2latex - tool for converting Gemtext to reasonable LaTeX and thence PDF (Tools / Gemtext converters)
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.texTo do
-----* provide docs
* tidy up the codeLicence
-------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.