Search found 1 match

by socialli
Fri Jun 21, 2013 2:19 pm
Forum: LyX
Topic: Include Bibliography by Conversion with LaTeX2RTF
Replies: 0
Views: 2708

Include Bibliography by Conversion with LaTeX2RTF

My goal is to have a RTF document of my LyX document, with correct citations. I'm using the latex2rtf converter.

I have already created a .bbl file by using this in the terminal:
latex file.tex
bibtex file.aux
But I'm now trying to include the .bbl file in my latex2rtf conversion in LyX. I have ...