GeneralLatex Misc bib show year first

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
daiyue
Posts: 17
Joined: Mon May 21, 2012 5:58 pm

Latex Misc bib show year first

Post by daiyue »

Hi, I have the following @misc bibliography,

Code: Select all

@MISC{UIUCRepository,
title = "The {UIUC} Web Integration Repository",
year = "2003",
howpublished = "Computer Science Department, University of Illinois at Urbana-Champaign. \url{http://metaquerier.cs.uiuc.edu/repository}"
}
But it is shown as,

Code: Select all

2003. The UIUC web integration repository. Computer Science
Department, University of Illinois at Urbana-Champaign.
http://metaquerier.cs.uiuc.edu/repository.
I am wondering is it normal, I want to display the title first.

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

Johannes_B
Site Moderator
Posts: 4182
Joined: Thu Nov 01, 2012 4:08 pm

Re: Latex Misc bib show year first

Post by Johannes_B »

Sorry for the late reply.

With the given information, it is impossible to even guess what the current situation is. I suppose you are using an author-year style, but your entry does not have an author.
You can write the title (or better parts of it) into the author field, but a better solution would surely be writing the real author down.
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.
Post Reply