toLatex                package:utils                R Documentation

_C_o_n_v_e_r_t_i_n_g _R _O_b_j_e_c_t_s _t_o _B_i_b_T_e_X _o_r _L_a_T_e_X

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

     These methods convert R objects to character vectors with BibTeX
     or LaTeX markup.

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

     toBibtex(object, ...)
     toLatex(object, ...)
     ## S3 method for class 'Bibtex':
     print(x, prefix="", ...)
     ## S3 method for class 'Latex':
     print(x, prefix="", ...)

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

  object: object of a class for which a 'toBibtex' or 'toLatex' method
          exists.

       x: object of class '"Bibtex"' or '"Latex"'.

  prefix: a character string which is printed at the beginning of each
          line, mostly used to insert whitespace for indentation.

     ...: currently not used in the print methods.

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

     Objects of class '"Bibtex"' or '"Latex"' are simply character
     vectors where each element holds one line of the corresponding
     BibTeX or LaTeX file.

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

     'citEntry' and 'sessionInfo' for examples

