brentthorne / posterdown

Use RMarkdown to generate PDF Conference Posters via HTML
https://brentthorne.github.io/posterdown_html_showcase/
Other
842 stars 131 forks source link

posterdown_html: controlling title area height #113

Open FabianGil opened 4 years ago

FabianGil commented 4 years ago

I have created a poster with dimensions 70 inch (H) x 47 inch (W) but the title box is higher than necessary (title + author + affiliations + logo). Is there some way to control title box's height?

robertowilliams commented 4 years ago

Fabian, I have the same problem. Did you find out the solution?

brentthorne commented 4 years ago

As of right now no, but I will add it to the list!

brentthorne commented 4 years ago

You should now be able to specify the height of the title box section using titlebox_height: in the yaml and you will need to give it a percentage 🎉 The default is "15%" so to make it smaller you can use:

---
title: my title
titlebox_height: "10%"
poster_height: "70in"
poster_width: "40in"
output: posterdown::posterdown_html
---

# My Content

Some content.

Happy Postering! 😄

FabianGil commented 4 years ago

Great! Thanks Brent, It worked fine.

brentthorne commented 4 years ago

@FabianGil I see you have re-opened the issue, can you please share why so I can have a look into the required changes?

Cheers!

fernandezdelvalle commented 1 year ago

Buenas tardes, tengo el mismo problema, y no me funciona cambiando el %