Skip to content

prompt about dpi #12

@weiyangtham

Description

@weiyangtham

Thank you for this package! It's been super helpful for me.

One problem I ran into was not realizing the default dpi for figures in R Markdown is 72, and not the usual 300 dpi needed for poster printing. I'm not sure if you had this problem in mind when suggesting the enhancements in #2. Even if so, before those new features come out it might be helpful to have some prompts or defaults to help less experienced poster makers avoid making figures with the wrong dpi. Examples

  1. A reminder in the README. Either in the "Preparing a new poster" section or under a new section, "Things to check before printing your poster"

  2. Including a code chunk at the top of the R Markdown with the line knitr::opts_chunk$set(dpi = 300)

I'm happy to open PRs if these seem reasonable.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions