<rss xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title>LaTeX - Category - Aan Triono</title><link>https://www.aantriono.com/en/categories/latex/</link><description>LaTeX - Category - Aan Triono</description><generator>Hugo -- gohugo.io</generator><language>en</language><managingEditor>aantriono82@gmail.com (Aan Triono)</managingEditor><webMaster>aantriono82@gmail.com (Aan Triono)</webMaster><copyright>This work is licensed under a Creative Commons Attribution-NonCommercial 4.0 International License.</copyright><atom:link href="https://www.aantriono.com/en/categories/latex/" rel="self" type="application/rss+xml"/><item><title>3D Spherical Polar Plots and Spherical Harmonics Visualization with tikz-3dplot</title><link>https://www.aantriono.com/en/spherical-polar-pots-with-3dplot/</link><pubDate>Sat, 18 Jul 2026 00:00:00 +0000</pubDate><author><name>Aan Triono</name></author><guid>https://www.aantriono.com/en/spherical-polar-pots-with-3dplot/</guid><description><![CDATA[<div class="featured-image">
                <img src="/spherical-polar-pots-with-3dplot/featured-image.webp" referrerpolicy="no-referrer">
            </div><p>This article explores how to visualize 3D mathematical functions in spherical polar coordinates and Spherical Harmonics using the <code>tikz-3dplot</code> package in LaTeX.</p>]]></description></item><item><title>Calculating C(n,4) Intersection Points of Chords in a Circle with TikZ</title><link>https://www.aantriono.com/en/cn4-points-of-intersection/</link><pubDate>Sat, 18 Jul 2026 00:00:00 +0000</pubDate><author><name>Aan Triono</name></author><guid>https://www.aantriono.com/en/cn4-points-of-intersection/</guid><description><![CDATA[<div class="featured-image">
                <img src="/cn4-points-of-intersection/featured-image.webp" referrerpolicy="no-referrer">
            </div><p>This article explores a problem in combinatorial geometry regarding intersection points of chords inside a circle and demonstrates how to implement its algorithm using TikZ in LaTeX.</p>]]></description></item><item><title>Creating a 2026 Circular Year Calendar using the TikZ Calendar Library in LaTeX</title><link>https://www.aantriono.com/en/calendar-circles/</link><pubDate>Sat, 18 Jul 2026 00:00:00 +0000</pubDate><author><name>Aan Triono</name></author><guid>https://www.aantriono.com/en/calendar-circles/</guid><description><![CDATA[<div class="featured-image">
                <img src="/calendar-circles/featured-image.webp" referrerpolicy="no-referrer">
            </div><p>This article explores design techniques for creating a 2026 circular infographic calendar using the <code>calendar</code> and <code>shadings</code> libraries in LaTeX TikZ.</p>]]></description></item><item><title>Drawing a Directed Complete Graph (K16) with TikZ in LaTeX</title><link>https://www.aantriono.com/en/complete-graph/</link><pubDate>Sat, 18 Jul 2026 00:00:00 +0000</pubDate><author><name>Aan Triono</name></author><guid>https://www.aantriono.com/en/complete-graph/</guid><description><![CDATA[<div class="featured-image">
                <img src="/complete-graph/featured-image.webp" referrerpolicy="no-referrer">
            </div><p>This article explores Graph Theory concepts and LaTeX TikZ coding techniques to render a Directed Complete Graph with 16 nodes (<span class="katex"><span class="katex-mathml"><math xmlns="http://www.w3.org/1998/Math/MathML"><semantics><mrow><msub><mi>K</mi><mn>16</mn></msub></mrow><annotation encoding="application/x-tex">K_{16}</annotation></semantics></math></span><span class="katex-html" aria-hidden="true"><span class="base"><span class="strut" style="height:0.8333em;vertical-align:-0.15em;"></span><span class="mord"><span class="mord mathnormal" style="margin-right:0.07153em;">K</span><span class="msupsub"><span class="vlist-t vlist-t2"><span class="vlist-r"><span class="vlist" style="height:0.3011em;"><span style="top:-2.55em;margin-left:-0.0715em;margin-right:0.05em;"><span class="pstrut" style="height:2.7em;"></span><span class="sizing reset-size6 size3 mtight"><span class="mord mtight"><span class="mord mtight">16</span></span></span></span></span><span class="vlist-s">​</span></span><span class="vlist-r"><span class="vlist" style="height:0.15em;"><span></span></span></span></span></span></span></span></span></span>).</p>]]></description></item><item><title>Drawing a Sunflower Pattern (Phyllotaxis) with TikZ in LaTeX</title><link>https://www.aantriono.com/en/phyllotaxy/</link><pubDate>Sat, 18 Jul 2026 00:00:00 +0000</pubDate><author><name>Aan Triono</name></author><guid>https://www.aantriono.com/en/phyllotaxy/</guid><description><![CDATA[<div class="featured-image">
                <img src="/phyllotaxy/featured-image.webp" referrerpolicy="no-referrer">
            </div><p>This article presents an aesthetic analysis and a detailed mathematical breakdown of how to draw a sunflower (phyllotaxis) pattern using the TikZ package in LaTeX.</p>]]></description></item><item><title>Drawing an Artistic Poppy Flower using the TikZ Package in LaTeX</title><link>https://www.aantriono.com/en/poppy/</link><pubDate>Sat, 18 Jul 2026 00:00:00 +0000</pubDate><author><name>Aan Triono</name></author><guid>https://www.aantriono.com/en/poppy/</guid><description><![CDATA[<div class="featured-image">
                <img src="/poppy/featured-image.webp" referrerpolicy="no-referrer">
            </div><p>This article explores vector illustration techniques for an artistic Poppy Flower using the TikZ package in LaTeX, featuring Bézier curves, color gradients, fadings, and clipping techniques.</p>]]></description></item><item><title>Drawing Fractal Snowflakes Using Lindenmayer Systems (L-Systems) in LaTeX TikZ</title><link>https://www.aantriono.com/en/snowflakes/</link><pubDate>Sat, 18 Jul 2026 00:00:00 +0000</pubDate><author><name>Aan Triono</name></author><guid>https://www.aantriono.com/en/snowflakes/</guid><description><![CDATA[<div class="featured-image">
                <img src="/snowflakes/featured-image.webp" referrerpolicy="no-referrer">
            </div><p>This article explores Lindenmayer Systems (L-Systems) fractal theory and LaTeX TikZ coding techniques to model 6-fold hexagonal ice crystal snowflakes.</p>]]></description></item><item><title>Drawing Nested Rotated Polygons and Spiral Patterns with TikZ in LaTeX</title><link>https://www.aantriono.com/en/rotated-polygons/</link><pubDate>Sat, 18 Jul 2026 00:00:00 +0000</pubDate><author><name>Aan Triono</name></author><guid>https://www.aantriono.com/en/rotated-polygons/</guid><description><![CDATA[<div class="featured-image">
                <img src="/rotated-polygons/featured-image.webp" referrerpolicy="no-referrer">
            </div><p>This article explores how to draw nested rotated polygon spiral patterns (op-art optical illusions) using loops and color gradients in LaTeX TikZ.</p>]]></description></item><item><title>Creating Pompeii Mosaic Patterns with LaTeX TikZ</title><link>https://www.aantriono.com/en/mosaic-from-pompeii/</link><pubDate>Sat, 08 Nov 2025 00:00:00 +0000</pubDate><author><name>Aan Triono</name></author><guid>https://www.aantriono.com/en/mosaic-from-pompeii/</guid><description><![CDATA[<div class="featured-image">
                <img src="/mosaic-from-pompeii/featured-image.webp" referrerpolicy="no-referrer">
            </div><p>This article discusses a comprehensive analysis of Daniel Steger&rsquo;s LaTeX TikZ code for generating Pompeii mosaic patterns — covering code structure, visual philosophy, and scientific and artistic relevance.</p>]]></description></item><item><title>Drawing a Mandala with the TikZ Package in LaTeX</title><link>https://www.aantriono.com/en/drawing-mandalas/</link><pubDate>Fri, 07 Nov 2025 00:00:00 +0000</pubDate><author><name>Aan Triono</name></author><guid>https://www.aantriono.com/en/drawing-mandalas/</guid><description><![CDATA[<div class="featured-image">
                <img src="/drawing-mandalas/featured-image.webp" referrerpolicy="no-referrer">
            </div><p>This article analyzes the aesthetics of a TikZ mandala and provides a detailed explanation of its code structure, covering visual philosophy, mathematical analysis, and technical exploration.</p>]]></description></item></channel></rss>