You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
146 lines
4.2 KiB
TeX
146 lines
4.2 KiB
TeX
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
% Beamer Presentation
|
|
% LaTeX Template
|
|
% Version 1.0 (10/11/12)
|
|
%
|
|
% This template has been downloaded from:
|
|
% http://www.LaTeXTemplates.com
|
|
%
|
|
% License:
|
|
% CC BY-NC-SA 3.0 (http://creativecommons.org/licenses/by-nc-sa/3.0/)
|
|
%
|
|
% Changed theme to WSU by William King
|
|
%
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
|
|
%----------------------------------------------------------------------------------------
|
|
% PACKAGES AND THEMES
|
|
%----------------------------------------------------------------------------------------
|
|
|
|
\documentclass[xcolor=dvipsnames,aspectratio=169]{beamer}
|
|
|
|
|
|
%Import Preamble bits
|
|
\input{../assets/preambles/FormattingPreamble.tex}
|
|
\input{../assets/preambles/TikzitPreamble.tex}
|
|
\input{../assets/preambles/MathPreamble.tex}
|
|
\input{../assets/preambles/BibPreamble.tex}
|
|
\input{../assets/preambles/GeneralPreamble.tex}
|
|
|
|
|
|
|
|
|
|
|
|
%----------------------------------------------------------------------------------------
|
|
% TITLE PAGE
|
|
%----------------------------------------------------------------------------------------
|
|
|
|
\title[short title]{Long title}
|
|
|
|
\author{Will King} % Your name
|
|
\institute[WSU] % Your institution as it will appear on the bottom of every slide, may be shorthand to save space
|
|
{
|
|
Washington State University \\ % Your institution for the title page
|
|
\medskip
|
|
\textit{william.f.king@wsu.edu} % Your email address
|
|
}
|
|
\date{\today} % Date, can be changed to a custom date
|
|
|
|
|
|
|
|
|
|
|
|
\begin{document}
|
|
\begin{frame}
|
|
\titlepage % Print the title page as the first slide
|
|
\end{frame}
|
|
|
|
|
|
\begin{frame}[allowframebreaks] %Allow frame breaks
|
|
\frametitle{Overview} % Table of contents slide, comment this out to remove it
|
|
\tableofcontents
|
|
\end{frame}
|
|
|
|
%-------------------------------------------------------------------------------------
|
|
%%%%%%%%%%%%%%%%%%%% Developing the Model%%%%%%%%%%%%%%%%%%%%%%%%
|
|
\section{Money: Supply and Demand}
|
|
%-------------------------------------------------------------------------------------
|
|
%-------------------------------
|
|
\begin{frame}
|
|
\frametitle{What is Money?}
|
|
\begin{block}{Money}
|
|
A commodity that is:
|
|
\begin{itemize}
|
|
\item Medium of exchange: A generally accepted means of payment.
|
|
\item Store of value: A method to transfer value from now into the future.
|
|
\end{itemize}
|
|
\end{block}
|
|
|
|
What types of money exist?
|
|
\begin{itemize}
|
|
\item M0: Currency
|
|
\item \textbf{M1: M0 + Checking/bank deposits}
|
|
\end{itemize}
|
|
\end{frame}
|
|
%-------------------------------
|
|
\begin{frame}
|
|
\frametitle{Money Demand}
|
|
|
|
Nominal Money Demand
|
|
\begin{align}
|
|
M^d = P \cdot L(R,Y)
|
|
\end{align}
|
|
|
|
\begin{itemize}
|
|
\item $Y \uparrow \Rightarrow L(R,Y) \uparrow$
|
|
\item $R \downarrow \Rightarrow L(R,Y) \uparrow$
|
|
\end{itemize}
|
|
|
|
\end{frame}
|
|
%-------------------------------
|
|
\begin{frame}
|
|
\frametitle{Equilibrium in the Money Market}
|
|
Interest rates are the price of money, so we need to compare
|
|
interest rates to the quantity of money demanded.
|
|
|
|
|
|
\begin{figure}
|
|
% \tikzfig{../Assets/tikzit/}
|
|
\label{FIG:costs}
|
|
\caption{Money Market Equilibrium}
|
|
\end{figure}
|
|
\end{frame}
|
|
%-------------------------------
|
|
\begin{frame}
|
|
\frametitle{Questions?}
|
|
|
|
\end{frame}
|
|
%-------------------------------
|
|
\end{document}
|
|
%=========================================
|
|
%\begin{frame}
|
|
% \frametitle{MarginalRevenue}
|
|
% \begin{figure}
|
|
% \tikzfig{../Assets/owned/ch8_MarginalRevenue}
|
|
% \includegraphics[height=\textheight]{../Assets/copyrighted/KrugmanObsterfeldMeliz_fig8-7.jpg}
|
|
% \label{FIG:costs}
|
|
% \caption{Average Cost Curve as firms enter.}
|
|
% \end{figure}
|
|
%\end{frame}
|
|
%-------------------------------
|
|
%\begin{frame}
|
|
% \frametitle{Columns}
|
|
% \begin{columns}
|
|
% \begin{column}{0.5\textwidth}
|
|
% \end{column}
|
|
% \begin{column}{0.5\textwidth}
|
|
% \begin{figure}
|
|
% \tikzfig{../Assets/owned/ch7_EstablishedAdvantageExample2}
|
|
% \label{FIG:costs}
|
|
% \caption{Setting the Stage}
|
|
% \end{figure}
|
|
% \end{column}
|
|
% \end{columns}
|
|
%\end{frame}
|
|
% %---------------------------------------------------------------
|