Tagged Questions
2
votes
0answers
36 views
Strange Error with Libertine and pdfpages [duplicate]
Frequently I have to make a compilation of documents. Each document has been produced with pdfLaTeX, and the compilation is done with pdfLaTeX and the package pdfpages.
MWE of my file ...
3
votes
0answers
83 views
includepdf does not find file with comma
I am already using grffile to ensure that all files are found on the file system (windows 7), but now I have an example where the second file is not found.
\documentclass[]{scrbook} %
\usepackage[%
...
2
votes
1answer
101 views
Complex latex document: how to locate offending package dependency [solved: was using dirty build] [closed]
For final distribution, certain appendix includes the pdfpages package. However, appendices should be skipped for normal "draft" versions, or while working on individual chapters.
I am having ...
0
votes
1answer
323 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, ...
6
votes
1answer
379 views
Using a macro as value of addtotoc in \includepdf
I would like to include pages from an external PDF file into my document, using the pdfpages package. The following works for me:
\documentclass{article}
\usepackage{pdfpages}
\begin{document}
...
9
votes
1answer
671 views
Linux Libertine and pdfTeX: glyph `a' undefined
I have little doubt, usually, in the Linux Libertine font with LaTeX / pdflatex, but a couple of weeks ago, the following happened to me:
I have the file with the following test.tex
...