-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added better cover and fixed licensing
- Loading branch information
1 parent
1cfe63d
commit 3ffae56
Showing
8 changed files
with
501 additions
and
282 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters