In order to prepare your manuscript for printing, please follow our guidelines:
\documentclass[twoside]{report}
\usepackage{your packages, lj-igpl}
\Title{Title}
\ShortAuthor{author1 and author2 and ...}
\LongAuthor{
\author{author1}
\address{address1}
\author2{author2}
\address{address2}
...
}
\Received{submission date}
Your macro definitions
\begin{document}
\begin{paper}
\begin{abstract}
your abstract
\end{abstract}
\Keywords{keywords}
\section{Section Header}
your paper
\bibliographystyle{plain}
\begin{thebibliography}{100}
Contents of your .bbl file
\end{bibliography
\end{paper}
\end{document}
Example:
\documentclass[twoside]{report}
\usepackage{amssymb, lj-igpl}
\Title{Axiomatising Various Classes of Relation and Cylindric Algebras}
\ShortAuthor{R. Hirsch and I. Hodkinson}
\LongAuthor{
\author{ROBIN HIRSCH}
\address{Department of Computer Science, University College London,
Gower Street, London WC1, UK. E-mail:~R.Hirsch@cs.ucl.ac.uk}
\author{IAN HODKINSON}
\address{Department of Computing, Imperial College of Science, Technology and
Medicine, 180 Queen's Gate,
London SW7 2BZ, UK. E-mail:~imh@doc.ic.ac.uk}
}
\Received{12 October 1995.}
\begin{document}
\begin{paper}
\begin{abstract}
...
\end{abstract}
\Keywords{logic,cylindric algebras}
\section{Introduction}
...
\end{paper}
\end{document}