gpt4 book ai didi

r - R Markdown 文本中的换行符(不是代码块)

转载 作者:行者123 更新时间:2023-12-02 03:06:13 27 4
gpt4 key购买 nike

使用 tufte_template rmarkdown 文件,我尝试创建一个新段落(如 \newthought{} ,但没有大写。)我使用两个空格,此处用 * 表示:

# Introduction

The Tufte-\LaTeX\ [^tufte_latex] document**
**
classes define a style similar to the style Edward Tufte uses in his books...

但是得到这个结果:

enter image description here

我已经尝试过\n也代替第二对空格 (**),但 pandoc 会抛出错误。

pandoc.exe: Error producing PDF from TeX source
Error: pandoc document conversion failed with error 43

最后,我尝试使用 <br>标签,但这似乎没有任何效果 - 它不会打印文本或对 PDF 进行中断。

我想要一个新的段落,没有缩进,类似于\newthought{},但没有大写......有办法吗?

使用 sessionInfo() 更新 1:

> sessionInfo()
R version 3.1.2 (2014-10-31)
Platform: x86_64-w64-mingw32/x64 (64-bit)

locale:
[1] LC_COLLATE=English_United States.1252 LC_CTYPE=English_United States.1252
[3] LC_MONETARY=English_United States.1252 LC_NUMERIC=C
[5] LC_TIME=English_United States.1252

attached base packages:
[1] stats graphics grDevices utils datasets methods base

loaded via a namespace (and not attached):
[1] digest_0.6.8 htmltools_0.2.6 rmarkdown_0.5.1 tools_3.1.2 yaml_2.1.13

更新2

这似乎是我在使用 Tufte 模板时遇到的一个问题:

enter image description here

最佳答案

我尝试了这些测试,它似乎有效:

测试.Rmd

---
output: pdf_document
---

# test 1
No spaces used

line1
line2


# test 2
2spaces at the end of line1

line1
line2

# test 3
2spaces at the end of line1, then 2 spaces on next line

line1

line2

enter image description here

sessionInfo()
R version 3.2.0 (2015-04-16)
Platform: x86_64-w64-mingw32/x64 (64-bit)
Running under: Windows 7 x64 (build 7601) Service Pack 1

locale:
[1] LC_COLLATE=English_United Kingdom.1252 LC_CTYPE=English_United Kingdom.1252
[3] LC_MONETARY=English_United Kingdom.1252 LC_NUMERIC=C
[5] LC_TIME=English_United Kingdom.1252

attached base packages:
[1] stats graphics grDevices utils datasets methods base

loaded via a namespace (and not attached):
[1] htmltools_0.2.6 tools_3.2.0 yaml_2.1.13 rmarkdown_0.5.1 digest_0.6.8

关于r - R Markdown 文本中的换行符(不是代码块),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30057110/

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