LaTeX PDFmerge
Hey there, since merging several pdf files is a task that needs to be done pretty often, I decided to write a little TeX file for that. The initial version assumes that all pdf files have the same name pattern and end with a number: \documentclass[a4paper,landscape]{article} \usepackage{pdfpages} \usepackage{forloop} \begin{document} \newcounter{ct} \forloop{ct}{1}{\value{ct} < 8}%... » read more