---------- Forwarded message ---------- From: Luís Henrique Camargo Quiroz <[email protected]> Date: 2013/6/3 Subject: Re: [Gregorio-users] Gregorio and Scribus Windows 7 To: Christopher Mowers <[email protected]>
Hi Chris, I could not check this recipe now, but it worked once. I'm not on windows, and I don't remember which versions of Gregorio and Scribus I have, but they where the current versions available for installation as of October 2012. Make a backup of your gregorio-scrbus.lua, and try the following. Good luck! Luís Henrique Some changes need to be made in [program files]\gregorio\contrib\gregorio-scribus.lua. The current lines local f = nil local dir = nil should become local f = arg[1] local dir = arg[2] and, according to http://www.mail-archive.com/[email protected]/msg00930.html, number 4, the 95th line of this file should be: os.spawn(format("%s --interaction=nonstopmode %s.tex", lualatexbin, pathbase)) and, finally, despite not só clear in https://mail.gna.org/public/gregorio-users/2011-01/msg00063.html, you should put \usepackage{luacode} in the “headers” tab (in Scribus, if I recall correctly) 2013/5/31 Christopher Mowers <[email protected]> > Hello Everyone:**** > > ** ** > > So I’m trying to get Gregorio and Scribus to integrate. I’m getting the > same message that I have seen in some previous posts: “bad argument #1 to > 'match' (string expected, got nil)”**** > > ** ** > > After making the changes to various lines of code as I’ve seen in previous > posts, I’m still getting this message. Do I need a different change in > Windows 7? What should I check.**** > > ** ** > > Thanks,**** > > ** ** > > Chris**** > > _______________________________________________ > Gregorio-users mailing list > [email protected] > https://mail.gna.org/listinfo/gregorio-users > > -- -- Luis Henrique Camargo Quiroz http://luishcq.br.tripod.com - http://www.christusrex.org/www2/cantgreg -- -- Luis Henrique Camargo Quiroz http://luishcq.br.tripod.com - http://www.christusrex.org/www2/cantgreg
_______________________________________________ Gregorio-users mailing list [email protected] https://mail.gna.org/listinfo/gregorio-users

