Hi EP fans.
For those who are interested, I'm currently making a lightweight version of the core rulebook - a dry PDF with all the data, but no pictures and no page layout. It's definitely not as nice as the original version, but:
- it will weight a few megabytes max
- it displays instantly on old hardware
- it is printer-friendly (much better if you need to print a few pages for your players)
There will be typos in the transcription, as text selection in the PDF file sometimes do weird things, but I will also release the LaTeX sourcecode for those who want to fix a few things. I'm currently at the "System gazeteer" section of the book. If you are interested in a preview, please tell me.
PS: thanks for releasing the material under CC licence and make such a thing possible and legal. And I'm currently waiting for my hardcopy version to arrive here in france, by the way.
Welcome! These forums will be deactivated by the end of this year. The conversation continues in a new morph over on Discord! Please join us there for a more active conversation and the occasional opportunity to ask developers questions directly! Go to the PS+ Discord Server.
Core Rulebook, lightweight version
Mon, 2009-12-14 05:05
#1
Core Rulebook, lightweight version
\begin{tabular}{ccccccc} COG & COO & INT & REF & SAV & SOM & WIL \\ 20 & 15 & 15 & 20 & 10 & 15 & 10 \\ \end{tabular}
the {ccccccc} parameter declares the number of columns, and the alignment for each (here, 7 centered columns). Then, your cells are separated with the "&" symbol, and your rows by the "\\" symbol You shall find a lot of LaTeX tutorials on the internet - and it's best to have a working environment so you can compile your document to see the final result. It's nice to hear from people willing to participate :)Pages