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

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

Open
nickng opened this issue Sep 5, 2017 · 0 comments
Open

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

nickng opened this issue Sep 5, 2017 · 0 comments

Comments

@nickng
Copy link
Owner

nickng commented Sep 5, 2017

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant