Skip to content
Discussion options

You must be logged in to vote

Regarding templates: you can take a look at the various templates that already exist (mostly PDF/LaTeX): https://m.canouil.dev/quarto-extensions/extensions.html

Something that might be of interest: https://github.com/pandoc-ext/abstract-section

Additionally, you can get your headers unnumbered:

---
title: "A simple example with multi-line abstract and headers"
author:
  - name: ns-rse
    orcid: 0000-0000-0000-0000
    corresponding: false
    roles: Collaborators
    affiliations:
abstract: |
  ### Introduction {.unnumbered}

  This is the introduction

  ### Methods {.unnumbered}

  This is the methods section.

  ### Results {.unnumbered}

  We have results.

  ### Conclusion {.unnumbe…

Replies: 1 comment 5 replies

Comment options

You must be logged in to vote
5 replies
@mcanouil
Comment options

@mcanouil
Comment options

Answer selected by ns-rse
@cscheid
Comment options

@mcanouil
Comment options

@ns-rse
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
html Issues with HTML and related web technology (html/css/scss/js) themes Related to HTML theming or any other style related issue (like highlight-style)
3 participants