Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added presentation/sampleNotes.pdf
Binary file not shown.
17 changes: 17 additions & 0 deletions presentation/sampleNotes.tex
Original file line number Diff line number Diff line change
@@ -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}
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please submit a separate PR for your slides? I would be open to adding sample beamer slides, but I also have been working on some myself. If you create a separate PR I might try to merge it with what I have and get back to you on this.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Certainly. I was a little silly for this request and mixed too many commits together; let me start fresh and submit the PRs separately.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure how to create a separate pull request for the slides; I reverted my previous changes and re-committed the slides separately. Now that this request is open, it seems to be absorbing any new commits I make.

Binary file added presentation/sampleSlides.pdf
Binary file not shown.
87 changes: 87 additions & 0 deletions presentation/sampleSlides.tex
Original file line number Diff line number Diff line change
@@ -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}
Binary file modified sample.pdf
Binary file not shown.
18 changes: 10 additions & 8 deletions sample.tex
Original file line number Diff line number Diff line change
Expand Up @@ -6,20 +6,20 @@
% 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
% of the public at large and to the detriment of our heirs and
% 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.
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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.}
Expand Down Expand Up @@ -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}
Expand Down