gpt4 book ai didi

r - R Markdown 文档标题中的希腊字母

转载 作者:行者123 更新时间:2023-12-03 14:11:49 24 4
gpt4 key购买 nike

是否可以在 R markdown 文档的标题中包含希腊字母?

我试过这个:

---
title: "α-Amylase"
author: "author"
date: "8 March 2017"
output:
pdf_document:
keep_tex: true
toc: yes
toc_depth: 6
---

和这个:
---
title: "$\alpha$-Amylase"
author: "author"
date: "8 March 2017"
output:
pdf_document:
keep_tex: true
toc: yes
toc_depth: 6
---

最佳答案

这应该可以工作,使用 html 它会提供以下输出:

---
title: \(\alpha\)-Amylase
author: "author"
date: "8 March 2017"
output: html_document
toc: yes
toc_depth: 6
---

enter image description here

关于r - R Markdown 文档标题中的希腊字母,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/42680619/

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