The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
1answer
55 views

Package conflict when using the combine document class

The following code demonstrates two types of errors, which I think are fundamentally the same. The code should format as is; now remove the % in front of \usepackage{semantic}. Reformatting fails to ...
0
votes
0answers
27 views

How add dots in table of contents (list of papers) in combine class [closed]

I'm working with combine class. The previous question is Change font in combine class, but now I need to add dots in the title of paper like table of contents of standard documents Contents Name of ...
0
votes
0answers
43 views

Change font in combine class

I'm working with combine class to join several articles. This package works fine, but now I want to change the font of all document. I tried \usepackage{mathpazo} ...
2
votes
1answer
217 views

Book option of the combine document class

I included a MWE (a main file and three articles) that uses the combine class with book option. There are two problems. The formatting process creates the LaTeX Error: Environment abstract undefined, ...
2
votes
1answer
82 views

Compile separate document chapters into book w/o duplicate references?

I am trying to collect a set of independent documents, each with its own preamble and begin{document} and \end{document} lines into a book. I have looked into the subfiles package and tried \include ...
5
votes
2answers
177 views

Merge two TikZ pictures into one

Is it possible to merge two existing TikZ pictures into one? I have two pictures of this type and want to set them beneath each other in one tikzpicture environment (and adding some arrows between ...
2
votes
0answers
35 views

Include Date in Table of Contents of Combine Document

Is it possible to include the date in the Table of Contents when using the combine class? I have a document that is a collection of many articles that have been written over a long period of time and ...
5
votes
1answer
50 views

Force articles to openright with combine class

I'm using the combine class to combine several articles into a single document. I would like each document to start on the right, similar to the openright option available on the book class. Is this ...
0
votes
1answer
88 views

LaTeX hungs on EPS processing

The pdflatex.exe process hungs. I have two TeX files, FIRST imports SECOND (by using combine class). SECOND file has \includegraphics{DDS_images_eps/SIN_0.eps}, and compiles fine. But FIRST hungs. In ...
3
votes
0answers
183 views

Problem with headers, footers [closed]

I have a problem on even pages with header and footer lines. Line shifted towards by text. Another problem is that heads of article's sections appear on headers and footers, but I don't use it in ...
6
votes
1answer
260 views

Compilation error (combine class + hyperref package): TeX capacity exceeded, sorry [input stack size=5000]

I would like to create a "journal" with several papers, using the combine class. In the example below, there are one master file and two articles. Master file: ...
5
votes
2answers
432 views

How to combine two LaTeX files

I have two separate LaTeX pages: one is a report and one is a beamer. I need to submit them as a single pdf and there should be consistency between the files, e.g. if the report finishes in the 50th ...
2
votes
1answer
224 views

Combine many files in LyX

I have written dozens of exercises as LyX documents in separate files. Each of them has its own unique number. For example: 1013, 2053 etc. I would like to create a booklet with all the exercises, ...
0
votes
0answers
95 views

Insert figures in Combine class [closed]

I tested the combine class, but I have a problem in the document to be combined figures exist, but I get this problem when there is no compilation and how to fix the problem I get is: ...
3
votes
2answers
702 views

Combining Independent Latex Files

I have loads of latex files in a directory, each having (basically the same) preamble. That is, they use the same packages, the same documentclass, and they each define the same newcommands; there ...
1
vote
5answers
211 views

Combine class and page breaks

I use combine class to bundle some LaTeX files together. The main file is essentially like this: \documentclass{combine} \begin{document} \begin{papers} \import{file1} \import{file2} \end{papers} ...
3
votes
2answers
230 views

using combine class with revtex4-1 - command \published already defined

I'm trying to combine (with combine class) many (about 100) TeX files to prepare a book of abstracts for a conference. They are written using revtex4-1 class. When I use this classes together ...
3
votes
1answer
341 views

Interweave .tex files to create single PDF

I have three .tex files. contains all the verses in a document in this format: \subsection*{वृद्धिरादैच् 1.1.1} \label{1.1.1} contains explanation 1 contains explanation 2 Is there a way to merge ...
3
votes
1answer
299 views

How to use the combine document class with the siunitx package

I am trying to squish several journal papers together (using the combine document class) to provide the filling for my thesis sandwich. The papers make use of the siunitx package but causes an error. ...
1
vote
0answers
295 views

Combining several articles using combine package causes errors [closed]

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: ...
5
votes
2answers
397 views

Make a .tex file that combines complete .tex documents in subdirectories

I'm using LaTeX for my research journal (similar to WordPress). There are a number of subdirectories that contain complete (standalone) .tex files along with PDF files that I made from those ...
3
votes
1answer
377 views

combine and newtheorem

I'm having trouble marrying combine and amsthm packages. Minimal example: compilation.tex \documentclass[colclass=amsart]{combine} \usepackage[utf8]{inputenc} \begin{document} \pagestyle{combine} ...
2
votes
1answer
636 views

Using the “combine” document class with the listings package

I am trying to use the combine document class (manual) to combine several pre-existing documents into a single file with consistent formatting. It works great, except that there is a conflict of some ...