@INPROCEEDINGS{
(...)
TITLE = "ION Framework - A Simulation Environment for Worlds with Virtual Agent",
(...)
}
The result was:
(...) Ion framework - A simulation environment for worlds with virtual agents (...)
The solution was to add brackets to the field as shown below:
@INPROCEEDINGS{
(...)
TITLE = "{ION Framework - A Simulation Environment for Worlds with Virtual Agent}",
(...)
}
And it worked fine:
(...) ION framework - A simulation environment for worlds with virtual agents (...)
Thanks.
ReplyDeleteThis was helpfull just now... I was trying to understand how the hell it latex changed the capital letters in the bibliography.
Thanks,
ReplyDeleteworked like a charm