{pdfpages} is a package that simplifies the inclusion of external multi-page PDF documents in LaTeX documents.
4
votes
1answer
138 views
pdfpages error : includepdf + addtotoc / addtolist
PDFpages produces this error. How could I fix it ?
Package pdfpages Warning: There's something wrong with the entries
(pdfpages) of `addtotoc'. Not all entries were
(pdfpages) ...
0
votes
0answers
28 views
XeTex: pdfpages - Version of PDF file (1.5) is newer than version limit specification [duplicate]
Possible Duplicate:
PDF version issue when including PDF figures
I want to import a pdf into my document which I create with XeTex.
Of course I included the pdfpages:
...
4
votes
1answer
128 views
pdfpages + hyperref : hyperlinks in list of tables pointing wrongly to first page of document
In the TOC, the hyperlinks are pointing correctly to the pdf document included with pdfpages
But, in the lists of tables / figures, the hyperlinks are pointing wrongly to the cover page of my ...
5
votes
1answer
100 views
How to link to sibling PDF when using pdfpages and hyperref
I am using pdfpages to tie several PDF documents together (yes, they must be separate documents) into a portfolio. My problem is that I need to place many, many links within one child document that ...
1
vote
1answer
186 views
pdfpages/hyperref - Contents link jumps to wrong part of page
I'm using pdfpages to combine multiple pdf documents; I would also like a front 'contents' page for the new file, using hyperref to allow me to jump directly to the correct page. The 'addtotoc' option ...
3
votes
1answer
70 views
Base document page numbers with pdfpages and nup
It's possible to have pdfpages number the pages of the document it including using the following command:
\includepdfset{pagecommand=\thispagestyle{plain}}
(cf. Base document page numbers with ...
2
votes
1answer
131 views
Making one page landscaped and all other portrait, is that possible? [duplicate]
Possible Duplicate:
How to change certain pages into landscape/portrait mode
I'd like to have one page in landscape, in between of several other pages in portrait.
I know how to make all ...
2
votes
0answers
106 views
Relative paths in a subimport-ed file, when using pdfpages
Short version: a subimport-ed file has correct relative path when using \includegraphics, but incorrect relative path when using \includepdf.
Long version:
File a.tex is located in my main a ...
4
votes
2answers
115 views
Placing Works Cited (or references) in another document
I have a document which uses the standard \cite to cite a reference. At the end of my document, I have a \bibliography to place the References section there. However, the fellowship I'm applying to ...
3
votes
2answers
373 views
How to install PDFBox on Windows so it works with pax?
I am trying to use pdfpages and maintain the internal bookmarks within the included PDF files. The pdfpages README suggests using the pax package for this purpose, so I have installed that from CTAN ...
3
votes
2answers
111 views
How to pass the draft option for pdfpages to \includegraphics?
If I use
\usepackage[draft]{pdfpages}
and include
\includepdf[...]{...}
everything works fine, i.e. instead of the included pages I get empty boxes.
But if I use
\includegraphics[...]{...}
...
7
votes
1answer
568 views
Landscape and page numbers with pdfpages
I am using pdfpages to insert PDFs into a master file. Some of the PDFs are portrait and some are landscape. I am using pagecommand=\thispagestyle{plain} so that the page numbers are in sequence ...
4
votes
1answer
158 views
URL-s are broken after merging PDF files [duplicate]
Possible Duplicate:
How to preserve hyperlinks in included pdf?
After I merge PDF documents with pdflatex and pdfpages as described here, the URL-s are either broken (PDF files from ...
2
votes
1answer
234 views
How to turn on/off page numbering when merging PDF files
I am trying to merge separate PDF files, following this advice.
\documentclass{article}
\usepackage{pdfpages}
\begin{document}
\includepdfmerge{file1.pdf,-}
\includepdfmerge{file2.pdf,1-3}
...
2
votes
1answer
331 views
Draftwatermark with inserted PDF
I have included a watermark (using \usepackage{draftwatermark}) for draft copies of my document, several pages of which are inserted from a PDF. The watermark behaves just fine on most pages - the ...
1
vote
1answer
126 views
Insert pdf pages with choice of which pages of original doc [closed]
To insert only a few pages of a PDF document to my latex document, I use this macro. The numbering of the pages in my document is not interrupted even if I customize the header-footer with ...
1
vote
1answer
242 views
adding text onto pdf pages
This is related to the post How can I superimpose LaTeX / TeX output over a PDF file?.
One of the answers is (which is the one I'm using now):
\documentclass[12pt]{article}
\usepackage{pdfpages}
...
3
votes
1answer
130 views
warning about pdfpages with hyperref
Package pageslts prints out this warning since I use pdfpages and hyperref in the same document.
Package pageslts Warning: Package pdfpages detected.
(pageslts) Using hyperref ...
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 ...
4
votes
1answer
138 views
adjusting position of page numbers in bound in PDF pages
My document consists of three parts, where part two is an external PDF which I bound in using the \includepdf command from the pdfpages package. I managed to place page numbers on these pages by use ...
2
votes
1answer
94 views
PDF Pages Included, but it does't work
I am writing my thesis, and I need to add a single pdf page in the appendix, so I found a way to use the pdfpage package. Normally I added the package, when I added the package and I continued writing ...
14
votes
1answer
267 views
Include several pages of a PDF without losing LaTex document style
I would like to include several pages of a PDF as a subsection in my LaTex Document using the package pdfpages. I tried
\includepdf[scale=0.8,pages=1-5,pagecommand=\subsection{blub}]{testpdf}
from ...
0
votes
0answers
209 views
Pdfpages \include pdf adds number to lower left corner [closed]
I'm brand new to Latex, so bear with me. I'm trying to include a pdf using the pdfpages package and rotate, resize, and crop it. When I do this, a number always shows up in the lower left corner of ...
0
votes
1answer
312 views
Problem with pdfpages due to everyshi related error
I just want to add individual .pdf pages to my final latex document. A snippet of the code is presented below:
\documentclass[12pt, a4paper, twoside]{book}
\usepackage[top=1.50in, bottom=1.50in, ...
2
votes
1answer
178 views
How to vertically center included pdfs?
when I'm trying to fill a poster with multiple (landscape) slides, like this:
\documentclass[a0]{sciposter}
% Support for PDF inclusion
\usepackage[final]{pdfpages}
\begin{document}
...
0
votes
1answer
197 views
merging 2 pdf's and rearanging pages
This is not just merging two pdf files using pdflatex.
final document need have a structure:
odd pages are from first.pdf
even pages are from second.pdf
is this possible?
p.s.
I'm trying to have ...
2
votes
1answer
82 views
Insert pdf to the begining
Using pdfpages when I add a pdf like
\documentclass[10pt,twoside,draft]{book}
\usepackage{log}
\newfontfamily\dejavu{DejaVu Sans}
\begin{document}
%-----------------------------Cover ...
2
votes
1answer
139 views
LaTeXML and pdfpages [closed]
I can't find a lot of informations about LaTeXML here but I hope somebody can help me.
In a LaTeX document, I use a \includepdf with the option pages. I have created a mystyle.sty.ltxml in which I ...
4
votes
1answer
218 views
Filled out form fields are left blank when using /includepdf
I have included a PDF file in my document using
\includepdf[pages=-]{pdf/document_to_include.pdf}
This works fine, except document.pdf has form fields which are filled out (and the document has ...
4
votes
2answers
134 views
Include pdf documents from a list written in a text file
In a text file titles.txt, I have the title, category and filenames of all the documents I wish to insert in TeX file.
I can properly insert the title and the category (used with \index) but ...
5
votes
2answers
135 views
Including a length-dependent page range using pdfpages
I'd like to extract pages from 16 to (last page minus one) using pdfpages. I know I can access the last page via the token last, but I need to do arithmetic on it, to get a page range that looks like ...
6
votes
2answers
795 views
Add a figure title and x-axis label to a figure matrix created using pdfpages
Background
I previously asked: Can I convert a 16 page pdf into an 8x2 matrix in LaTeX?
I ended up creating a 3x5 matrix of images from a 15 page pdf by compiling a document "foo.tex":
...
4
votes
2answers
147 views
pdfpages doesn't allow me to draw a thick horizontal line in “tabular”
I have the following code:
\documentclass{article}
\usepackage{amssymb}
\usepackage{caption,sansmath}
\usepackage{array}
\DeclareCaptionFont{sansmath}{\sansmath}
\captionsetup{textfont={sf,sansmath}}
...
4
votes
1answer
275 views
Getting pax/pdfpages to work with xelatex?
Please consider the following MWE, in a form of a batch file, which creates two tex files (one of them gets \includepdfd in the other):
cat > insert.tex <<'EOF'
\documentclass{article}
...
5
votes
0answers
192 views
proper alignment of pdfpages import in memoir typeblock
Finding the solution to Setting up pdfpages with memoir? turned out not to be as simple as adding the right layout parameter as an offset.
The first finding was that if a twoside documentclass is ...
6
votes
2answers
370 views
Setting up pdfpages with memoir?
I am using memoir for writing my PhD thesis. In my university we have to include submitted, accepted, and prepared drafts of related papers as appendices.
These papers have all been previously ...
2
votes
1answer
123 views
Inserted pdfpages header consumes extra table numbers in TOC/LOT
I’d like a tabular header to appear on each page of the pdf I’m including. So I am using these commands in pdfpages.
\def\plotheader{
\setlength\LTleft{0.85in}
...
8
votes
2answers
2k views
Includepdf as a figure
I want to include some pages of a pdf file into my document and wrap them into a figure with a caption for example (with pdfpages)
\begin{figure}[h]
\centering
...
4
votes
1answer
213 views
Why does pdflatex crash with the pdfpages packages, and is there anything I can do to prevent this?
I wish to append some pdf documents to the end of a larger document I'm writing, but find that using the \includepdf command provided by pdfpages always crashes pdflatex.
The following example ...
6
votes
2answers
543 views
pdfpages, addtolist and list of tables
These may be separate questions, but the following MWE:
\usepackage{pdfpages}
...
\addcontentsline{lot}{subsection}{\ref{tab:UserRoles} \textbf{User Roles}}
\includepdf[pages={-}, ...
3
votes
1answer
615 views
pdfpages doesn't center pdf on page, using Thesis.cls
I am using the Thesis-template from http://www.latextemplates.com/template/masters-doctoral-thesis.
I have several LaTeX-documents to include in the Appendix. The best solution seems to be compiling ...
2
votes
2answers
382 views
\pdfbookmark to page number and location with \includepdf
I would like to use a \pdfbookmark like command to reference a page within a PDF document (included with the \includepdf command) and further to bring the user to a specific location (say 2.34 inches ...
7
votes
2answers
182 views
What is the recommended practice for making multi-article publications with LaTeX?
I would like to migrate the process of preparing a scientific journal at our department from MS Word to LaTeX.
There is already a document class that could be used for individual articles. However ...
4
votes
0answers
64 views
Plug-in for adding LaTeX annotations to an existing pdf? [duplicate]
Possible Duplicate:
How can I superimpose LaTeX / TeX output over a PDF file?
Is there a plug-in for a PDF reader (or stand-alone GUI) that would allow me to add LaTeX annotations to an ...
3
votes
1answer
820 views
\pdfbookmark hyperlink aims to low with \includepdf
I'm trying to use pdfTeX to bring together several PDF documents and use the bookmarks feature of Adobe/Preview to supply a hyperlinking structure in a sidebar window. When I try this with multiple ...
2
votes
1answer
455 views
Starred version of \captionof not working together with pdfpages
I use the following code to get a caption on the previous page but the correct location of the figure in the ToC. I now get 2 entries in the ToC, which is not really a surprise ;-). I now want to get ...
2
votes
1answer
295 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 ...
3
votes
1answer
590 views
includepdf results in undesired headings
\includepdf[pages={34-40},nup=2x2,frame,landscape,scale=0.8,%
pagecommand=\chapter{fracture}\section{Theoretical}]{Dam-Nonlinear.pdf}
\clearpage
...
11
votes
2answers
194 views
Include adjacent PDF slides from two different sources through \includepdf
I would like to include pages from two different PDF files on a single page, side by side (possibly using nup=2x2).
Presently, there is a page ejected before each \includepdf.
0
votes
0answers
42 views
Include a PDF containing an animation (movie15) [duplicate]
Possible Duplicates:
PDF file containing 3D object is not included correctly with \includegraphics
How to preserve hyperlinks in included pdf?
I am using LaTeX, and at some point need to ...