<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>latex on Kevin Heruer</title><link>/tags/latex/</link><description>Recent content in latex on Kevin Heruer</description><generator>Hugo -- gohugo.io</generator><language>en</language><lastBuildDate>Sun, 16 Jan 2022 23:00:00 +0100</lastBuildDate><atom:link href="/tags/latex/index.xml" rel="self" type="application/rss+xml"/><item><title>The LaTeX typesetting system</title><link>/posts/2022/01/16/latex/</link><pubDate>Sun, 16 Jan 2022 23:00:00 +0100</pubDate><guid>/posts/2022/01/16/latex/</guid><description>Recently I&amp;rsquo;ve been picking up interest in LaTeX again because of the amount of documenting I&amp;rsquo;ve been doing for my hobby projects. As a programmer and more technical person I do not want to bother with design or layout of my documentation (mostly), I just want it to be readable and functional. The other problem is that when you use a traditional word processor you tend to be stuck with the format unless you explicitly export it to a PDF for example.</description><content>&lt;p>Recently I&amp;rsquo;ve been picking up interest in LaTeX again because of the
amount of documenting I&amp;rsquo;ve been doing for my hobby projects.
As a programmer and more technical person I do not want to bother with
design or layout of my documentation (mostly), I just want it to be
readable and functional. The other problem is that when you use a
traditional word processor you tend to be stuck with the format unless
you explicitly export it to a PDF for example.&lt;/p>
&lt;p>LaTeX is very useful because you&amp;rsquo;re essentially removing the WYSIWYG
layer and &amp;ldquo;programming&amp;rdquo; the document directly, you can see it as
typing the metadata manually intead of having it automatically
generated by an editor. The pro&amp;rsquo;s of this is that you can define
everything you need without having to define the document styling
and setting up/figuring out how to create an index and set the correct
margins.
The cons of LaTeX is that it&amp;rsquo;s very DIY, it&amp;rsquo;s like Vi/Vim, but not that
much of a learning curve. Once you get the idea behind it you see
why people use it, and when you want to finally make your document look
nice you can style it however you want.&lt;/p>
&lt;p>And a final note on this is that LaTeX is useful for moments when
multiple people are working or updating it, since it&amp;rsquo;s all just text at
it&amp;rsquo;s core you can easily check it into a repo and merge changes. When
it&amp;rsquo;s ready you can generate a PDF, HTML, or whatever you want and publish
it.&lt;/p>
&lt;p>I might post some more stuff about LaTeX in the future as I learn more
about it and have used it more.&lt;/p></content></item></channel></rss>