Skip to content

Commit

Permalink
Added better cover and fixed licensing
Browse files Browse the repository at this point in the history
  • Loading branch information
merlijn-sebrechts committed Jun 9, 2018
1 parent 1cfe63d commit 3ffae56
Show file tree
Hide file tree
Showing 8 changed files with 501 additions and 282 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ language: R
# - dvipng
# - lmodern
install: tlmgr install mdframed mweights needspace sourcecodepro sourcesanspro collection-fontsextra
script: pandoc --verbose pandoc-metadata.yaml README.md [0-9]*.md -o hack-the-hackerspace.pdf --template eisvogel.tex --toc --listings --metadata date="`date +%D`"
script: pandoc --verbose pandoc-metadata.yaml README.md [0-9]*.md -o hack-the-hackerspace.pdf --template eisvogel.tex --toc --listings --metadata date="`date +%D`" --include-before-body=include-cover.tex
deploy:
provider: releases
api_key:
Expand Down
7 changes: 7 additions & 0 deletions 8-acknowledgements.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# Acknowledgements

## Licenses

Unless otherwise stated, this work is licensed under the Creative Commons Attribution-ShareAlike 4.0 International License. To view a copy of this license, see the `LICENSE` file in the repository, visit http://creativecommons.org/licenses/by-sa/4.0/ or send a letter to Creative Commons, PO Box 1866, Mountain View, CA 94042, USA.

Some of the cover art is Designed by macrovector / Freepik see `LICENSE.freepik` file in the repository for the full license.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ sudo apt install pandoc
Generate the print version using `pandoc`.

```bash
pandoc pandoc-metadata.yaml README.md [0-9]*.md -o hack-the-hackerspace.pdf --template eisvogel.tex --toc --listings --metadata date="`date +%D`"
pandoc pandoc-metadata.yaml README.md [0-9]*.md -o hack-the-hackerspace.pdf --template eisvogel.tex --toc --listings --metadata date="`date +%D`" --include-before-body=include-cover.tex
```
717 changes: 437 additions & 280 deletions LICENSE

Large diffs are not rendered by default.

45 changes: 45 additions & 0 deletions LICENSE.freepik
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
IMPORTANT NOTICE: This license only applies if you downloaded this content as
an unsubscribed user. If you are a premium user (ie, you pay a subscription)
you are bound to the license terms described in the accompanying file
"License premium.txt".

---------------------

You must attribute the image to its author:

In order to use a content or a part of it, you must attribute it to macrovector / Freepik,
so we will be able to continue creating new graphic resources every day.


How to attribute it?

For websites:

Please, copy this code on your website to accredit the author:
<a href="http://www.freepik.com">Designed by macrovector / Freepik</a>

For printing:

Paste this text on the final work so the authorship is known.
- For example, in the acknowledgements chapter of a book:
"Designed by macrovector / Freepik"


You are free to use this image:

- For both personal and commercial projects and to modify it.
- In a website or presentation template or application or as part of your design.

You are not allowed to:

- Sub-license, resell or rent it.
- Include it in any online or offline archive or database.

The full terms of the license are described in section 7 of the Freepik
terms of use, available online in the following link:

http://www.freepik.com/terms_of_use

The terms described in the above link have precedence over the terms described
in the present document. In case of disagreement, the Freepik Terms of Use
will prevail.
Binary file modified cover.pdf
Binary file not shown.
9 changes: 9 additions & 0 deletions include-cover.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
% This file contains latex code that should be added at the front of the
% generated latex document. This is done by using the pandoc command line
% option `--include-before-body=include-cover.tex'
%
% Note that, in order for this to work, \usepackage{pdfpages} also
% needs to be added to the header of the latex document. This is done
% in pandoc-metadata.yaml
%
\includepdf[pages=-]{cover.pdf} % include the cover PDF
1 change: 1 addition & 0 deletions pandoc-metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,6 @@ tags: [Markdown, Example]
header-includes: |
\usepackage{sectsty}
\sectionfont{\clearpage}
\usepackage{pdfpages}
links-as-notes: yes
---

0 comments on commit 3ffae56

Please sign in to comment.