I am in the process of converting my plain/is-plain/ieee type citation to APA citation journal. I'm using apalike since apacite/apa always rejected my bib files.. - no worry about that.
Now I have several issues:
1) The journal wants me to submit .doc file. So what I'm doing now is writing in LateX (since initially I do not have any tentative journal to submit to..), then using latex2rtf to convert. Later I install Bibtex4word. However bibtex4word seems unable to recognize my citation if it is a website by using @misc
2) If for example, I want to include citation like this;
Code: Select all
@misc{kdeschedule,
author={{K}{D}{E}},
note={Accessed on March 2010},
title={{K}{D}{E} {H}omepage},
howpublished={\url{http://techbase.kde.org/Schedules/KDE4/4.4_Release_Schedule}}
}
See the following for the other lists:
Code: Select all
@misc{kdeschedule,
author={{K}{D}{E}},
title={{K}{D}{E} {H}omepage},
howpublished={\url{http://techbase.kde.org/Schedules/KDE4/4.4_Release_Schedule}},
note={Accessed on March 2010}
}
@misc{kdecommit,
author={{K}{D}{E}},
howpublished={\url{http://cia.vc/stats/author/mnajem/}},
note={Accessed on March 2010}
}