Skip to content
This repository has been archived by the owner on Dec 12, 2023. It is now read-only.

Commit

Permalink
[UPDATE] Presentation
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkaplan0 committed Oct 20, 2022
1 parent 45c8dcc commit 6b7f58a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 255 deletions.
Binary file modified PML_presentation/presentation-handout.pdf
Binary file not shown.
201 changes: 0 additions & 201 deletions PML_presentation/presentation.Rnw

This file was deleted.

Binary file modified PML_presentation/presentation.pdf
Binary file not shown.
58 changes: 4 additions & 54 deletions PML_presentation/presentation.tex
Original file line number Diff line number Diff line change
@@ -1,57 +1,7 @@
%----------------------------------------------------------------------------------------
% PACKAGES AND THEMES
%----------------------------------------------------------------------------------------
\documentclass[aspectratio=169,xcolor=dvipsnames]{beamer}\usepackage[]{graphicx}\usepackage[]{color}
% maxwidth is the original width if it is less than linewidth
% otherwise use linewidth (to make sure the graphics do not exceed the margin)
\makeatletter
\def\maxwidth{ %
\ifdim\Gin@nat@width>\linewidth
\linewidth
\else
\Gin@nat@width
\fi
}
\makeatother

\definecolor{fgcolor}{rgb}{0.345, 0.345, 0.345}
\newcommand{\hlnum}[1]{\textcolor[rgb]{0.686,0.059,0.569}{#1}}%
\newcommand{\hlstr}[1]{\textcolor[rgb]{0.192,0.494,0.8}{#1}}%
\newcommand{\hlcom}[1]{\textcolor[rgb]{0.678,0.584,0.686}{\textit{#1}}}%
\newcommand{\hlopt}[1]{\textcolor[rgb]{0,0,0}{#1}}%
\newcommand{\hlstd}[1]{\textcolor[rgb]{0.345,0.345,0.345}{#1}}%
\newcommand{\hlkwa}[1]{\textcolor[rgb]{0.161,0.373,0.58}{\textbf{#1}}}%
\newcommand{\hlkwb}[1]{\textcolor[rgb]{0.69,0.353,0.396}{#1}}%
\newcommand{\hlkwc}[1]{\textcolor[rgb]{0.333,0.667,0.333}{#1}}%
\newcommand{\hlkwd}[1]{\textcolor[rgb]{0.737,0.353,0.396}{\textbf{#1}}}%
\let\hlipl\hlkwb

\usepackage{framed}
\makeatletter
\newenvironment{kframe}{%
\def\at@end@of@kframe{}%
\ifinner\ifhmode%
\def\at@end@of@kframe{\end{minipage}}%
\begin{minipage}{\columnwidth}%
\fi\fi%
\def\FrameCommand##1{\hskip\@totalleftmargin \hskip-\fboxsep
\colorbox{shadecolor}{##1}\hskip-\fboxsep
% There is no \\@totalrightmargin, so:
\hskip-\linewidth \hskip-\@totalleftmargin \hskip\columnwidth}%
\MakeFramed {\advance\hsize-\width
\@totalleftmargin\z@ \linewidth\hsize
\@setminipage}}%
{\par\unskip\endMakeFramed%
\at@end@of@kframe}
\makeatother

\definecolor{shadecolor}{rgb}{.97, .97, .97}
\definecolor{messagecolor}{rgb}{0, 0, 0}
\definecolor{warningcolor}{rgb}{1, 0, 1}
\definecolor{errorcolor}{rgb}{1, 0, 0}
\newenvironment{knitrout}{}{} % an empty environment to be redefined in TeX

\usepackage{alltt}
\documentclass[aspectratio=169,xcolor=dvipsnames]{beamer}
%%%% ---- Text, Presentation, and Packages ----
%%%%
% Beamer theme
Expand Down Expand Up @@ -80,17 +30,17 @@
%----------------------------------------------------------------------------------------

% The title
\title[]{``Good'' Coding Practices for Social Scientists}
\title[]{R Coding Practices for Social Scientists}
\subtitle{A quick and dirty introduction to writing and debugging clean, reproducible code in R}
\author[]{\large{Adam Kaplan}}
\institute[]{Massachusetts Institute of Technology}
\date[]{November 19, 2021}
\date[]{October 21st, 2022}


%----------------------------------------------------------------------------------------
% PRESENTATION SLIDES
%----------------------------------------------------------------------------------------
\IfFileExists{upquote.sty}{\usepackage{upquote}}{}

\begin{document}

\begin{frame}[noframenumbering, plain]
Expand Down

0 comments on commit 6b7f58a

Please sign in to comment.