
i have to create, in my thesis, an appendix with a fortran codes
i have those code in several pdf files.
codes in pdf files are structurated in two page each folio (too much codes

and i chose to compile them with a landscape structure using angle=90
i used:
\appendix
\chapter{Bla Bla Bla}
\section{Bla1}
\label{Bla1} bla bla bla introductions bla bla
\newpage
\includepdf[pages=-,angle=90,offset=0 25]{code1.pdf}
\section{Bla2}
\label{Bla2} bla bla bla introductions again bla bla
\newpage
\includepdf[pages=-,angle=90,offset=0 25]{code2.pdf}
etcetera
all work good but there is a problem.
there are no number pages down. i don't know why.
my goal is compiling those pdf files but have at the bottom of the pages the normal sequence of pages of my thesys.
this is beacuse section name appears in my index, and there are some comments before each program codes as you can see from the latex codes. and if there is'nt a page number in the bottom were be difficult, for the reader, find those comment.
i hope that i was clear in my exposition, and sorry for my english, i'm workin on it

tnx for reading me
Luca
edit: i use miktek and winedt editor
