mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-21 23:09:40 +00:00
0e49231bbf
This change fixes the export of our FeynmanDiagrams.lyx example files on the latest TeX Live 2016. The IJMP(C|D).lyx examples compiled before the change but might as well convert these instances of '\rm' also. The changes were made with the help of the following command: find ./ -iregex .*lyx -exec sed -i 's/\\rm /\\textrm /g' {} \; and the resulting diff was confirmed manually. This commit is consistent with 3cecd4d3.