]> git.lyx.org Git - features.git/commit
Add support for feyn package and Diagram inset.
authorPavel Sanda <sanda@lyx.org>
Sun, 19 Sep 2010 22:12:06 +0000 (22:12 +0000)
committerPavel Sanda <sanda@lyx.org>
Sun, 19 Sep 2010 22:12:06 +0000 (22:12 +0000)
commit65962da47b85682f20f1e060955e5cd9f3399c66
tree8b8d231569affcbc3f46bd2b80809260728358f5
parentc1a20d3534045bdce82a29fc7140a5c5e89938a1
Add support for feyn package and Diagram inset.
Patch from Ronen Abravanel.
http://www.mail-archive.com/lyx-devel@lists.lyx.org/msg161952.html

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35455 a592a061-630c-0410-9148-cb99ea01b6c8
lib/lyx2lyx/lyx_2_0.py
src/Buffer.cpp
src/LaTeXFeatures.cpp
src/Makefile.am
src/insets/Inset.cpp
src/insets/InsetCode.h
src/mathed/InsetMathDiagram.cpp [new file with mode: 0644]
src/mathed/InsetMathDiagram.h [new file with mode: 0644]
src/mathed/InsetMathNest.cpp
src/mathed/MathFactory.cpp
src/mathed/MathParser.cpp