I must create pdf document which contains N pages in A5 format printed on A4 in this order:
1st A4: 1st and Nth A5
2nd A4: 2nd and (N-1)th A5
When i type:
Code: Select all
documentclass[a5paper]{article}
Where's the problem? I'm beginner...
thanx
Code: Select all
documentclass[a5paper]{article}