working latex compilation

main
youainti 4 years ago
parent ffe2f489a8
commit 275d84a1dc

@ -6,10 +6,10 @@
%Include preambles %Include preambles
\input{assets/preambles/MathPreamble} \input{../assets/preambles/MathPreamble}
\input{assets/preambles/TikzitPreamble} \input{../assets/preambles/TikzitPreamble}
\input{assets/preambles/BibPreamble} \input{../assets/preambles/BibPreamble}
\input{assets/preambles/GeneralPreamble} \input{../assets/preambles/GeneralPreamble}
\title{Title Goes Here \\ \small{subtitle goes here}} \title{Title Goes Here \\ \small{subtitle goes here}}
\author{William King} \author{William King}

@ -105,7 +105,7 @@ Washington State University \\ % Your institution for the title page
\begin{figure} \begin{figure}
\tikzfig{../Assets/owned/ch15_MoneyMarketEquilibrium} % \tikzfig{../Assets/tikzit/}
\label{FIG:costs} \label{FIG:costs}
\caption{Money Market Equilibrium} \caption{Money Market Equilibrium}
\end{figure} \end{figure}
@ -115,6 +115,9 @@ Washington State University \\ % Your institution for the title page
\frametitle{Questions?} \frametitle{Questions?}
\end{frame} \end{frame}
%-------------------------------
\end{document}
%=========================================
%\begin{frame} %\begin{frame}
% \frametitle{MarginalRevenue} % \frametitle{MarginalRevenue}
% \begin{figure} % \begin{figure}
@ -124,8 +127,8 @@ Washington State University \\ % Your institution for the title page
% \caption{Average Cost Curve as firms enter.} % \caption{Average Cost Curve as firms enter.}
% \end{figure} % \end{figure}
%\end{frame} %\end{frame}
\end{document} %-------------------------------
% \begin{frame} %\begin{frame}
% \frametitle{Columns} % \frametitle{Columns}
% \begin{columns} % \begin{columns}
% \begin{column}{0.5\textwidth} % \begin{column}{0.5\textwidth}
@ -138,5 +141,5 @@ Washington State University \\ % Your institution for the title page
% \end{figure} % \end{figure}
% \end{column} % \end{column}
% \end{columns} % \end{columns}
% \end{frame} %\end{frame}
% %--------------------------------------------------------------- % %---------------------------------------------------------------

@ -0,0 +1,38 @@
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% Based on a template 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
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%----------------------------------------------------------------------------------------
% COLORS AND THEMES
%----------------------------------------------------------------------------------------
%%% Setup color
\usetheme{Berkeley}
\definecolor{WSUred}{RGB}{152,30,50}
\definecolor{WSUgrey}{RGB}{94,106,113}
\setbeamercolor{palette primary}{bg=WSUred,fg=white}
\setbeamercolor{palette secondary}{bg=WSUred,fg=white}
\setbeamercolor{palette tertiary}{bg=WSUred,fg=white}
\setbeamercolor{palette quaternary}{bg=WSUred,fg=white}
\setbeamercolor{structure}{fg=WSUgrey} % itemize, enumerate, etc
\setbeamercolor{section in toc}{fg=WSUred} % TOC sections
\setbeamercolor{block body}{fg=WSUred} % block body sections
%\setbeamertemplate{footline} % To remove the footer line in all slides uncomment this line
\setbeamertemplate{footline}[page number] % To replace the footer line in all slides with a simple slide count uncomment this line
\setbeamertemplate{navigation symbols}{} % To remove the navigation symbols from the bottom of all slides uncomment this line
%%% setup packages
\usepackage{graphicx} % Allows including images
\graphicspath{{./../Assets/}} %Set a graphics path
\usepackage{booktabs} % Allows the use of \toprule, \midrule and \bottomrule in tables
Loading…
Cancel
Save