Skip to content

Commit

Permalink
Added handout version
Browse files Browse the repository at this point in the history
I have fixed the framing for the presentation so the beamer packages's handout option will produce a useful output. This did involve a very minor change to the Presentation.tex file
The Handout.tex file is identical to the Presentation.tex file except for the lines necessary to generate a handout version of the presentation.
  • Loading branch information
GuestJim authored Nov 5, 2019
1 parent da36b28 commit 69ac539
Show file tree
Hide file tree
Showing 2 changed files with 193 additions and 0 deletions.
98 changes: 98 additions & 0 deletions Serious Statistics- The Aliasing Adventure 1.1 - Handout.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,98 @@
%\documentclass[aspectratio=169]{beamer}
\documentclass[aspectratio=43, 10.5pt, t, handout]{beamer}

\usepackage{pgfpages}
\pgfpagesuselayout{2 on 1}[letterpaper, border shrink=5mm]

\title{Serious Statistics: The Aliasing Adventure}
\author{Jim Pitchford}
\subtitle{\footnotesize A review and analysis of various anti-aliasing methods used in video games, along with related technologies and methods}
%\institute{Where You're From}
%\date{Date of Presentation}
\titlegraphic{
{\changeurlcolor{black}\qrcode[height=2cm, level=Quality]{https://github.com/GuestJim/Serious-Statistics-The-Aliasing-Adventure/releases}}

\vspace{0.25cm}
\href{https://github.com/GuestJim/Serious-Statistics-The-Aliasing-Adventure/releases}{Presentation and Article}
}

\input{"Preamble - Presentation.tex"}

\newcommand{\cfbox}[2]{
\colorlet{currentcolor}{.}
{\color{#1}
\fbox{\color{currentcolor}#2}}
}

\mode<presentation>
{
\usetheme{Hannover} %or try Darmstadt, Madrid, Warsaw, ...
\usecolortheme{default} %or try albatross, beaver, crane, ...
\usefonttheme{default} %or try serif, structurebold, ...
\setbeamertemplate{frametitle}[default][left]
\setbeamertemplate{navigation symbols}{}
\setbeamertemplate{caption}[numbered]
}

\definecolor{GRAY}{HTML}{c0c0c0}
\definecolor{RED}{HTML}{ff0000}
\definecolor{CYAN}{HTML}{00ffff}
\definecolor{BLUE}{HTML}{0000ff}
\definecolor{MAGENTA}{HTML}{ff00ff}

\renewcommand{\image}[2][width=0.95\textwidth, height=\textheight]{

\noindent {\centering \includegraphics[keepaspectratio, #1]{{#2}}}

}

\usepackage{qrcode}
\newcommand{\changeurlcolor}[1]{\hypersetup{urlcolor=#1}}

\setcounter{tocdepth}{4}
% with this the subsubsection on Stochastic Sampling will be in the PDF bookmarks too

\usepackage[backend=biber]{biblatex}
\addbibresource{Sources.bib}
\renewcommand*{\bibfont}{\small}
\setbeamertemplate{bibliography item}{\insertbiblabel}

\begin{document}
\graphicspath{{Media 1.1/}}

\begin{frame}
\maketitle
\end{frame}
% doing this instead of \titlepage so it will be top aligned

\input{"Sections - Presentation 1.1/01 Introduction.ltx"}

\input{"Sections - Presentation 1.1/02 Sampling.ltx"}

\input{"Sections - Presentation 1.1/03 Rasterization.ltx"}

\input{"Sections - Presentation 1.1/04 Super-Sampling and Multi-Sampling.ltx"}

\input{"Sections - Presentation 1.1/05 Post Processing.ltx"}

\input{"Sections - Presentation 1.1/06 Screenshots.ltx"}

\input{"Sections - Presentation 1.1/99 Software.ltx"}

\begin{frame}<handout:0>[allowframebreaks]{References}
\phantomsection
\pdfbookmark{References}{toc}

\nocite{*}
\printbibliography

\begin{center}
\vfill
{\changeurlcolor{black}\qrcode[height=2cm, level=Quality]{https://github.com/GuestJim/Serious-Statistics-The-Aliasing-Adventure/releases}}

\vspace{0.25cm}
\href{https://github.com/GuestJim/Serious-Statistics-The-Aliasing-Adventure/releases}{Presentation and Article}
\end{center}
\end{frame}

\end{document}
95 changes: 95 additions & 0 deletions Serious Statistics- The Aliasing Adventure 1.1 - Presentation.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,95 @@
%\documentclass[aspectratio=169]{beamer}
\documentclass[aspectratio=43, 10.5pt, t]{beamer}

\title{Serious Statistics: The Aliasing Adventure}
\author{Jim Pitchford}
\subtitle{\footnotesize A review and analysis of various anti-aliasing methods used in video games, along with related technologies and methods}
%\institute{Where You're From}
%\date{Date of Presentation}
\titlegraphic{
{\changeurlcolor{black}\qrcode[height=2cm, level=Quality]{https://github.com/GuestJim/Serious-Statistics-The-Aliasing-Adventure/releases}}

\vspace{0.25cm}
\href{https://github.com/GuestJim/Serious-Statistics-The-Aliasing-Adventure/releases}{Presentation and Article}
}

\input{"Preamble - Presentation.tex"}

\newcommand{\cfbox}[2]{
\colorlet{currentcolor}{.}
{\color{#1}
\fbox{\color{currentcolor}#2}}
}

\mode<presentation>
{
\usetheme{Hannover} %or try Darmstadt, Madrid, Warsaw, ...
\usecolortheme{default} %or try albatross, beaver, crane, ...
\usefonttheme{default} %or try serif, structurebold, ...
\setbeamertemplate{frametitle}[default][left]
\setbeamertemplate{navigation symbols}{}
\setbeamertemplate{caption}[numbered]
}

\definecolor{GRAY}{HTML}{c0c0c0}
\definecolor{RED}{HTML}{ff0000}
\definecolor{CYAN}{HTML}{00ffff}
\definecolor{BLUE}{HTML}{0000ff}
\definecolor{MAGENTA}{HTML}{ff00ff}

\renewcommand{\image}[2][width=0.95\textwidth, height=\textheight]{

\noindent {\centering \includegraphics[keepaspectratio, #1]{{#2}}}

}

\usepackage{qrcode}
\newcommand{\changeurlcolor}[1]{\hypersetup{urlcolor=#1}}

\setcounter{tocdepth}{4}
% with this the subsubsection on Stochastic Sampling will be in the PDF bookmarks too

\usepackage[backend=biber]{biblatex}
\addbibresource{Sources.bib}
\renewcommand*{\bibfont}{\small}
\setbeamertemplate{bibliography item}{\insertbiblabel}

\begin{document}
\graphicspath{{Media 1.1/}}

\begin{frame}
\maketitle
\end{frame}
% doing this instead of \titlepage so it will be top aligned

\input{"Sections - Presentation 1.1/01 Introduction.ltx"}

\input{"Sections - Presentation 1.1/02 Sampling.ltx"}

\input{"Sections - Presentation 1.1/03 Rasterization.ltx"}

\input{"Sections - Presentation 1.1/04 Super-Sampling and Multi-Sampling.ltx"}

\input{"Sections - Presentation 1.1/05 Post Processing.ltx"}

\input{"Sections - Presentation 1.1/06 Screenshots.ltx"}

\input{"Sections - Presentation 1.1/99 Software.ltx"}

\begin{frame}<handout:0>[allowframebreaks]{References}
\phantomsection
\pdfbookmark{References}{toc}

\nocite{*}
\printbibliography

\begin{center}
\vfill
{\changeurlcolor{black}\qrcode[height=2cm, level=Quality]{https://github.com/GuestJim/Serious-Statistics-The-Aliasing-Adventure/releases}}

\vspace{0.25cm}
\href{https://github.com/GuestJim/Serious-Statistics-The-Aliasing-Adventure/releases}{Presentation and Article}
\end{center}
\end{frame}

\end{document}

0 comments on commit 69ac539

Please sign in to comment.