TheComamba / LoreTex

LoreTex is an extension to the Tex language for compiling pdf documents, providing an interface to define characters, places and more, and then generate a glossary containing those entities that are relevant to your story.
MIT License
0 stars 0 forks source link

Offer option to use Python instead of LuaLaTex #33

Open TheComamba opened 1 year ago

TheComamba commented 1 year ago

Prerequisite: #32

Python can generate PDF documents as well. This would create another channel for users to access the functionality.

In that case the repo should probably be split up into LoreTex, LorePy, and a subrepo containing the rust code.

TheComamba commented 1 year ago

The subrepo for the logic should be LoreCore.