]> git.lyx.org Git - lyx.git/commit
Add -copyfiles command line option to tex2lyx
authorGeorg Baum <baum@lyx.org>
Wed, 3 Oct 2012 11:23:27 +0000 (13:23 +0200)
committerGeorg Baum <baum@lyx.org>
Wed, 3 Oct 2012 11:23:27 +0000 (13:23 +0200)
commit24181cf28e697c88be5fc7308a8ad016169012bc
tree891fbf6729e309ff71ead10f842ec6177e4ab5c4
parent02c73cd7213a22d290dd18c127bf2350fd5a8dae
Add -copyfiles command line option to tex2lyx

If this option is given, included files will be copied to the output directory.
Also -roundtrip is now allowed with given output file.
-copyfiles is useful if you want to ensure that no file (not even an included
one) is overwritten by a subsequent export from LyX. Both changes are needed
for unit tests that do not write to the source directory.
src/tex2lyx/tex2lyx.1in
src/tex2lyx/tex2lyx.cpp
src/tex2lyx/tex2lyx.h
src/tex2lyx/text.cpp