Questions tagged [combine]
89 questions
29
votes
7 answers
Making one PDF file from multiple PDFs or Tex?
I am creating a lab manual that contains a dozen or so different labs. I want to create each lab manual as their own compilable standalone document and in a main.tex file I would like to put them all in order.
I have looked into the \input,…
melevan
- 393
6
votes
1 answer
Undefined control sequence (\email, \address) in combine class
I am using the combine class to merge several tex files. Each of these files has a title with the name of the article, name of the author and the author's address and email id. Here is a sample of each…
Arundhathi
- 163
2
votes
1 answer
How to combine small pages of varying size to A4
I have about 80 PDF pages, all of which have width of 8.27 inches ( A4 width), but the height varies - e.g. some are 4" tall, others are 2.5" tall - there is no standard height. Let me call them snippets. I am looking to combine them so that they…
sunslick
- 21
1
vote
0 answers
Undefined control sequence error when using combine class
I am trying to Combine (6) .tex documents into one document. Have tried several 'combine' templates but nothing works. This is my current main document attempt.
\documentclass[book]{combine}
\title{Pepperdine Papers on LTL}
\author{J. Stanley…
Julee S Staley
- 11
- 1
1
vote
0 answers
Combining several articles using combine package causes errors
For my thesis I need to combine two articles into one document. I have looked at the combine package which looks perfect for this. However, when I try to typeset my document, I get a lot of errors:
Latex Error: ./main.tex:81 LaTeX Error: Command…
Signe
- 11
1
vote
0 answers
Error while using combine package
I am using LaTeX combine package for combining articles in Mathematics having document class amsart, but very time I had a problem with
\newtheorem{theorem}{\bf Theorem}[section]
Can anyone help me to get out of this.
This is using for Main…
Sumit
- 29
0
votes
0 answers
How to merge many documents, each containing several tex files?
I'm writing a Lab manual with 13 Lab sessions, for each session, I provided a document containing 3 tex files, one for packages( say packages.tex, one for main file that the whole code is…
S.Fadaei
- 1
0
votes
1 answer
Combing several latex documents into a single document
I wish to combine three distinct latex documents into a single document. In particular, each document has its own specific directory for images, as well as a distinct bibtex file. Is there a straightforward way to do this?
The solution I have for…
ChinG
- 229
0
votes
1 answer
How Can I combine three independent studies/topics in one Thesis in LaTex?
\documentclass[14.49998pt, a4paper, oneside]{article}
\usepackage[english]{babel} % English…
0
votes
1 answer
combining figures with image
I want to merge my graph with different images and create one figure. how can I create like the following figure (see attached picture)?
Wathiq Zayed
- 323
- 5
- 12