diff --git a/presentation/sampleNotes.pdf b/presentation/sampleNotes.pdf new file mode 100644 index 0000000..cad420e Binary files /dev/null and b/presentation/sampleNotes.pdf differ diff --git a/presentation/sampleNotes.tex b/presentation/sampleNotes.tex new file mode 100644 index 0000000..7da29ba --- /dev/null +++ b/presentation/sampleNotes.tex @@ -0,0 +1,17 @@ +% To build an accompanying notes file, comment out the first line of `sampleSlides.tex` +% and build this file. Using the pdf viewer Skim, you can then view the notes file on your +% own computer while the audience views your projected slides. +% +% Instructions: +% Open both sampleSlides.pdf and sampleNotes.pdf, change displays to "Extended." +% Move sampleSlides.pdf to the projected screen, and leave sampleNotes.pdf on your screen. +% In sampleSlides.pdf, select `View > Presentation Options > Synchronized Notes Document` +% Then select `View > Presentation` to full-screen your slides. +% +% The notes slide should then move synchronously with your presentation. +% NOTE: Be sure to include a note at the bottom of every slide, or your presentations will not +% be the same length and this trick won't work so well. + +\documentclass{beamer} +\setbeameroption{show only notes} +\input{./sampleSlides.tex} diff --git a/presentation/sampleSlides.pdf b/presentation/sampleSlides.pdf new file mode 100644 index 0000000..7ab3e37 Binary files /dev/null and b/presentation/sampleSlides.pdf differ diff --git a/presentation/sampleSlides.tex b/presentation/sampleSlides.tex new file mode 100644 index 0000000..c79388b --- /dev/null +++ b/presentation/sampleSlides.tex @@ -0,0 +1,87 @@ +% \documentclass{beamer} % comment this line out before building notes file + +% Dependencies +\usepackage{amsmath,amsthm,amssymb} % nice-looking math +\usepackage[caption=false]{subfig} % allows side-by-side figures +\usepackage[font=scriptsize,labelfont=bf]{caption} % options to make captions looks nice +\usepackage{booktabs} % book tables are simple and look nice +\usepackage{xcolor} % for template colors +\usepackage{graphicx} % for images, etc. + +% Change template colors to CSU colors, notation is {color!%opacity} +\definecolor{CSUgreen}{RGB}{30,77,43} % define green +\definecolor{CSUtan}{RGB}{215,211,146} % define tan +\setbeamercolor{structure}{fg=CSUgreen} % 'structure' handles most of the colors +\setbeamercolor{palette sidebar secondary}{fg=CSUgreen} % highlighted section heading +\setbeamercolor{section in sidebar shaded}{fg=CSUgreen!70} % faded section headings +\setbeamercolor{block title}{bg=CSUgreen!40,fg=CSUgreen} +\setbeamercolor{block body}{bg=CSUgreen!20} +\setbeamercolor{block title example}{bg=CSUtan!70,fg=CSUgreen} +\setbeamercolor{block body example}{bg=CSUtan!50} + +% Set Beamer theme and modify +\usetheme{Goettingen} +\makeatletter % allows you to edit macros of theme +\setbeamertemplate{sidebar canvas \beamer@sidebarside}[vertical shading][top=CSUgreen!50,bottom=CSUgreen!30] +\setbeamertemplate{caption}{\insertcaption} + +\graphicspath{{../figures/}} % Set path for graphics + +%------------------------------------------------------------------------------- +% TITLE PAGE +%------------------------------------------------------------------------------- + +\title[Short Title]{Full Title} +\author[Short Name]{Full Name \\ \vspace{.2cm} +{\scriptsize Colorado State University\\ +email@colostate.edu} +} + +\institute[CSU] +{\begin{tabular}{r@{}l} +Advisor: \ & Advisor \\ +Committee: \ & Committee Member 1 \\ + & Committee Member 2 \\ + & Committee Member 3 +\end{tabular} +} +\date{Date} + +\begin{document} + +\begin{frame} +\titlepage % Print the title page as the first slide +\end{frame} +%============================================================================= +% These notes will build as a separate file. Every slide needs one, even if it's blank. +\note[itemize]{ +\item Thank everyone for coming. Thank committee. +} + +%------------------------------------------------------------------------------- +% PRESENTATION SLIDES +%------------------------------------------------------------------------------- +\section{First Section} +\subsection{First Subsection} + +\begin{frame} + \frametitle{Generic Slide} + \begin{figure} + % \includegraphics[scale=.35]{cartoon.jpg} + \caption{Caption.} + \end{figure} +\end{frame} +%============================================================================= +\note{ Notes. } + +\section{References} + +\begin{frame}[allowframebreaks] % references flow onto multiple slides +\frametitle{References} + +\bibliographystyle{siam} +% {\footnotesize \bibliography{../../Bibliography.bib}} +\end{frame} +\note{The End.} + +\end{document} diff --git a/sample.pdf b/sample.pdf index bf52b0f..f97351d 100644 Binary files a/sample.pdf and b/sample.pdf differ diff --git a/sample.tex b/sample.tex index 24a9b40..83b2993 100644 --- a/sample.tex +++ b/sample.tex @@ -6,12 +6,12 @@ % 2017 % % This is free and unencumbered software released into the public domain. -% +% % Anyone is free to copy, modify, publish, use, compile, sell, or % distribute this software, either in source code form or as a compiled % binary, for any purpose, commercial or non-commercial, and by any % means. -% +% % In jurisdictions that recognize copyright laws, the author or authors % of this software dedicate any and all copyright interest in the % software to the public domain. We make this dedication for the benefit @@ -19,7 +19,7 @@ % successors. We intend this dedication to be an overt act of % relinquishment in perpetuity of all present and future rights to this % software under copyright law. -% +% % THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, % EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF % MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. @@ -139,11 +139,11 @@ This document aims to get you started typesetting your thesis or dissertation in \LaTeX{}. It serves both as a sample and as the documentation for this package. Please review the entire document for helpful tips about formatting your thesis or dissertation. To get started writing your thesis, copy \textit{sample.tex} to something like \textit{thesis.tex} and begin inserting your own content. } -% Acknowledgments +% Acknowledgments %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% \acknowledgements{% -I would like to thank the CSU Graduate Student Council and the CSU Graduate School for initiating, commissioning and supporting this project. I would also like to thank Nicole Ramo for her support and ensuring that we followed through with this project to completion. I would like to thank Leif Anderson, who created and supported the previous LaTeX template for a number of years. Although I have never met Leif, his work was invaluable in the creation of this package and has helped many students get their thesis approved by the CSU graduate school. Finally, I would like to thank everyone who helps to contribute to this package. Your work will help many CSU graduate students to create professional, beautiful and compelling theses and dissertations using LaTex. Last but not least, thank you to the creators and maintaners of \LaTeX{} for creating a fantastic typesetting tool. +I would like to thank the CSU Graduate Student Council and the CSU Graduate School for initiating, commissioning and supporting this project. I would also like to thank Nicole Ramo for her support and ensuring that we followed through with this project to completion. I would like to thank Leif Anderson, who created and supported the previous LaTeX template for a number of years. Although I have never met Leif, his work was invaluable in the creation of this package and has helped many students get their thesis approved by the CSU graduate school. Finally, I would like to thank everyone who helps to contribute to this package. Your work will help many CSU graduate students to create professional, beautiful and compelling theses and dissertations using LaTex. Last but not least, thank you to the creators and maintainers of \LaTeX{} for creating a fantastic typesetting tool. } % Metadata @@ -323,7 +323,7 @@ \subsection{Subfigures} % if you have too much margin above your figure, \vspace can move things up % as a general, however, figures do not have to be exactly flush with the top margin -\vspace{-1em} +\vspace{-1em} \begin{figure}[p!] % p! puts the figure on it's own page % use the subfloat to add each figure % \\ can be used to start subfigures on the next line @@ -397,10 +397,12 @@ \chapter{Creating References and Citations} \label{chap:references} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -\section{Citation} +\section[Citation]{Citation\footnote{This is an example of a citation contained in a footnote \cite{cebl}.}} The \textbf{\textbackslash cite} command can be used to reference sources from your bibliography. For example, this sentence cites a number of articles \cite{forney20112749, cebl, forney2011thesis, forney2015echostate, haykin2009neural}. +The Graduate School requires ``... any references to journal publications, authors, etc. on your chapter pages or major heading pages [to] be listed as a footnote." This section heading contains an example of such a citation. + \section{Footnotes} The \textbf{\textbackslash footnote} command can be used to insert footnotes.\footnote{this is a sample footnote.} @@ -456,7 +458,7 @@ \section{Margins} \chapter{License} \label{appendix:license} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -{ +{ % this formatting is just for the license, % no need for this in your appendix \setlength{\parindent}{0em}