% Smaple article template for the preparation of contgributions
% to the multi-author workshop proceedings volume
% "Long-Term and Dynamical Aspects of Information Security:
%  Emerging Trends in Information and Communication Security"
%
% Based on article.tex, a sample LaTeX file provided by Nova publishers

\documentclass[letterpaper,11pt]{article}    % Specifies the document style.
\usepackage[latin1]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{textcomp}
\usepackage{times} % We use times fonts
%%%%%%%%%  Nova 7x10  %%%%%%%%%
\setlength{\textheight}{8in}   % 11.0 - 1.125 - 0.875
\setlength{\textwidth}{5.5in}    %  8.5 - 1.375 - 1.125
\setlength{\oddsidemargin}{0.5in}
\setlength{\evensidemargin}{0.5in}
%%%%%%%%%  Nova 7x10  %%%%%%%%%
\usepackage{index}%Runs index style
%
 \usepackage[dvips]{graphicx}
%
\title{A Sample Document}  % Declares the document's title.
\author{%
Your Name, Another Name\\
works here \\
55555 ZIP-town, Eurasia\\
\texttt{\{name1,name2\}@insti.tuti.on}\\[1ex]
Your Name Too\\
works there \\
66666 ZAP-town, Mars\\
\texttt{name3@uni.versi.ti}}
%
\begin{document}           % End of preamble and beginning of text.
%
\maketitle                 % Produces the title.
%
\begin{abstract}
Please begin the chapter with a descriptive abstract
(100-400 words) summarizing the content of the article
\end{abstract}
%
\section{Introduction}
Please try to keep vertical (portrait) tables a maximum of 5.5
inches wide. If width is a problem, use the landscape layout. Text
Text Text Text Text Text Text Text Text Text Text Text Text Text
Text Text Text Text Text Text Text Text Text Text Text Text Text
Text Text Text Text Text Text Text Text.\footnote{For any
explanatory notes, please use Footnotes.}
\section{Heading Level 1}
Text Text Text Text Text Text Text Text Text Text Text Text Text
Text Text Text Text Text Text Text Text Text Text Text Text Text
Text Text Text Text Text Text Text Text Text Text Text Text Text
Text Text Text Text Text.[Author]

\subsection{Heading Level 2}
Text Text Text Text Text Text Text Text Text Text Text Text Text
Text Text Text Text Text Text Text Text Text Text Text Text.

\subsubsection {Heading Level 3} Text Text Text Text Text Text Text
Text Text Text Text Text Text Text Text Text Text Text Text Text
Text Text Text Text Text Text Text Text Text Text Text Text Text
Text.

\section{Text and Typestyles}
The ends of words and sentences are marked by spaces. It doesn't
matter how many spaces you type; the end of a line counts as a
space. One or more blank lines denote the end of a paragraph.
{\LaTeX} commands are usually preceded with a backslash. They are
often also included in brackets, as shown in this file. The {\LaTeX}
command generates the {\LaTeX} logo. Quotation marks are usually
done like ``this.'' Dashes come in three sizes: an intra-word dash,
a medium dash for number ranges like 1--2, and a punctuation
dash---like this.

Should you want to cause some text to appear in {\bfseries boldface
type}, you can simply place the \verb!\bfseries! command before that
text. Should you want a sentence to appear in {\itshape italics},
you can simply use the \verb!\itshape! command.  {\itshape This
sentence appears in italics.}

{\large You can also use different commands to cause text to appear
in larger type. This paragraph uses {\LaTeX}'s ``large'' typestyle.}

{\LaTeX} interprets some common characters as commands, so you must
type special commands to generate them.  These characters include
the following: \$ \& \% \# \{ and \}.

Footnotes\footnote{This is an example of a footnote.} are easy to do
with {\LaTeX}.

{\LaTeX} is also very good at typesetting mathematical formulas
like:
       \( x-3y = 7 \)
or
       \( a_{1} > x^{2n} / y^{2n} > x' \).
\section{Graphics}
Graphics should be included using figures as seen in Figure~\ref{fig:Ticket_Acquisition_Redemption}.
We use the graphicx package for inclusion. Note that Encapsulated Postscript (.eps) is
the only acceptable graphics format. Use high resolution graphics --- 300 dpi for B/W,
600 dpi for halftone images. Color is acceptable.
\begin{figure}
\centering
  \resizebox{0.95\textwidth}{!}{\includegraphics{x.eps}}
  \caption{Ticket acquisition (left) and redemption (right) processes.}
  \label{fig:Ticket_Acquisition_Redemption}
\end{figure}

\section{Displayed Math}
Mathematical formulas may be placed within paragraphs of text.
But they may also be ``displayed.''
In displayed math formulas, the formulas are displayed
between lines of text, as shown below:
   \[  x' + y^{2} = z_{i}^{2}\]
\section{Lists}
It is very easy to create lists using {\LaTeX}.
The following is an example of an {\it itemized} list.
\begin{itemize}
\item  This is the first item of an itemized list.

\item  This is the second item in the list.

\begin{enumerate}

\item This is the first item of an enumerated list that is nested within the itemized list.

\item This is the second item of the inner list.

\end{enumerate}

\item  This is the third item of the list.
\end{itemize}
%
\section{Conclusion}
Please follow the guidelines spelled out in this template.
References follow below. Please follow the examples with regard to
punctuation, capitalisation, order, etc.
%
\begin{thebibliography}{99}
  \bibitem{One} Author, A. B.; Author, C. D.: {\itshape The Article Title} J. Abbrev. 19XX, vol, xx-yy.
  \bibitem{Two} Author, A. B.: {\itshape The Paper Title}. In Book Title;
Editor, C. D.; Ed.; Series Name and number; Publisher: City, STATE (2 letters), year; Vol. 3, pp xx-yy.
\end{thebibliography}

\end{document}             % End of document.
