Notes V 0.0.0

- Pictures are missing
This commit is contained in:
2026-01-02 09:52:24 +01:00
parent e3d45c7377
commit 24abb10adb
18 changed files with 1961 additions and 2 deletions

View File

@@ -0,0 +1,48 @@
% LTeX: language=de-CH
\documentclass{report}
\def\papertitle{Notizen zu Einführung in die Mikroökonomie}
\def\theorytitle{Theorie}
\def\corollarytitle{Korollar}
\def\proposaltitle{Vorschlag}
\def\claimtitle{Behauptung}
\def\exercisetitle{Aufgabe}
\def\exampletitle{Beispiel}
\def\questiontitle{Frage}
\def\wrongctitle{Falscher Konzept}
\def\pagetitle{Seite}
\def\chaptertitle{Kapitel}
\input{preamble}
\input{macros}
\input{letterfonts}
\title{\huge{\papertitle}}
\author{\huge{Jirayu Ruh}}
\date{}
\begin{document}
\maketitle
\newpage% or \cleardoublepage
% \pdfbookmark[<level>]{<title>}{<dest>}
\pdfbookmark[section]{\contentsname}{toc}
\tableofcontents
\pagebreak
\input{A_konsumtheorie/A_markt.tex}
\input{A_konsumtheorie/AA_budgetrestriktion.tex}
\input{A_konsumtheorie/AB_praeferenzen.tex}
\input{A_konsumtheorie/AC_nutzenmaximierung.tex}
\input{A_konsumtheorie/AD_Nachfrage.tex}
\input{A_konsumtheorie/AE_slutsky.tex}
\input{A_konsumtheorie/AF_kaufen_verkaufen.tex}
\input{B_produktionstheorie/BA_technologie.tex}
\input{B_produktionstheorie/BB_kostenminimierung.tex}
\input{B_produktionstheorie/BC_angebot_unternehmen.tex}
\input{B_produktionstheorie/BD_marktangebot.tex}
\input{B_produktionstheorie/BE_gleichgewicht.tex}
\end{document}