Search found 5 matches

by sempah
Tue Nov 09, 2010 8:57 pm
Forum: BibTeX, biblatex and biber
Topic: [plaindin] seperate autors not with semicolons
Replies: 8
Views: 5189

[plaindin] seperate autors not with semicolons

Hmm, I changed the bibtex style to plainurl, but recognized something ...

my output:

[24] Tim Lindholm and Frank Yellin. The java(tm) virtual machine specication.
1999. Available from: http://java.sun.com/docs/books/jvms/second_edition/html/VMSpecTOC.doc.html [cited 13.09.2010].


cited is the ...
by sempah
Tue Nov 09, 2010 8:12 pm
Forum: BibTeX, biblatex and biber
Topic: [plaindin] seperate autors not with semicolons
Replies: 8
Views: 5189

Re: [plaindin] seperate autors not with semicolons

Thx for your help.
Okay this is a nice workaround to solve my problems.
But isn't there a native way to solve it?
by sempah
Tue Nov 09, 2010 7:11 pm
Forum: BibTeX, biblatex and biber
Topic: [plaindin] seperate autors not with semicolons
Replies: 8
Views: 5189

[plaindin] seperate autors not with semicolons

Yes, I tried it, but the result looks like:

Code: Select all

[1] Tim Lindholm and Frank Yellin. The java(tm) virtual machine specication. 1999.
- no url
- and the title is lowercase
by sempah
Tue Nov 09, 2010 9:50 am
Forum: BibTeX, biblatex and biber
Topic: [plaindin] seperate autors not with semicolons
Replies: 8
Views: 5189

[plaindin] seperate autors not with semicolons

no plaindin is not required, but I need a numeric order and this result (except the semicolons) looks great for me:


[1] Autor1 ; Autor2 ; Autor3: Title.
(1999). http://url.com/index.html


Here is the minimal example:


\documentclass[12pt, a4paper]{report}
\usepackage[ngerman]{babel ...
by sempah
Mon Nov 08, 2010 8:54 pm
Forum: BibTeX, biblatex and biber
Topic: [plaindin] seperate autors not with semicolons
Replies: 8
Views: 5189

[plaindin] seperate autors not with semicolons

How can I seperate more autors with an , and an "and"

My result looks like:

[1] Autor1 ; Autor2 ; Autor3: Title.
(1999). http://url.com/index.html


What do I have to change to get something like this:

[1] Autor1, Autor2 and Autor3: Title.
(1999). http://url.com/index.html


my bibtex file ...