😎 Give your xaringan slides some style
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

12 linhas
386B

  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. #