Overview
Atlassian Sourcetree is a free Git and Mercurial client for Windows.
Atlassian Sourcetree is a free Git and Mercurial client for Mac.
Quickly: -------- > Have LaTeX installed with the 'minted' package (requires Pygments). > Run the shell script 'runLatex.sh' Introduction: ------------- This document is being written using the LaTeX document preparation system. For explanation of LaTeX and documentation and tutorials please visit the website http://www.latex-project.org/guides/ Getting LaTeX -------------- Therefore to build this document you need to have LaTeX installed, there are distributions for what ever system you are using available from the website http://www.latex-project.org/ftp.html Extra LaTeX packages -------------------- To colour up the source code within this document the 'minted' LaTeX package is used (http://code.google.com/p/minted/) and this requires the Pygments syntax highlighter (http://pygments.org) so both of those need to be installed for you to produce a PDF from the tex files making this document. Document Structure: ------------------ The tutorial is split into a number of chapters, each of a specific topic, where PythonScriptingWithSpatialData.tex file ties the whole document together and includes the header defines etc. To build the latex document run the runLatex.sh script.