tolatex.preamble: LaTeX code for setting the preamble

Description Usage Arguments Details Examples

Description

This creates the preamble for the LaTeX script.

Usage

1
tolatex.preamble(rriskModel, enc, file.name)

Arguments

rriskModel

is an instance of the rriskModel with slots including sty

enc

is the encoding variable of the system

file.name

is a character value that indicates the Tex file where codes to be written into

Details

This function is not intended to be called directly but is internally called during rrisk session.

Examples

1
2
rriskModel<-init.Model1()
tolatex.preamble(rriskModel=rriskModel, enc=options()$encoding, file.name="report.tex") 

BfRstats/rrisk documentation built on May 5, 2019, 3:49 p.m.