I'm writing my thesis using the
scrreprt document class and the IEEEtran bibliography style. When I compile this, I get my bibliography printed which is great. However, what I want to do is remove the text "[Online]. Available: http://www.some.url"I've tried to achieve that by copying the "IEEEtran.bst" file and editing the section under
FUNCTION{format.url} which is described here.When I do this and run BibTeX, I get the following error about the .aux file.
Code: Select all
The style file: myIEEEtran.bst A level-1 auxilary file: library.aux pk is
an illegal style file command---line 1 of file myIEEEtran.bst: pk :Cheers