pgfKeysSetValue: LaTeX-Command to Set pgf-Keys

Description Usage Arguments Details

Description

LaTeX-Command to Set pgf-Keys

Usage

1
2
3
4
pgfKeysSetValue(x, absolute = FALSE, ...)

## S4 method for signature 'list'
pgfKeysSetValue(x, absolute = FALSE, ...)

Arguments

x

a list

absolute

logical, see details

...

additional parameter

Details

The parameter absolute controls the handling of the key's path. If absolute = TRUE the key's path is set to an absolute path, i.e. a slash is prepended (if not already present). In any case, multiple leading slashes are converted to a single one.

If absolute = FALSE absolute paths are converted to relative ones, i.e. any leading slashes are omitted.

If absolute is missing, no changes regarding the path are made.


mlkornexl/pgfKeys documentation built on May 14, 2019, 2:17 p.m.