Commit graph

11 commits

Author SHA1 Message Date
Pelle Nilsson 6db14af9a2 Explicitly set random seed for shuffles
Now the random generator used for shuffling sections (when that is enabled, as
it is by default) a random seed is set explicitly to make sure that shuffles are
predictable. Using the pangamebook filter twice on the same input-file to
generate two different output formats (e.g. PDF and EPUB of the same gamebook)
should now always create two output files with sections in the same order.

It is possible to set the random seed to any number using the gamebook-randomseed
metadata. That should normally not be needed.
2023-01-20 00:24:00 +01:00
Pelle Nilsson c978fb5dfe Meta-data to disable numbering
If document meta-data gamebook-numbers is
set to false the sections will not be
numbered but keep their original names.
2022-07-28 00:47:53 +02:00
Pelle Nilsson f98f3362af Meta-data to control output 2022-03-24 23:01:47 +01:00
Pelle Nilsson d6b3910b37 Document RTF output 2021-10-04 20:01:09 +02:00
Pelle Nilsson 9c77e7ad6d Example graph and description 2021-10-04 19:46:32 +02:00
Pelle Nilsson 355733ff94 Include metadata with mapping to numbers 2021-04-24 15:26:20 +02:00
Pelle Nilsson f8cd23a041 Add wikipedia link 2021-04-24 11:33:11 +02:00
Pelle Nilsson 8a1ab3ad61 Metadata to get rid of EPUB warnings, plus Windows install notes 2021-04-24 11:26:35 +02:00
Pelle Nilsson 9b18a5b272 Tested in Windows 10 now 2021-04-24 10:52:07 +02:00
Pelle Nilsson 0ba31e8c8a Typo 2021-04-24 10:39:06 +02:00
Pelle Nilsson 3b9546fa80 Some documentation and example 2021-04-24 10:34:55 +02:00