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:
Code: Select all
\bibliographystyle{elsarticle-harv}
Code: Select all
@unpublished{Hasbrouck2006,
address = {New York},
author = {Hasbrouck, Joel},
file = {:D$\backslash$:/Literatur/Hasbrouck\_2006\_Trading Costs and Returns for US Equities Estimating Effective Costs from Daily Data.pdf:pdf},
institution = {Stern School of Business},
pages = {1--52},
title = {{Trading Costs and Returns for US Equities: Estimating Effective Costs from Daily Data}},
year = {2006}
}
These are juste quoted without any indication as "Working Paper":
Hasbrouck, J., 2006. Trading Costs and Returns for US Equities: Estimating Eective Costs from Daily Data.
It rather should look like:
Hasbrouck, J., 2006. Trading Costs and Returns for US Equities: Estimating Eective Costs from Daily Data. Working Paper.
What can I do about this?
Thanks a lot for your support!