fmt: Formats given value.

Description Usage Arguments

Description

The 'x' value is formatted according to its class with an additional 'prefix' and 'suffix' prepended and appended respectively.

Usage

1
fmt(x, prefix = "", suffix = "", ...)

Arguments

x

the value to be formatted

prefix

the string to be prepended

suffix

the string to be appended

...

parameters to be passed to the actual formatter. The number formatter accepts 'floor' and 'ceiling' to indicate that given value should be rounded down or up to a full integer before formatting or 'digits' to indicate the number of digits the number should be rounded to.


fikovnik/latextags documentation built on July 5, 2019, 11 p.m.