latex | R Documentation |
This function inserts code into a document preamble to provide a consistent style to Bioconductor vignettes.
latex(..., width, titlecaps = TRUE, short.fignames = FALSE, fig.path,
use.unsrturl = TRUE, relative.path = FALSE)
... |
Additional arguments, passed to |
width |
integer(1), maximum number of columns on a line used in
printing. See |
titlecaps |
logical(1), emphasize the first sentence of float captions |
short.fignames |
logical(1), indicates whether |
fig.path |
character(1), custom prefix to be used for figure file names
when used with |
use.unsrturl |
logical(1), indicating that the ‘unsrturl’ style
will be used ( |
relative.path |
logical(1), copy supporting LaTeX files and use relative paths rather than absolute paths to system files. |
Use is described in the ‘Bioconductor LaTeX Style 2.0’ vignette.
By default the 'unsrturl' bibliography style is used, which automatically
creates links to URL, DOIs, etc. Use a different bibliographystyle
with use.unsrturl=FALSE
and standard LaTeX commands for styling
bibliographies.
The return value is a character string directing LaTex to use the Bioconductor style file.
A side effect is setting any options specified as arguments.
Andrzej Oleś, Martin Morgan, Wolfgang Huber
## location of the .sty file
BiocStyle:::bioconductor.sty
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.