u2tex: Convert a string or file from UTF-8 to LaTeX with language...

Description Usage Arguments Value Author(s) Examples

Description

u2tex creates a LaTeX file with language grouping

Usage

1
u2tex(inputString=NA, inputFile=NA, outputFile=NA, keepUTF8=TRUE)

Arguments

inputString

UTF-8 input string

inputFile

UTF-8 input file

outputFile

UTF-8 output file

keepUTF8

logical, if TRUE then the grouped characters are kept in UTF-8 format, if FALSE they are converted to LaTeX

Value

none

Author(s)

Jose' Gama

Examples

1
2
3
4
5
6
## Not run: 
# List of European cities from Wikipedia
fileIn<-system.file('extdata/EuropeanCities.txt', package='utf8latex')
u2tex( inputFile=fileIn, outputFile= 'EuropeanCities.tex', keepUTF8=TRUE)

## End(Not run)

Example output



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

Related to u2tex in utf8latex...