https://github.com/cran/Hmisc
Raw File
Tip revision: d5ac16509b0c657de4a53529197661770ed156e6 authored by Frank E Harrell Jr on 11 March 2024, 20:50:03 UTC
version 5.1-2
Tip revision: d5ac165
latexCheckOptions.Rd
\name{latexCheckOptions}
\alias{latexCheckOptions}
\title{Check whether the options for latex functions have been specified.}
\description{
Check whether the options for latex functions have been specified.
If any of\cr
\code{options()[c("latexcmd","dviExtension","xdvicmd")]}
are \code{NULL}, an error message is displayed.
}
\usage{
latexCheckOptions(...)
}
\arguments{
  \item{\dots}{
Any arguments are ignored.
}
}
\value{
If any \code{NULL} options are detected, the invisible text of the
error message.  If all three options have non-\code{NULL} values, NULL.
}
\author{ Richard M. Heiberger <rmh@temple.edu> }
\seealso{
\code{\link[Hmisc]{latex}}
}
\keyword{ utilities}
back to top