You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* PDF ([English](https://raw.githubusercontent.com/Overv/VulkanTutorial/master/ebook/Vulkan%20Tutorial%20en.pdf), [French](https://raw.githubusercontent.com/Overv/VulkanTutorial/master/ebook/Vulkan%20Tutorial%20fr.pdf))
21
21
22
22
The e-book can be built from the existing content by running:
23
23
24
24
python3 build_ebook.py
25
25
26
26
This script depends on the following utilities being available on the path:
27
27
28
-
*`inkscape`: SVG to PNG conversion
29
-
*`pandoc`: Building a PDF and EPUB from the Markdown code
28
+
*`inkscape`: SVG to PNG conversion (tested with version 1.0.2)
29
+
*`pandoc`: Building a PDF and EPUB from the Markdown code (tested with version 2.13)
30
30
31
31
You also need to install a LaTeX distribution for PDF generation.
0 commit comments