Xaringan: Is is possible to make a private xaringan theme?

Created on 19 Jun 2019  路  1Comment  路  Source: yihui/xaringan

For a workgroup we would like to make use of slides from xaringan using our own corporate identity. Would it be possible to design our own theme, that is approved by xaringan, but not available for others?

If so, how can we develop this?

Thank you.


By filing an issue to this repo, I promise that

  • [x] I have fully read the issue guide at https://yihui.name/issue/.
  • [x] I have provided the necessary information about my issue.

    • If I'm asking a question, I have already asked it on Stack Overflow or RStudio Community, waited for at least 24 hours, and included a link to my question there.

    • If I'm filing a bug report, I have included a minimal, self-contained, and reproducible example, and have also included xfun::session_info('xaringan'). I have upgraded all my packages to their latest versions (e.g., R, RStudio, and R packages), and also tried the development version: remotes::install_github('yihui/xaringan').

    • If I have posted the same issue elsewhere, I have also mentioned it in this issue.

  • [x] I have learned the Github Markdown syntax, and formatted my issue correctly.

I understand that my issue may be closed if I don't fulfill my promises.

question

Most helpful comment

You only need to create the CSS files for your corporate theme and then distribute that file to your users. For an example of how to use an R package for this purpose, take a look at https://github.com/emilyriederer/Rtistic. I've also made a package, xaringanthemer, that can be used to create a custom xaringan theme from a color palette that can be saved to a CSS file. Finally, https://slides.yihui.name/xaringan/#37 demonstrates how to apply the custom CSS to your slides.

>All comments

You only need to create the CSS files for your corporate theme and then distribute that file to your users. For an example of how to use an R package for this purpose, take a look at https://github.com/emilyriederer/Rtistic. I've also made a package, xaringanthemer, that can be used to create a custom xaringan theme from a color palette that can be saved to a CSS file. Finally, https://slides.yihui.name/xaringan/#37 demonstrates how to apply the custom CSS to your slides.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

paullemmens picture paullemmens  路  5Comments

slowkow picture slowkow  路  3Comments

gavinsimpson picture gavinsimpson  路  4Comments

DavisVaughan picture DavisVaughan  路  3Comments

richardohrvall picture richardohrvall  路  3Comments