KileManagement of a Project

Information and discussion about Kile, an integrated LaTeX environment for Linux KDE
Post Reply
swagatopablo
Posts: 16
Joined: Sun Mar 25, 2012 10:57 am

Management of a Project

Post by swagatopablo »

What is a project and how to manage a project in Kile? If my objective is to modularly divide my big .tex code into several latex file, then I can use the

Code: Select all

\include{filename.tex}
or

Code: Select all

\input{filename.tex}
for this purpose. Does opening a new project give any important advantage over them? I am relatively novice in latex and will be grateful if you reply keeping that in mind.

Recommended reading 2024:

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

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

elingeniero
Posts: 12
Joined: Mon Feb 13, 2012 12:30 pm

Management of a Project

Post by elingeniero »

I'm not an expert in Kile, so I can only guess (aided by this) because eclipse has this similar idea of a project. In fact, that's the only choice in eclipse even if you're writing 1 word (which is why stopped using it!).

Anyway, you still have to use \include or \input (because these are LaTeX dependent commands, unrelated to the editor), however, having all the files in a 'Kile' project will give you the advantages listed in the above link. In short; Kile will know that all these files are interconnected which makes things simpler.
Last edited by cgnieder on Tue Jan 01, 2013 9:00 pm, edited 1 time in total.
Post Reply