On Tuesday, 17 June 2025 23:27:59 BST Douglas McIlroy wrote: > >> PDFPIC is a horror. > > > > 😅 I tried to make it less horrific for 1.24. Deri's made it more > > powerful, as well. > > Overpowerful, I'd say. It's the only tmac file that uses .sy. > It flies in the face of the wisdom of default safe mode. > > Doug
Hi Doug, Not sure I deserve the credit! [derij@pip build (master)]$ git blame ../tmac/pdfpic.tmac | cut -c13-31 | ct Deri James 22 Bernd Warken 68 G. Branden Robinson 210 Total 300 [derij@pip build (master)]$ wc -l ../tmac/pdfpic.tmac 300 ../tmac/pdfpic.tmac And if you look at our current release (1.23.00):- [derij@pip build (master)]$ git blame 1.23.0 ../tmac/pdfpic.tmac | cut -c13-31 | ct Deri James 5 Bernd Warken 74 G. Branden Robinson 208 Total 287 If you don't want to use unsafe mode you can use the \X'pdf: pdfpic ...' command, the only hassle is that you have to follow it with an an appropriate ".sp" to move down beyond the 'pic'. Cheers Deri