次の .Rnw ファイルの PDF ファイルで、2 番目のコメントの前に空白行を取得するにはどうすればよいですか? と を操作しようとしましたkeep.source
がstrip.white
、まだ空白行が表示されません。すべてのチャンクが一緒に「貼り付け」られています。
\documentclass{article}
\usepackage{fancyvrb}
\usepackage{Sweave}
\begin{document}
<<setup, eval=FALSE>>=
## some comment
a <- 1
b <- 2
## some comment (there is no newline before this comment...)
c <- 3
d <- 4
@
\end{document}