Skip to content

literal author not written correctly (bibtex) #9987

Closed
@KMIJPH

Description

@KMIJPH

Reading this entry:

@misc{agency,
  author = {{European Environment Agency}},
}

to json AST correctly parses it as literal.

...
            "author": {
              "t": "MetaList",
              "c": [
                {
                  "t": "MetaMap",
                  "c": {
                    "literal": {
                      "t": "MetaString",
                      "c": "European Environment Agency"
                    }
...

However, when writing it back to bibtex/biblatex it loses the curly braces, thus not making it literal anymore.

@misc{agency,
  author = {European Environment Agency}
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions