首页 > 解决方案 > 如何调整posterdown包中logo的大小

问题描述

我正在使用posterdownR 中的包来生成海报。我正在寻找有关如何调整标题中徽标的宽度和高度的提示。有没有办法在 YAML/with CSS 中增加徽标的大小?

---
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
output: 
  posterdown::posterdown_html:
    self_contained: false
primary_colour: blue
secondary_colour: blue
accent_colour: blue
bibliography: packages.bib
knit: pagedown::chrome_print
---

```{r setup, include=FALSE}
knitr::opts_chunk$set(echo = FALSE)
```

# Introduction

标签: htmlcssr

解决方案


推荐阅读