BibTeX, biblatex and biberPutting Capitals in title of ref paper

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
Noobix Cube
Posts: 24
Joined: Tue Dec 02, 2008 11:45 pm

Putting Capitals in title of ref paper

Post by Noobix Cube »

Bibtex is working well aside from the fact that it doesn't put capitals in the title of a paper when I put capitals.

e.g.

@misc{
Greedy,
Author = {Paul E. Black},
Title = {"greedy algorithm", in Dictionary of Algorithms and Data Structures, National Institude of Standards and Technology},
howpublished = {\url{http://www.nist.gov/dads/HTML/greedyalgo.html}} }


National Institute... won't show up with capitals.
Any suggestions?

Recommended reading 2024:

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

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

josephwright
Site Moderator
Posts: 814
Joined: Tue Jul 01, 2008 2:19 pm

Re: Putting Capitals in title of ref paper

Post by josephwright »

You are probably using a BibTeX style that forces lower-case. Wrap up explicit upper-case letters in braces:

{A} {T}itle with {P}rotected {C}apital {L}etters
--
Joseph Wright
Joseph Wright
Noobix Cube
Posts: 24
Joined: Tue Dec 02, 2008 11:45 pm

Re: Putting Capitals in title of ref paper

Post by Noobix Cube »

Thanks for that!
Post Reply