Skip to contents

Make a Latex briefsection

Usage

brief_section(what = " ", when = " ", where = " ")

Arguments

what

Param what.

when

Param when.

where

Param where.

Value

A chracter vector.

Examples

brief_section(what = "Hallo", when = "world", where = "here")
#> \briefsection{
#> \briefitem{Hallo}{world}{here}
#> }