Community talk ⇒ Import book sections
Import book sections
I am writing a Book 2 where I want to include chapters of a Book 1 with images. How can I specify certain chapters of Book 1 to import with the according pictures into Book 2?
I guess its a good idea to keep seperate folders of Book 1 and Book 2.
So its this file structure at the moment:
myBooks/Book1
myBooks/Book2
I would like to learn proper file handling maybe with additional picture folders or so.
Thx
TexMaker (TexLive Installation)
occupation: Music Analysis and teaching material with scores
Learn LaTeX easily with newest books:
The LaTeX Beginner's Guide: 2nd edition and perfect for students writing a thesis
The LaTeX Cookbook: 2nd edition full of practical examples for mathematics, physics, chemistry, and more
LaTeX Graphics with TikZ: the first book about TikZ for perfect drawings in your LaTeX thesis
- Stefan Kottwitz
- Site Admin
- Posts: 10360
- Joined: Mon Mar 10, 2008 9:44 pm
Import book sections
Indeed, splitting in handy files and organizing in folders is a good way when working on a large project. Choose folders that fits whatever you think is good for organizing - it can be a folder for images, or even folders for different image types. Or tables to be included.
Including chapters of one book in another book looks a bit strange to me. For sure that can be done. There will be .aux files for each chapters when you compile each book, containing the labels for the position in that book...
Another way is using the

Stefan