rtluMainFile {r2lUniv}R Documentation

~ Generation of LaTeX main document ~

Description

This function generates a LaTeX main document design to include some files built by rtlu.

Usage

rtluMainFile(fileName = "main.tex",text="")

Arguments

fileName characters; name of the main document.
text text to be include in the LaTeX document, between the 'begin{document}' and 'end{document}'

Details

rtluMainFile generates a LaTeX main document ready to include some files built by rtlu.

Value

A LaTeX file ("main.tex" by default).

Author

Christophe Genolini
christophe.genolini@free.fr
PSIGIAM: Paris Sud Innovation Group in Adolescent Mental Health
INSERM U669 / Maison de Solenn / Paris

English correction

Jean-Marc Chamot
jchamot@u-paris10.fr
Laboratoire "Sport & Culture" / "Sports & Culture" Laboratory
University of Paris 10 / Nanterre

References

LaTeX web site http://www.latex-project.org/
Data are available on line: http://christophe.genolini.free.fr/EPO/EPO2007-Fraude.php

See Also

rtlu, r2lUniv-package, examCheating, Sweave, latex

Examples

 # # # # # # # # # # # # # # # # # # #
#   R to LaTeX, Univariate Analyses   #
 #             Examples              #
  #          rtluMainFile           #
   # # # # # # # # # # # # # # # # #

### Creates a file name "main.tex" that includes "file1.tex"
rtluMainFile(text=("\input{file1.tex}"))

[Package r2lUniv version 0.9.4 Index]