summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/source/latex/lwarp
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2017-08-09 22:15:40 +0000
committerKarl Berry <karl@freefriends.org>2017-08-09 22:15:40 +0000
commit80632234114cbda15311aa60460c398778e07a67 (patch)
tree714f8099f51644667e5f8d8fa176c3aa5494680c /Master/texmf-dist/source/latex/lwarp
parent88be00188d030954be624d333c41f0bf0a6c6488 (diff)
lwarp (9aug17)
git-svn-id: svn://tug.org/texlive/trunk@44999 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/lwarp')
-rw-r--r--Master/texmf-dist/source/latex/lwarp/lwarp.dtx19
1 files changed, 11 insertions, 8 deletions
diff --git a/Master/texmf-dist/source/latex/lwarp/lwarp.dtx b/Master/texmf-dist/source/latex/lwarp/lwarp.dtx
index 6b6fcb62373..1256bf03bc4 100644
--- a/Master/texmf-dist/source/latex/lwarp/lwarp.dtx
+++ b/Master/texmf-dist/source/latex/lwarp/lwarp.dtx
@@ -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 @@ This boolean may be tested by the user for later use.
% \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 @@ This boolean may be tested by the user for later use.
% 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 @@ src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-
-- 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 @@ img src="\thisgraphicspath\LWR@strresult\LWR@imageextension" \LWR@orignewline
% \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 @@ img src="\thisgraphicspath\LWR@strresult\LWR@imageextension" \LWR@orignewline
% \begin{macro}{\textmd} \marg{text}
% \begin{macrocode}
-\DeclareRobustCommand{\LWR@HTMLtextmd}[1]{\LWR@htmlspan{textmd}{#1}}
+\DeclareRobustCommand{\LWR@HTMLtextmd}[1]{\LWR@htmlspanclass{textmd}{#1}}
\DeclareRobustCommand{\LWR@nulltextmd}[1]{#1}
\LetLtxMacro{\textmd}{\LWR@HTMLtextmd}
% \end{macrocode}
@@ -19101,7 +19104,7 @@ img src="\thisgraphicspath\LWR@strresult\LWR@imageextension" \LWR@orignewline
% \begin{macro}{\textrm} \marg{text}
% \begin{macrocode}
-\DeclareRobustCommand{\LWR@HTMLtextrm}[1]{\LWR@htmlspan{textrm}{#1}}
+\DeclareRobustCommand{\LWR@HTMLtextrm}[1]{\LWR@htmlspanclass{textrm}{#1}}
\DeclareRobustCommand{\LWR@nulltextrm}[1]{#1}
\LetLtxMacro{\textrm}{\LWR@HTMLtextrm}
% \end{macrocode}
@@ -19109,7 +19112,7 @@ img src="\thisgraphicspath\LWR@strresult\LWR@imageextension" \LWR@orignewline
% \begin{macro}{\textsf} \marg{text}
% \begin{macrocode}
-\DeclareRobustCommand{\LWR@HTMLtextsf}[1]{\LWR@htmlspan{textsf}{#1}}
+\DeclareRobustCommand{\LWR@HTMLtextsf}[1]{\LWR@htmlspanclass{textsf}{#1}}
\DeclareRobustCommand{\LWR@nulltextsf}[1]{#1}
\LetLtxMacro{\textsf}{\LWR@HTMLtextsf}
% \end{macrocode}
@@ -19126,7 +19129,7 @@ img src="\thisgraphicspath\LWR@strresult\LWR@imageextension" \LWR@orignewline
% \begin{macro}{\textup} \marg{text}
% \changes{v0.28}{2017/04/13}{Fixed span class.}
% \begin{macrocode}
-\DeclareRobustCommand{\LWR@HTMLtextup}[1]{\LWR@htmlspan{textup}{#1}}
+\DeclareRobustCommand{\LWR@HTMLtextup}[1]{\LWR@htmlspanclass{textup}{#1}}
\DeclareRobustCommand{\LWR@nulltextup}[1]{#1}
\LetLtxMacro{\textup}{\LWR@HTMLtextup}
% \end{macrocode}
@@ -19142,7 +19145,7 @@ img src="\thisgraphicspath\LWR@strresult\LWR@imageextension" \LWR@orignewline
% \begin{macro}{\textsc} \marg{text}
% \begin{macrocode}
-\DeclareRobustCommand{\LWR@HTMLtextsc}[1]{\LWR@htmlspan{textsc}{#1}}
+\DeclareRobustCommand{\LWR@HTMLtextsc}[1]{\LWR@htmlspanclass{textsc}{#1}}
\DeclareRobustCommand{\LWR@nulltextsc}[1]{#1}
\LetLtxMacro{\textsc}{\LWR@HTMLtextsc}
% \end{macrocode}
@@ -19150,7 +19153,7 @@ img src="\thisgraphicspath\LWR@strresult\LWR@imageextension" \LWR@orignewline
% \begin{macro}{\textsl} \marg{text}
% \begin{macrocode}
-\DeclareRobustCommand{\LWR@HTMLtextsl}[1]{\LWR@htmlspan{testsl}{#1}}
+\DeclareRobustCommand{\LWR@HTMLtextsl}[1]{\LWR@htmlspanclass{testsl}{#1}}
\DeclareRobustCommand{\LWR@nulltextsl}[1]{#1}
\LetLtxMacro{\textsl}{\LWR@HTMLtextsl}
% \end{macrocode}