%%This is latex
\documentstyle[twocolumn]{article}

\begin{document}
\bibliographystyle{plain}
%%\pagestyle{empty}
\setlength{\oddsidemargin}{0.15in}
\setlength{\evensidemargin}{0.15in}
\setlength{\topmargin}{0in}
\setlength{\textheight}{9in}
\setlength{\textwidth}{6in}
\setlength{\headheight}{0in}
\setlength{\headsep}{0in}

\input{title.tex}
\input{intro.tex}
\input{electronic_communication.tex}
\input{electronic_meetings.tex}
\input{user_interface.tex}
\input{client_server_model.tex}
\input{communications.tex}
\input{authentication_and_authorization.tex}
\input{notification.tex}
\input{lessons.tex}
\input{today_and_tomorrow.tex}
\input{ack.tex}

\bibliography{discuss}
\end{document}

