website

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README

typst.html (922B)


      1 <p>When ever editing big text projects I used <span
      2 class="math inline">$\LaTeX$</span>. Just because Latex is the right
      3 tool for the job.</p>
      4 <p>But as it turned out there has been a simpler tool for the job. And
      5 it is called Typst.</p>
      6 <p>Why it is simpler:</p>
      7 <ul>
      8 <li>It is FOSS</li>
      9 <li>Ready to write: no <code>\document{begin}</code></li>
     10 <li>Markdown based syntax where it can: eg. headings with
     11 <code>=</code></li>
     12 <li>Easy math syntax</li>
     13 <li>Simple coding constructs instead of single use case based
     14 macros</li>
     15 <li>FOSS templates ready to clone</li>
     16 <li>Renders preview from buffer: instant update without having to
     17 safe</li>
     18 </ul>
     19 <div class="sourceCode" id="cb1"><pre
     20 class="sourceCode typ"><code class="sourceCode typst"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true" tabindex="-1"></a>lim_(x-&gt;oo) 1/x = 0</span></code></pre></div>
     21 <p>Their <a href="https://github.com/typst">GitHub Page</a></p>