PDA

View Full Version : include tex file


flylehe
May 13th, 2009, 08:24 PM
Hi,
I include other tex files into my main tex files. However every file that is included starts with its own single page in the main file. Is there any way to make their contents continously placed in the main tex file?
Thanks and regards!

xadder
May 14th, 2009, 05:50 AM
use \input{file}, not \include{file}