GeneralUsing capital letters in title field in bibliography

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
me_here_me
Posts: 46
Joined: Mon Feb 05, 2007 5:19 pm

Using capital letters in title field in bibliography

Post by me_here_me »

The title in the bibliography is converted into small letters, I want abbreviations in capital.
e.g. consider the following entry:

Code: Select all

@inproceedings{CAS:1992,
  author = "abc def",
  title = "AB This is a paper (TIAP)",
  year = "1992",
  booktitle = "Radiology '92",
  pages = "7--10",
}
and this is how the title appears in the pdf: Ab this is a paper (tiap)

and i want something like : AB this is a paper (TIAP)

thanks in advance

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

Learn LaTeX easily with newest books:

The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis

The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more

LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis

me_here_me
Posts: 46
Joined: Mon Feb 05, 2007 5:19 pm

Using capital letters in title field in bibliography

Post by me_here_me »

Write it like this :

Code: Select all

@inproceedings{CAS:1992,
author = "abc def",
title = "A{B} This is a paper ({TIAP})",
year = "1992",
booktitle = "Radiology '92",
pages = "7--10",
}
best wishes for the deadline tomorrow :
Post Reply