blob: 289c2f40da62d0a54f1a22643efe1a7de446e64a (
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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
|
\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}
|