In my latex file, multiple citations are needed. Unfortunately, many .bst files export the "note" in the reference list, which is annoying and looks stupid.
Now, I found a easy way to suppress note of the naturemag.bst file. Should be a general rule, or hopefully.
1. Open the naturemag.bst file in TeXnicCenter or any TEX editor;
2. Searching for "format.note". You will find the following string, FUNCTION {format.note}, leave it alone.
3. Keep searching for "format.note", add "%" in front of each one.
4. Save the bst file.
You should get rid of the ""note" now.
Now, I found a easy way to suppress note of the naturemag.bst file. Should be a general rule, or hopefully.
1. Open the naturemag.bst file in TeXnicCenter or any TEX editor;
2. Searching for "format.note". You will find the following string, FUNCTION {format.note}, leave it alone.
3. Keep searching for "format.note", add "%" in front of each one.
4. Save the bst file.
You should get rid of the ""note" now.