library(xaringanthemer)
mono_light(
  base_color = "midnightblue",
  header_font_google = google_font("Josefin Sans"),
  text_font_google   = google_font("Montserrat", "500", "500i"),
  code_font_google   = google_font("Droid Mono"),
  link_color = "#8B1A1A", #firebrick4, "deepskyblue1"
  text_font_size = "28px",
  code_font_size = "26px"
)

class: center, middle

Welcome


class: inverse, center, middle

Welcome, negative image


Regular slide

Part 1 with image

.center[ ]

Font size manipulation

--

Incremental part 2 1

.footnote[ [1] Footnote example ]


Two columns

Something can be written full-width

.pull-left[ Column 1 ]

.pull-right[ Column 2 ]


Another slide with two columns

+ This text is on the left

Embedded video


xaringanExtra: editable slide

.can-edit[ - cat - dog ]


xaringanExtra: tabbed slide

.panelset[ .panel[.panel-name[First tab]

Text on the first panel ]

.panel[.panel-name[Second tab]

Text on the second panel ] ]

xaringanExtra::use_xaringan_extra(c("editable", "panelset"))

xaringanExtra: Nice citation

.bg-washed-green.b--dark-green.ba.bw2.br3.shadow-5.ph4.mt5[ The only way to write good code is to write tons of bad code first. Feeling shame about bad code stops you from getting to good code

.tr[ — Hadley Wickham ]]


xaringanExtra 2

plot(cars)
# https://github.com/gadenbuie/xaringanExtra
library(xaringanExtra)
# Make your slides editable
xaringanExtra::use_editable(expires = 1)
# To use panelset
xaringanExtra::use_panelset()
# To use tachyons
xaringanExtra::use_tachyons()
# To add webcam, w, Shift+w
xaringanExtra::use_webcam()
# To add copy-to-clipboard
xaringanExtra::use_clipboard()


mdozmorov/MDtemplate documentation built on Feb. 11, 2025, 9:35 a.m.