BibTeX, biblatex and biberAPA citation for author without year

Information and discussion about BiBTeX - the bibliography tool for LaTeX documents.
Post Reply
mnajem
Posts: 20
Joined: Thu Mar 18, 2010 12:23 pm

APA citation for author without year

Post by mnajem »

Hello,

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}}
}
It will appear in the paper as, [kde,m] since it has other links that uses KDE too.. how can I automatically tell bibtex if it hasn't an author it will write [kde,n.d] ?

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}
}
I wish I can use apacite.. but it is too strict and I can't use at all my bib file.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Post Reply