]> git.lyx.org Git - lyx.git/commit
Convert deprecated '\rm' to '\textrm' in examples
authorScott Kostyshak <skostysh@lyx.org>
Sun, 28 Aug 2016 23:12:20 +0000 (19:12 -0400)
committerScott Kostyshak <skostysh@lyx.org>
Sun, 28 Aug 2016 23:40:37 +0000 (19:40 -0400)
commit0e49231bbfefe339b33b8ccc4d13e716a74871c4
tree6ea60b1fad6f3f6298ebb1ae22426aef4b65fb72
parent4d99112056410762c720e8dfe2c859ff84c4a8b3
Convert deprecated '\rm' to '\textrm' in examples

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.
lib/examples/FeynmanDiagrams.lyx
lib/examples/de/FeynmanDiagrams.lyx
lib/examples/fr/FeynmanDiagrams.lyx
lib/examples/ja/FeynmanDiagrams.lyx
lib/templates/IJMPC.lyx
lib/templates/IJMPD.lyx