texlive[44999] trunk: lwarp (9aug17)

commits+karl at tug.org commits+karl at tug.org
Thu Aug 10 00:15:40 CEST 2017


Revision: 44999
          http://tug.org/svn/texlive?view=revision&revision=44999
Author:   karl
Date:     2017-08-10 00:15:40 +0200 (Thu, 10 Aug 2017)
Log Message:
-----------
lwarp (9aug17)

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.sty

Modified: trunk/Build/source/texk/texlive/linked_scripts/lwarp/lwarpmk.lua
===================================================================
--- trunk/Build/source/texk/texlive/linked_scripts/lwarp/lwarpmk.lua	2017-08-09 22:15:23 UTC (rev 44998)
+++ trunk/Build/source/texk/texlive/linked_scripts/lwarp/lwarpmk.lua	2017-08-09 22:15:40 UTC (rev 44999)
@@ -4,7 +4,7 @@
 
 -- Print the usage of the lwarpmk command:
 
-printversion = "v0.34"
+printversion = "v0.35"
 
 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-08-09 22:15:23 UTC (rev 44998)
+++ trunk/Master/texmf-dist/doc/latex/lwarp/README.txt	2017-08-09 22:15:40 UTC (rev 44999)
@@ -1,5 +1,5 @@
 
-LaTeX lwarp package v0.34   README.txt
+LaTeX lwarp package v0.35   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-08-09 22:15:23 UTC (rev 44998)
+++ trunk/Master/texmf-dist/scripts/lwarp/lwarpmk.lua	2017-08-09 22:15:40 UTC (rev 44999)
@@ -4,7 +4,7 @@
 
 -- Print the usage of the lwarpmk command:
 
-printversion = "v0.34"
+printversion = "v0.35"
 
 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-08-09 22:15:23 UTC (rev 44998)
+++ trunk/Master/texmf-dist/source/latex/lwarp/lwarp.dtx	2017-08-09 22:15:40 UTC (rev 44999)
@@ -16,7 +16,7 @@
 % \iffalse
 %<package>\NeedsTeXFormat{LaTeX2e}[1999/12/01]
 %<package>\ProvidesPackage{lwarp}
-%<package>    [2017/08/08 v0.34  Allows LaTeX to directly produce HTML5 output.]
+%<package>    [2017/08/08 v0.35  Allows LaTeX to directly produce HTML5 output.]
 %
 %<*driver>
 \documentclass{ltxdoc}
@@ -1199,6 +1199,7 @@
 % \changes{v0.34}{2017/08/08}{\ 2017/08/08}
 % \changes{v0.34}{2017/07/25}{File: \texttt{README.txt}: updated.}
 % \changes{v0.34}{2017/07/25}{Docs: Horizontal space limitations.}
+% \changes{v0.35}{2017/08/08}{\ 2017/08/08}
 
 
 
@@ -1333,6 +1334,7 @@
 % For a detailed list of changes, see the Change History on page \pageref{sec:changehistory}.
 %
 % \begin{description}
+% \item[v0.35:] Fix: \cs{textbf} and related.
 % \item[v0.34:] \
 %	\begin{itemize}
 %	\item \env{BlockClass}'s optional argument has been moved
@@ -8250,7 +8252,7 @@
 
 -- Print the usage of the lwarpmk command:
 
-printversion = "v0.34"
+printversion = "v0.35"
 
 function printhelp ()
 print ("lwarpmk: Use lwarpmk -h or lwarpmk --help for help.") ;
@@ -19074,6 +19076,7 @@
 %    \end{macrocode}
 
 % \changes{v0.34}{2017/08/05}{Improved font control.}
+% \changes{v0.35}{2017/08/08}{Fix: \cs{textbf} and related.}
 
 % \begin{macro}{\emph} \marg{text}
 %    \begin{macrocode}
@@ -19085,7 +19088,7 @@
 
 % \begin{macro}{\textmd} \marg{text}
 %    \begin{macrocode}
