Dear fellow Lyx enthusiasts - I am developing some scripts that automate table creation in Lyx based on database queries. I'm using lyxserver, but I am running into some issues. Please help!
The following commands will insert a 1x2 table and populate the first cell with some text and the second with a graphics inset. LYXCMD:copilot:tabular-insert:1 2 LYXCMD:copilot:repeat:2 char-left LYXCMD:copilot:self-insert:Here is some text LYXCMD:copilot:char-right: LYXCMD:copilot:inset-apply:graphics filename photo.png I need to modify the properties of the graphics inset, let's say to set the width at 3 inches. I can't figure out how to either 1) apply more than one property (filename, width, lyxscale, etc) when the inset is created or 2) change the properties after the inset is already in place. Any advice would be much appreciated. Thank you! ----- Matthew Bandy
-- lyx-devel mailing list lyx-devel@lists.lyx.org http://lists.lyx.org/mailman/listinfo/lyx-devel