gpt4 book ai didi

r - 如何在 RMarkdown Latex 文档中写入特殊字符?

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

我正在尝试用 RMarkdown pdf 写一篇论文。但我不知道如何使用特殊字符,如“İ, ı, ğ, ü, ö”。这些字符出现在土耳其语中。我可以轻松地在 Latex 中使用它们,例如\u{g} – ğ、\c{c} – ç、\”{u} – ü、{\i} – ı 等。

你能告诉我如何在 RMarkdown 中做同样的事情吗?

我在哪里可以找到一些 Rmarkdown 论文或书籍模板?

最佳答案

土耳其语字符的 HTML 代码将起作用(来自 wikipedia 的示例):

---
title: "My doc"
output: pdf_document
---

HTML char detail anglicized
------- -- ------------------------------ ---
Ğ Ğ Uppercase "G" with breve accent gh1
İ İ Uppercase dotted "I"² i (as in "tree")
Ş Ş Uppercase "S" with cedilla sh
ğ ğ Lowercase "g" with breve accent gh1
ı ı Lowercase dotless "i"³ ou (as in "in")
ş ş Lowercase "s" with cedilla sh
------- -- ------------------------------- --

它呈现这样的PDF:

enter image description here

对于 文章模板 ,见 rticles 包裹,或 make your own

对于 书籍模板 ,看看 pandoc ebook , gitbookbookdown

我最初建议的这个 xelatex 选项不适用于土耳其语字符:

xelatex enginerecommended对于这种事情。然后您可以使用 mainfont argument 访问您的系统字体。 :
---
title: "My doc"
output:
pdf_document:
latex_engine: xelatex
mainfont: "name of your system font that has all those characters"
---

PDF output will be in the font you specify.

Just type as normal with no special codes.

关于r - 如何在 RMarkdown Latex 文档中写入特殊字符?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26821326/

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