You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The blank line should not be present, and leads to extra blank space in the pdf document. I think this is due to line 484 in R/pgfSweaveDriver.R, where a blank line is emitted if options$highlight or $tidy is true.
The text was updated successfully, but these errors were encountered:
I think this is actually a legit bug. This case (tidy=TRUE, highlight=FALSE) is rare and so wasn't caught in the spacing fixes, but the extra newline is not necessary from my tests.
With the option tidy=T, each Sinput environment gets a spurious blank line. This can be seen with the following example file:
which gives this output after
R CMD pgfsweave test.Rtex
(excerpted from the long.tex
file generated):The blank line should not be present, and leads to extra blank space in the pdf document. I think this is due to line 484 in
R/pgfSweaveDriver.R
, where a blank line is emitted ifoptions$highlight
or$tidy
is true.The text was updated successfully, but these errors were encountered: