On 02/14/11 14:30, Marco Saba wrote:

Hi!

> Thank you. I was able to concatenate all pdf files using:
> $ pdftk *.pdf cat output combined.pdf

Well, there are a host of options to concatenate stuff of course.

> Now the problem is the page numbering. Can I have SCID
> generate all LaTEX reports without any page number in it?
> Maybe I can change something in "options.dat" file?

You need ot set the page style to "empty".

Options / Exporting / LaTeX file

offers you the wrapper which is placed around the actual notation. Inserting

\pagestyle{empty}

after the \begin{document} should do the trick.

> So that, after I concatenate all the pdf, I can use a PDF tool
> to number all the 10,800 un-numbered page?

If you followed the concatenation I described they'd be numered 
correctly. I don't know of a free tool that can add the nubmers, I just 
know that you could use Adobe Acrobat of to add page headers and footers.

BTW: What do you use a file of 10.800 pages for? Isn't this a bit 
difficult to handle?

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