Karol
Karol

Reputation: 1254

Visualizing rst diffs with rst2pdf

Is there an easy way to visualize the differences between rst files using rst2pdf? I know I could use rst2latex instead and then latexdiff to generate PDF files (and that is the effect I am after), but I would like to have the same style in the original and diff files.

Upvotes: 0

Views: 506

Answers (1)

Roberto Alsina
Roberto Alsina

Reputation: 26

rst2pdf author here :-)

I don't think you can. However, it's a very cool thing! I think a rst-diff would be a good idea. It may not work for everything (like, how does latex-diff handle tables where cells are moved around?) for for mostly text ... it should be doable.

I may take a shot at it someday.

Upvotes: 1

Related Questions