\documentclass[a4paper,12pt]{article}
\usepackage[T1]{fontenc}
\usepackage[latin1]{inputenc}
\usepackage{lmodern}

\usepackage{xspace}
\usepackage{eqell}
\usepackage{multicol}[1999/05/25]

%\newcommand\ece{!\kern0.17em\ldots\xspace}
%\newcommand\que{?\kern0.06em\ldots\xspace}
%\newcommand\eqe{!?\kern0.06em\ldots\xspace}
%\newcommand\qee{?!\kern0.17em\ldots\xspace}
%\newcommand\ele{\ldots!\xspace}
%\newcommand\elq{\ldots\kern-0.1em?\xspace}

\title{The \textsf{eqell} package}
\author{Zoran T. Filipovi\'{c} \\ Jurija Gagarina 263/6 \\ 11070 New Belgrade, Serbia}

\begin{document}
\frenchspacing
\maketitle

\begin{abstract}
This package produce very nice punktacion mark for books.
\end{abstract}

\section{Introduction}

In the $20^{{\rm th}}$ century in former Yugoslavia many publisher produce a realy nice and
beautifull books. I have many of this books. In this books a see samething like that: \fbox{Moja 
majka je\ece Pa kako to?} So, I produce a package called \verb|eqell| which mean 
\verb|e|xclaim,
\verb|q|uation, \verb|ell|ipsis, which contain a few macro, who produce fine mark like \ece This
package is activate by typing \verb|\usepacake{eqell}| in preamble and request package
\verb|xspace|. Package provide that a space beatwen each dot is same.

\bigskip 

\begin{multicols}{2}
\verb|\ece| produce \ece   

\verb|\que| produce \que 

\verb|\eqe| produce \eqe 

\verb|\qee| produce \qee 

\verb|\ele| produce \ele 

\verb|\elq| produce \elq 

\verb|\eco| produce \eco 

\verb|\coe| produce \coe 

\verb|\beb| produce \beb 

\verb|\vev| produce \vev 

\end{multicols}

\section{The (famous) example}

You may typing samething like that: 

\verb|What is this\que This is my very first package\ece But is not only one.|

\noindent
which produce:

What is this\que This is my very first package\ece But is not only one.

\vfill
\noindent 
So, that's all folks \beb have a nice \TeX ing\ece 

Ako treba mi ho\'{c}emo \vev ali kako?
\end{document}