Documentation for Mandelbulber 3D Fractal Generation System.
Compile the documentation's root file, handbook.tex, with:
pdflatex handbook.tex
Tested on Windows 10 using miktex engine.
gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dNOPAUSE -dQUIET -dBATCH -sOutputFile=handbook-compressed.pdf handbook.pdf
To Release the PDF, create a new tag. Example commands:
git tag -a v2.11.0.6 -m "Mandelbulber doc v2.11.0.6"
git push -u origin --tags