-
Notifications
You must be signed in to change notification settings - Fork 40
Additions to template, Rough beamer slide template #9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
Optimus-Pine
wants to merge
8
commits into
idfah:master
Choose a base branch
from
Optimus-Pine:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
8 commits
Select commit
Hold shift + click to select a range
6a960e5
Added footnote to chapter heading and added slide template
sam-pine 21725c0
Added notes file and compiled pdf examples
sam-pine 8cf0854
Added subfiles package and an example
sam-pine 6d77876
Revert "Added subfiles package and an example"
sam-pine 9983199
Revert "Added notes file and compiled pdf examples"
sam-pine 25c7795
Revert "Added footnote to chapter heading and added slide template"
sam-pine b695465
Added sample beamer slides and notes template
sam-pine d7377a4
Added example of citation for chapter heading included in footnote
sam-pine File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
Binary file not shown.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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} | ||
Binary file not shown.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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 not shown.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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.