다음 .Rnw 파일의 PDF 파일에서 두 번째 주석 앞에 빈 줄을 어떻게 얻을 수 있습니까? keep.source
과 strip.white
으로 작업을 시도했지만 빈 줄을 얻지 못했습니다. 모든 청크는 함께 붙여 넣습니다.Sweave : 소스에서 빈 줄을 얻는 방법?
\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}
당신이 knitr''보고 했습니까? 더 많은 서식 지정 옵션을 제공한다고합니다. – vaettchen