12 lines
266 B
Plaintext
12 lines
266 B
Plaintext
\documentclass{article}
|
|
\usepackage{pdfpages}
|
|
%\VignetteIndexEntry{Rcpp-introduction}
|
|
%\VignetteKeywords{Rcpp, R, Cpp}
|
|
%\VignettePackage{Rcpp}
|
|
%\VignetteEncoding{UTF-8}
|
|
|
|
\begin{document}
|
|
\includepdf[pages=-, fitpaper=true]{pdf/Rcpp-introduction.pdf}
|
|
\end{document}
|
|
|