Skip to content

Commit f9a3d10

Browse files
updated resource links for pandoc
1 parent 63466ff commit f9a3d10

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

atom.xml

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<link href="https://learnbyexample.github.io/atom.xml" rel="self" type="application/atom+xml"/>
66
<link href="https://learnbyexample.github.io"/>
77
<generator uri="https://www.getzola.org/">Zola</generator>
8-
<updated>2025-05-27T00:00:00+00:00</updated>
8+
<updated>2025-06-04T00:00:00+00:00</updated>
99
<id>https://learnbyexample.github.io/atom.xml</id>
1010
<entry xml:lang="en">
1111
<title>Better bindings for command line history search</title>
@@ -38,7 +38,7 @@
3838
<entry xml:lang="en">
3939
<title>Customizing pandoc to generate beautiful pdf and epub from markdown</title>
4040
<published>2025-05-19T00:00:00+00:00</published>
41-
<updated>2025-05-19T00:00:00+00:00</updated>
41+
<updated>2025-06-04T00:00:00+00:00</updated>
4242
<link rel="alternate" href="https://learnbyexample.github.io/customizing-pandoc/" type="text/html"/>
4343
<id>https://learnbyexample.github.io/customizing-pandoc/</id>
4444
<content type="html">&lt;p&gt;Either you&#x27;ve already heard of &lt;code&gt;pandoc&lt;&#x2F;code&gt; or if you have searched online for &lt;code&gt;markdown&lt;&#x2F;code&gt; to &lt;code&gt;pdf&lt;&#x2F;code&gt; or similar, you are sure to come across &lt;code&gt;pandoc&lt;&#x2F;code&gt;. This tutorial will help you use &lt;code&gt;pandoc&lt;&#x2F;code&gt; to generate &lt;code&gt;pdf&lt;&#x2F;code&gt; and &lt;code&gt;epub&lt;&#x2F;code&gt; versions from a &lt;a href=&quot;https:&#x2F;&#x2F;github.github.com&#x2F;gfm&#x2F;&quot;&gt;GitHub style markdown&lt;&#x2F;a&gt; file.&lt;&#x2F;p&gt;
@@ -266,9 +266,11 @@ no VAL is specified, the key will be given the value true.&lt;&#x2F;p&gt;
266266
&lt;p&gt;&lt;strong&gt;More options and workflows for generating ebooks&lt;&#x2F;strong&gt;:&lt;&#x2F;p&gt;
267267
&lt;ul&gt;
268268
&lt;li&gt;&lt;a href=&quot;https:&#x2F;&#x2F;github.com&#x2F;Wandmalfarbe&#x2F;pandoc-latex-template&quot;&gt;pandoc-latex-template&lt;&#x2F;a&gt; — a clean pandoc LaTeX template to convert your markdown files to PDF or LaTeX&lt;&#x2F;li&gt;
269-
&lt;li&gt;&lt;a href=&quot;https:&#x2F;&#x2F;keleshev.com&#x2F;my-book-writing-setup&#x2F;&quot;&gt;Writing a book with pandoc, make, and vim&lt;&#x2F;a&gt;&lt;&#x2F;li&gt;
269+
&lt;li&gt;&lt;a href=&quot;https:&#x2F;&#x2F;keleshev.com&#x2F;writing-a-book-with-pandoc-make-and-vim&#x2F;&quot;&gt;Writing a book with pandoc, make, and vim&lt;&#x2F;a&gt;&lt;&#x2F;li&gt;
270270
&lt;li&gt;&lt;a href=&quot;https:&#x2F;&#x2F;quarto.org&#x2F;&quot;&gt;Quarto&lt;&#x2F;a&gt; — open source scientific and technical publishing system built on Pandoc&lt;&#x2F;li&gt;
271-
&lt;li&gt;&lt;a href=&quot;https:&#x2F;&#x2F;jupyterbook.org&#x2F;intro.html&quot;&gt;Jupyter Book&lt;&#x2F;a&gt; — open source project for building beautiful, publication-quality books and documents from computational material
271+
&lt;li&gt;&lt;a href=&quot;https:&#x2F;&#x2F;github.com&#x2F;iamgio&#x2F;quarkdown&quot;&gt;quarkdown&lt;&#x2F;a&gt; — a modern Markdown-based typetting system&lt;&#x2F;li&gt;
272+
&lt;li&gt;&lt;a href=&quot;https:&#x2F;&#x2F;github.com&#x2F;typst&#x2F;typst&quot;&gt;typst&lt;&#x2F;a&gt; — a new markup-based typesetting system that is powerful and easy to learn&lt;&#x2F;li&gt;
273+
&lt;li&gt;&lt;a href=&quot;https:&#x2F;&#x2F;jupyterbook.org&#x2F;en&#x2F;stable&#x2F;intro.html&quot;&gt;Jupyter Book&lt;&#x2F;a&gt; — open source project for building beautiful, publication-quality books and documents from computational material
272274
&lt;ul&gt;
273275
&lt;li&gt;See also &lt;a href=&quot;https:&#x2F;&#x2F;github.com&#x2F;fastai&#x2F;fastdoc&quot;&gt;fastdoc&lt;&#x2F;a&gt; — 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&lt;&#x2F;li&gt;
274276
&lt;&#x2F;ul&gt;
@@ -280,7 +282,7 @@ no VAL is specified, the key will be given the value true.&lt;&#x2F;p&gt;
280282
&lt;li&gt;&lt;a href=&quot;https:&#x2F;&#x2F;shape-of-code.coding-guidelines.com&#x2F;2019&#x2F;08&#x2F;11&#x2F;my-books-pdf-generation-workflow&#x2F;&quot;&gt;pdf generation workflow with Asciidoc&lt;&#x2F;a&gt;&lt;&#x2F;li&gt;
281283
&lt;&#x2F;ul&gt;
282284
&lt;&#x2F;li&gt;
283-
&lt;li&gt;&lt;a href=&quot;https:&#x2F;&#x2F;www.sphinx-doc.org&#x2F;en&#x2F;stable&#x2F;index.html&quot;&gt;Sphinx&lt;&#x2F;a&gt;
285+
&lt;li&gt;&lt;a href=&quot;https:&#x2F;&#x2F;www.sphinx-doc.org&#x2F;en&#x2F;master&#x2F;index.html&quot;&gt;Sphinx&lt;&#x2F;a&gt;
284286
&lt;ul&gt;
285287
&lt;li&gt;&lt;a href=&quot;https:&#x2F;&#x2F;digitalsuperpowers.com&#x2F;blog&#x2F;2019-02-16-publishing-ebook.html&quot;&gt;Self-publishing a book with reStructuredText, Sphinx, Calibre, and vim&lt;&#x2F;a&gt;&lt;&#x2F;li&gt;
286288
&lt;&#x2F;ul&gt;

