aiorazabala / qmethod

R package to analyse Q methodology data
GNU General Public License v2.0
34 stars 18 forks source link

add duplex option to make.cards #328

Closed maxheld83 closed 8 years ago

maxheld83 commented 8 years ago

make.cards() is best printed on both sides, so that you have the stimulus on front, and ID/handle on the back.

Some printers support duplex printing, and for that purpose, it would be very helpful to be able to export PDFs where every page was rendered twice, because printer drivers usually do not support this kind of thing. (you can enter n of copies, but that'll be printed after the first batch).

Not sure how to implement this:

Would make printing on duplex a lot easier.

@VerenaKasztantowicz maybe you want to look into this, since this will be especially handy for image-sorts?

VerenaHeld commented 8 years ago

+1 That would be nice as a new argument in R... I'm thinking about it.

maxheld83 commented 8 years ago

@VerenaKasztantowicz can you try this out, too? It's in the make-cards-conveniences branch. Will merge it if it works for you, too.

VerenaHeld commented 8 years ago

It's working @maxheld83 thx

maxheld83 commented 8 years ago

great, done :)