texi2dvi                package:tools                R Documentation

_C_o_m_p_i_l_e _L_a_T_e_X _F_i_l_e_s

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

     Run latex and bibtex until all cross-references are resolved and
     create either a dvi or PDF file.

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

     texi2dvi(file, pdf = FALSE, clean = FALSE, quiet = TRUE,
              texi2dvi = getOption("texi2dvi"))

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

    file: character.  Name of TeX source file.

     pdf: logical.  If 'TRUE', a PDF file is produced instead of the
          default dvi file (texi2dvi command line option '--pdf').

   clean: logical.  If 'TRUE', all auxiliary files are removed
          (texi2dvi command line option '--clean'). Does not work on
          some platforms.

   quiet: logical.  No output unless an error occurs.

texi2dvi: character (or 'NULL').  Script or program used to compile a
          TeX file to dvi or PDF, respectively.  If set to 'NULL', the
          'texi2dvi' script in R's 'bin' directory is used (if it
          exists), otherwise it is assumed that 'texi2dvi' is in the
          search path.

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

     Some TeX installations do not have 'texi2dvi.exe'.  If
     'texify.exe' is present, then it can be  used instead: set
     'options(texi2dvi="texify.exe")' or to the full path of the
     program.

_A_u_t_h_o_r(_s):

     Achim Zeileis

