File tree Expand file tree Collapse file tree 2 files changed +12
-0
lines changed
Expand file tree Collapse file tree 2 files changed +12
-0
lines changed Original file line number Diff line number Diff 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 \
Original file line number Diff line number Diff line change 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 }
You can’t perform that action at this time.
0 commit comments