Include PDF at end of questions using AMC-TXT

Added by Muh Kuh almost 5 years ago

Hey there,

I am trying to include some PDF Pages (formula collection, computation tasks) to the end of the pdf.. so that I get a pdf like this:

4 Pages Question for student 1
1 Page separate answer sheet for student 1
3 Pages included pdf - the same for all

4 Pages Question for student 2
1 Page separate answer sheet for student 2
3 Pages included pdf - the same for all
and so on

I tried

LaTex-Preambule: \usepackage{pdfpages}
$includepdf[pages=-,landscape=true]{mypdf.pdf}$

as this is how we did it when we were using LaTex.. any clues if and if yes, how, this could be done using AMC-TXT?


Replies (1)

RE: Include PDF at end of questions using AMC-TXT - Added by Alexis Bienvenüe almost 5 years ago

In AMC-TXT, you can include LaTeX commands with [[...]], like [[\includepdf[pages=-,landscape=true]{mypdf.pdf}]]
You need to add this command at the end of each copy; I'm afraid this is not possible with current AMC-TXT - feel free to add a feature request for this.

(1-1/1)