Le 25/10/11 00:39, uwesto...@lyx.org a écrit :
Author: uwestoehr Date: Tue Oct 25 00:39:54 2011 New Revision: 39958 URL: http://www.lyx.org/trac/changeset/39958Log: tex2lyx: support for phantom insets + if (t.cs() == "hphantom") + begin_inset(os, "Phantom Hhantom\n"); + if (t.cs() == "vphantom") + begin_inset(os, "Phantom Vhantom\n");
I think there are typos here: Hhantom/Vhantom instead of HPhantom/VPhantom. JMarc