Search found 3 matches

by texvictim
Sat May 28, 2011 1:44 pm
Forum: BibTeX, biblatex and biber
Topic: 'Working Paper' not displayed?
Replies: 6
Views: 18297

'Working Paper' not displayed?

Exactly, that is my point! I dont get "Working Paper" in my references as well.
In fact I use the book environment.
Here is an example, which hopefully helps:

\documentclass[12pt, a4paper, titlepage, reqno, oneside, openany, openbib]{book}%
\usepackage{natbib}
\begin{document}
\chapter ...
by texvictim
Fri May 27, 2011 5:44 pm
Forum: BibTeX, biblatex and biber
Topic: 'Working Paper' not displayed?
Replies: 6
Views: 18297

'Working Paper' not displayed?

Thanks kaiserkarl123,

but editing a bst seems not that easy for a newbie as me.
I have tried to add the following function

FUNCTION {add.wp}
{ "Working paper." }

and added teh function here:
FUNCTION {unpublished}
{ output.bibitem
format.authors "author" output.check
author format.key output ...
by texvictim
Thu May 26, 2011 5:40 pm
Forum: BibTeX, biblatex and biber
Topic: 'Working Paper' not displayed?
Replies: 6
Views: 18297

'Working Paper' not displayed?

Hi there,

I have just searched the forum and the internet for a while but could not find a solution to my bibtex problem. Currently I write a book and use the following bib style:

\bibliographystyle{elsarticle-harv}

Everything works fine, except for unpublished work / working paper. Here an ...