summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/eqell
diff options
context:
space:
mode:
authorNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
committerNorbert Preining <norbert@preining.info>2019-09-02 13:46:59 +0900
commite0c6872cf40896c7be36b11dcc744620f10adf1d (patch)
tree60335e10d2f4354b0674ec22d7b53f0f8abee672 /macros/latex/contrib/eqell
Initial commit
Diffstat (limited to 'macros/latex/contrib/eqell')
-rw-r--r--macros/latex/contrib/eqell/README17
-rw-r--r--macros/latex/contrib/eqell/eqell.pdfbin0 -> 186567 bytes
-rw-r--r--macros/latex/contrib/eqell/eqell.sty17
-rw-r--r--macros/latex/contrib/eqell/eqell.tex80
4 files changed, 114 insertions, 0 deletions
diff --git a/macros/latex/contrib/eqell/README b/macros/latex/contrib/eqell/README
new file mode 100644
index 0000000000..00bff24098
--- /dev/null
+++ b/macros/latex/contrib/eqell/README
@@ -0,0 +1,17 @@
+
+This is the README file of eqell package
+
+This package provide fine punktacion mark for book.
+
+This package is publisher under GNU GENERAL PUBLIC LICENCE.
+You can redistribute it and/or modify it under the terms
+og he GNU General Public Licence as published by the
+Free Software Foundation; either version 2 od the Licence,
+or (at your options) any later version.
+See www.gnu.org for details.
+
+Zoran T. Filipovic
+Jurija Gagarina 263/6
+11070 Novi Beograd
+Srbija
+zoran dot filipovic at yahoo dot com
diff --git a/macros/latex/contrib/eqell/eqell.pdf b/macros/latex/contrib/eqell/eqell.pdf
new file mode 100644
index 0000000000..9afd25eac1
--- /dev/null
+++ b/macros/latex/contrib/eqell/eqell.pdf
Binary files differ
diff --git a/macros/latex/contrib/eqell/eqell.sty b/macros/latex/contrib/eqell/eqell.sty
new file mode 100644
index 0000000000..9d125ba899
--- /dev/null
+++ b/macros/latex/contrib/eqell/eqell.sty
@@ -0,0 +1,17 @@
+
+% 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}
+\newcommand\qee{?!\kern0.17em\ldots\xspace}
+\newcommand\ele{\ldots\kern0.17em !\xspace}
+\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
diff --git a/macros/latex/contrib/eqell/eqell.tex b/macros/latex/contrib/eqell/eqell.tex
new file mode 100644
index 0000000000..289c2f40da
--- /dev/null
+++ b/macros/latex/contrib/eqell/eqell.tex
@@ -0,0 +1,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} \ No newline at end of file