On Thu, 4 Jan 2024 11:57:15 +0200
Adrian Dușa wrote:
> I wonder if it would be possible to include an html static vignette.
This is better suited for R-package-devel, not R-devel.
I would say that static vignettes are against the spirit of vignettes:
the idea is to provide another layer of uni
Dear All,
I learned how to include a static pdf vignette into an R package, using a
dummy .Rnw file to include an already produced "vignette.pdf" file:
\documentclass{article}
\usepackage{pdfpages}
\begin{document}
\includepdf[pages=-, fitpaper=true]{vignette.pdf}
\end{document}
I wonder if it w