rtluMainFile             package:r2lUniv             R Documentation

~ _G_e_n_e_r_a_t_i_o_n _o_f _L_a_T_e_X _m_a_i_n _d_o_c_u_m_e_n_t ~

_D_e_s_c_r_i_p_t_i_o_n:

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

_U_s_a_g_e:

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

_A_r_g_u_m_e_n_t_s:

fileName: 'characters'; name of the main document.

    text: text to be include in the LaTeX document, between the
          'begin{document}' and 'end{document}' 

_D_e_t_a_i_l_s:

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

_V_a_l_u_e:

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

_A_u_t_h_o_r:

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

_E_n_g_l_i_s_h _c_o_r_r_e_c_t_i_o_n:

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

_R_e_f_e_r_e_n_c_e_s:

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

_S_e_e _A_l_s_o:

     'rtlu', 'r2lUniv-package', 'examCheating', 'Sweave', 'latex'

_E_x_a_m_p_l_e_s:

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

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

