Generate a LaTeX minipage environment
latex_minipage.Rd
Generate a LaTeX minipage environment
Arguments
- x
The text to go within the minipage. See Details.
- width
The width of the minipage ("\columnwidth" is a useful choice.)
- position
The position of the minipage with respect to the line where it appears.
- height
(optional) the height of the minipage
- inner_position
The position of the contents within the minipage (only available if
height
is also provided).