Copy and Paste isn't really something you want to have in your workflow in the first place. You want this to be run by Claude or via a script/Makefile. Then here is no guarantee whatsoever that the LaTeX file compiles. And even if it doesn't it'll have lots of ERT.
So either use LaTeX or Typst. For the fun of it I had Claude generate a LyX file from a Markdown it generated. Took 10 minutes and it had 90 or so ERTs. pandoc && typst compile was instantaneous. You can of course vibe code something which sits in the workflow pipeline, but it complicates matters. I have a Typst template(Beamer/Metropolis lookalike) which I use for setting an Agenda for a regular workshop I organize. I plan to have Claude read the Google Sheet with which we set the agenda to use the template to generate an agenda with the template. el On 2026-05-24 23:06, Neal Becker via lyx-users wrote: [...] > I've used codex usually to produce beamer slides. I haven't tried to > produce lyx directly. Codex produces latex which I can import to lyx. > Unfortunately that doesn't work perfectly, probably due to issues in > latex2lyx. The last time I tried it I decided it wasn't worth the > effort to fix after import and just worked with the latex. I suppose I > should sit down and try to debug it. -- lyx-users mailing list [email protected] https://lists.lyx.org/mailman/listinfo/lyx-users
