Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

49 lines
2.3KB

  1. % Generated by roxygen2: do not edit by hand
  2. % Please edit documentation in R/bulma_document.R
  3. \name{bulma_document}
  4. \alias{bulma_document}
  5. \title{Bulma Document Renderer}
  6. \usage{
  7. bulma_document(..., css = NULL, fig_width = 10, fig_height = 7,
  8. fig_retina = 2, keep_md = FALSE, dev = "png", pandoc_args = NULL,
  9. extra_dependencies = NULL)
  10. }
  11. \arguments{
  12. \item{...}{Arguments passed on to \code{rmarkdown::html_document_base}
  13. \describe{
  14. \item{smart}{Produce typographically correct output, converting straight
  15. quotes to curly quotes, --- to em-dashes, -- to en-dashes, and ... to
  16. ellipses.}
  17. \item{theme}{Visual theme ("default", "cerulean", "journal", "flatly",
  18. "readable", "spacelab", "united", "cosmo", "lumen", "paper", "sandstone",
  19. "simplex", or "yeti"). Pass \code{NULL} for no theme (in this case you can
  20. use the \code{css} parameter to add your own styles).}
  21. \item{self_contained}{Produce a standalone HTML file with no external
  22. dependencies, using data: URIs to incorporate the contents of linked
  23. scripts, stylesheets, images, and videos. Note that even for self contained
  24. documents MathJax is still loaded externally (this is necessary because of
  25. its size).}
  26. \item{lib_dir}{Directory to copy dependent HTML libraries (e.g. jquery,
  27. bootstrap, etc.) into. By default this will be the name of the document with
  28. \code{_files} appended to it.}
  29. \item{mathjax}{Include mathjax. The "default" option uses an https URL from a
  30. MathJax CDN. The "local" option uses a local version of MathJax (which is
  31. copied into the output directory). You can pass an alternate URL or pass
  32. \code{NULL} to exclude MathJax entirely.}
  33. \item{pandoc_args}{Additional command line options to pass to pandoc}
  34. \item{template}{Pandoc template to use for rendering. Pass "default" to use
  35. the rmarkdown package default template; pass \code{NULL} to use pandoc's
  36. built-in template; pass a path to use a custom template that you've created.
  37. Note that if you don't use the "default" template then some features of
  38. \code{html_document} won't be available (see the Templates section below for
  39. more details).}
  40. \item{dependency_resolver}{A dependency resolver}
  41. \item{copy_resources}{Copy resources}
  42. \item{extra_dependencies}{Extra dependencies}
  43. \item{bootstrap_compatible}{Bootstrap compatible}
  44. }}
  45. }
  46. \description{
  47. Bulma Document Renderer
  48. }