Skip to content

Commit f95fcd0

Browse files
committed
add top-level vignette
1 parent ada3e17 commit f95fcd0

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

vignettes/Makefile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ rnwsources = Rcpp-attributes.Rnw \
1010
Rcpp-FAQ.Rnw \
1111
Rcpp-introduction.Rnw \
1212
Rcpp-jss-2011.Rnw \
13+
Rcpp-libraries.Rnw \
1314
Rcpp-modules.Rnw \
1415
Rcpp-package.Rnw \
1516
Rcpp-quickref.Rnw \
@@ -20,6 +21,7 @@ rnwvignettes = Rcpp-attributes.pdf \
2021
Rcpp-FAQ.pdf \
2122
Rcpp-introduction.pdf \
2223
Rcpp-jss-2011.pdf \
24+
Rcpp-libraries.pdf \
2325
Rcpp-modules.pdf \
2426
Rcpp-package.pdf \
2527
Rcpp-quickref.pdf \

vignettes/Rcpp-libraries.Rnw

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
\documentclass{article}
2+
\usepackage{pdfpages}
3+
%\VignetteIndexEntry{Rcpp-libraries}
4+
%\VignetteKeywords{Rcpp, Package, Library}
5+
%\VignettePackage{Rcpp}
6+
%\VignetteEncoding{UTF-8}
7+
8+
\begin{document}
9+
\includepdf[pages=-, fitpaper=true]{pdf/Rcpp-libraries.pdf}
10+
\end{document}

0 commit comments

Comments
 (0)