From: Richard Kimberly Heck Date: Thu, 12 Nov 2020 21:19:46 +0000 (-0500) Subject: Temporary script for testing math export. X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=b8f86edcd05fce9f12f8b9aafb9985f1fdfd800a;p=features.git Temporary script for testing math export. --- diff --git a/runtest.sh b/runtest.sh new file mode 100644 index 0000000000..45ac23e9ae --- /dev/null +++ b/runtest.sh @@ -0,0 +1,10 @@ +#!/bin/bash + +/cvs/lyx/lyx-devel/build/bin/lyx2.4 -E pdflatex /cvs/lyx/lyx-devel/Math-Cleanup.tex lib/doc/Math.lyx +if diff -q Math-Master.tex Math-Cleanup.tex; then + echo "No differences in LaTeX output!"; +else + echo "Differences in LaTeX output! Enter to see them...."; + pause + diff -u Math-Master.tex Math-Cleanup.tex +fi