Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

BibTeX: Reprinted / Translated items

753 views
Skip to first unread message

Siamak

unread,
Aug 11, 2003, 5:26:08 AM8/11/03
to
Hi,

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

Juergen Spitzmueller

unread,
Aug 9, 2003, 6:33:35 AM8/9/03
to
Siamak wrote:

> 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.

0 new messages