From 275d84a1dc30f9511a5f630c39a22f25e2534d3b Mon Sep 17 00:00:00 2001 From: youainti Date: Tue, 30 Aug 2022 12:22:41 -0700 Subject: [PATCH] working latex compilation --- Latex/Paper/Main.tex | 8 ++-- Latex/Presentation/presentation.tex | 35 +++++++++-------- Latex/assets/preambles/FormattingPreamble.tex | 38 +++++++++++++++++++ 3 files changed, 61 insertions(+), 20 deletions(-) create mode 100644 Latex/assets/preambles/FormattingPreamble.tex diff --git a/Latex/Paper/Main.tex b/Latex/Paper/Main.tex index f2a605c..3f23eba 100644 --- a/Latex/Paper/Main.tex +++ b/Latex/Paper/Main.tex @@ -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} diff --git a/Latex/Presentation/presentation.tex b/Latex/Presentation/presentation.tex index 8256a47..cb6b45f 100644 --- a/Latex/Presentation/presentation.tex +++ b/Latex/Presentation/presentation.tex @@ -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} % %--------------------------------------------------------------- diff --git a/Latex/assets/preambles/FormattingPreamble.tex b/Latex/assets/preambles/FormattingPreamble.tex new file mode 100644 index 0000000..a827fe2 --- /dev/null +++ b/Latex/assets/preambles/FormattingPreamble.tex @@ -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 +