Papaja抽象凹痕

发布于 2025-02-08 21:05:10 字数 1210 浏览 1 评论 0原文

在Papaja生成的文件中,为什么摘要的第一段未正确缩进 - 请参阅“简介”之间的偏移。和“结论”。如果我正确阅读yaml,则应同样缩进。

---
title             : "My title"
shorttitle        : "My shorttitle"

author: 
  - name          : "John Doe"
    affiliation   : "1"
    corresponding : yes    # Define only one corresponding author
    address       : "Postal address"
    email         : "[email protected]"

affiliation:
  - id            : "1"
    institution   : "University of Annoying Typesetting"

abstract: |

  Intro. This is my introduction
  
  Conclusion. This is my conclusion
  
  
keywords          : "keywords"
wordcount         : "X"

floatsintext      : no
figurelist        : no
tablelist         : no
footnotelist      : no
linenumbers       : no
mask              : no
draft             : no
figsintext        : yes
header-includes:
documentclass     : "apa7"
classoption       : "man"
output:
  papaja::apa6_pdf:
    latex_engine: xelatex
---

in a papaja-generated document, why is the first paragraph of the abstract not properly indented - see the offset between "Intro." and "Conclusion.", while both should be equally indented if I read the YAML correctly.

---
title             : "My title"
shorttitle        : "My shorttitle"

author: 
  - name          : "John Doe"
    affiliation   : "1"
    corresponding : yes    # Define only one corresponding author
    address       : "Postal address"
    email         : "[email protected]"

affiliation:
  - id            : "1"
    institution   : "University of Annoying Typesetting"

abstract: |

  Intro. This is my introduction
  
  Conclusion. This is my conclusion
  
  
keywords          : "keywords"
wordcount         : "X"

floatsintext      : no
figurelist        : no
tablelist         : no
footnotelist      : no
linenumbers       : no
mask              : no
draft             : no
figsintext        : yes
header-includes:
documentclass     : "apa7"
classoption       : "man"
output:
  papaja::apa6_pdf:
    latex_engine: xelatex
---

enter image description here

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

挽容 2025-02-15 21:05:10

当作者注释在第一页上包含作者笔记时,这似乎会发生。在包装中修复此内容之前,您可以执行以下操作:

abstract: |
  \raggedright
  Intro. This is my introduction
  
  Conclusion. This is my conclusion

This seems to happen when an author note is included on the first page. Until this is fixed in the package, you can do the following:

abstract: |
  \raggedright
  Intro. This is my introduction
  
  Conclusion. This is my conclusion
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文