Displaying 8 results from an estimated 8 matches for "pagebreak".
2010 Jul 22
1
pagebreak in xtable and columns'width
...trimoniale Passivo}}\\\\","\\\\\\multicolumn{1}{l|}{\\textbf{Conto Economico}}
\\\\","\\\\\\multicolumn{1}{l|}{\\textbf{Indicatori di Bilancio}}\\\\")),size="
\\small",NA.string="."))})
I would like to Know if somewhere in xtable I can put the command \pagebreak .
The object repor over I pass the lapply function and after the xtable function
has more or less 200 tables. So at the end of each table, the new table would
have to start at a new page. I tried to put \pagebreak in "command" but it
doesent work.Any suggestions???
Moreover someone kn...
2007 Oct 29
2
Adding pagebreaks on files???
Hi
Does anyone know if its possible to add pagebreaks to an pdf through an R
command? I'm running a loop where each session exports an pdf graph. Each
image becomes a separate file, but I would like to have them in the same
document but on separate pages.
Does anyone know a solution or workaround?
Regards, Tom
--
View this message in context:...
2004 Dec 31
2
Supressing empty sections with Sweave
Dear useRs,
I'm writing regular survey reports using Sweave. Each
report has several sections along the lines of:
\section*{Disease X}
<<MapX,fig=TRUE,echo=FALSE>>=
image(vectorx,vectory,matrixz)
@
Notes with or without Sexpr{a}.
\vfill
\pagebreak
\section*{Disease Y}
<<MapY,fig=TRUE,echo=FALSE>>=
...etc.
Often one or more of the diseases is not observed (all
values in matrixz are 0), in which case I would prefer
not to display the section at all. Does any one no
whether it is possible automate this with Sweave?
Mikkel
2012 Apr 02
1
Unwanted page break in Rd2pdf
...s from my package.
Therefore I run in the terminal Rd2pdf on the package and
a pdf of all the pages is created.
After the titlepage there is the general package page, which includes
"Description" and "Details" etc. Unfortunately after the Subtitle "Details" there is a pagebreak (and 3/4 white page) which I did not set there...
Any recommendation how I can avoid this?
best regards,
/Johannes
--
Jetzt informieren: http://mobile.1und1.de/?ac=OM.PW.PW003K20328T7073a
2010 Nov 19
3
Sweave Dynamic Graph Question
...aste(i,yr,sep="-")
Temp2 <- IBM.Close[which(format(time(IBM.Close),"%m-%Y")==Date),]
plot(time(Temp2),Temp2,type="l",main=paste(factor(as.numeric(i), labels =
month.name[as.numeric(i)]),yr,sep="-"))
}
}
# my sweave code (pass in IBM.Close)
\pagebreak
\subsection{Graph}
\begin{figure}[!htbp]
\begin{center}
<<plot1, echo = FALSE, results = hide, fig = TRUE, height = 8>>=
rng=range(time(IBM.Close))
Syr <- as.numeric(format(rng[1],"%Y"))
Eyr <- as.numeric(format(rng[2],"%Y"))
Smth <- as.numeric(format...
2006 Nov 06
3
HtmlWindow and friends
Hi
Attached is a patch to add HtmlWindow and some of its friends, including
HtmlEasyPrinting. Also a sample.
I haven''t tried exposing the parsing and rendering API yet to allow
custom tags etc - I just wanted to get basic HTML and the 0.6.0
compatibility classes first. There may well be some quite easy classes left.
There''s one ugly kludge to get OnOpeningURL to compile -
2006 Nov 12
0
[724] trunk/wxruby2: Initial commit of HtmlWindow functionality
...="cx">
</span><span class="cx"> wxHtmlCell() ;
</span><del>-        /**
-         * \brief This method is used to adjust pagebreak position. The parameter is
-variable that contains y-coordinate of page break (= horizontal line that
-should not be crossed by words, images etc.). If this cell cannot be divided
-into two pieces (each one on another page) then it moves the pagebreak
-few pixels up.
-
-Returns true if pagebreak wa...
2007 Mar 17
0
[883] branches/wxruby2/wxwidgets_282/swig: API changes for move to WxWidgets 2.8
...;@@ -13,7 +13,7 @@
</span><span class="cx">         */
</span><span class="cx">
</span><span class="cx"> wxHtmlCell() ;
</span><del>- virtual bool AdjustPagebreak(int * pagebreak ) ;
</del><ins>+ virtual bool AdjustPagebreak(int * pagebreak,wxArrayInt& known_pagebreaks) const ;
</ins><span class="cx"> virtual void Draw(wxDC& dc , int x , int y , int view_y1 , int view_y2, wxHtmlRenderingInfo info) ;
</sp...