From 6b55b974e96b4b9aa8c15701d085d106c8d689f4 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Tue, 15 Nov 2016 22:47:34 +0000 Subject: xellipsis (15nov16) git-svn-id: svn://tug.org/texlive/trunk@42519 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/xellipsis/CHANGES | 6 ++++++ .../texmf-dist/doc/latex/xellipsis/xellipsis.pdf | Bin 188539 -> 188571 bytes .../source/latex/xellipsis/xellipsis.dtx | 6 +++--- .../texmf-dist/tex/latex/xellipsis/xellipsis.sty | 4 ++-- 4 files changed, 11 insertions(+), 5 deletions(-) (limited to 'Master') 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 index e299f1097cc..305d24165af 100644 Binary files a/Master/texmf-dist/doc/latex/xellipsis/xellipsis.pdf and b/Master/texmf-dist/doc/latex/xellipsis/xellipsis.pdf differ 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 %\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] %<*driver> \documentclass{ltxdoc} @@ -66,7 +66,7 @@ \end{document} % \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% -- cgit v1.2.3