From b4c712cb92ea6063b6b17c2471eeefd65f5fc508 Mon Sep 17 00:00:00 2001 From: jwbowers Date: Thu, 7 Jan 2016 17:58:12 -0500 Subject: [PATCH] Tested and wrote a comment about how HTML and Beamer(i.e. LaTeX) color words differently. Right now I don't know of a single way to do this. --- presentations/presentation.Rmd | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/presentations/presentation.Rmd b/presentations/presentation.Rmd index dd09a95..6dfdb99 100644 --- a/presentations/presentation.Rmd +++ b/presentations/presentation.Rmd @@ -3,16 +3,16 @@ title: "Let's Talk About How To Ease Re-Analysis" author: "Jake Bowers" date: '`r format(Sys.Date(), "%B %d, %Y")`' output: - ioslides_presentation: - css: sbstpresentation.css - logo: ../graphics/SBSTLightBulb.png - smaller: yes beamer_presentation: keep_tex: yes latex_engine: xelatex slide_level: 2 template: sbst.beamer toc: yes + ioslides_presentation: + css: sbstpresentation.css + logo: ../graphics/SBSTLightBulb.png + smaller: yes --- ```{r setup, include=FALSE, echo=FALSE, cache=FALSE} ## the 'toc: yes' line above tricks pandoc into running latex twice so that we can see the nice logos @@ -56,8 +56,10 @@ How can anyone do high stakes data analysis? ## General Strategies to Enhance Confidence and Reduce Bugs + + -1) \textcolor{orange}{Work together:} +1) \textcolor{orange}{Work together:} - If you and your colleagues are going to have to use each others' code, you may start writing code as if others were going to read it. - A second pair of eyes spots errors.