texlive[43391] trunk: lwarp (3mar17)
commits+karl at tug.org
commits+karl at tug.org
Sat Mar 4 00:15:29 CET 2017
Revision: 43391
http://tug.org/svn/texlive?view=revision&revision=43391
Author: karl
Date: 2017-03-04 00:15:29 +0100 (Sat, 04 Mar 2017)
Log Message:
-----------
lwarp (3mar17)
Modified Paths:
--------------
trunk/Build/source/texk/texlive/linked_scripts/lwarp/lwarpmk.lua
trunk/Master/texmf-dist/doc/latex/lwarp/README.txt
trunk/Master/texmf-dist/doc/latex/lwarp/lwarp.pdf
trunk/Master/texmf-dist/scripts/lwarp/lwarpmk.lua
trunk/Master/texmf-dist/source/latex/lwarp/lwarp.dtx
trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-newproject.sty
trunk/Master/texmf-dist/tex/latex/lwarp/lwarp.sty
Modified: trunk/Build/source/texk/texlive/linked_scripts/lwarp/lwarpmk.lua
===================================================================
--- trunk/Build/source/texk/texlive/linked_scripts/lwarp/lwarpmk.lua 2017-03-03 23:15:13 UTC (rev 43390)
+++ trunk/Build/source/texk/texlive/linked_scripts/lwarp/lwarpmk.lua 2017-03-03 23:15:29 UTC (rev 43391)
@@ -4,7 +4,7 @@
-- Print the usage of the lwarpmk command:
-printversion = "v0.22"
+printversion = "v0.23"
function printhelp ()
print ("lwarpmk: Use lwarpmk -h or lwarpmk --help for help.") ;
Modified: trunk/Master/texmf-dist/doc/latex/lwarp/README.txt
===================================================================
--- trunk/Master/texmf-dist/doc/latex/lwarp/README.txt 2017-03-03 23:15:13 UTC (rev 43390)
+++ trunk/Master/texmf-dist/doc/latex/lwarp/README.txt 2017-03-03 23:15:29 UTC (rev 43391)
@@ -1,5 +1,5 @@
-LaTeX lwarp package v0.22 README.txt
+LaTeX lwarp package v0.23 README.txt
Files included are:
Modified: trunk/Master/texmf-dist/doc/latex/lwarp/lwarp.pdf
===================================================================
(Binary files differ)
Modified: trunk/Master/texmf-dist/scripts/lwarp/lwarpmk.lua
===================================================================
--- trunk/Master/texmf-dist/scripts/lwarp/lwarpmk.lua 2017-03-03 23:15:13 UTC (rev 43390)
+++ trunk/Master/texmf-dist/scripts/lwarp/lwarpmk.lua 2017-03-03 23:15:29 UTC (rev 43391)
@@ -4,7 +4,7 @@
-- Print the usage of the lwarpmk command:
-printversion = "v0.22"
+printversion = "v0.23"
function printhelp ()
print ("lwarpmk: Use lwarpmk -h or lwarpmk --help for help.") ;
Modified: trunk/Master/texmf-dist/source/latex/lwarp/lwarp.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/lwarp/lwarp.dtx 2017-03-03 23:15:13 UTC (rev 43390)
+++ trunk/Master/texmf-dist/source/latex/lwarp/lwarp.dtx 2017-03-03 23:15:29 UTC (rev 43391)
@@ -16,7 +16,7 @@
% \iffalse
%<package>\NeedsTeXFormat{LaTeX2e}[1999/12/01]
%<package>\ProvidesPackage{lwarp}
-%<package> [2017/03/02 v0.22 Allows LaTeX to directly produce HTML5 output.]
+%<package> [2017/03/02 v0.23 Allows LaTeX to directly produce HTML5 output.]
%
%<*driver>
\documentclass{ltxdoc}
@@ -787,7 +787,7 @@
%<*package>
% \fi
%
-% \CheckSum{8578}
+% \CheckSum{8584}
%
% \CharacterTable
% {Upper-case \A\B\C\D\E\F\G\H\I\J\K\L\M\N\O\P\Q\R\S\T\U\V\W\X\Y\Z
@@ -847,6 +847,7 @@
% \changes{v0.20}{2017/01/25}{\pkg{caption} and \pkg{subcaption} supported.}
% \changes{v0.21}{2017/02/23}{\ 2017/02/23}
% \changes{v0.22}{2017/03/02}{\ 2017/03/02}
+% \changes{v0.23}{2017/03/02}{\ 2017/03/02}
@@ -9516,7 +9517,7 @@
%
% \begin{macro}{\LWR at parseskipcolumn}
%
-% Handles columns to skip, such as !.
+% Handles columns to skip, such as the vertical bar.
%
% \begin{macrocode}
\newcommand*{\LWR at parseskipcolumn}{%
@@ -9677,6 +9678,8 @@
% \changes{v0.22}{2017/02/28}{Unknown table column types become \texttt{l}.
% Added tabular \texttt{D}, \texttt{!!}, \texttt{X} columns.}
%
+% \changes{v0.23}{2017/03/02}{Fix for vert bar column type.}
+%
% \begin{macrocode}
\newcommand*{\LWR at parsetablecols}[1]{%
\LWR at traceinfo{LWR at parsetablecols started}%
@@ -9748,7 +9751,7 @@
\IfStrEq{\LWR at strresult}{!}{\LWR at parsebangcolumn}{}%
\IfStrEq{\LWR at strresult}{>}{\LWR at parsebeforecolumn}{}%
\IfStrEq{\LWR at strresult}{<}{\LWR at parseaftercolumn}{}%
-\IfStrEq{\LWR at strresult}{!}{\LWR at parseskipcolumn}{}%
+\IfStrEq{\LWR at strresult}{|}{\LWR at parseskipcolumn}{}%
\IfStrEq{\LWR at strresult}{p}{\LWR at parsepcolumn{p}}{}%
\IfStrEq{\LWR at strresult}{m}{\LWR at parsepcolumn{m}}{}%
\IfStrEq{\LWR at strresult}{b}{\LWR at parsepcolumn{b}}{}%
@@ -10014,6 +10017,18 @@
% \end{macrocode}
% \end{macro}
+% \begin{macro}{\LWR at multicolskip}
+% Nothing to print for this column type.
+% \begin{macrocode}
+\newcommand*{\LWR at multicolskip}{%
+% \end{macrocode}
+% A valid column data type was found:
+% \begin{macrocode}
+\booltrue{LWR at validtablecol}%
+}
+% \end{macrocode}
+% \end{macro}
+
% \begin{macro}{\LWR at printmccoldata} \marg{colspec}
% Print the data for any valid column type found.
%
@@ -10020,6 +10035,8 @@
% \changes{v0.22}{2017/02/28}{Added tabular \texttt{D}, \texttt{!!},
% and \texttt{X} columns.}
%
+% \changes{v0.23}{2017/03/02}{Fix for vert bar column type.}
+%
% \begin{macrocode}
\newcommand*{\LWR at printmccoldata}[1]{%
\LWR at traceinfo{lwr at printmccoldata -#1}%
@@ -10050,6 +10067,7 @@
\IfStrEq{\LWR at strresult}{B}{\LWR at multicolpartext}{}%
\IfStrEq{\LWR at strresult}{S}{\LWR at multicolpartext}{}%
\IfStrEq{\LWR at strresult}{X}{\LWR at multicolpartext}{}%
+\IfStrEq{\LWR at strresult}{|}{\LWR at multicolskip}{}%
\IfStrEq{\LWR at strresult}{\detokenize{@}}{\LWR at multicolother{#1}}{}%
\IfStrEq{\LWR at strresult}{\detokenize{!}}{\LWR at multicolother{#1}}{}%
\IfStrEq{\LWR at strresult}{\detokenize{>}}{\LWR at multicolother{#1}}{}%
@@ -17050,7 +17068,7 @@
-- Print the usage of the lwarpmk command:
-printversion = "v0.22"
+printversion = "v0.23"
function printhelp ()
print ("lwarpmk: Use lwarpmk -h or lwarpmk --help for help.") ;
Modified: trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-newproject.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-newproject.sty 2017-03-03 23:15:13 UTC (rev 43390)
+++ trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-newproject.sty 2017-03-03 23:15:29 UTC (rev 43391)
@@ -1576,7 +1576,7 @@
-- Print the usage of the lwarpmk command:
-printversion = "v0.22"
+printversion = "v0.23"
function printhelp ()
print ("lwarpmk: Use lwarpmk -h or lwarpmk --help for help.") ;
Modified: trunk/Master/texmf-dist/tex/latex/lwarp/lwarp.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/lwarp/lwarp.sty 2017-03-03 23:15:13 UTC (rev 43390)
+++ trunk/Master/texmf-dist/tex/latex/lwarp/lwarp.sty 2017-03-03 23:15:29 UTC (rev 43391)
@@ -17,7 +17,7 @@
%% version 2005/12/01 or later.
\NeedsTeXFormat{LaTeX2e}[1999/12/01]
\ProvidesPackage{lwarp}
- [2017/03/02 v0.22 Allows LaTeX to directly produce HTML5 output.]
+ [2017/03/02 v0.23 Allows LaTeX to directly produce HTML5 output.]
@@ -2627,7 +2627,7 @@
\IfStrEq{\LWR at strresult}{!}{\LWR at parsebangcolumn}{}%
\IfStrEq{\LWR at strresult}{>}{\LWR at parsebeforecolumn}{}%
\IfStrEq{\LWR at strresult}{<}{\LWR at parseaftercolumn}{}%
-\IfStrEq{\LWR at strresult}{!}{\LWR at parseskipcolumn}{}%
+\IfStrEq{\LWR at strresult}{|}{\LWR at parseskipcolumn}{}%
\IfStrEq{\LWR at strresult}{p}{\LWR at parsepcolumn{p}}{}%
\IfStrEq{\LWR at strresult}{m}{\LWR at parsepcolumn{m}}{}%
\IfStrEq{\LWR at strresult}{b}{\LWR at parsepcolumn{b}}{}%
@@ -2759,6 +2759,10 @@
\booltrue{LWR at validtablecol}%
}
+\newcommand*{\LWR at multicolskip}{%
+\booltrue{LWR at validtablecol}%
+}
+
\newcommand*{\LWR at printmccoldata}[1]{%
\LWR at traceinfo{lwr at printmccoldata -#1}%
\boolfalse{LWR at validtablecol}%
@@ -2778,6 +2782,7 @@
\IfStrEq{\LWR at strresult}{B}{\LWR at multicolpartext}{}%
\IfStrEq{\LWR at strresult}{S}{\LWR at multicolpartext}{}%
\IfStrEq{\LWR at strresult}{X}{\LWR at multicolpartext}{}%
+\IfStrEq{\LWR at strresult}{|}{\LWR at multicolskip}{}%
\IfStrEq{\LWR at strresult}{\detokenize{@}}{\LWR at multicolother{#1}}{}%
\IfStrEq{\LWR at strresult}{\detokenize{!}}{\LWR at multicolother{#1}}{}%
\IfStrEq{\LWR at strresult}{\detokenize{>}}{\LWR at multicolother{#1}}{}%
More information about the tex-live-commits
mailing list