gadenbuie / xaringanthemer

😎 Give your xaringan slides some style

Home Page:https://pkg.garrickadenbuie.com/xaringanthemer/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adding logos to slides

gadenbuie opened this issue · comments

Some options:

  1. add the logo to the default slide class,
  2. use an approach similar to #10,
  3. or create a .logo class that the user can manually add to desired slides

The last option could actually just be a helper function style_add_logo_class() that could be called separately from style_() functions.