Skip to content

quarto book, references appear in first chapter only when html is rendered #20

@SereDef

Description

@SereDef

I am trying to have multiple references sections in my PhD thesis. This works fine in the rendered PDF (as shown in this example https://github.com/ronnyhdez/quarto_references_per_chapter)

Unfortunately, I cannot get it to work in the HTML output. Here is a snippet of the _quarto.yml file (my latest attempt)

format:
  html:
    filters:
      - section-bibliographies.lua
  pdf:
    documentclass: scrreprt
    filters:
      - section-bibliographies.lua

This however only displays the whole reference list under the first chapter, and nothing in the following chapters.

Could you help me getting the same result in html (and docx too ideally)?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions