Skip to contents

A data frame of rebound stages in LaTeX formatting.

Usage

latex_rebound_stages

Format

A data frame with 2 columns.

stage

The text name for the stage.

latex_stage_name

The LaTeX name for the stage.

Examples

latex_rebound_stages
#>   stage      latex_stage_name
#> 1  orig   Original ($\\circ$)
#> 2  star      After empl ($*$)
#> 3   hat After sub ($\\wedge$)
#> 4   bar       After inc ($-$)
#> 5 tilde After macro ($\\sim$)