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
<content type="html"><p>Either you've already heard of <code>pandoc</code> or if you have searched online for <code>markdown</code> to <code>pdf</code> or similar, you are sure to come across <code>pandoc</code>. This tutorial will help you use <code>pandoc</code> to generate <code>pdf</code> and <code>epub</code> versions from a <a href="https://github.github.com/gfm/">GitHub style markdown</a> file.</p>
@@ -266,9 +266,11 @@ no VAL is specified, the key will be given the value true.</p>
266
266
<p><strong>More options and workflows for generating ebooks</strong>:</p>
267
267
<ul>
268
268
<li><a href="https://github.com/Wandmalfarbe/pandoc-latex-template">pandoc-latex-template</a> — a clean pandoc LaTeX template to convert your markdown files to PDF or LaTeX</li>
269
-
<li><a href="https://keleshev.com/my-book-writing-setup/">Writing a book with pandoc, make, and vim</a></li>
269
+
<li><a href="https://keleshev.com/writing-a-book-with-pandoc-make-and-vim/">Writing a book with pandoc, make, and vim</a></li>
270
270
<li><a href="https://quarto.org/">Quarto</a> — open source scientific and technical publishing system built on Pandoc</li>
271
-
<li><a href="https://jupyterbook.org/intro.html">Jupyter Book</a> — open source project for building beautiful, publication-quality books and documents from computational material
271
+
<li><a href="https://github.com/iamgio/quarkdown">quarkdown</a> — a modern Markdown-based typetting system</li>
272
+
<li><a href="https://github.com/typst/typst">typst</a> — a new markup-based typesetting system that is powerful and easy to learn</li>
273
+
<li><a href="https://jupyterbook.org/en/stable/intro.html">Jupyter Book</a> — open source project for building beautiful, publication-quality books and documents from computational material
272
274
<ul>
273
275
<li>See also <a href="https://github.com/fastai/fastdoc">fastdoc</a> — the output of fastdoc is an asciidoc file for each input notebook. You can then use asciidoctor to convert that to HTML, DocBook, epub, mobi, and so forth</li>
274
276
</ul>
@@ -280,7 +282,7 @@ no VAL is specified, the key will be given the value true.</p>
280
282
<li><a href="https://shape-of-code.coding-guidelines.com/2019/08/11/my-books-pdf-generation-workflow/">pdf generation workflow with Asciidoc</a></li>
<li><a href="https://digitalsuperpowers.com/blog/2019-02-16-publishing-ebook.html">Self-publishing a book with reStructuredText, Sphinx, Calibre, and vim</a></li>
</span></code></pre><br><h2id=resource-links>Resource links<aaria-label="Anchor link for: resource-links" class=zola-anchorhref=#resource-links>🔗</a></h2><ul><li><ahref=https://pandoc.org/MANUAL.html>pandoc: manual</a><li><ahref=https://pandoc.org/demos.html>pandoc: demos</a><li><ahref=https://github.com/jgm/pandoc/wiki/Pandoc-Tricks>pandoc: tips and tricks</a></ul><p><strong>More options and workflows for generating ebooks</strong>:<ul><li><ahref=https://github.com/Wandmalfarbe/pandoc-latex-template>pandoc-latex-template</a> — a clean pandoc LaTeX template to convert your markdown files to PDF or LaTeX<li><ahref=https://keleshev.com/my-book-writing-setup/>Writing a book with pandoc, make, and vim</a><li><ahref=https://quarto.org/>Quarto</a> — open source scientific and technical publishing system built on Pandoc<li><ahref=https://jupyterbook.org/intro.html>Jupyter Book</a> — open source project for building beautiful, publication-quality books and documents from computational material <ul><li>See also <ahref=https://github.com/fastai/fastdoc>fastdoc</a> — the output of fastdoc is an asciidoc file for each input notebook. You can then use asciidoctor to convert that to HTML, DocBook, epub, mobi, and so forth</ul><li><ahref=https://www.thedigitalcatbooks.com/maubook-introduction/>Mau</a> — template-based markup language, heavily inspired by AsciiDoc<li><ahref=https://asciidoctor.org/docs/what-is-asciidoc/>Asciidoctor</a><ul><li><ahref=https://github.com/daneah/asciidoc-book-template>Asciidoc book template</a><li><ahref=https://shape-of-code.coding-guidelines.com/2019/08/11/my-books-pdf-generation-workflow/>pdf generation workflow with Asciidoc</a></ul><li><ahref=https://www.sphinx-doc.org/en/stable/index.html>Sphinx</a><ul><li><ahref=https://digitalsuperpowers.com/blog/2019-02-16-publishing-ebook.html>Self-publishing a book with reStructuredText, Sphinx, Calibre, and vim</a></ul><li><ahref=https://bookdown.org/home/>Bookdown</a><li><ahref=https://orgmode.org/>Emacs orgmode</a><li><ahref=https://casual-effects.com/markdeep/>Markdeep</a></ul><p><strong>Miscellaneous</strong><ul><li><ahref=https://nickjanetakis.com/blog/vim-is-saving-me-hours-of-work-when-writing-books-and-courses>Vim is saving me hours of work when writing books & courses</a><li><ahref=https://joecmarshall.com/posts/book-writing-environment/>Writing a Book with Unix</a><li><ahref=https://askubuntu.com/questions/3697/how-do-i-install-fonts>askubuntu: How do I install fonts?</a><li><ahref=https://tex.stackexchange.com/questions/9533/what-best-combination-of-fonts-for-serif-sans-and-mono-do-you-recommend>tex.stackexchange: What best combination of fonts for Serif, Sans, and Mono do you recommend?</a><li><ahref=https://tug.org/FontCatalogue/>LaTeX font catalogue</a><li><ahref=https://github.com/karthik/markdown_science/wiki/Tools-to-support-your-markdown-authoring>Tools to support markdown authoring</a><li><ahref=https://picular.co/>picular: search engine for colors</a> and <ahref=https://www.colorhexa.com/>colorhexa</a><li><ahref="https://ebooks.stackexchange.com/questions?sort=votes">ebooks.stackexchange</a></ul></div><divclass=post-footer><divclass=post-tags><ahref=https://learnbyexample.github.io/tags/tutorial/>#tutorial</a><ahref=https://learnbyexample.github.io/tags/ebook-generation/>#ebook-generation</a><ahref=https://learnbyexample.github.io/tags/pandoc/>#pandoc</a><ahref=https://learnbyexample.github.io/tags/xelatex/>#xelatex</a><ahref=https://learnbyexample.github.io/tags/markdown/>#markdown</a><ahref=https://learnbyexample.github.io/tags/pdf/>#pdf</a><ahref=https://learnbyexample.github.io/tags/epub/>#epub</a></div><hrcolor=#e6e6e6><divclass=post-nav><p><aclass=nexthref=https://learnbyexample.github.io/everything-about-sed-substitution/>Everything you need to know about sed substitution →</a><br></div><hrcolor=#e6e6e6><p>📰 Use <ahref=https://learnbyexample.github.io/atom.xml>this link</a> for the Atom feed. <br> ✅ Follow me on <ahref=https://twitter.com/learn_byexample>Twitter</a>, <ahref=https://github.com/learnbyexample>GitHub</a> and <ahref=https://www.youtube.com/c/learnbyexample42>Youtube</a> for interesting tech nuggets. <br> 📧 Subscribe to <ahref=https://learnbyexample.gumroad.com/l/learnbyexample-weekly>learnbyexample weekly</a> for programming resources, tips, tools, free ebooks and more (free newsletter, delivered every Friday).<hrcolor=#e6e6e6></div></article></div></main></div><scriptsrc=https://learnbyexample.github.io/even.js></script>
84
+
</span></code></pre><br><h2id=resource-links>Resource links<aaria-label="Anchor link for: resource-links" class=zola-anchorhref=#resource-links>🔗</a></h2><ul><li><ahref=https://pandoc.org/MANUAL.html>pandoc: manual</a><li><ahref=https://pandoc.org/demos.html>pandoc: demos</a><li><ahref=https://github.com/jgm/pandoc/wiki/Pandoc-Tricks>pandoc: tips and tricks</a></ul><p><strong>More options and workflows for generating ebooks</strong>:<ul><li><ahref=https://github.com/Wandmalfarbe/pandoc-latex-template>pandoc-latex-template</a> — a clean pandoc LaTeX template to convert your markdown files to PDF or LaTeX<li><ahref=https://keleshev.com/writing-a-book-with-pandoc-make-and-vim/>Writing a book with pandoc, make, and vim</a><li><ahref=https://quarto.org/>Quarto</a> — open source scientific and technical publishing system built on Pandoc<li><ahref=https://github.com/iamgio/quarkdown>quarkdown</a> — a modern Markdown-based typetting system<li><ahref=https://github.com/typst/typst>typst</a> — a new markup-based typesetting system that is powerful and easy to learn<li><ahref=https://jupyterbook.org/en/stable/intro.html>Jupyter Book</a> — open source project for building beautiful, publication-quality books and documents from computational material <ul><li>See also <ahref=https://github.com/fastai/fastdoc>fastdoc</a> — the output of fastdoc is an asciidoc file for each input notebook. You can then use asciidoctor to convert that to HTML, DocBook, epub, mobi, and so forth</ul><li><ahref=https://www.thedigitalcatbooks.com/maubook-introduction/>Mau</a> — template-based markup language, heavily inspired by AsciiDoc<li><ahref=https://asciidoctor.org/docs/what-is-asciidoc/>Asciidoctor</a><ul><li><ahref=https://github.com/daneah/asciidoc-book-template>Asciidoc book template</a><li><ahref=https://shape-of-code.coding-guidelines.com/2019/08/11/my-books-pdf-generation-workflow/>pdf generation workflow with Asciidoc</a></ul><li><ahref=https://www.sphinx-doc.org/en/master/index.html>Sphinx</a><ul><li><ahref=https://digitalsuperpowers.com/blog/2019-02-16-publishing-ebook.html>Self-publishing a book with reStructuredText, Sphinx, Calibre, and vim</a></ul><li><ahref=https://bookdown.org/home/>Bookdown</a><li><ahref=https://orgmode.org/>Emacs orgmode</a><li><ahref=https://casual-effects.com/markdeep/>Markdeep</a></ul><p><strong>Miscellaneous</strong><ul><li><ahref=https://nickjanetakis.com/blog/vim-is-saving-me-hours-of-work-when-writing-books-and-courses>Vim is saving me hours of work when writing books & courses</a><li><ahref=https://joecmarshall.com/posts/book-writing-environment/>Writing a Book with Unix</a><li><ahref=https://askubuntu.com/questions/3697/how-do-i-install-fonts>askubuntu: How do I install fonts?</a><li><ahref=https://tex.stackexchange.com/questions/9533/what-best-combination-of-fonts-for-serif-sans-and-mono-do-you-recommend>tex.stackexchange: What best combination of fonts for Serif, Sans, and Mono do you recommend?</a><li><ahref=https://tug.org/FontCatalogue/>LaTeX font catalogue</a><li><ahref=https://github.com/karthik/markdown_science/wiki/Tools-to-support-your-markdown-authoring>Tools to support markdown authoring</a><li><ahref=https://picular.co/>picular: search engine for colors</a> and <ahref=https://www.colorhexa.com/>colorhexa</a><li><ahref="https://ebooks.stackexchange.com/questions?sort=votes">ebooks.stackexchange</a></ul></div><divclass=post-footer><divclass=post-tags><ahref=https://learnbyexample.github.io/tags/tutorial/>#tutorial</a><ahref=https://learnbyexample.github.io/tags/ebook-generation/>#ebook-generation</a><ahref=https://learnbyexample.github.io/tags/pandoc/>#pandoc</a><ahref=https://learnbyexample.github.io/tags/xelatex/>#xelatex</a><ahref=https://learnbyexample.github.io/tags/markdown/>#markdown</a><ahref=https://learnbyexample.github.io/tags/pdf/>#pdf</a><ahref=https://learnbyexample.github.io/tags/epub/>#epub</a></div><hrcolor=#e6e6e6><divclass=post-nav><p><aclass=nexthref=https://learnbyexample.github.io/everything-about-sed-substitution/>Everything you need to know about sed substitution →</a><br></div><hrcolor=#e6e6e6><p>📰 Use <ahref=https://learnbyexample.github.io/atom.xml>this link</a> for the Atom feed. <br> ✅ Follow me on <ahref=https://twitter.com/learn_byexample>Twitter</a>, <ahref=https://github.com/learnbyexample>GitHub</a> and <ahref=https://www.youtube.com/c/learnbyexample42>Youtube</a> for interesting tech nuggets. <br> 📧 Subscribe to <ahref=https://learnbyexample.gumroad.com/l/learnbyexample-weekly>learnbyexample weekly</a> for programming resources, tips, tools, free ebooks and more (free newsletter, delivered every Friday).<hrcolor=#e6e6e6></div></article></div></main></div><scriptsrc=https://learnbyexample.github.io/even.js></script>
0 commit comments