Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

biblio notes #3

Open
opoudjis opened this issue Nov 10, 2024 · 0 comments
Open

biblio notes #3

opoudjis opened this issue Nov 10, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@opoudjis
Copy link
Contributor

Currently bibitem/note is restricted to Metanorma inline text:

## A note associated with the bibliographic item
biblionote = element note {
  ## The class of the note associated with the bibliographic item.
  ## May be used to differentiate rendering of notes in bibliographies
  attribute type { text }?,
  ## The content of the note
  LocalizedMarkedUpString
}

But we cannot prevent notes being one or more paragraphs, and indeed, that is already happening when I interleave notes into Metanorma bibitems, to indicate their publishing status. bibitem/note needs to be like bibitem/abstract, and consist of at least one paragraph:

## Abstract of bibliographic item
bibabstract = element abstract { 
  LocalizedStringAttributes,
  ( 
    ## Multiple blocks of content
    BasicBlockNoId+ |
    ## Single block of content
    TextElement+
  )
} 
@opoudjis opoudjis added the enhancement New feature or request label Nov 10, 2024
opoudjis added a commit to relaton/relaton-models that referenced this issue Nov 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants