]> git.lyx.org Git - features.git/commit
Centralize replacement of "$$s"
authorScott Kostyshak <skostysh@lyx.org>
Fri, 31 Jan 2014 03:59:33 +0000 (22:59 -0500)
committerScott Kostyshak <skostysh@lyx.org>
Wed, 14 May 2014 19:45:20 +0000 (15:45 -0400)
commit8b66f9cedf5c32026c66d1a8ac0276adcb864c8e
treecd5bfd516a63e2cdae617bc757df74918fa234ce
parent3b3d28cf8ed2168637ff7a3491a82a330e70c28e
Centralize replacement of "$$s"

Now the replacement is done in startScript(). In addition to making
the code cleaner and more consistent, this commit fixes a bug where
"$$s" was not replaced when "latex=" was specified in the extra flags
of a converter.

Note that the temporary fix at 731b8610 is reverted with this commit.
src/Converter.cpp
src/Format.cpp
src/Mover.cpp
src/graphics/GraphicsConverter.cpp
src/graphics/PreviewLoader.cpp
src/support/ForkedCalls.cpp
src/support/ForkedCalls.h
src/support/Systemcall.cpp
src/support/Systemcall.h
src/support/filetools.cpp
src/support/filetools.h