search for: pageheight

Displaying 8 results from an estimated 8 matches for "pageheight".

1997 Jun 11
1
R-alpha: write() && quoting && ...
Has anyone had some time to look at the generic write() I posted some time ago? I'd appreciate some feedback/comments/suggestions on how to consistently deal with quoting and name-type attributes ... On a related matter, Martin indicated that it would be nice to have a "matrix" class, etc. Is there any reason for not doing so? Should not do any harm, and would make writing
2000 Jul 01
0
margins with postscript device
...xoff = yoff = 0.0; } + /* HACK for DeskJet printers with 1/2" bottom margin and 1/8" top */ + if(pd->landscape) { + pd->width -= 0.125; xoff += 0.25; + } else { + pd->height -= 0.125; yoff += 0.25; + } + pd->maxpointsize = 72.0 * ((pd->pageheight > pd->pagewidth) ? pd->pageheight : pd->pagewidth); pd->pageno = 0; -.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.-.- r-help mailing list -- Read http://www.ci.tuwien.ac.at/~hornik/R/R-FAQ.html Send "info",...
2023 Nov 18
1
Can someone please have a look at this query on stackoverflow?
Dear Olivier, Many thanks for your reply. This works well for me. How did you come up with the pagewidth / pageheight numbers? I do understand that their ratio = 16:9, but how did you choose these numbers? Best Regards, Ashim On Fri, Nov 17, 2023 at 9:25?PM Olivier Crouzet <olivier.crouzet at univ-nantes.fr> wrote: > > Dear Ashim, > > I don't think the aspectratio is appropriate in this co...
2023 Nov 18
2
Can someone please have a look at this query on stackoverflow?
...> Olivier. > > On Sat, 18 Nov 2023 09:53:19 +0530 Ashim Kapoor <ashimkapoor at gmail.com> > wrote: > > > Dear Olivier, > > > > Many thanks for your reply. > > > > This works well for me. > > > > How did you come up with the pagewidth / pageheight numbers? I do > > understand that their ratio = 16:9, > > but how did you choose these numbers? > > > > Best Regards, > > Ashim > > > > On Fri, Nov 17, 2023 at 9:25?PM Olivier Crouzet > > <olivier.crouzet at univ-nantes.fr> wrote: > > &gt...
2023 Nov 18
1
Can someone please have a look at this query on stackoverflow?
...y different units (pt = points, in = inches...) Yours. Olivier. On Sat, 18 Nov 2023 09:53:19 +0530 Ashim Kapoor <ashimkapoor at gmail.com> wrote: > Dear Olivier, > > Many thanks for your reply. > > This works well for me. > > How did you come up with the pagewidth / pageheight numbers? I do > understand that their ratio = 16:9, > but how did you choose these numbers? > > Best Regards, > Ashim > > On Fri, Nov 17, 2023 at 9:25?PM Olivier Crouzet > <olivier.crouzet at univ-nantes.fr> wrote: > > > > Dear Ashim, > > > >...
2023 Nov 18
1
Can someone please have a look at this query on stackoverflow?
...09:53:19 +0530 Ashim Kapoor > > <ashimkapoor at gmail.com> wrote: > > > > > Dear Olivier, > > > > > > Many thanks for your reply. > > > > > > This works well for me. > > > > > > How did you come up with the pagewidth / pageheight numbers? I do > > > understand that their ratio = 16:9, > > > but how did you choose these numbers? > > > > > > Best Regards, > > > Ashim > > > > > > On Fri, Nov 17, 2023 at 9:25?PM Olivier Crouzet > > > <olivier.crouzet at...
2023 Nov 17
1
Can someone please have a look at this query on stackoverflow?
Dear Ashim, I don't think the aspectratio is appropriate in this context because it would imply that the beamer (LaTeX) class is used but you're actually using the article (LaTeX) class. You may use specifications of the geometry package rather than specifying options to the class: e.g. replace your current header: --- title: "Testing landscape and aspect ratio" output:
2006 Oct 17
0
[680] trunk/wxruby2/samples/printing/printing.rb: Cleaned up to use the Ruby naming convention, added #! line, now uses Wx default ID''s in standard menu items.
...n class="cx"> </span><span class="cx"> # Now we have to check in case our real page size is reduced </span><span class="cx"> # (e.g. because we''re drawing to a print preview memory DC) </span><del>- pageWidth, pageHeight = get_page_size_pixels </del><ins>+ page_width, page_height = get_page_size_pixels </ins><span class="cx"> w, h = dc.get_size </span><span class="cx"> </span><span class="cx"> </span><span class=&quo...