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?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The main TeX font doesn’t provide angle brackets—you have to use math symbols. Try
and be prepared for potential difficulties with alphabetization.