Starting from a custom copy_id

Added by Nick Dowell over 10 years ago

Hi

Is it possible to start the copy number from a value other than 1? I have already printed 100 questionnaires, but now I'd like to print some more starting from 101.

Of course, I could increase the \onecopy{..} value to 200 and just start printing from copy 101, but this requires a very large (and partly redundant) PDF file.

Thanks in advance for your advice.


Replies (1)

RE: Starting from a custom copy_id - Added by Alexis Bienvenüe over 10 years ago

I don't know if you also need to connect correction code values, so I also added a code for that (assuming the last correction code from copy number 100 was 42):

\makeatletter
\def\AMC@premierecopie{101}
\AMCid@check=41
\makeatother

(1-1/1)