The R Project SVN R

Rev

Rev 88906 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 88906 Rev 90209
Line 1... Line 1...
1
% File src/library/tools/man/texi2dvi.Rd
1
% File src/library/tools/man/texi2dvi.Rd
2
% Part of the R package, https://www.R-project.org
2
% Part of the R package, https://www.R-project.org
3
% Copyright 1995-2025 R Core Team
3
% Copyright 1995-2026 R Core Team
4
% Distributed under GPL 2 or later
4
% Distributed under GPL 2 or later
5
 
5
 
6
\name{texi2dvi}
6
\name{texi2dvi}
7
\alias{texi2dvi}
7
\alias{texi2dvi}
8
\alias{texi2pdf}
8
\alias{texi2pdf}
Line 24... Line 24...
24
  \item{file}{character string.  Name of the LaTeX source file.}
24
  \item{file}{character string.  Name of the LaTeX source file.}
25
  \item{pdf}{logical.  If \code{TRUE}, a PDF file is produced instead of
25
  \item{pdf}{logical.  If \code{TRUE}, a PDF file is produced instead of
26
    the default \abbr{DVI} file (\code{texi2dvi} command line option \option{--pdf}).}
26
    the default \abbr{DVI} file (\code{texi2dvi} command line option \option{--pdf}).}
27
  \item{clean}{logical.  If \code{TRUE}, all auxiliary files created
27
  \item{clean}{logical.  If \code{TRUE}, all auxiliary files created
28
    during the conversion are removed.}
28
    during the conversion are removed.}
29
  \item{quiet}{logical.  No output unless an error occurs
29
  \item{quiet}{logical.  No output unless an error or a BibTeX warning occurs
30
    (\code{texi2dvi} command-line option \option{--quiet}).}
30
    (using \code{texi2dvi} command-line option \option{--quiet}).}
31
  \item{texi2dvi}{character string (or \code{NULL}).  Script or program
31
  \item{texi2dvi}{character string (or \code{NULL}).  Script or program
32
    used to compile a TeX file to \abbr{DVI} or PDF. The default (selected
32
    used to compile a TeX file to \abbr{DVI} or PDF. The default (selected
33
    by \code{""} or \code{"texi2dvi"} or \code{NULL}) is to look
33
    by \code{""} or \code{"texi2dvi"} or \code{NULL}) is to look
34
    for a program or script named \command{texi2dvi} on the path and
34
    for a program or script named \command{texi2dvi} on the path and
35
    otherwise emulate the script with \code{system2} calls (which
35
    otherwise emulate the script with \code{system2} calls (which