commit | d1573926e543e877879ed33e2bd13a42d9fc074e | [log] [tgz] |
---|---|---|
author | brentthorne <brent.thorne18@gmail.com> | Thu Jun 27 13:31:11 2019 -0400 |
committer | brentthorne <brent.thorne18@gmail.com> | Thu Jun 27 13:31:11 2019 -0400 |
tree | 2893e8eae146575530e38df57860998498400ff4 | |
parent | 46950229e080e9def5997ea7f56576e55ce0a1b9 [diff] |
Lots of updates !
diff --git a/inst/rmarkdown/templates/posterdown_betterland/resources/template.html b/inst/rmarkdown/templates/posterdown_betterland/resources/template.html index cc05b9f..0c85df8 100644 --- a/inst/rmarkdown/templates/posterdown_betterland/resources/template.html +++ b/inst/rmarkdown/templates/posterdown_betterland/resources/template.html
@@ -127,7 +127,7 @@ padding-top: 0; } .references { -font-size: 20px; +font-size: $if(reference_textsize)$$reference_textsize$$else$20px$endif$; line-height: 90%; } /* Create three unequal columns that floats next to each other */ @@ -244,7 +244,7 @@ } .main p { padding-top: 20%; -font-size: $if(main_fonsize)$$main_fontsize$$else$170px$endif$; +font-size: $if(main_fonsize)$$main_textsize$$else$170px$endif$; text-align: left; } .fab {
diff --git a/inst/rmarkdown/templates/posterdown_betterland/template.yaml b/inst/rmarkdown/templates/posterdown_betterland/template.yaml index b26e40b..ec890fd 100644 --- a/inst/rmarkdown/templates/posterdown_betterland/template.yaml +++ b/inst/rmarkdown/templates/posterdown_betterland/template.yaml
@@ -1,4 +1,5 @@ name: Posterdown Betterland description: > Template for creating R Markdown based PDF via HTML, CSS and the Better Poster Style -create_dir: true +create_dir: false +t