导出为PDF时,RMarkdown / Latex中某些段落的缩进

时间:2018-11-11 15:20:13

标签: latex r-markdown

我正在用RMarkdown编写报告,我希望缩进整个段落。我在段落前使用了Latex代码:

\leftskip30pt\parindent0em\

它工作得很好,但是问题在于该段落下面的所有内容都已缩进。我如何看待仅在一个段落中应用缩进?

这可能是一个示例:

One of the major issues seen in the manuscript is in the paragraph of the Method section that starts with Instead of rejecting teeth worn past… I found this paragraph somehow misleading.

\leftskip30pt\parindent0em
In case worn teeth were included, I would like to see which wear degree is your cut-off, i.e. following Molnar wear stages. For instance, we did not include P. robustus teeth with wear degree beyond 3, according to Molnar stages.

Concerning the Discussion, I followed the searching of the most likely explanation of this highly difference in PEH distribution present in P. robustus. and agree with the authors that the genetic one might be the responsible of these PEH.

最后两段是缩进的,当我只有第二段是缩进时。

这是将RMarkdown文件导出为PDF时的结果:

enter image description here

0 个答案:

没有答案