Build command for LaTeX project
I am currently using SageMath Cloud for writing some Latex's documents. My question is very simple. My project is composed by one master main.tex
file that I need to use for building the project but the master file calls many other .tex
files that I edited.
How can I specify only one command for building LaTeX project when I edit any other .tex
file? Currently, SageMath Cloud try to compile only the opened file but not the main file.
EDIT: I want to do the same with Preview
function: when I edit one files of my LaTeX document, I want to preview only the result of the main file...