<?xml version="1.0" encoding="utf-8"?><feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en"><generator uri="https://jekyllrb.com/" version="4.4.1">Jekyll</generator><link href="https://huettner.io/feed.xml" rel="self" type="application/atom+xml"/><link href="https://huettner.io/" rel="alternate" type="text/html" hreflang="en"/><updated>2026-06-03T07:22:48+00:00</updated><id>https://huettner.io/feed.xml</id><title type="html">blank</title><subtitle>Personal website of Frank Huettner, Assistant Professor of Decision Sciences at SKK GSB. </subtitle><entry><title type="html">a post with TikZJax</title><link href="https://huettner.io/blog/2023/tikzjax/" rel="alternate" type="text/html" title="a post with TikZJax"/><published>2023-12-12T22:25:00+00:00</published><updated>2023-12-12T22:25:00+00:00</updated><id>https://huettner.io/blog/2023/tikzjax</id><content type="html" xml:base="https://huettner.io/blog/2023/tikzjax/"><![CDATA[<p>This is an example post with TikZ code. TikZJax converts script tags (containing TikZ code) into SVGs.</p> <script type="text/tikz">
\begin{tikzpicture}
    \draw[red,fill=black!60!red] (0,0) circle [radius=1.5];
    \draw[green,fill=black!60!green] (0,0) circle [x radius=1.5cm, y radius=10mm];
    \draw[blue,fill=black!60!blue] (0,0) circle [x radius=1cm, y radius=5mm, rotate=30];
\end{tikzpicture}
</script>]]></content><author><name></name></author><category term="sample-posts"/><category term="formatting"/><category term="diagrams"/><summary type="html"><![CDATA[this is what included TikZ code could look like]]></summary></entry></feed>