Import a text into latex
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\documentstyle[12pt]{article}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
\centerline{\bf Here is a Title if needed}
%
%
\parindent 0pt
\parskip 0pt
\pagestyle{empty} %%% No page numbers
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\begin{document}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% THIS WRITES OUT TEXTFILE
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\large %%%%%%% comment this out for smaller letters
\begin{verbatim}%%%% starts the text-file mode
NORDPLUS Miniworkshop
Second Part
Friday Oct. 13th, 1995, 13.30
Room 546
Informal talks and discussion
Nuclear and Atomic Physics
13.30 - 14.00
L. Kocbach, Bergen
Visualization of collisions
(Using the arrangement for undergraduate students)
14.00 - 14.30
J.P. Hansen, Bergen
Collisions of Ions with Atoms and Surfaces
\end{verbatim}%%%% ends the text-file mode
\end{document}