manuelroth / osm2vectortiles-thesis

Thesis documentation
MIT License
0 stars 2 forks source link

Thesis for osm2vectortiles

This is the thesis associated with the geometalab/osm2vectortiles project. The project contains issues regarding the documentation and other tasks that don't belong to the project repository.

The thesis is written in Markdown based on the tompollard/phd_thesis_markdown template.

Why is the thesis written in Markdown?

The plain text format is easy to work with and allows us to convert it to a bunch of other formats.

A more exhaustive list of reasons can be found here.

Setup

How is the template organized?

How do I get started?

  1. Install the following software:
    • A text editor, like Sublime, which is what you'll use write the thesis.
    • A LaTex distribution (for example, MacTex for Mac users).
    • Set the PATH variable to the directory where MacTex is installed export PATH=/usr/local/texlive/2015/bin/x86_64-darwin:$PATH
    • Pandoc, for converting the Markdown to the output format of your choice. You may also need to install Pandoc cite-proc to create the bibliography.
    • Git, for version control.
  2. Fork the repository on Github
  3. Clone the repository onto your local computer (or download the Zip file).
  4. Navigate to the directory that contains the Makefile and type make pdf (or make html) at the command line to update the PDF (or HTML) in the output directory.
  5. Edit the files in the 'source' directory, then goto step 4.
  6. Type grunt watch to automatically compile changes.

What else do I need to know?

Some useful points, in a random order: