File: Manual-vignette.Rnw

package info (click to toggle)
r-cran-lasso2 1.2-22-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 828 kB
  • sloc: ansic: 777; sh: 13; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 348 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
\documentclass[a4paper]{article}
%\VignetteIndexEntry{Manual of lasso2 package}
%\VignettePackage{lasso2}

\usepackage{pdfpages}

\begin{document}

\newread\PDFtoInclude
\openin\PDFtoInclude=Manual-wo-help.pdf
\ifeof\PDFtoInclude
\typeout{No file Manual-wo-help.pdf}
\else
\includepdf[fitpaper=true,pages=-]{Manual-wo-help.pdf}
\fi

\end{document}