\documentclass[twoside]{ASDJ}
% \documentclass{ASDJ}
\usepackage{epsfig}
\usepackage[outercaption]{sidecap}
\usepackage{hyperref}
\hypersetup{colorlinks=true}
\begin{document}
%%%%%%%%%% To be filled by the ASDJournal Editorial Office %%%%%%%%%%
\ASDJvolume{1}
\ASDJnumber{1}
\ASDJpages{1--14}
\ASDJyear{2009}
%%%%%%%%%% TITLE PAGE %%%%%%%%%%
%% Authors and affiliations
\author{ First~Author$^1$ \newline
Second~Author$^2$ \newline
Third~Author$^3$}
\affiliations{$^1$ First Affiliation\newline
Address of first affiliation \newline
$^2$ Second Affiliation\newline
Address of second affiliation \newline
$^3$ Third Affiliation\newline
Address of third affiliation \newline
}
%% Headers: short list of authors and short title
\shortauthor{F.~Author, S.~Author and T.~Author}
\shorttitle{Short title goes here}
%% Title
\title{The title goes here}
\maketitle
%%%%%%%%%% Abstract %%%%%%%%%%
\begin{abstract}
Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Duis posuere, urna sed lobortis venenatis, nibh nunc ultricies velit, eu viverra sapien nisi in orci. Proin non libero. Morbi viverra lacus non neque. Curabitur vestibulum nisl sed lorem. Duis lacus lorem, volutpat quis, tincidunt non, scelerisque in, pede. Pellentesque id leo quis odio ornare mattis. In suscipit turpis vel est. Nam hendrerit elementum eros. Aliquam hendrerit. Nulla sed nibh eu arcu eleifend sagittis. Sed et turpis. Nunc dignissim mauris at arcu.
\end{abstract}
%%%%%%%%%% Main document %%%%%%%%%%
\section{Introduction}
Contrary to popular belief, Lorem Ipsum is not simply random text \cite{lorem}. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.
Contrary to popular belief, Lorem Ipsum is not simply random text \cite{lorem}. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.
Contrary to popular belief, Lorem Ipsum is not simply random text \cite{lorem}. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.
Contrary to popular belief, Lorem Ipsum is not simply random text \cite{lorem}. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.
Contrary to popular belief, Lorem Ipsum is not simply random text \cite{lorem}. It has roots in a piece of classical Latin literature from 45 BC, making it over 2000 years old. Richard McClintock, a Latin professor at Hampden-Sydney College in Virginia, looked up one of the more obscure Latin words, consectetur, from a Lorem Ipsum passage, and going through the cites of the word in classical literature, discovered the undoubtable source. Lorem Ipsum comes from sections 1.10.32 and 1.10.33 of "de Finibus Bonorum et Malorum" (The Extremes of Good and Evil) by Cicero, written in 45 BC. This book is a treatise on the theory of ethics, very popular during the Renaissance. The first line of Lorem Ipsum, "Lorem ipsum dolor sit amet..", comes from a line in section 1.10.32.
%% Example of a figure (Note: no figures/tables on first page)
\begin{figure}
\epsfig{file=figure.eps, width=.85\textwidth}
\caption{Caption of the figure}
\end{figure}
%% Example of a table (numbers only)
\begin{table}
\begin{tabular}{ccc}
Column 1 & Column 2 & Column 3 \\
\hline
\hline
1.0 & 2.0 & 3.0 \\
4.0 & 5.0 & 6.0 \\
\hline
\end{tabular}
\caption{Caption of the table}
\end{table}
%% Example of a table (text and numbers)
\begin{table}
\begin{tabular}{lcc}
Column 1 & Column 2 & Column 3 \\
\hline
\hline
Text 1 & 2.0 & 3.0 \\
Text 2 & 5.0 & 6.0 \\
\hline
\end{tabular}
\caption{Caption of the table}
\end{table}
%%%%%%%%%% Bibliografy %%%%%%%%%%
%% Bibliografy using BibTeX
\bibliography{bibtex_database}
\bibliographystyle{plain}
\end{document}