Skip to content

Latest commit

 

History

History
56 lines (33 loc) · 1.57 KB

README.md

File metadata and controls

56 lines (33 loc) · 1.57 KB

Makerland book

This is a repo containing first Makerland Tutorials book and resouces to build it.

The book is written in Markdown and converted to PDF using Pandoc.

What's in this repo?

You should see two folders here:

  • content - this is the book content. If you want to edit the content of the book - images or text, go here. It contains Markdown and image files.
  • templates - these are latex templates used by Pandoc to design PDF files generated from Markdown.

Generating books

Dependencies

First, you need to install this:

Packages:

Fonts are included here, but make sure you have them too:

  • Bebas
  • Minion Pro

Building the book

There are two ways of builing a book:

  • Print version: run make makerland_print in your terminal
  • PDF version: run make makerland_pdf

You can also build just one tutorial, by running this:

  • Print version: run make [tutorial]_print in your terminal (for example make pythonruby print)
  • PDF version: run make [tutorial_pdf

Yay! Your book should now be ready in build folder.

Licence

Creative Commons Attribution NonCommercial ShareAlike (CC-NC-SA)

Read more: https://tldrlegal.com/license/creative-commons-attribution-noncommercial-sharealike-(cc-nc-sa)