I have heavily modified an existing .bst file (apalike2) to get the format working perfectly. However, an editor I'm working with tells me that the first time a multi-author citation is used, I need to give all of the authors in the citation.
I thought "no problem, I'll just add longnamesfirst". I tried that, and it didn't work, and further research leads me to find out that a .bst file needs specific support for that feature to work, and apalike doesn't have that support.
I have used LaTeX for a long time, but am not an expert. The way that packages work internally have always been a mystery to me. I've managed to hack at the apalike2 .bst to get it to work how I want, but I can't find the hook to support longnamesfirst, or even the *-version of the \cite commands. If anyone can give me even a nudge in the right direction, I would appreciate it.
I've also tried using citestyle (\citestyle{plainnat}), but that doesn't seem to work either, though I could be using it wrong.
– user38269 Oct 14 '13 at 15:51