I have two latex classes and I would like to use them simultaneously. Let's say put title and cover pages from one class and rest of the context from the other one.
Asked
Active
Viewed 118 times
0
-
1can't be done, i fear. – wasteofspace Feb 12 '13 at 17:21
-
3You can't do this. But there are other methods. See Change documentclass per page for one example. – Alan Munn Feb 12 '13 at 17:24
-
1You can't do that but you can see the source of any latex class, the implementation of maketitle is usually only a few lines of code so you can use the main class for your document settings and then copy the maketitle definition from the other class into your preamble. (Some classes are easier than others to do this, it depends) – David Carlisle Feb 12 '13 at 17:49
-
2let us know if Alan Munn's link resolves this- if so, this can be closed as a duplicate :) – cmhughes Feb 12 '13 at 19:00
-
Also related, but probably less helpful in your case: Can I change documentclass in the middle of a document? – doncherry Feb 12 '13 at 19:36