Search found 4 matches

by tbstensrud
Mon Jan 28, 2013 10:30 pm
Forum: BibTeX, biblatex and biber
Topic: @MISC wont show up on reference list
Replies: 6
Views: 17502

Re: @MISC wont show up on reference list

The error with the URL was my mistake. I was certain I added the "," there in the bib file, but i seem to have forgotten it, so it works now.

As for the numbering, for now I'm going to leave it as it is and go for the (author year) option which works just fine. Thanks for all the help. Much obliged!
by tbstensrud
Mon Jan 28, 2013 7:13 pm
Forum: BibTeX, biblatex and biber
Topic: @MISC wont show up on reference list
Replies: 6
Views: 17502

Re: @MISC wont show up on reference list

I did as you said, however there are no url displaying yet. Also the order of references appears to be random. Ideally I want the references in the text to be labled 1,2,3 and so on regardless of their placement in the bib file.

I've looke at this site, http://merkel.zoneo.net/Latex/natbib.php, to ...
by tbstensrud
Mon Jan 28, 2013 6:13 pm
Forum: BibTeX, biblatex and biber
Topic: @MISC wont show up on reference list
Replies: 6
Views: 17502

Re: @MISC wont show up on reference list

Ok. Examples are the bib file and the tex file. Also, somehow the order of the references are not correct.
by tbstensrud
Mon Jan 28, 2013 5:09 pm
Forum: BibTeX, biblatex and biber
Topic: @MISC wont show up on reference list
Replies: 6
Views: 17502

@MISC wont show up on reference list

I'm trying to add a URL to my reference list, but when I use this in the bib file

@MISC{tek10,
AUTHOR="Lovdata",
TITLE="Teknisk forskrift 2010",
YEAR="2010",
URL="http://www.lovdata.no/cgi-wift/ldles?doc=/sf/sf/sf-20100326-0489.html"
}

nothing shows up in my pdf file when i run it. I get no ...