{% include "navbar.j2" %}

typst4ei

Eine Sammlung von Formelsammlung für/von EI Stundenten der TUM

Disclaimer: Die Richtigkeit des Materials kann nicht garantiert werden. Wir wissen auch nicht was wir tun. Nutzt die Formelsammlungen auf eigene Gefahr. Aber Feedback und Korrekturen sind immer willkommen!

{% for item in cats %}

{{ item[0] }}. Semester

{% for module in item[1] %} {% for item in module[1] %} {% endfor %} {% endfor %}
Title Autor Repo Upload Date Git commit
{{ module[0] }} {% if item.author %} {{ item.author }} {% else %} N/A {% endif %} {% if item.git_repo %} {{ item.git_repo_type }} {% else %} N/A {% endif %} {{ item.date }} {% if item.git_repo %} {{ item.commit }} {% endif %}
{% endfor%} {% if no_cat %}

Verschiedenes

{% for item in no_cat %} {% endfor %}
Title Repo Upload Date Git commit
{{ item.title }} {% if item.author %}
by {{ item.author }} {% endif %}
{% if item.git_repo %} {{ item.git_repo_type }} {% else %} N/A {% endif %} {{ item.date }} {% if item.git_repo %} {{ item.commit }} {% endif %}
{% endif %}