rmd_textbox: Add textbox

Description Usage Arguments

Description

Add textbox

Usage

1
2
3
rmd_textbox(text, textcolor = "black", title = "",
  titlecolor = "black", titleback = "yellow", backcolor = "white",
  rounded = "1", format = "latex")

Arguments

text

Content of the text box.

textcolor

Color of the text. Default black.

title

Title of the text box. Default empty.

titlecolor

Color of the title. Default white.

titleback

Color of the background of the title. Default black.

backcolor

Color of the background of the text. Default white.

rounded

Describes how much the corner of the text box would be rounded.

format

"latex" or "html". Controlled by global option rmdWidgets.format


hebrewseniorlife/rmdWidgets documentation built on May 9, 2019, 5:02 a.m.