summaryrefslogtreecommitdiff
path: root/IDEA.md
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2021-08-29 13:00:19 +0300
committerPaul Buetow <paul@buetow.org>2021-08-29 13:00:19 +0300
commit8f46ed8e3311b17b54e72630e12fd2eac7c8e9af (patch)
treee5d4c793c8fa1492f81fcac5e9387da4f7a605d3 /IDEA.md
parent4570bc9e05c93b6da1c09ad3fb4a0526bba8b6bd (diff)
convert page to PDF idea
Diffstat (limited to 'IDEA.md')
-rw-r--r--IDEA.md11
1 files changed, 11 insertions, 0 deletions
diff --git a/IDEA.md b/IDEA.md
new file mode 100644
index 0000000..76faf88
--- /dev/null
+++ b/IDEA.md
@@ -0,0 +1,11 @@
+# Also generate a PDF book
+
+I could use pandoc for this (convert from Markdown to PDF). This works on Fedora Linux 34:
+
+
+```
+sudo dnf install pandoc wkhtmltopdf
+pandoc FOO.md --pdf-engine=wkhtmltopdf --output FOO.pdf
+```
+
+The Texlive PDF Engine doesn't work due to missing fonts on Fedora, and there aren't any packages providing the missing fonts.