convert_umlauts_to_tex: Tex Codes for German Umlauts

View source: R/convert_umlauts_to_tex.R

convert_umlauts_to_texR Documentation

Tex Codes for German Umlauts

Description

Convert German umlauts in a string to their plain TeX representation.

Usage

convert_umlauts_to_tex(x)

Arguments

x

A string.

Value

A string with the umlauts converted to plain TeX.

See Also

Other German umlaut converters: convert_umlauts_to_ascii()

Examples

string <- paste("this is \u00e4 string")
print(string)
print(convert_umlauts_to_tex(string))

fritools documentation built on Nov. 19, 2023, 1:06 a.m.