LyxFun questions
Matthew Bandy
matthew.bandy at gmail.com
Fri Mar 31 21:30:09 UTC 2023
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lyx.org/pipermail/lyx-devel/attachments/20230331/8ace9a8b/attachment.html>
More information about the lyx-devel
mailing list