Commit Graph

84 Commits

Author SHA1 Message Date
Leo Weigand
bccac62f91
Fix breaking headline
Since the line-height is set to 0px, this headline is breaking into two lines and overlaps with itself. Easiest fix is to just shorten the headline.
2020-05-20 10:12:53 +02:00
andystanton
3c85984cb0 Add support for building book in epub format
Add epub metadata & placeholder cover image

Refactor parseBook.py and extend Makefile to enable support for more formats

Update appendix 2

Add book.epub to .gitignore
2019-09-04 22:31:34 +01:00
andystanton
0415ba1e9f Fixes for pdf generation on macos
* Fixes first shader not automatically closing by adding `u_time` (see patriciogonzalezvivo/glslViewer#142).
* Use glslviewer's headless mode for generating images.
* Update to latest Pandoc CLI arguments to fix Pandoc CLI errors.
* Re-encode `12/accretion.jpg` and `13/holdsworth.jpg` to fix Pandoc jpg errors.
* Update appendix 2 README for generating the book as a pdf.
2019-09-02 23:08:08 +01:00
Sergey Karchevsky
65568eb3c6 Fix Russian translation typesetting. 2017-10-26 21:42:02 +07:00
Sergey Karchevsky
c02aea5e59 Fixed typos in JS introduction. 2017-09-04 02:05:07 +07:00
Sergey Karchevsky
af14a286cf Translated appendix section 04 (JS intro by Nicolas Barradeau) into Russian. 2017-09-04 02:01:57 +07:00
Sergey Karchevsky
8e48c18960 Translated appendix section 03 (collaborate) into Russian. 2017-09-02 19:18:33 +07:00
Sergey Karchevsky
7c8a8ea067 Translated appendix section 02 (how to print) into Russian. 2017-09-02 18:20:08 +07:00
Sergey Karchevsky
2580263ee0 Translated appendix chapter 01 (Running on RPi) into Russian. 2017-09-02 02:02:43 +07:00
Sergey Karchevsky
6890b25f36 Translated appendix index and chapter 00 into Russian. 2017-09-02 01:34:21 +07:00
Yvan Sraka
3f448205f0 % find . -type f -print0 | xargs -0 dos2unix 2017-08-23 11:34:44 +02:00
Yvan Sraka
2410899756 Remove trailing whitespaces 2017-08-23 11:34:44 +02:00
Yvan Sraka
ba2c5c6ea8 Fix issue #152
Multilingual URLs do not work on thebookofshaders.com/appendix/
2017-08-20 16:22:24 +02:00
Patricio Gonzalez Vivo
e92bdbd414 Merge pull request #153 from yvan-sraka/patch-2
Update README.md of Appendix 2
2017-08-15 10:45:03 -07:00
Yvan Sraka
a0538d2034 Update README.md of Appendix 2
Okay, I promise that this is my last little PR on Python's missing dependency!
2017-08-15 19:23:02 +02:00
Yvan Sraka
b4d7ba88b3 Translate Appendix 2 to French 2017-08-15 19:02:49 +02:00
Yvan Sraka
f634517b48 Translate Appendix 1 to French 2017-08-15 16:07:42 +02:00
Patricio Gonzalez Vivo
332484173a Merge pull request #148 from yvan-sraka/patch-6
French Appendix 0: fix title following summary
2017-08-15 06:28:32 -07:00
Patricio Gonzalez Vivo
e58d491532 Merge pull request #147 from yvan-sraka/patch-5
Update French Appendix 0 following changes of English version
2017-08-15 06:28:16 -07:00
Patricio Gonzalez Vivo
705a8ef6a2 Merge pull request #146 from yvan-sraka/patch-4
Update Appendix 0 with PHP as dependency
2017-08-15 06:27:56 -07:00
Patricio Gonzalez Vivo
12492b1a26 Merge pull request #145 from yvan-sraka/patch-2
Update French Appendix summary links
2017-08-15 06:27:34 -07:00
Yvan Sraka
8c87846565 French Appendix 0: fix title following summary 2017-08-15 15:00:22 +02:00
Yvan Sraka
596ed4635f Update French Appendix 0 following changes of English version 2017-08-15 14:56:25 +02:00
Yvan Sraka
3bd909eaec Update Appendix 0 with PHP as dependency 2017-08-15 14:53:12 +02:00
Yvan Sraka
4708076b5e Update README-fr.md 2017-08-15 14:44:49 +02:00
Yvan Sraka
ea13fe89ed Update Appendix 2 with python2.7 install instructions 2017-08-14 22:42:56 +02:00
Patricio Gonzalez Vivo
f2b2931f71 Merge pull request #141 from yvan-sraka/patch-7
Translate Appendix 0 to French
2017-08-13 20:08:28 -07:00
Patricio Gonzalez Vivo
ccb8b39039 Merge pull request #140 from yvan-sraka/patch-6
Translate the appendix summary to French
2017-08-13 20:08:06 -07:00
Patricio Gonzalez Vivo
af5dfec78c Merge pull request #136 from yvan-sraka/patch-2
Update Appendix 1 with Raspberry Pi setup instructions
2017-08-13 20:07:13 -07:00
Patricio Gonzalez Vivo
e48dee9984 Merge pull request #135 from yvan-sraka/patch-1
Update Appendix 0 with Raspberry Pi setup instructions and PHP dependency
2017-08-13 20:06:48 -07:00
Yvan Sraka
572df62c9a Translate the appendix summary to French 2017-08-14 03:23:20 +02:00
Yvan Sraka
3821364eef Translate Appendix 0 to French 2017-08-14 03:18:19 +02:00
Yvan Sraka
ad6e3c788c Update Appendix 0 with Raspberry Pi setup instructions and PHP dependency 2017-08-14 02:33:21 +02:00
Yvan Sraka
853a09c05b Update Appendix 1 with Raspberry Pi setup instructions 2017-08-14 02:31:56 +02:00
Yvan Sraka
6117360f4b Update Appendix 2 with Raspberry Pi setup instructions 2017-08-14 02:28:44 +02:00
Patricio Gonzalez Vivo
a6b8f469a9 Merge pull request #132 from nicoptere/master
chapters 12 & 13
2017-07-17 12:10:02 -07:00
BrianSipple
2fa6bf3eb0 fix readme command for offline installing 2017-03-17 00:12:21 -07:00
Patricio Gonzalez Vivo
b79b4831c6 more changes 2016-12-13 16:25:58 -05:00
Patricio Gonzalez Vivo
9d94155128 adding glslviewer 2016-12-13 16:20:19 -05:00
MITI67
a8d20f0947 read it all again
some typos, some long sentences splitted, its all fine now
2016-11-17 09:11:10 +01:00
MITI67
50b893cc98 Merge remote-tracking branch 'refs/remotes/patriciogonzalezvivo/master'
# Conflicts:
#	README.md
2016-11-11 14:23:11 +01:00
MITI67
be4d255b33 Merge remote-tracking branch 'refs/remotes/patriciogonzalezvivo/master' 2016-11-11 14:22:11 +01:00
MITI67
4ff4c5e837 new: german translation 2016-11-10 19:29:38 +01:00
MITI67
f355e85440 new: german translation 2016-11-10 19:29:07 +01:00
MITI67
37a20a3c92 new: german translation 2016-11-10 19:28:47 +01:00
MITI67
e35654e936 new: german translation 2016-11-10 19:28:23 +01:00
MITI67
5f142f5dcc new: german translation 2016-11-10 19:28:00 +01:00
Matt Richardson
2c8dea0d25 Minor edit 2016-10-27 15:38:59 -04:00
Matt Richardson
7aef3c12b8 Add'l readability edits 2016-10-27 15:38:13 -04:00
Matt Richardson
32d11d1b3b Add'l readability edits 2016-10-27 15:36:29 -04:00