LyXInclude Bibliography by Conversion with LaTeX2RTF

Information and discussion about LyX, a WYSIWYM editor, available for Linux, Windows and Mac OS X systems.
Post Reply
socialli
Posts: 1
Joined: Fri Jun 21, 2013 1:40 pm

Include Bibliography by Conversion with LaTeX2RTF

Post by socialli »

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:

Code: Select all

latex file.tex
bibtex file.aux
But I'm now trying to include the .bbl file in my latex2rtf conversion in LyX. I have already written this in the "Converter".

Code: Select all

latex2rtf -b file.bbl $$i
Without any desired results.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

Post Reply