I'm using Bibtex within WinEdt with IEEEtran style, where Bibtex items are copy-pasted from IEEE-Xplore website. For some reason my bibliography turns crooked. For example, journal information is presented as follows:
Industrial Electronics, IEEE Transactions on
Instead of:
IEEE Transactions on Industrial Electronics,
An example Bibtex item:
Code: Select all
4441341
@ARTICLE{Agelidis_2008,
author={Agelidis, V.G. and Balouktsis, A.I. and Cossar, C.},
journal={Industrial Electronics, IEEE Transactions on}, title={On Attaining the Multiple Solutions of Selective Harmonic Elimination PWM Three-Level Waveforms Through Function Minimization},
year={2008},
month={mar.},
volume={55},
number={3},
pages={996 -1004},
keywords={PWM three-level waveform;function minimization;harmonic distortion factor;harmonic elimination pulsewidth modulation techniques;multiple solution;nonlinear transcendental trigonometric Fourier function;random search;selective harmonic elimination;unipolar waveform;Fourier analysis;PWM rectifiers;harmonics suppression;},
doi={10.1109/TIE.2007.909728},
ISSN={0278-0046},}
Code: Select all
\bibliography{slopBib}{}
\bibliographystyle{IEEEtran}
1. How do I know that WinEdt recognizes IEEEtran.bst file?
2. How does WinEdt/Bibtex knows where to look for IEEEtran.bst file?
3. Shouldn't I add this file to my root folder for WinEdt/Bibtex's sake?
4. Should I add anything else?
Thx,
GUN