summaryrefslogtreecommitdiff
path: root/Master/texmf-dist
diff options
context:
space:
mode:
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r--Master/texmf-dist/doc/latex/eqell/eqell.pdfbin185304 -> 186567 bytes
-rw-r--r--Master/texmf-dist/doc/latex/eqell/eqell.tex10
-rw-r--r--Master/texmf-dist/tex/latex/eqell/eqell.sty8
3 files changed, 13 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/latex/eqell/eqell.pdf b/Master/texmf-dist/doc/latex/eqell/eqell.pdf
index 66a2f2e032d..9afd25eac11 100644
--- a/Master/texmf-dist/doc/latex/eqell/eqell.pdf
+++ b/Master/texmf-dist/doc/latex/eqell/eqell.pdf
Binary files differ
diff --git a/Master/texmf-dist/doc/latex/eqell/eqell.tex b/Master/texmf-dist/doc/latex/eqell/eqell.tex
index 9c6b5e56f6a..289c2f40da6 100644
--- a/Master/texmf-dist/doc/latex/eqell/eqell.tex
+++ b/Master/texmf-dist/doc/latex/eqell/eqell.tex
@@ -23,7 +23,7 @@
\maketitle
\begin{abstract}
-This is a very small package who produce a very nice mark for a real books.
+This package produce very nice punktacion mark for books.
\end{abstract}
\section{Introduction}
@@ -55,6 +55,10 @@ package is activate by typing \verb|\usepacake{eqell}| in preamble and request p
\verb|\coe| produce \coe
+\verb|\beb| produce \beb
+
+\verb|\vev| produce \vev
+
\end{multicols}
\section{The (famous) example}
@@ -70,7 +74,7 @@ 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
-
+So, that's all folks \beb have a nice \TeX ing\ece
+Ako treba mi ho\'{c}emo \vev ali kako?
\end{document} \ No newline at end of file
diff --git a/Master/texmf-dist/tex/latex/eqell/eqell.sty b/Master/texmf-dist/tex/latex/eqell/eqell.sty
index b9decce3dff..9d125ba899f 100644
--- a/Master/texmf-dist/tex/latex/eqell/eqell.sty
+++ b/Master/texmf-dist/tex/latex/eqell/eqell.sty
@@ -1,8 +1,10 @@
-% A package by providing a fine exclaim-ellipsis and quations-ellipsis
-% This package made by Zoran T. Filipovic
+% A package by providing a fine mark for book.
+% This package made by Zoran T. Filipovi\' c
\ProvidesPackage{eqell}
+\RequirePackage{xspace}
+
\newcommand\ece{!\kern0.17em\ldots\xspace}
\newcommand\que{?\kern0.06em\ldots\xspace}
\newcommand\eqe{!?\kern0.06em\ldots\xspace}
@@ -11,3 +13,5 @@
\newcommand\elq{\ldots\kern-0.1em?\xspace}
\newcommand\eco{\ldots\kern-0.05em,\xspace}
\newcommand\coe{,\kern0.15em\ldots\xspace}
+\newcommand\beb{[\kern0.15em{\ldots}]\xspace}
+\newcommand\vev{\{\ldots\kern -0.17em\}\xspace} \ No newline at end of file