tags:

views:

115

answers:

1

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?

+1  A: 
Norman Ramsey
You're assuming he wants that kind of angle brackets. $<$Foo$>$, or {\tt <}Foo{\tt >} are other possibilities that might be more what OP is looking for.
Steve