编织 LNSC Rmarkdown 模板后,我不希望显示“摘要”和“关键词”。LNSC 的 yaml 模板如下:
要在 RStudio 中查看模板,请转到:文件 > 新建文件 > R markdown > 单击“来自模板”> 单击“Springer 计算机科学讲义”
---
classoption: "runningheads"
title: "Contribution Title\\thanks{Supported by organization x.}"
shorttitle: "Short title"
# If the paper title is too long for the
# running head, you can set an abbreviated
# paper title here.
# shorttitle: "Abbreviated paper title"
authors:
- name: "First Author"
inst: "1"
orcid: "0000-1111-2222-3333"
- name: "Second Author"
inst: "2,3"
orcid: "1111-2222-3333-4444"
- name: "Third Author"
inst: "3"
orcid: "2222--3333-4444-5555"
# First names are abbreviated in the running head.
# If there are more than two authors, 'et al.' is used.
authorrunning: "F. Author et al."
institutes:
- name: "Princeton University, Princeton NJ 08544, USA"
- name: "Springer Heidelberg, Tiergartenstr. 17, 69121 Heidelberg, Germany"
email: "[email protected]"
url: "http://www.springer.com/gp/computer-science/lncs"
- name: "ABC Institute, Rupert-Karls-University Heidelberg, Heidelberg, Germany"
email: "[email protected]"
abstract: |
The abstract should briefly summarize the contents of the paper in 150--250 words.
keywords:
- First keyword
- Second keyword
- Another keyword
bibliography: lncs-test.bib
# Use csl when using default citation_package for Pandoc citeproc
csl: https://www.zotero.org/styles/springer-lecture-notes-in-computer-science
# citations with arabic numbers is prefered when using natbib
natbiboptions: numbers
output:
rticles::lncs_article:
citation_package: default # or natbib
---
该格式使用此处的模板:
它似乎没有提供隐藏摘要和关键词的选项,所以你可以编辑该文件并将其保存到新位置,然后指定新文件作为要使用的模板。你的编辑应该删除以下行
要将其指定为您的模板,请使用