diff options
author | Karl Berry <karl@freefriends.org> | 2010-07-11 22:44:33 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2010-07-11 22:44:33 +0000 |
commit | 1241e491f92e61c94147616f33d2cff9569f02f4 (patch) | |
tree | f655fe03293cf5d9ac0447b33fc892eaffdf81b5 /Master/texmf-dist | |
parent | b654ef0b09c4b139ace61d2429f4d8b4c7f30e8e (diff) |
new latexpackage eqell (11jul10)
git-svn-id: svn://tug.org/texlive/trunk@19381 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r-- | Master/texmf-dist/doc/latex/eqell/README | 4 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/eqell/eqell.pdf | bin | 0 -> 185250 bytes | |||
-rw-r--r-- | Master/texmf-dist/doc/latex/eqell/eqell.tex | 61 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/eqell/eqell.sty | 9 |
4 files changed, 74 insertions, 0 deletions
diff --git a/Master/texmf-dist/doc/latex/eqell/README b/Master/texmf-dist/doc/latex/eqell/README new file mode 100644 index 00000000000..1f4f731d640 --- /dev/null +++ b/Master/texmf-dist/doc/latex/eqell/README @@ -0,0 +1,4 @@ +This package contains a fine mark for real books. + +Author's name: Zoran Filipovic +License type: gpl
\ No newline at end of file diff --git a/Master/texmf-dist/doc/latex/eqell/eqell.pdf b/Master/texmf-dist/doc/latex/eqell/eqell.pdf Binary files differnew file mode 100644 index 00000000000..8252bb08a3f --- /dev/null +++ b/Master/texmf-dist/doc/latex/eqell/eqell.pdf diff --git a/Master/texmf-dist/doc/latex/eqell/eqell.tex b/Master/texmf-dist/doc/latex/eqell/eqell.tex new file mode 100644 index 00000000000..2226a8fb898 --- /dev/null +++ b/Master/texmf-dist/doc/latex/eqell/eqell.tex @@ -0,0 +1,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}
\ 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 new file mode 100644 index 00000000000..8a88666e8be --- /dev/null +++ b/Master/texmf-dist/tex/latex/eqell/eqell.sty @@ -0,0 +1,9 @@ + +% A package by providing a fine exclaim-ellipsis and quations-ellipsis +% This package made by Zoran T. Filipovic + +\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}
\ No newline at end of file |