相关疑难解决方法(0)

使用R Markdown将徽标插入投影仪演示文稿中

我试图使用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)

markdown r beamer

6
推荐指数
1
解决办法
6202
查看次数

标签 统计

beamer ×1

markdown ×1

r ×1