Thanks to visit codestin.com
Credit goes to github.com

Skip to content

prettybib does not print strings with \url{} correctly #5

@nickng

Description

@nickng

Input bibtex

@article{abcd,
    title  = "Title",
    author = "Doe, John",
    howpublished = {\url{http://example.com/}},
    notes = "\url{https://google.com/}",
}

Output bibtex

@article{abcd,
  title        = "Title",
  author       = "Doe, John",
  howpublished = {\url{http://example.com/}},
  notes        = "\urlhttps://google.com/",
}

The {} of the url macro should not be removed in the notes field. It should either be converted to a {} quote or kept as a special case for "" quote.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions