diff options
author | Karl Berry <karl@freefriends.org> | 2016-11-15 22:47:34 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2016-11-15 22:47:34 +0000 |
commit | 6b55b974e96b4b9aa8c15701d085d106c8d689f4 (patch) | |
tree | ac0f90496c60dc39aa96e9e2fbcc36f2e0f4bb45 /Master/texmf-dist/tex/latex/xellipsis | |
parent | c46b45668cf85ade845caf710eb43ef5553cfd3b (diff) |
xellipsis (15nov16)
git-svn-id: svn://tug.org/texlive/trunk@42519 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/latex/xellipsis')
-rw-r--r-- | Master/texmf-dist/tex/latex/xellipsis/xellipsis.sty | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Master/texmf-dist/tex/latex/xellipsis/xellipsis.sty b/Master/texmf-dist/tex/latex/xellipsis/xellipsis.sty index 7366034aaac..74f36110227 100644 --- a/Master/texmf-dist/tex/latex/xellipsis/xellipsis.sty +++ b/Master/texmf-dist/tex/latex/xellipsis/xellipsis.sty @@ -26,7 +26,7 @@ %% derived files xellipsis.sty and xellipsis.pdf. \NeedsTeXFormat{LaTeX2e}[1999/12/01] -\ProvidesPackage{xellipsis}[2015/11/01 v1.0 support for highly configurable ellipses of arbitrary symbol, number, and distance] +\ProvidesPackage{xellipsis}[2015/11/01 v1.1 support for highly configurable ellipses of arbitrary symbol, number, and distance] \newif\ifxel@latex\xel@latexfalse \newif\ifxel@chicago\xel@chicagofalse \newif\ifxel@oldmla\xel@oldmlafalse @@ -51,7 +51,7 @@ \def\xelippostchar{} \newcount\xel@loopi\xel@loopi = 0% \def\xelip{% -\hbox{% +\hskip0pt\hbox{% \hskip\xelipprebef\xelipprechar\hskip\xelippreaft% \hskip\xelipbef\xelipchar% \xel@loopi = 1% |