BibTeX, biblatex and biberSpecific Reference Output

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
Schiessl
Posts: 2
Joined: Fri Nov 25, 2011 1:01 am

Specific Reference Output

Post by Schiessl »

Hi all,

I need to produce a reference output exactly as follow:
KAULA, P. N. Repensando os conceitos no estudo de classificacao. In: DAHLBERG, I.; PERREAULT, Jean M. (Orgs.). INTERNATIONAL STUDY CONFERENCE ON CLASSIFICATION RESEARCH, 4., 1982, Augsburg. Universal Classification: Subject analysis and ordering systems. Proceedings... Frankfurt : Indeks Verlag, 1982.

But when I use @inproceeding or @incollection in bibitem I get this:
KAULA, P. N. Repensando os conceitos no estudo de classificacao. In: DAHLBERG, I.; PERREAULT, J. M. (Orgs.). Proceedings... Frankfurt: Indeks Verlag, 1982.

My database entry is:

Code: Select all

@INPROCEEDINGS{Kaula1982,
  author = {Kaula, Prithivi. N.},
  title = {Repensando os conceitos no estudo de classificacao},
  booktitle = {Proceedings...},
  year = {1982},
  editor = {Dahlberg, Ingetraut and Perreault, Jean M.},
  address = {Frankfurt},
  publisher = {Indeks Verlag},
  conference-location = {Augsburg},
  conference-number = {4},
  conference-year = {1982},
  editortype = {Orgs.},
  organization = {International Study Conference on Classification Research},
  url = {http://www.conexaorio.com/biti/kaula/index.htm},
  urlaccessdate = {07 nov. 2011}
}
Does anyone knows what is going on?

TIA
Schiessl

Recommended reading 2024:

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

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

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

Re: Specific Reference Output

Post by josephwright »

This depends on the BibTeX style you use: which one have you chosen?
Joseph Wright
Schiessl
Posts: 2
Joined: Fri Nov 25, 2011 1:01 am

Re: Specific Reference Output

Post by Schiessl »

Ups, I forgot this! Sorry! It's APA or apalike.
Post Reply