is.LaTeX.reserved: Determining if a UTF-8 string is within the LaTeX reserved...

Description Usage Arguments Value Author(s) Examples

Description

is.LaTeX.reserved returns TRUE if a UTF-8 string is within the LaTeX reserved Unicode ranges

Usage

1

Arguments

utf8char

UTF-8 string

Value

logic

Author(s)

Jose' Gama

Examples

1
2
3
x <- '^'
# check if every character is within the Katakana Unicode ranges
lapply(unlist(strsplit(x,'')), is.LaTeX.reserved)

utf8latex documentation built on May 2, 2019, 6:16 p.m.