Preparing your own BST file (BibTeX-style-file):
Copy, paste and rename an existing style file, like unsrt.bst. Then, change any format as you desired. Here are some examples:
1. How to remove italic format from the book title:
Old file:
FUNCTION {format.in.ed.booktitle}
{ booktitle empty$
{ "" }
{ editor empty$
{ "In " booktitle emphasize * }
{ "In " format.editors * ", " * booktitle emphasize * }
if$
}
if$
}
New file:
FUNCTION {format.in.ed.booktitle}
{ booktitle empty$
{ "" }
{ editor empty$
{ "In " booktitle * }
{ "In " format.editors * ", " * booktitle * }
if$
}
if$
}
2. How to add double quote to the title:
Old file:
FUNCTION {format.title}
{ title empty$
{ "" }
{ title "t" change.case$ }
if$
}
New file:
FUNCTION {format.title}
{ title empty$
{ "" }
{ "``" title * "''" * }
if$
}
http://08yas.blogspot.com/
http://www.bbc.co.uk/schools/
http://www.starfall.com/
http://learnenglishkids.britishcouncil.org/
http://www.britishcouncil.org/kids
http://www.oup.com/
http://www.ictgames.com/
http://www.literactive.com/
http://www.topmarks.co.uk/
http://primaryinteractive.co.uk/
http://www.kizclub.com/