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

Support for escaping LaTeX special characters #25

Open
algomaster99 opened this issue Oct 27, 2023 · 0 comments
Open

Support for escaping LaTeX special characters #25

algomaster99 opened this issue Oct 27, 2023 · 0 comments

Comments

@algomaster99
Copy link

Consider this bib file,

    @article{balliu_challenges_2023,
	  title    = {Challenges of {Producing} {Software} {Bill} of {Materials} for {Java}},
	  issn     = {1558-4046},
	  doi      = {10.1109/MSEC.2023.3302956},
	  urldate  = {2023-09-27},
	  journal  = {IEEE Security \& Privacy},
	  author   = {Balliu, Musard and Baudry, Benoit and Bobadilla, Sofia and Ekstedt, Mathias and Monperrus, Martin and Ron, Javier and Sharma, Aman and Skoglund, Gabriel and Soto-Valero, César and Wittlinger, Martin},
	  year     = {2023},
	  note     = {Conference Name: IEEE Security & Privacy},
	  pages    = {2--13},
	  url      = {https://ieeexplore.ieee.org/document/10235318/},
	}
  1. Shouldn't b0.tags()["title"] be Challenges of Producing Software Bill Of Materials for Java?
  2. Shouldn't b0.tags()["journal"] be IEEE Security & Privacy without \?

The inner {} brackets and \ are added when I export this paper's bibtex entry from Zotero. I may not be right, as my logic is only intuitive.

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