From a67ce80e2bffb125c450690ab2f5b486ac6ef363 Mon Sep 17 00:00:00 2001 From: "taha@mkem" Date: Tue, 4 Feb 2014 14:32:37 +0100 Subject: [PATCH] Lots of changes, apparently ... Latest change: addition of generic Xtable handler functions (GenericXtableSetAttributes(), TabularXtableHeader(), and the longtable version of that one, which is LongtableXtableHeader()). --- SubfigureGenerator.R | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SubfigureGenerator.R b/SubfigureGenerator.R index 7c240f7..b2ce9a7 100644 --- a/SubfigureGenerator.R +++ b/SubfigureGenerator.R @@ -50,7 +50,7 @@ SubfigureGenerator <- function(images, cat("\\begin{figure}[tb]\\centering\n", file = zz) } - # display images in a X-by-X grid + # display images in a X-by-Y grid for (i in 1:length(images)) { cat(paste("\\begin{subfigure}[b]{", round(subfigure.width, 2), pagewidth, "}\\centering\n", sep = ""), file = zz)