manyworldspod / manyworldspod.github.io

Main website for the podcast, including all articles, scripts, stories, and investigations
Creative Commons Zero v1.0 Universal
0 stars 0 forks source link

Allow for nicely formatted, automagic zine versions of posted articles #2

Closed alurban closed 2 years ago

alurban commented 2 years ago

This PR allows for nicely formatted, automagically generated zine versions of posted articles.

The underlying tools are based on Pandoc, a tool that converts between common formats (most notably HTML, markdown, and PDF) and XeTeX, a modern LaTeX distribution. Some conditioning of the intermediary markdown text is also done using regular expressions in Python.

The basic order of operations is:

All the heavy lifting is done in a LaTeX template used to achieve this last step.

This is related to #5.

alurban commented 2 years ago

LGTM and this is a great addition, incredible work me!

alurban commented 2 years ago

LGTM and this is a great addition, incredible work me!

thanks me 🥰