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 | |
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')
-rw-r--r-- | Master/texmf-dist/doc/latex/xellipsis/CHANGES | 6 | ||||
-rw-r--r-- | Master/texmf-dist/doc/latex/xellipsis/xellipsis.pdf | bin | 188539 -> 188571 bytes | |||
-rw-r--r-- | Master/texmf-dist/source/latex/xellipsis/xellipsis.dtx | 6 | ||||
-rw-r--r-- | Master/texmf-dist/tex/latex/xellipsis/xellipsis.sty | 4 |
4 files changed, 11 insertions, 5 deletions
diff --git a/Master/texmf-dist/doc/latex/xellipsis/CHANGES b/Master/texmf-dist/doc/latex/xellipsis/CHANGES index e4af55247c8..a988ba2c988 100644 --- a/Master/texmf-dist/doc/latex/xellipsis/CHANGES +++ b/Master/texmf-dist/doc/latex/xellipsis/CHANGES @@ -1 +1,7 @@ +12 November 1200 (14 November 2016): Fixed a bug in how +\xelip behaved at the beginning of an environment. +Specifically, it was set before paragraph mode began. A +zero-space \hskip puts TeX in paragraph mode now, so \xelip +is placed properly. Version 1.1. + 10 October 11EE (12 October 2015): Initial release. diff --git a/Master/texmf-dist/doc/latex/xellipsis/xellipsis.pdf b/Master/texmf-dist/doc/latex/xellipsis/xellipsis.pdf Binary files differindex e299f1097cc..305d24165af 100644 --- a/Master/texmf-dist/doc/latex/xellipsis/xellipsis.pdf +++ b/Master/texmf-dist/doc/latex/xellipsis/xellipsis.pdf diff --git a/Master/texmf-dist/source/latex/xellipsis/xellipsis.dtx b/Master/texmf-dist/source/latex/xellipsis/xellipsis.dtx index daa3a361bd1..3cdb19a3f3b 100644 --- a/Master/texmf-dist/source/latex/xellipsis/xellipsis.dtx +++ b/Master/texmf-dist/source/latex/xellipsis/xellipsis.dtx @@ -26,7 +26,7 @@ % \iffalse %<package>\NeedsTeXFormat{LaTeX2e}[1999/12/01] -%<package>\ProvidesPackage{xellipsis}[2015/11/01 v1.0 support for highly configurable ellipses of arbitrary symbol, number, and distance] +%<package>\ProvidesPackage{xellipsis}[2015/11/01 v1.1 support for highly configurable ellipses of arbitrary symbol, number, and distance] %<*driver> \documentclass{ltxdoc} @@ -66,7 +66,7 @@ \end{document} %</driver> \fi % -% \title{The |xellipsis| Package, v1.0} \author{Donald P.\ +% \title{The |xellipsis| Package, v1.1} \author{Donald P.\ % Goodman III} \date{\today} % % \maketitle @@ -458,7 +458,7 @@ % way we can be sure that it won't break across lines. % \begin{macrocode} \def\xelip{% - \hbox{% + \hskip0pt\hbox{% % \end{macrocode} % Put it the code for the |\xelipprechar| and its spacing: % \begin{macrocode} 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% |