[Bioc-devel] BiocStyle for styling Sweave (and other?) vignettes
Ou, Jianhong
Jianhong.Ou at umassmed.edu
Tue Jul 16 16:11:17 CEST 2013
Hi Martin,
This is a great package. When I insert the figure to the vignettes, the
codes will not run two times. Great!
One question is that how could I show "@" in the vignettes?
And is there any methods to draw multiple figures in one chunk and then
insert them separately?
Yours sincerely,
Jianhong Ou
LRB 670A
Program in Gene Function and Expression
364 Plantation Street Worcester,
MA 01605
On 7/14/13 11:23 AM, "Martin Morgan" <mtmorgan at fhcrc.org> wrote:
>Developers --
>
>Sweave-style vignettes often include copy-pasted versions of basic LaTeX
>macros
>and other commands. We've created the BiocStyle package to make it easy
>to add
>these macros, and a consistent style, to Bioconductor vignettes -- just
>add
>Suggests: BiocStyle to your package DESCRIPTION, and the following lines
>inside
>the preamble (between \documentclass{article} and \begin{document}) of
>your vignette
>
><<style, eval=TRUE, echo=FALSE, results=tex>>=
>BiocStyle::latex()
>@
>
>Details, including illustration of macros and styles, are in the package
>vignette
>
>
>http://bioconductor.org/packages/devel/bioc/vignettes/BiocStyle/inst/doc/L
>atexStyle.pdf
>
>and on the ?latex help page. Suggestions welcome. Perhaps this can be
>extended
>for non-Sweave vignettes.
>
>Martin
>--
>Computational Biology / Fred Hutchinson Cancer Research Center
>1100 Fairview Ave. N.
>PO Box 19024 Seattle, WA 98109
>
>Location: Arnold Building M1 B861
>Phone: (206) 667-2793
>
>_______________________________________________
>Bioc-devel at r-project.org mailing list
>https://stat.ethz.ch/mailman/listinfo/bioc-devel
More information about the Bioc-devel
mailing list