customizing-pandoc/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,4 @@
8181
</span><span style=color:#5597d6;> --metadata</span><span style=color:#72ab00;>=</span><span>lang:</span><span style=color:#d07711;>"en-US" </span><span>\
8282
</span><span style=color:#5597d6;> --metadata</span><span style=color:#72ab00;>=</span><span>cover-image:</span><span style=color:#d07711;>"cover.png" </span><span>\
8383
</span><span style=color:#5597d6;> -o </span><span style=color:#d07711;>"$</span><span style=color:#acb3c2;>2</span><span style=color:#d07711;>"
84-
</span></code></pre><br><h2 id=resource-links>Resource links<a aria-label="Anchor link for: resource-links" class=zola-anchor href=#resource-links>🔗</a></h2><ul><li><a href=https://pandoc.org/MANUAL.html>pandoc: manual</a><li><a href=https://pandoc.org/demos.html>pandoc: demos</a><li><a href=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><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><a href=https://keleshev.com/my-book-writing-setup/>Writing a book with pandoc, make, and vim</a><li><a href=https://quarto.org/>Quarto</a> — open source scientific and technical publishing system built on Pandoc<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 <ul><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</ul><li><a href=https://www.thedigitalcatbooks.com/maubook-introduction/>Mau</a> — template-based markup language, heavily inspired by AsciiDoc<li><a href=https://asciidoctor.org/docs/what-is-asciidoc/>Asciidoctor</a> <ul><li><a href=https://github.com/daneah/asciidoc-book-template>Asciidoc book template</a><li><a href=https://shape-of-code.coding-guidelines.com/2019/08/11/my-books-pdf-generation-workflow/>pdf generation workflow with Asciidoc</a></ul><li><a href=https://www.sphinx-doc.org/en/stable/index.html>Sphinx</a> <ul><li><a href=https://digitalsuperpowers.com/blog/2019-02-16-publishing-ebook.html>Self-publishing a book with reStructuredText, Sphinx, Calibre, and vim</a></ul><li><a href=https://bookdown.org/home/>Bookdown</a><li><a href=https://orgmode.org/>Emacs orgmode</a><li><a href=https://casual-effects.com/markdeep/>Markdeep</a></ul><p><strong>Miscellaneous</strong><ul><li><a href=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><a href=https://joecmarshall.com/posts/book-writing-environment/>Writing a Book with Unix</a><li><a href=https://askubuntu.com/questions/3697/how-do-i-install-fonts>askubuntu: How do I install fonts?</a><li><a href=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><a href=https://tug.org/FontCatalogue/>LaTeX font catalogue</a><li><a href=https://github.com/karthik/markdown_science/wiki/Tools-to-support-your-markdown-authoring>Tools to support markdown authoring</a><li><a href=https://picular.co/>picular: search engine for colors</a> and <a href=https://www.colorhexa.com/>colorhexa</a><li><a href="https://ebooks.stackexchange.com/questions?sort=votes">ebooks.stackexchange</a></ul></div><div class=post-footer><div class=post-tags><a href=https://learnbyexample.github.io/tags/tutorial/>#tutorial</a><a href=https://learnbyexample.github.io/tags/ebook-generation/>#ebook-generation</a><a href=https://learnbyexample.github.io/tags/pandoc/>#pandoc</a><a href=https://learnbyexample.github.io/tags/xelatex/>#xelatex</a><a href=https://learnbyexample.github.io/tags/markdown/>#markdown</a><a href=https://learnbyexample.github.io/tags/pdf/>#pdf</a><a href=https://learnbyexample.github.io/tags/epub/>#epub</a></div><hr color=#e6e6e6><div class=post-nav><p><a class=next href=https://learnbyexample.github.io/everything-about-sed-substitution/>Everything you need to know about sed substitution →</a><br></div><hr color=#e6e6e6><p>📰 Use <a href=https://learnbyexample.github.io/atom.xml>this link</a> for the Atom feed. <br> ✅ Follow me on <a href=https://twitter.com/learn_byexample>Twitter</a>, <a href=https://github.com/learnbyexample>GitHub</a> and <a href=https://www.youtube.com/c/learnbyexample42>Youtube</a> for interesting tech nuggets. <br> 📧 Subscribe to <a href=https://learnbyexample.gumroad.com/l/learnbyexample-weekly>learnbyexample weekly</a> for programming resources, tips, tools, free ebooks and more (free newsletter, delivered every Friday).<hr color=#e6e6e6></div></article></div></main></div><script src=https://learnbyexample.github.io/even.js></script>
84+
</span></code></pre><br><h2 id=resource-links>Resource links<a aria-label="Anchor link for: resource-links" class=zola-anchor href=#resource-links>🔗</a></h2><ul><li><a href=https://pandoc.org/MANUAL.html>pandoc: manual</a><li><a href=https://pandoc.org/demos.html>pandoc: demos</a><li><a href=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><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><a href=https://keleshev.com/writing-a-book-with-pandoc-make-and-vim/>Writing a book with pandoc, make, and vim</a><li><a href=https://quarto.org/>Quarto</a> — open source scientific and technical publishing system built on Pandoc<li><a href=https://github.com/iamgio/quarkdown>quarkdown</a> — a modern Markdown-based typetting system<li><a href=https://github.com/typst/typst>typst</a> — a new markup-based typesetting system that is powerful and easy to learn<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 <ul><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</ul><li><a href=https://www.thedigitalcatbooks.com/maubook-introduction/>Mau</a> — template-based markup language, heavily inspired by AsciiDoc<li><a href=https://asciidoctor.org/docs/what-is-asciidoc/>Asciidoctor</a> <ul><li><a href=https://github.com/daneah/asciidoc-book-template>Asciidoc book template</a><li><a href=https://shape-of-code.coding-guidelines.com/2019/08/11/my-books-pdf-generation-workflow/>pdf generation workflow with Asciidoc</a></ul><li><a href=https://www.sphinx-doc.org/en/master/index.html>Sphinx</a> <ul><li><a href=https://digitalsuperpowers.com/blog/2019-02-16-publishing-ebook.html>Self-publishing a book with reStructuredText, Sphinx, Calibre, and vim</a></ul><li><a href=https://bookdown.org/home/>Bookdown</a><li><a href=https://orgmode.org/>Emacs orgmode</a><li><a href=https://casual-effects.com/markdeep/>Markdeep</a></ul><p><strong>Miscellaneous</strong><ul><li><a href=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><a href=https://joecmarshall.com/posts/book-writing-environment/>Writing a Book with Unix</a><li><a href=https://askubuntu.com/questions/3697/how-do-i-install-fonts>askubuntu: How do I install fonts?</a><li><a href=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><a href=https://tug.org/FontCatalogue/>LaTeX font catalogue</a><li><a href=https://github.com/karthik/markdown_science/wiki/Tools-to-support-your-markdown-authoring>Tools to support markdown authoring</a><li><a href=https://picular.co/>picular: search engine for colors</a> and <a href=https://www.colorhexa.com/>colorhexa</a><li><a href="https://ebooks.stackexchange.com/questions?sort=votes">ebooks.stackexchange</a></ul></div><div class=post-footer><div class=post-tags><a href=https://learnbyexample.github.io/tags/tutorial/>#tutorial</a><a href=https://learnbyexample.github.io/tags/ebook-generation/>#ebook-generation</a><a href=https://learnbyexample.github.io/tags/pandoc/>#pandoc</a><a href=https://learnbyexample.github.io/tags/xelatex/>#xelatex</a><a href=https://learnbyexample.github.io/tags/markdown/>#markdown</a><a href=https://learnbyexample.github.io/tags/pdf/>#pdf</a><a href=https://learnbyexample.github.io/tags/epub/>#epub</a></div><hr color=#e6e6e6><div class=post-nav><p><a class=next href=https://learnbyexample.github.io/everything-about-sed-substitution/>Everything you need to know about sed substitution →</a><br></div><hr color=#e6e6e6><p>📰 Use <a href=https://learnbyexample.github.io/atom.xml>this link</a> for the Atom feed. <br> ✅ Follow me on <a href=https://twitter.com/learn_byexample>Twitter</a>, <a href=https://github.com/learnbyexample>GitHub</a> and <a href=https://www.youtube.com/c/learnbyexample42>Youtube</a> for interesting tech nuggets. <br> 📧 Subscribe to <a href=https://learnbyexample.gumroad.com/l/learnbyexample-weekly>learnbyexample weekly</a> for programming resources, tips, tools, free ebooks and more (free newsletter, delivered every Friday).<hr color=#e6e6e6></div></article></div></main></div><script src=https://learnbyexample.github.io/even.js></script>

sitemap.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
</url>
6565
<url>
6666
<loc>https://learnbyexample.github.io/customizing-pandoc/</loc>
67-
<lastmod>2025-05-19</lastmod>
67+
<lastmod>2025-06-04</lastmod>
6868
</url>
6969
<url>
7070
<loc>https://learnbyexample.github.io/duplicates-irrespective-field-order/</loc>

0 commit comments

Comments
 (0)