On Sat, 2 Mar 2002, Mayuresh Kathe wrote:

>  I have got the responsibility of handling the
>  documentation for a very large project.
>
>  There are around 20 separate files in the original docs.

Prepare 20 separate files like 1.tex , 2.tex as so on. Then
prepare a master.tex. Include all these file in master.tex
by:

\input{1.tex}
\input{2.tex}

.. ans so on, just like #include header file in C language.

info latex may give you more information.

HTH

H.S.Rai


_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to