texlive[42519] Master/texmf-dist: xellipsis (15nov16)
commits+karl at tug.org
commits+karl at tug.org
Tue Nov 15 23:47:34 CET 2016
Revision: 42519
http://tug.org/svn/texlive?view=revision&revision=42519
Author: karl
Date: 2016-11-15 23:47:34 +0100 (Tue, 15 Nov 2016)
Log Message:
-----------
xellipsis (15nov16)
Modified Paths:
--------------
trunk/Master/texmf-dist/doc/latex/xellipsis/CHANGES
trunk/Master/texmf-dist/doc/latex/xellipsis/xellipsis.pdf
trunk/Master/texmf-dist/source/latex/xellipsis/xellipsis.dtx
trunk/Master/texmf-dist/tex/latex/xellipsis/xellipsis.sty
Modified: trunk/Master/texmf-dist/doc/latex/xellipsis/CHANGES
===================================================================
--- trunk/Master/texmf-dist/doc/latex/xellipsis/CHANGES 2016-11-15 22:47:23 UTC (rev 42518)
+++ trunk/Master/texmf-dist/doc/latex/xellipsis/CHANGES 2016-11-15 22:47:34 UTC (rev 42519)
@@ -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.
Modified: trunk/Master/texmf-dist/doc/latex/xellipsis/xellipsis.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/source/latex/xellipsis/xellipsis.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/xellipsis/xellipsis.dtx 2016-11-15 22:47:23 UTC (rev 42518)
+++ trunk/Master/texmf-dist/source/latex/xellipsis/xellipsis.dtx 2016-11-15 22:47:34 UTC (rev 42519)
@@ -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}
Modified: trunk/Master/texmf-dist/tex/latex/xellipsis/xellipsis.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/xellipsis/xellipsis.sty 2016-11-15 22:47:23 UTC (rev 42518)
+++ trunk/Master/texmf-dist/tex/latex/xellipsis/xellipsis.sty 2016-11-15 22:47:34 UTC (rev 42519)
@@ -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 at latex\xel at latexfalse
\newif\ifxel at chicago\xel at chicagofalse
\newif\ifxel at oldmla\xel at oldmlafalse
@@ -51,7 +51,7 @@
\def\xelippostchar{}
\newcount\xel at loopi\xel at loopi = 0%
\def\xelip{%
-\hbox{%
+\hskip0pt\hbox{%
\hskip\xelipprebef\xelipprechar\hskip\xelippreaft%
\hskip\xelipbef\xelipchar%
\xel at loopi = 1%
More information about the tex-live-commits
mailing list