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

Can't change bibliography/reference text size in posterdown_html #132

Open
buveges opened this issue Oct 14, 2021 · 1 comment
Open

Can't change bibliography/reference text size in posterdown_html #132

buveges opened this issue Oct 14, 2021 · 1 comment

Comments

@buveges
Copy link

buveges commented Oct 14, 2021

I can't seem to change the text size of the reference/bibliography section in my posterdown_html "classic scientific poster" output. I have tried bibliography_textsize, and reference_textsize, nothing changes. I see in the classic poster example the references are smaller text size, so I am not sure what I am doing wrong here. The issue appears in the example .Rmd and any new .Rmd doc I create. Any help is greatly appreciated.

Example header with text size argument included.

title: Generate Reproducible & Live HTML and PDF Conference Posters Using RMarkdown
author:
  - name: Brent Thorne
    affil: 1
    orcid: '0000-0002-1099-3857'
  - name: Another G. Author
    affil: 2
affiliation:
  - num: 1
    address: Department of Earth Science, Brock University
  - num: 2
    address: Department of Graphics and Layouts, University of Posters; Canada
column_numbers: 3
logoright_name: https://raw.githubusercontent.com/brentthorne/posterdown/master/images/betterhexlogo.png
logoleft_name: https://raw.githubusercontent.com/brentthorne/posterdown/master/images/betterhexlogo.png
bibliography: packages.bib
bibliography_textsize: "10pt"
output: 
  posterdown::posterdown_html:
    self_contained: false
@buveges
Copy link
Author

buveges commented Oct 16, 2021

Was able to find a bit of a workaround that accomplishes the size change.

Putting this line of code in the References section changes the font size.

<font size="5"> <div id="refs"></div> </font>

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

1 participant