Wolfy.fr
A free-to-play online game for many players
At the time of writing, this only exists in French language so I proposed a translation, for English-speaking players.The rules were quickly scrapped from the website and translated using "Google Translate". The result is a PDF containing slides for the different game characters.
Please find the first release here: "https://github.com/p19z/WolfyGameFr2En/releases/download/0.0.0.1/WolfyEn.pdf"
Markdown-to-PDF Slideshow
Ideal installation
The ideal installation steps for building the PDF files:choco install -y pandoc
// << INSTALLS AS ROOTchoco install -y rsvg-convert
choco install -y miktex
// << FAILED, APR 16, 2020choco install -y pdflatex
- “Pandoc” is installed as Root, in C:\Users\Root\AppData\Local and is not accessible by default to a standard user.
- The automated install of MiKTeX does not work via Chocolatey. See further below for a WORKAROUND.
Workaround 1
We need a command like this:$> CACLS files /e /p {USERNAME}:{PERMISSION}
$> cd C:\Users\Administrator\AppData\Local\Pandoc
$> CACLS * /e /p MyStandardUserName:R
- “Windows change access permissions from the command line - nixCraft”
(“https://www.cyberciti.biz/tips/windows-change-access-permissions-from-the-command-line.html”)
Workaround 2
In 3 steps:- Browse to http://mirrors.ircam.fr/pub/CTAN/systems/win32/miktex/setup/windows-x64/
- download “basic-miktex-2.9.7386-x64.exe” (or the latest version available)
- and run this executable as an Administrator (it will install in “C:\Progra~1\MiKTeX 2.9”)