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

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

User avatar
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