-\DeclareRobustCommand{\LWR at HTMLtextmd}[1]{\LWR at htmlspan{textmd}{#1}}
+\DeclareRobustCommand{\LWR at HTMLtextmd}[1]{\LWR at htmlspanclass{textmd}{#1}}
 \DeclareRobustCommand{\LWR at nulltextmd}[1]{#1}
 \LetLtxMacro{\textmd}{\LWR at HTMLtextmd}
 %    \end{macrocode}
@@ -19101,7 +19104,7 @@
 
 % \begin{macro}{\textrm} \marg{text}
 %    \begin{macrocode}
-\DeclareRobustCommand{\LWR at HTMLtextrm}[1]{\LWR at htmlspan{textrm}{#1}}
+\DeclareRobustCommand{\LWR at HTMLtextrm}[1]{\LWR at htmlspanclass{textrm}{#1}}
 \DeclareRobustCommand{\LWR at nulltextrm}[1]{#1}
 \LetLtxMacro{\textrm}{\LWR at HTMLtextrm}
 %    \end{macrocode}
@@ -19109,7 +19112,7 @@
 
 % \begin{macro}{\textsf} \marg{text}
 %    \begin{macrocode}
-\DeclareRobustCommand{\LWR at HTMLtextsf}[1]{\LWR at htmlspan{textsf}{#1}}
+\DeclareRobustCommand{\LWR at HTMLtextsf}[1]{\LWR at htmlspanclass{textsf}{#1}}
 \DeclareRobustCommand{\LWR at nulltextsf}[1]{#1}
 \LetLtxMacro{\textsf}{\LWR at HTMLtextsf}
 %    \end{macrocode}
@@ -19126,7 +19129,7 @@
 % \begin{macro}{\textup} \marg{text}
 % \changes{v0.28}{2017/04/13}{Fixed span class.}
 %    \begin{macrocode}
-\DeclareRobustCommand{\LWR at HTMLtextup}[1]{\LWR at htmlspan{textup}{#1}}
+\DeclareRobustCommand{\LWR at HTMLtextup}[1]{\LWR at htmlspanclass{textup}{#1}}
 \DeclareRobustCommand{\LWR at nulltextup}[1]{#1}
 \LetLtxMacro{\textup}{\LWR at HTMLtextup}
 %    \end{macrocode}
@@ -19142,7 +19145,7 @@
 
 % \begin{macro}{\textsc} \marg{text}
 %    \begin{macrocode}
-\DeclareRobustCommand{\LWR at HTMLtextsc}[1]{\LWR at htmlspan{textsc}{#1}}
+\DeclareRobustCommand{\LWR at HTMLtextsc}[1]{\LWR at htmlspanclass{textsc}{#1}}
 \DeclareRobustCommand{\LWR at nulltextsc}[1]{#1}
 \LetLtxMacro{\textsc}{\LWR at HTMLtextsc}
 %    \end{macrocode}
@@ -19150,7 +19153,7 @@
 
 % \begin{macro}{\textsl} \marg{text}
 %    \begin{macrocode}
-\DeclareRobustCommand{\LWR at HTMLtextsl}[1]{\LWR at htmlspan{testsl}{#1}}
+\DeclareRobustCommand{\LWR at HTMLtextsl}[1]{\LWR at htmlspanclass{testsl}{#1}}
 \DeclareRobustCommand{\LWR at nulltextsl}[1]{#1}
 \LetLtxMacro{\textsl}{\LWR at HTMLtextsl}
 %    \end{macrocode}

Modified: trunk/Master/texmf-dist/tex/latex/lwarp/lwarp.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/lwarp/lwarp.sty	2017-08-09 22:15:23 UTC (rev 44998)
+++ trunk/Master/texmf-dist/tex/latex/lwarp/lwarp.sty	2017-08-09 22:15:40 UTC (rev 44999)
@@ -17,7 +17,7 @@
 %% version 2005/12/01 or later.
 \NeedsTeXFormat{LaTeX2e}[1999/12/01]
 \ProvidesPackage{lwarp}
-    [2017/08/08 v0.34  Allows LaTeX to directly produce HTML5 output.]
+    [2017/08/08 v0.35  Allows LaTeX to directly produce HTML5 output.]
 
 
 
@@ -2397,7 +2397,7 @@
 
 -- Print the usage of the lwarpmk command:
 
-printversion = "v0.34"
+printversion = "v0.35"
 
 function printhelp ()
 print ("lwarpmk: Use lwarpmk -h or lwarpmk --help for help.") ;
@@ -7306,7 +7306,7 @@
 \DeclareRobustCommand{\LWR at nullemph}[1]{#1}
 \LetLtxMacro{\emph}{\LWR at HTMLemph}
 
-\DeclareRobustCommand{\LWR at HTMLtextmd}[1]{\LWR at htmlspan{textmd}{#1}}
+\DeclareRobustCommand{\LWR at HTMLtextmd}[1]{\LWR at htmlspanclass{textmd}{#1}}
 \DeclareRobustCommand{\LWR at nulltextmd}[1]{#1}
 \LetLtxMacro{\textmd}{\LWR at HTMLtextmd}
 
@@ -7314,11 +7314,11 @@
 \DeclareRobustCommand{\LWR at nulltextbf}[1]{#1}
 \LetLtxMacro{\textbf}{\LWR at HTMLtextbf}
 
-\DeclareRobustCommand{\LWR at HTMLtextrm}[1]{\LWR at htmlspan{textrm}{#1}}
+\DeclareRobustCommand{\LWR at HTMLtextrm}[1]{\LWR at htmlspanclass{textrm}{#1}}
 \DeclareRobustCommand{\LWR at nulltextrm}[1]{#1}
 \LetLtxMacro{\textrm}{\LWR at HTMLtextrm}
 
-\DeclareRobustCommand{\LWR at HTMLtextsf}[1]{\LWR at htmlspan{textsf}{#1}}
+\DeclareRobustCommand{\LWR at HTMLtextsf}[1]{\LWR at htmlspanclass{textsf}{#1}}
 \DeclareRobustCommand{\LWR at nulltextsf}[1]{#1}
 \LetLtxMacro{\textsf}{\LWR at HTMLtextsf}
 
@@ -7326,7 +7326,7 @@
 \DeclareRobustCommand{\LWR at nulltexttt}[1]{#1}
 \LetLtxMacro{\texttt}{\LWR at HTMLtexttt}
 
-\DeclareRobustCommand{\LWR at HTMLtextup}[1]{\LWR at htmlspan{textup}{#1}}
+\DeclareRobustCommand{\LWR at HTMLtextup}[1]{\LWR at htmlspanclass{textup}{#1}}
 \DeclareRobustCommand{\LWR at nulltextup}[1]{#1}
 \LetLtxMacro{\textup}{\LWR at HTMLtextup}
 
@@ -7334,11 +7334,11 @@
 \DeclareRobustCommand{\LWR at nulltextit}[1]{#1}
 \LetLtxMacro{\textit}{\LWR at HTMLtextit}
 
-\DeclareRobustCommand{\LWR at HTMLtextsc}[1]{\LWR at htmlspan{textsc}{#1}}
+\DeclareRobustCommand{\LWR at HTMLtextsc}[1]{\LWR at htmlspanclass{textsc}{#1}}
 \DeclareRobustCommand{\LWR at nulltextsc}[1]{#1}
 \LetLtxMacro{\textsc}{\LWR at HTMLtextsc}
 
-\DeclareRobustCommand{\LWR at HTMLtextsl}[1]{\LWR at htmlspan{testsl}{#1}}
+\DeclareRobustCommand{\LWR at HTMLtextsl}[1]{\LWR at htmlspanclass{testsl}{#1}}
 \DeclareRobustCommand{\LWR at nulltextsl}[1]{#1}
 \LetLtxMacro{\textsl}{\LWR at HTMLtextsl}
 



More information about the tex-live-commits mailing list