Tagged Questions
0
votes
0answers
21 views
Including a document into another one without redefining setting
For a publication, I have to include another publication. The second one is in English and uses IEEEtr style.
I could of course compile the second one into a pdf file and include the pdf into the ...
2
votes
1answer
77 views
Include a PDF and ignore page margins?
I am writing a document using pdfLaTeX for college, and I have been supplied with a title page I need to use.
I have altered the \maketitle command:
\usepackage{pdfpages}
\renewcommand\maketitle{
...
3
votes
3answers
195 views
How to include multiple pages in latex
I have a pdf file consisting of four pages (see attached). I want to include it in Latex, but when I use the basic code given below, only the first page of the pdf appears. I want to do is to present ...
2
votes
1answer
95 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 ...
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 ...