General ⇒ Include tex files
-
- Posts: 1
- Joined: Tue Feb 23, 2016 12:55 pm
Include tex files
Hello. How can I include in my main-file.tex other tex files from folders that i created. I have somthing like this: folder Capitolul_1 contain 3 tex files a.tex, b.tex,c.tex.
NEW: TikZ book now 40% off at Amazon.com for a short time.

- Johannes_B
- Site Moderator
- Posts: 4182
- Joined: Thu Nov 01, 2012 4:08 pm
Include tex files
Code: Select all
\input{./Capitulo1/a}
The smart way: Calm down and take a deep breath, read posts and provided links attentively, try to understand and ask if necessary.