Skip to content

Commit

Permalink
reword readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Robert Mancoast authored and Robert Mancoast committed Apr 24, 2017
1 parent b276edc commit 46a4b9c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,17 +4,16 @@
Documentation for Mandelbulber 3D Fractal Generation System.

# Latex Engine
The main file is handbook.tex
compile the program with:
Compile the documentation's root file, handbook.tex, with:
`pdflatex handbook.tex`

Tested on Windows 10 using miktex engine.

# Optimize size of PDF file
`gs -sDEVICE=pdfwrite -dCompatibilityLevel=1.4 -dNOPAUSE -dQUIET -dBATCH -sOutputFile=handbook-compressed.pdf handbook.pdf`

# Create PDF Manual with Travis Cl
To Release the PDF create a new tag. Example commands:
# Create PDF Manual with Travis CI
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
Expand Down

0 comments on commit 46a4b9c

Please sign in to comment.