working latex compilation

claude_rewrite
youainti 4 years ago
parent 425299e5ae
commit 0f8be26913

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

@ -105,7 +105,7 @@ Washington State University \\ % Your institution for the title page
\begin{figure}
\tikzfig{../Assets/owned/ch15_MoneyMarketEquilibrium}
% \tikzfig{../Assets/tikzit/}
\label{FIG:costs}
\caption{Money Market Equilibrium}
\end{figure}
@ -115,6 +115,9 @@ Washington State University \\ % Your institution for the title page
\frametitle{Questions?}
\end{frame}
%-------------------------------
\end{document}
%=========================================
%\begin{frame}
% \frametitle{MarginalRevenue}
% \begin{figure}
@ -124,19 +127,19 @@ Washington State University \\ % Your institution for the title page
% \caption{Average Cost Curve as firms enter.}
% \end{figure}
%\end{frame}
\end{document}
% \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}
%-------------------------------
%\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}
% %---------------------------------------------------------------

@ -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