I created a latex file, which includes some text and some references. The references are treated with bibtex.
I need to convert the latex file into a Word or OpenOffice file. So this is why I use latex2rtf. I do the following under a Linux-Ubuntu system (10.10):
Code: Select all
latex document
bibtex document
latex document
latex document
latex2rtf document
Does somebody know how to tell latex2rtf that he shall use endnotes instead of bookmarks? Or: Is there a way to change 'bookmarks' into 'endnotes' in Word or OpenOffice?
Thanks in advance for some ideas.
Cheers.