Tagged Questions
4
votes
1answer
71 views
Is there a way to \label each page in an included pdf file?
I am including a PDF file as part of my reports appendices.
The PDF file does not have page numbers, these are added using pagecommand=\thispagestyle{plain} which continues the LaTeX page numbering.
...
3
votes
1answer
84 views
Undefined links in component pdf; resolved at pdfpages compile time
I am trying something ambitious and I hope there is a way to get it to work.
I have a number of pdf documents that I will eventually pull together in one pdf. One of the documents, a cover page of ...
2
votes
1answer
299 views
\label inside the \pagecommand inside \includepdfmerge does not seem to work
\includepdfmerge[
nup=1x2,
frame,
landscape,
scale=0.8,
pagecommand={{\chapter{fracture}\section{Theoretical}},{\label{sect:frac-theor}}}]
{icm-model.pdf,1,/Fractal-Fracture-SE.pdf,1}
will ...
6
votes
2answers
966 views
Unable to link to inserted pages with pdfpages
I would like to add labels to pages inserted with the pdfpages package.
I sort of works right now, but it is not possible to link to the labels with \ref and \pageref commands. But it is possible to ...