😎 Give your xaringan slides some style
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

16 lines
592B

  1. #' @section Usage: To use the styles created by this theme function, make sure
  2. #' that you use `xaringan-themer.css` as your CSS file in your slides' YAML
  3. #' header. If you change the name of the output file using the `outfile`
  4. #' argument, use that name instead of the default file name.
  5. #'
  6. #' ```yaml
  7. #' output:
  8. #' xaringan::moon_reader:
  9. #' css: xaringan-themer.css
  10. #' ````
  11. #'
  12. #' @return The CSS styles are written to the file path provided in `outfile`
  13. #' (by default to `xaringan-themer.css`). If `outfile` is `NULL`, the CSS is
  14. #' returned directly as a character string.
  15. #'