I am using the following commands to make a PDF file which shows changes between two .tex files. It works nicely but not for the bibliography.
Please find the commands in the overleaf below for generating the pdf with differences:
\RequirePackage{shellesc} \ShellEscape{latexdiff main2.tex main.tex > diff_result.tex} \input{diff_result} \documentclass{dummy}
Can someone suggest how I can also make overleaf show the changes in the bibliography?
Thanks.
bibtex? (b) I am unsure what you mean by "show the changes in the bibliography", can you describe in more detail what is the desired behavior? – Willie Wong Jul 07 '23 at 13:58