tolatex.frontmatter: LaTeX code for setting the frontmatter

Description Usage Arguments Details Examples

Description

This creates the LaTeX scripts producing the entire frontmatter of the documentation of 5 pages, including the coverpage, inside front cover, contents, acknowledgements as well as a brief introduction of the document.

Usage

1
tolatex.frontmatter(rriskModel, disclaimer, file.name)

Arguments

rriskModel

is an instance of the rriskModel

disclaimer

is the slot disclaimer of an instance of rriskClass

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
3
4
rriskModel<-init.Model1()
rriskSession<- init.rriskSession(useDemoModels = "all")
tolatex.frontmatter(rriskModel=rriskModel, disclaimer=rriskSession@disclaimer, 
file.name="report.tex") 

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