BibTeX, biblatex and biberNot producing @MISC

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
frh
Posts: 1
Joined: Thu Sep 02, 2010 5:47 pm

Not producing @MISC

Post by frh »

Hi,

I have a .bib file, which contains a number of websites as well as regular documents. I have formatted these in the following way:

Code: Select all

@MISC{website:rfc1510,
      AUTHOR = "J. Kohl and C. Neuman",
      TITLE = "The Kerberos Network Authentication Service (V5)",
      MONTH = "September",
      YEAR = 1993,
      note = {\url{http://tools.ietf.org/html/rfc1510}},
}
When I compile the main document, using the Pdflatex + MakeIndex + Bibtex option in Miktex, all of the references appear, appart from those which are @MISC.

What am I doing wrong ?


Many thanks,

Frh

Recommended reading 2024:

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

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

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Not producing @MISC

Post by localghost »

frh wrote:[…] What am I doing wrong ? […]
How shall we know. You actually don't show what you are doing [1]. It will require a complete example to see possible mistakes.

[1] View topic: Avoidable mistakes


Best regards and welcome to the board
Thorsten
Post Reply