Não quero que "Resumo" e "Palavra-chave" sejam exibidos após o modelo Rmarkdown do LNSC. O modelo YAML para o LNSC é mostrado abaixo:
Para ver o modelo no RStudio, vá para: Arquivo > Novo arquivo > R markdown > Clique em Do modelo > Clique em Notas de aula da Springer em ciência da computação
---
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
---
Esse formato usa o modelo encontrado aqui:
Não parece oferecer uma opção para suprimir o resumo e as palavras-chave, então o que você pode fazer é editar esse arquivo e salvá-lo em um novo local e, em seguida, especificar esse novo arquivo como o modelo a ser usado. Suas edições devem remover as linhas
Para especificar isso como seu modelo, use