posterdown | Use RMarkdown to generate PDF Conference Posters via HTML | Data Visualization library
kandi X-RAY | posterdown Summary
kandi X-RAY | posterdown Summary
As a graduate student, I found that it is almost a rite of passage to take early research and analysis and generate a conference poster allowing for critical feedback. This is also important for facilitating meeting the people in your field at poster sessions at academic meetings. I have also noticed that while many of my fellow graduate students use R and are getting their feet wet with RMarkdown :blush:, we always had to go back to using MS Powerpoint or Keynote or Adobe Illustrator for generating conference posters :unamused:. Posterdown was created as a proof-of-concept (to myself) that it is possible to make a beautiful poster using open source reproducible code.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of posterdown
posterdown Key Features
posterdown Examples and Code Snippets
Community Discussions
Trending Discussions on posterdown
QUESTION
I am making a poster in RMarkdown using posterdown (https://github.com/brentthorne/posterdown). I want to move the title so that there is more white space between it and the edge of the poster.
Here is the YAML of the template:
...ANSWER
Answered 2022-Jan-19 at 20:58Use the CSS margin:
F.e.:
QUESTION
I'm using the posterdown_html
template in the posterdown
package in R Markdown. Is there any way which I can override the default green color that's used in the header, in the title of each section and all the hyperlinks using CSS? I would like to change it to the following html color code (6d1d26), however I'm unsure how to use CSS to do this
Here is a snippet of the default YAML for this template
...ANSWER
Answered 2021-May-27 at 18:34Looks like this can all be done in the YAML header https://github.com/brentthorne/posterdown/wiki/posterdown_html
QUESTION
I'm using the posterdown
package in R to generate a HTML Poster and render it as a PDF.
I have a table in my Rmd file, however the caption is really small. Is there a way to increase the size of the caption?
Secondly, I would also like to move the title and affiliation in the header slightly down (so that its more in the center of the header. Is there a way to do that?
Here is a snippet of my Rmd file
...ANSWER
Answered 2021-May-29 at 12:34For the title, you have several options. The easiest is certaintly to insert a
before the title in the YAML at the top of your document. This will insert a line return before your title.
Alternatively, you could insert a CSS block to alter the style of the h1
tag:
QUESTION
How can I change the default dark green in posterdown::posterdown_html
to another color? i tried placing title_bgcol: "red"
in the YAML, which did not do anything. On the other hand title_textcol: "red"
does work, but the text color was oke as it was. Thank you.
ANSWER
Answered 2021-Apr-10 at 22:19This can be solved with CSS inside the Rmarkdown file, I had to use 2 divs to be able to cover the entire page. You could also use a separate .css file if you'd like, just have to include that in your YAML
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install posterdown
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page