This repository contains my personal lecture notes for the Intermediate Microeconomics course at the University of International Business and Economics (UIBE).
These notes are written entirely in English and typeset using
- University: University of International Business and Economics (UIBE)
- School: China School of Finance
- Program: Hongru Financial Talents Experimental Class
- Instructor: Prof. Zhang Haiyang
- Textbook: Intermediate Microeconomics: A Modern Approach by Hal R. Varian
The project is organized as follows:
-
main.tex: The root$\LaTeX$ file that compiles the entire document. -
chapters/: Contains separate.texfiles for each chapter or topic (e.g., Consumer Theory, Production, Market Structure). -
figures/: Contains images and TikZ diagrams used in the notes. -
ref.bib: (If applicable) Bibliography file.
- Comprehensive Coverage: Notes are based on Prof. Zhang's lectures and Varian's textbook.
-
High-Quality Typesetting: Features clear mathematical definitions, theorems, and proofs formatted in
$\LaTeX$ . -
Modular Design: Chapters are managed in separate files within the
chapters/directory for easier editing and maintenance.
To build the PDF from the source code, you will need a TeX distribution (such as TeX Live or MiKTeX).
-
Clone the repository:
git clone [https://github.com/MochiaoChen/MicroNotes.git](https://github.com/MochiaoChen/MicroNotes.git)
-
Navigate to the project directory:
cd MicroNotes -
Compile the
main.texfile. It is recommended to usexelatexorpdflatex:xelatex main.tex && makeindex main && xelatex main.tex && xelatex main.tex
These are unofficial student notes created for educational purposes. While I strive for accuracy, there may be errors or typos. These notes should be used as a supplement to, not a substitute for, official course materials.
Contributions are welcome! If you spot an error in the equations or text, feel free to:
- Open an Issue to report the problem.
- Submit a Pull Request to fix it directly.
Author: Mochiao Chen Last Updated: 2025.12