summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/doc/latex/eqell/eqell.tex
blob: 2226a8fb8985ad364422d51ec10f77c62ca1289f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61

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

\usepackage{xspace}
%\ProvidesPackage{eqell}
\newcommand\ece{!\kern0.17em\ldots\xspace}
\newcommand\que{?\kern0.06em\ldots\xspace}
\newcommand\eqe{!?\kern0.06em\ldots\xspace}
\newcommand\qee{?!\kern0.17em\ldots\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 is a very small package who produce a very nice mark for a real 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 

\verb|\ece| produce \ece   

\verb|\que| produce \que 

\verb|\eqe| produce \eqe 

\verb|\qee| produce \qee 

\section{The (famous) example}

You may typing samething like that: 

\verb|What is this\que This is my very first package\ece Bat 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 \dots{} have a nice \TeX ing\ece 


\end{document}