Is there any "Reprinted in..." feature in BibTeX? How about "English
Translation by ..."?
I have a couple of items that should look like this:
\bibitem{W84} Stephen {\sc Wolfram}, ``Computation Theory of
Cellular Automata'', {\sl Communications in Mathematical
Physics} {\bf 96}, pp. 15--57, 1984. (Reprinted in S.
Wolfram (ed.), {\sl Theory and Applications of Cellular
Automata}, World Scientific, Singapore, 1986.)
Thank you,
Siamak
> I have a couple of items that should look like this:
>
> \bibitem{W84} Stephen {\sc Wolfram}, ``Computation Theory of
> Cellular Automata'', {\sl Communications in Mathematical
> Physics} {\bf 96}, pp. 15--57, 1984. (Reprinted in S.
> Wolfram (ed.), {\sl Theory and Applications of Cellular
> Automata}, World Scientific, Singapore, 1986.)
Personally, I use the note field for such stuff and some kind of
"pseudo-crossrefs" if the refered title is used more often:
@Article{W84,
Author = {Wolfram, Stephen},
Title = {Computation Theory of Cellular Automata},
Journal = {Communications in Mathematical Physics},
Volume = {96},
Pages = {15--57},
year = 1984,
note = {Reprinted in \cite{W86}, pp.~x--y},
}
@Book{W86,
Editor = {Wolfram, Stephen},
Title = {Theory and Applications of Cellular Automata},
Publisher = {Singapore},
year = 1986,
}
Juergen.