On 02/07/11 19:54, Marco Saba wrote:
> Thank you. The second solution would be easier for me.
>
> How to?

I had to check it up in office. PDFPages is your friend. :

\usepackage{pdfpages}

You might want to read up it's docs concerning functionality. It is a 
quite powerful package. cf. 
http://www.ctan.org/tex-archive/macros/latex/contrib/pdfpages/pdfpages.pdf

Now, with this package you gain a new command: \includepdf. A sample 
usage would be like this:

\includepdf[addtotoc={1,section,1,{Title for the 
TOC},src/pdf/file.pdf}]{src/pdf/file.pdf}

You'd need such a line for each of your PDF files. If you don't care 
about TOC and TOC headings you might easily generate this by some loop 
on the shell.

Does this help?

cu
Alexander

------------------------------------------------------------------------------
The ultimate all-in-one performance toolkit: Intel(R) Parallel Studio XE:
Pinpoint memory and threading errors before they happen.
Find and fix more than 250 security defects in the development cycle.
Locate bottlenecks in serial and parallel code that limit performance.
http://p.sf.net/sfu/intel-dev2devfeb
_______________________________________________
Scid-users mailing list
Scid-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/scid-users

Reply via email to