]> git.lyx.org Git - features.git/commit
Parse post command argument insets (bug #8473)
authorGeorg Baum <baum@lyx.org>
Tue, 30 Dec 2014 17:37:08 +0000 (18:37 +0100)
committerGeorg Baum <baum@lyx.org>
Tue, 30 Dec 2014 17:37:08 +0000 (18:37 +0100)
commit1d4fb5ac7d251a3fae64d3dadb61fe6550723e76
tree032fd4eb0d1a41fbad804a504a24a1311ad5cf7d
parentd1e530cf5dfe5fcb6a467b3d77273cd0050036f2
Parse post command argument insets (bug #8473)

This is now very easy with the new InsetArgument infrastructure.
src/tex2lyx/Makefile.am
src/tex2lyx/test/CMakeLists.txt
src/tex2lyx/test/runtests.py
src/tex2lyx/test/test-memoir.lyx.lyx [new file with mode: 0644]
src/tex2lyx/test/test-memoir.tex [new file with mode: 0644]
src/tex2lyx/text.cpp