Skip to content

Instantly share code, notes, and snippets.

@pauljonescodes
Created April 8, 2014 17:13
Show Gist options
  • Save pauljonescodes/10157817 to your computer and use it in GitHub Desktop.
Save pauljonescodes/10157817 to your computer and use it in GitHub Desktop.
\documentclass[ignorenonframetext,]{beamer} %aspectratio=169,
\usetheme{CambridgeUS}
\usecolortheme[RGB={210, 16, 52}]{structure}
\usepackage{amssymb,amsmath}
\usepackage{ifxetex,ifluatex}
\usepackage{fixltx2e} % provides \textsubscript
\IfFileExists{upquote.sty}{\usepackage{upquote}}{}
\usepackage{lmodern}
\ifxetex
\usepackage{fontspec,xltxtra,xunicode}
\defaultfontfeatures{Mapping=tex-text,Scale=MatchLowercase}
\newcommand{\euro}{€}
\else
\ifluatex
\usepackage{fontspec}
\defaultfontfeatures{Mapping=tex-text,Scale=MatchLowercase}
\newcommand{\euro}{€}
\else
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\fi
\fi
% use microtype if available
\IfFileExists{microtype.sty}{\usepackage{microtype}}{}
% Comment these out if you don't want a slide with just the
% part/section/subsection/subsubsection title:
\AtBeginPart{
\let\insertpartnumber\relax
\let\partname\relax
\frame{\partpage}
}
\AtBeginSection{
\let\insertsectionnumber\relax
\let\sectionname\relax
\frame{\sectionpage}
}
\AtBeginSubsection{
\let\insertsubsectionnumber\relax
\let\subsectionname\relax
\frame{\subsectionpage}
}
\setlength{\parindent}{0pt}
\setlength{\parskip}{6pt plus 2pt minus 1pt}
\setlength{\emergencystretch}{3em} % prevent overfull lines
\setcounter{secnumdepth}{0}
\title{What are the Problems for Infinitism?}
\subtitle{Senior Honors Thesis Advised by Prof.~Peter Klein}
\author{Paul Jones}
\institute[RU]
{
Rutgers University
}
\setsansfont{Avenir Next}
\setbeamertemplate{itemize items}[circle]
\setbeamertemplate{enumerate items}[default]
\setbeamertemplate{title page}[default][colsep=-4bp,rounded=true]
\setbeamertemplate{section in toc}[sections numbered]
\setbeamertemplate{subsection in toc}[square]
\setbeamertemplate{navigation symbols}{}
\setbeamerfont{institute}{size=\normalsize}
\setbeamerfont{author}{size=\normalsize}
\setbeamerfont{date}{size=\normalsize}
\begin{document}
\frame{\titlepage}
\begin{frame}
\frametitle{Outline}
\tableofcontents
\end{frame}
\section{Interpreting Infinitism}\label{interpreting-infinitism}
\subsection{The Problem}\label{the-problem}
\begin{frame}{The Regress Problem}
\end{frame}
\subsection{Key notions}\label{key-notions}
\begin{frame}{Doxastic vs.~Propositional Justification}
\end{frame}
\begin{frame}{Transfer vs.~Emergent Justification}
\end{frame}
\begin{frame}{Doxastic Justification Emergence}
\end{frame}
\begin{frame}{Principles for Infinitism}
\end{frame}
\subsection{The argument}\label{the-argument}
\begin{frame}{The Interrogation Argument}
\end{frame}
\section{Defending Infinitism}\label{defending-infinitism}
\subsection{Ginet's ``Reply to Klein''}\label{ginets-reply-to-klein}
\begin{frame}{Interpretation}
\end{frame}
\begin{frame}{Criticism}
\end{frame}
\subsection{Bergmann's Dilemma to
Klein}\label{bergmanns-dilemma-to-klein}
\begin{frame}{Interpretation}
\end{frame}
\begin{frame}{Criticism}
\end{frame}
\section{Objecting to Infinitism}\label{objecting-to-infinitism}
\subsection{Introduction}\label{introduction}
\subsection{Key notions}\label{key-notions-1}
\subsection{Analysis}\label{analysis}
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment