From 1241e491f92e61c94147616f33d2cff9569f02f4 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sun, 11 Jul 2010 22:44:33 +0000 Subject: new latexpackage eqell (11jul10) git-svn-id: svn://tug.org/texlive/trunk@19381 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/eqell/README | 4 ++ Master/texmf-dist/doc/latex/eqell/eqell.pdf | Bin 0 -> 185250 bytes Master/texmf-dist/doc/latex/eqell/eqell.tex | 61 +++++++++++++++++++++++ Master/texmf-dist/tex/latex/eqell/eqell.sty | 9 ++++ Master/tlpkg/bin/tlpkg-ctan-check | 2 +- Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc | 1 + Master/tlpkg/tlpsrc/eqell.tlpsrc | 0 7 files changed, 76 insertions(+), 1 deletion(-) create mode 100644 Master/texmf-dist/doc/latex/eqell/README create mode 100644 Master/texmf-dist/doc/latex/eqell/eqell.pdf create mode 100644 Master/texmf-dist/doc/latex/eqell/eqell.tex create mode 100644 Master/texmf-dist/tex/latex/eqell/eqell.sty create mode 100644 Master/tlpkg/tlpsrc/eqell.tlpsrc 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 new file mode 100644 index 00000000000..8252bb08a3f Binary files /dev/null and b/Master/texmf-dist/doc/latex/eqell/eqell.pdf differ 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 diff --git a/Master/tlpkg/bin/tlpkg-ctan-check b/Master/tlpkg/bin/tlpkg-ctan-check index e166aa7c41d..4fcef10472f 100755 --- a/Master/tlpkg/bin/tlpkg-ctan-check +++ b/Master/tlpkg/bin/tlpkg-ctan-check @@ -119,7 +119,7 @@ my @TLP_working = qw( engpron engrec engtlc enumitem envbig environ envlab epigrafica epigraph epiolmec eplain epsdice epsf epsincl epslatex-fr epspdf epspdfconversion epstopdf - eqlist eqparbox errata es-tex-faq + eqelleqlist eqparbox errata es-tex-faq ESIEEcv erdc esdiff esint esint-type1 esk eskd eskdx eso-pic esvect estcpmm etaremune etex-pkg etextools ethiop ethiop-t1 etoolbox euenc eukdate diff --git a/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc b/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc index 21984dd53a5..fa5e72ecc0d 100644 --- a/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc +++ b/Master/tlpkg/tlpsrc/collection-latexextra.tlpsrc @@ -188,6 +188,7 @@ depend environ depend envlab depend epigraph depend epiolmec +depend eqell depend eqlist depend eqname depend eqparbox diff --git a/Master/tlpkg/tlpsrc/eqell.tlpsrc b/Master/tlpkg/tlpsrc/eqell.tlpsrc new file mode 100644 index 00000000000..e69de29bb2d -- cgit v1.2.3