gpt4 book ai didi

r - R markdown 版本 2 中的 YAML 前端问题 : add an institution and logo

转载 作者:行者123 更新时间:2023-12-04 12:39:40 26 4
gpt4 key购买 nike

是否可以在 R markdown 版本 2 的 YAML 前端添加机构和 Logo ?

我正在寻找这样的东西

---
title: "My report"
author: "me"
institution: "Swansea University"
logo: "logo.png"
output:
pdf_document:
toc: yes
---

最佳答案

答案是使用模板文件,但需要对 Logo 位进行一些调整:

---
title: "My report"
author: "me"
output:
pdf_document:
toc: yes
includes:
in_header: style.tex
---

在与您的 Markdown 文件相同的文件夹中准备文档“style.tex”,并确保您已将 R 中的工作目录更改为该文件夹。

将以下行添加到您的“style.tex”文件中:
\institute{My institute}
\pgfdeclareimage[width=2cm]{logo}{logo.png}
\usebackgroundtemplate{\pgfuseimage{logo}}

谢谢:
Inserting logo into beamer presentation using R Markdown

关于r - R markdown 版本 2 中的 YAML 前端问题 : add an institution and logo,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26337584/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com