<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom">
  <channel>
    <title>PDF on Florian Kromer</title>
    <link>https://florian-kromer.eu/en/tags/pdf/</link>
    <description>Recent content in PDF on Florian Kromer</description>
    <generator>Hugo -- gohugo.io</generator>
    <language>en</language>
    <managingEditor>kromer-florian@protonmail.com (Florian Kromer)</managingEditor>
    <webMaster>kromer-florian@protonmail.com (Florian Kromer)</webMaster>
    <copyright>© 2026 Florian Kromer</copyright>
    <lastBuildDate>Tue, 11 Aug 2026 10:00:00 +0200</lastBuildDate><atom:link href="https://florian-kromer.eu/en/tags/pdf/index.xml" rel="self" type="application/rss+xml" />
    
    <item>
      <title>How can I generate high-quality PDFs as simply as possible from Markdown?</title>
      <link>https://florian-kromer.eu/en/posts/typst/</link>
      <pubDate>Sun, 05 Jul 2026 10:00:00 +0200</pubDate>
      <author>kromer-florian@protonmail.com (Florian Kromer)</author>
      <guid>https://florian-kromer.eu/en/posts/typst/</guid>
      <description>&lt;h2 class=&#34;relative group&#34;&gt;What is Typst?&#xA;    &lt;div id=&#34;what-is-typst&#34; class=&#34;anchor&#34;&gt;&lt;/div&gt;&#xA;    &#xA;    &lt;span&#xA;        class=&#34;absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none&#34;&gt;&#xA;        &lt;a class=&#34;text-primary-300 dark:text-neutral-700 !no-underline&#34; href=&#34;#what-is-typst&#34; aria-label=&#34;Anchor&#34;&gt;#&lt;/a&gt;&#xA;    &lt;/span&gt;&#xA;    &#xA;&lt;/h2&gt;&#xA;&lt;p&gt;&lt;a href=&#34;https://typst.app/&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;Typst&lt;/a&gt;&lt;/p&gt;&#xA;&lt;ul&gt;&#xA;&lt;li&gt;is a &lt;a href=&#34;https://typst.app/docs/reference/syntax/&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;markup language&lt;/a&gt; (description of document layout in code),&#xA;which also supports &lt;a href=&#34;https://typst.app/docs/reference/styling/&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;styling&lt;/a&gt;, &lt;a href=&#34;https://typst.app/docs/reference/scripting/&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;scripting&lt;/a&gt;&#xA;and &lt;a href=&#34;https://typst.app/docs/reference/context/&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;context&lt;/a&gt;&lt;/li&gt;&#xA;&lt;li&gt;a &lt;a href=&#34;https://github.com/typst/typst&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;compiler&lt;/a&gt; that converts markup input into output formats&lt;/li&gt;&#xA;&lt;li&gt;A &lt;a href=&#34;https://typst.app/signin/&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;service&lt;/a&gt; (you can use it, you don&amp;rsquo;t have to use it),&#xA;which offers &lt;a href=&#34;https://typst.app/pricing/&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;functions&lt;/a&gt; for organizations.&lt;/li&gt;&#xA;&lt;/ul&gt;&#xA;&#xA;&lt;h2 class=&#34;relative group&#34;&gt;Why should I use Typst?&#xA;    &lt;div id=&#34;why-should-i-use-typst&#34; class=&#34;anchor&#34;&gt;&lt;/div&gt;&#xA;    &#xA;    &lt;span&#xA;        class=&#34;absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none&#34;&gt;&#xA;        &lt;a class=&#34;text-primary-300 dark:text-neutral-700 !no-underline&#34; href=&#34;#why-should-i-use-typst&#34; aria-label=&#34;Anchor&#34;&gt;#&lt;/a&gt;&#xA;    &lt;/span&gt;&#xA;    &#xA;&lt;/h2&gt;&#xA;&#xA;&lt;h3 class=&#34;relative group&#34;&gt;Typst is simple&#xA;    &lt;div id=&#34;typst-is-simple&#34; class=&#34;anchor&#34;&gt;&lt;/div&gt;&#xA;    &#xA;    &lt;span&#xA;        class=&#34;absolute top-0 w-6 transition-opacity opacity-0 -start-6 not-prose group-hover:opacity-100 select-none&#34;&gt;&#xA;        &lt;a class=&#34;text-primary-300 dark:text-neutral-700 !no-underline&#34; href=&#34;#typst-is-simple&#34; aria-label=&#34;Anchor&#34;&gt;#&lt;/a&gt;&#xA;    &lt;/span&gt;&#xA;    &#xA;&lt;/h3&gt;&#xA;&lt;p&gt;So far, the only real professional alternative to Typst was the markup language &lt;a href=&#34;https://www.latex-project.org/&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;LaTeX&lt;/a&gt;, which was a real option.&#xA;&lt;a href=&#34;https://pandoc.org/&#34;  target=&#34;_blank&#34; rel=&#34;noreferrer&#34;&gt;Pandoc&lt;/a&gt; is a LaTeX compiler often used under the Linux operating system (converts LaTeX-based input data into output formats).&#xA;Using the two compilers, the properties can be compared in a practical way.&#xA;&lt;strong&gt;Typst is much easier to learn and use compared to LaTeX.&lt;/strong&gt;&#xA;I wrote my master&amp;rsquo;s thesis in 2012 with LaTeX.&#xA;If I had had a simpler alternative back then, I would have saved a lot of time and nerves.&lt;/p&gt;</description>
      
    </item>
    
  </channel>
</rss>
