Skip to content

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.

License

Notifications You must be signed in to change notification settings

TheComamba/LoreTex

Repository files navigation

Contributor Covenant

LoreTex

Have you ever struggled to keep your adventure notes organised? Did you copy and paste parts of your lore to different adventures set in the same world and then they ran out of sync? Do you wish to give your players an up-to-date handout but not reveal your secret details?

LoreTex may not be the answer to these problems, but it is my answer. It 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.

Setup

Prerequisites

LoreTex assumes that you have the LuaLaTex compiler installed.

All required Tex packages are included at the beginning of main.tex. Currently, these are luacode and nameref.

Installation [Outdated!!!]

Clone this git repository to some place on your computer:

git clone https://github.com/TheComamba/LoreTex.git

Alternatively copy the contents of this repository to some place on your computer.

LoreTex uses the Lua scripting language, and can thus only be compiled using LuaLaTex. It further needs to load a library, which due to security reasons is only possible in shell-escape mode. Hence, to compile from a terminal you need to call:

lualatex -shell-escape <your tex document>

If you're running from a GUI that supports "magic comments"/"advanced headers", you can add the line

% !TeX TXS-program:compile = txs:///lualatex/{%.tex} -shell-escape "%.tex"

to your document.

(Note that this contains a bit of a hack, see this discussion.)

A note on security:

In principle, you could set your default compiler to the value provided above. Do not do this! This allows the execution of basically arbitrary code once you hit compile.

Usage

The tex file using LoreTex needs to be told where to find main.tex:

\documentclass{book/memoir}

...

\input{some/relative/path/to/main.tex}
\loadLuacode{some/relative/path/to/}

...

\begin{document}

A good place to start is the tutorials folder.

Contributing

Merge requests are welcome.

Please follow the gitflow naming convention of prefixing branches with "bugfix/" or "feature/". Currently I see no reason for a separate develop branch.

For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update the tests as appropriate.

Criticism of the coding style is very welcome. I find it tough to write clean code in Lua, and I am eager to improve.

And, of course, you are asked to comply with the code of conduct.

License

This software is distributed under the MIT license. In a nutshell this means that all code is made public, and you are free to use it without any charge.

About

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.

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

 
 
 

Languages