I want to put a title field in a bibtex citation that includes angle brackets:
@article{
title= { <foo> }
}
but when it compiles I get upside down '!' and '?' instead. How to escape the angle bracket?
I want to put a title field in a bibtex citation that includes angle brackets:
@article{
title= { <foo> }
}
but when it compiles I get upside down '!' and '?' instead. How to escape the angle bracket?