GeneralInclude tex files

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
huzabianca
Posts: 1
Joined: Tue Feb 23, 2016 12:55 pm

Include tex files

Post by huzabianca »

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.

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

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

Post by Johannes_B »

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.
Post Reply