Re: [R] Can someone please have a look at this query on stackoverflow?

2023-11-17 Thread Ashim Kapoor
Dear Olivier, Many thanks for your reply. Very cool. You know what I thought ? I thought you had modified the A4 sheet size to compute the paperheight and paperwidth ? I wonder if that's another way of proceeding. Best, Ashim On Sat, Nov 18, 2023 at 12:51 PM Olivier Crouzet wrote: > > Dear A

Re: [R] Can someone please have a look at this query on stackoverflow?

2023-11-17 Thread Olivier Crouzet
Dear Ashim, these are documented in the LaTeX 'geometry' package (see for example on CTAN: https://ctan.org/pkg/geometry). As I added in my response on Stackoverflow, several parts in the RMarkdown header actually concern information that are processed by LaTeX to actually generate the PDF, among

Re: [R] Can someone please have a look at this query on stackoverflow?

2023-11-17 Thread Ashim Kapoor
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 wrote: > > Dear As

Re: [R] Can someone please have a look at this query on stackoverflow?

2023-11-17 Thread Olivier Crouzet
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