Hi everyone !
I made my bibliography using bibtex:
\bibliographystyle{plplain}
\bibliography{mybib}
in mybib.bib I put:
@article{l5,
author = "Barrett W T and Wallace W E",
title = "Studies of NaCl - KCl Solid Solutions. I. Heats of Formation, Lattice Spacings, Densities, Schottky Defects and Mutual Solubilities",
year = "1954",
journal = "Journal of the American Chemical Society",
volume = "76",
pages = "366-369"
}
after compilation everything is great apart from that in the title of article only first letter is capital, everything after S is small, but I need to write NaCl in capital N and capital C. What can I do with that ?
Thank you,
Grzesiek
BibTeX, biblatex and biber ⇒ No capitals in the title of article
NEW: TikZ book now 40% off at Amazon.com for a short time.

No capitals in the title of article
Hi,
enclose the corresponding letters using braces:
enclose the corresponding letters using braces:
Code: Select all
...
title = "{S}tudies of {N}a{C}l - {KC}l Solid Solutions. I. {H}eats of {F}ormation, {L}attice {S}pacings, {D}ensities, {S}chottky {D}efects and {M}utual {S}olubilities"
...
1,1,2,3,5,8,13,21,34,55,89,144,233,...