Skip to main content
Data Science Wizardry Blog by Attila Vajda

setting up tex scripts 🌀

mvp blogpost stting up LaTeX #

$$a^2 + b^2 = c^2$$

$$ \documentclass{article} \begin{document}

Hallo Welt!

\end{document} $$

Dieser Text verwendet die benutzerdefinierte Schriftart.

Isomorphismus

Dies ist der Inhalt des Blogposts.

Kategorietheorie-Diagramm

Hier ist ein Punkt und sein Identitätspfeil:

\usepackage{tikz} \begin{document} We are working on \begin{tikzpicture} \draw (-1.5, 0) -- (0, -1.5); \draw (0, 1.5) -- (1.5, 0); \end{tikzpicture} \end{document}

\begin{array}{cc} a & b \\ c & c \end{array}