我试图使用Rmarkdown在beamer presenation中插入徽标,看起来大小控件\logo{\includegraphics[height=1cm,width=3cm]{logo.png}}不起作用,无论我放在那里的值,图像总是相同的大小.手动修改图像以外的任何建议?
---
title: "Presentation"
author: "Author"
output:
beamer_presentation:
includes:
in_header: mystyle.tex
---
## R Markdown
This is an R Markdown presentation. Markdown is a simple formatting
syntax for authoring HTML, PDF, and MS Word documents. For more
details on using R Markdown see <http://rmarkdown.rstudio.com>.
When you click the **Knit** button a document will be generated that
includes both content as well as the output of any embedded R code
chunks within the document.
## Slide with Bullets …Run Code Online (Sandbox Code Playgroud)