Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is it possible to add a feature to set the width of left/center/right parts of Page Footer? #337

Open
chengqian3 opened this issue Jul 10, 2024 · 1 comment

Comments

@chengqian3
Copy link

I want to set page footer like below:
page_footer(left="this is a very long sentence whose length exceeds the limitation of the left part")), right="right part")
Since the length of left part was longer than the default width, some of the contents went to the next row. Is it possible to add several arguments to control the length of each part so that the footers can be in one single row?

@dbosak01
Copy link
Owner

I can add this to the list. Might take a while though, as there are many things in the queue already. Note that you can also create page footers with footnotes. If you add the footnotes function to the report and set the properties: columns = 2 and footer = TRUE. This will create a two column page footer instead of a three column page footer, and will give you some more space on each side. The columns property is illustrated in this example: https://sassy.r-sassy.org/articles/sassy-shift.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants