minor fixes
- yaml description file had posterdown HTML for all three html options which made it hard to find the right one
- fixed some main findings formmating issues in posterdown_betterport
- added `middle_textalpha:` option to ensure `<sup>` emphasis text in main findings is the same text color as the rest
diff --git a/inst/rmarkdown/templates/posterdown_betterland/resources/template.html b/inst/rmarkdown/templates/posterdown_betterland/resources/template.html
index cfa9792..868aa3a 100644
--- a/inst/rmarkdown/templates/posterdown_betterland/resources/template.html
+++ b/inst/rmarkdown/templates/posterdown_betterland/resources/template.html
@@ -162,7 +162,7 @@
padding-right: 7%;
padding-left: 7%;
margin: 0;
-line-height: 80%;
+line-height: 90%;
border-bottom: 0;
}
#author {
@@ -170,7 +170,7 @@
padding-left: 7%;
color: $primary_colour$;
margin: 0;
-line-height: 85%;
+line-height: 90%;
font-size: $author_textsize$;
}
#affiliation {
diff --git a/inst/rmarkdown/templates/posterdown_betterland/template.yaml b/inst/rmarkdown/templates/posterdown_betterland/template.yaml
index 9fc207e..b26e40b 100644
--- a/inst/rmarkdown/templates/posterdown_betterland/template.yaml
+++ b/inst/rmarkdown/templates/posterdown_betterland/template.yaml
@@ -1,4 +1,4 @@
-name: Posterdown HTML
+name: Posterdown Betterland
description: >
- Template for creating R Markdown based PDF via HTML and CSS
+ Template for creating R Markdown based PDF via HTML, CSS and the Better Poster Style
create_dir: true