😎 Give your xaringan slides some style
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

26 行
789B

  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/write_extra_css.R
  3. \name{write_extra_css}
  4. \alias{write_extra_css}
  5. \title{Write Extra CSS arguments}
  6. \usage{
  7. write_extra_css(css, outfile = "xaringan-themer.css")
  8. }
  9. \arguments{
  10. \item{css}{A named list of CSS definitions each containing a named list
  11. of CSS property-value pairs, i.e.
  12. \code{list(".class-id" = list("css-property" = "value"))}}
  13. \item{outfile}{Customized xaringan CSS output file name, default is "xaringan-themer.css"}
  14. }
  15. \description{
  16. Manually adds css elements to target \code{outfile}.
  17. }
  18. \section{css list}{
  19. The \code{css} input must be a named list of css properties and values within a
  20. named list of class identifiers, for example
  21. \code{list(".class-id" = list("css-property" = "value"))}.
  22. }