I see a slight different solution. Use package pdf pages. It is simple and documentation is clear enough.
First you build your source file and produce an output with pages in regular order and expected page format. (LuaLaTeX) Then you produce a new tex file. For example: > \documentclass[a4paper]{article} > \usepackage[pdftex]{color,graphicx,epsfig} > \usepackage[final]{pdfpages} > \begin{document} > \includepdf[pages={32-35},signature=4,landscape,frame,noautoscale]{Appendix.pdf}%,,signature=36 > \end{document} pages - range of pages to be put in a booklet if all use „-” signature - booklet division in 4 or 8 or 12 or 16 or other divided by 4 number. Run pdfLaTeX at this new file. The output will be a booklet to be printed at regular printer (double side). Best regards! Wydawnictwo W drodze <http://www.wdrodze.pl/> Tomasz Grabowski OP prezes tel. +48 61 852 39 62 <tel:+48618523962>, kom. 694 480 613 <tel:+48694480613> e-mail: t.grabow...@wdrodze.pl <mailto:t.grabow...@wdrodze.pl> Wydawnictwo Polskiej Prowincji Dominikanów W drodze Spółka z o.o. <http://www.wdrodze.pl/> ul. Kościuszki 99, 61-716 Poznań <http://t.co/jQHFkoj0ed> tel. 61 852 39 62 <tel:+48618523962>, 61 850 47 52 <tel:+48618504752> NIP: 7831714817 <http://www.wdrodze.pl/>, REGON: 302771577 <http://www.wdrodze.pl/> > Wiadomość napisana przez Michael Martin <arsastronaut...@me.com> w dniu > 26.11.2016, o godz. 18:50: > > Pardon for the slightly off-topic Latex question, but I am a bit stuck and > the subject has come up in passing once or twice in the past. I am putting > together some chant booklets by printing in landscape and using the package > booklet. Booklet interleaves the pages so all this is needed is to simple > fold the papers in half and staple in the middle. > > Now booklet seems to be rather broken under TexLive 2016. It works fine in > 2015, which, fortunately, I have not deleted from my computer! So I will use > 2105 in the interim. But my question is this, has anyone gotten booklet > working in 2016? And if so, how? I do not believe there is an alternative to > booklet in 2016, so this is something I'd like to fix in the long term. > > > --------------------------------------------------------------------- > Michael Martin > arsastronaut...@me.com > ---------------------------------------------------------------------- > > > > > > > _______________________________________________ > Gregorio-users mailing list > Gregorio-users@gna.org > https://mail.gna.org/listinfo/gregorio-users
_______________________________________________ Gregorio-users mailing list Gregorio-users@gna.org https://mail.gna.org/listinfo/gregorio-users