summaryrefslogtreecommitdiff
path: root/Master/texmf-dist
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-11-23 00:55:01 +0000
committerKarl Berry <karl@freefriends.org>2010-11-23 00:55:01 +0000
commitb20fa776fceba38c64f926be6943c45782d81b6d (patch)
tree016511df14c29031fe3beafd3769f62b1bcfb50a /Master/texmf-dist
parente5afc07ca708ad8df64c326ecdd3c23db764823d (diff)
rm old epigram.tex
git-svn-id: svn://tug.org/texlive/trunk@20539 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist')
-rw-r--r--Master/texmf-dist/tex/generic/genmisc/epigram.tex20
1 files changed, 0 insertions, 20 deletions
diff --git a/Master/texmf-dist/tex/generic/genmisc/epigram.tex b/Master/texmf-dist/tex/generic/genmisc/epigram.tex
deleted file mode 100644
index e797ceba8ab..00000000000
--- a/Master/texmf-dist/tex/generic/genmisc/epigram.tex
+++ /dev/null
@@ -1,20 +0,0 @@
-% From TeXMaG Volume 2, Number 6
-% Don Hosek <DHOSEK@HMCVAX.BITNET>
-%
-\long\def\epigram#1{% We use \long\def to allow the argument
- % to span several paragraphs.
- \bigskip % extra space above.
- \setbox0=\hbox{#1} % put the text into a box
- \ifdim\wd0>\critwidth %check the length
- \centerline{\vtop{\hsize=\episize\noindent#1}}
- % If the length is greater than
- % the critical length, make a
- % displayed paragraph
- \else % otherwise, we just center the text.
- \centerline{\box0}
- \fi
- \smallskip % extra space for the end.
-}
-
-\newdimen\critwidth \critwidth=.75\hsize
-\newdimen\episize \episize=.6\hsize