diff options
author | Karl Berry <karl@freefriends.org> | 2022-07-12 19:53:41 +0000 |
---|---|---|
committer | Karl Berry <karl@freefriends.org> | 2022-07-12 19:53:41 +0000 |
commit | f8a999307ba1645d6698da84bdb9d1bd3466a480 (patch) | |
tree | a9f38967dd31082970a3d6674a09d18742892998 /Master/texmf-dist/source/latex/lwarp | |
parent | 7d63dc6943a9213ce3fb1d2dcdd45be5181ef1e3 (diff) |
lwarp (12jul22)
git-svn-id: svn://tug.org/texlive/trunk@63880 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/source/latex/lwarp')
-rw-r--r-- | Master/texmf-dist/source/latex/lwarp/lwarp.dtx | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/Master/texmf-dist/source/latex/lwarp/lwarp.dtx b/Master/texmf-dist/source/latex/lwarp/lwarp.dtx index 87eb2b4f557..6df598436ea 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> [2022/06/23 v0.906 Allows LaTeX to directly produce HTML5 output.] +%<package> [2022/07/11 v0.907 Allows LaTeX to directly produce HTML5 output.] % %<*driver> \documentclass{ltxdoc} @@ -3280,7 +3280,7 @@ This boolean may be tested by the user for later use. %<*package> % \fi % -% \CheckSum{55578} +% \CheckSum{55579} % % \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 @@ -3431,6 +3431,7 @@ This boolean may be tested by the user for later use. % \changes{v0.904a}{2022/03/16}{Fixed missing \pkg{common-mathjax-siunitx}.} % \changes{v0.905}{2022/03/22}{\ 2022/03/22} % \changes{v0.906}{2022/06/23}{\ 2022/06/23} +% \changes{v0.907}{2022/07/11}{\ 2022/07/11} @@ -3664,6 +3665,11 @@ This boolean may be tested by the user for later use. % see the end of the Change History on page \pageref{sec:changesend}. % % \begin{description} +% \item[v0.907:] Bug fix. +% \begin{itemize} +% \item Fixed \SVG\ images for \brand{Windows}. +% \end{itemize} +% \needspace{2\baselineskip} % \item[v0.906:] Screen readers % \begin{itemize} % \item For each \env{tabular}, add a hidden \HTML\ header cell to @@ -20635,6 +20641,7 @@ page_compositor "." % \changes{v0.51}{2018/03/16}{\filenm{lwarp_one_limage.txt}: \prog{pdftocairo} \optn{-noshrink} added.} % \changes{v0.66}{2019/01/30}{\filenm{lwarp_one_limage.txt}: Image directory and prefix.} % \changes{v0.906}{2022/05/02}{\filenm{lwarp_one_limage.txt}: Added \prog{pdfcrop} \optn{margin}.} +% \changes{v0.907}{2022/07/11}{\filenm{lwarp_one_limage.txt}: Fixed \brand{Windows} images.} % % ^^A *lwarp_one_limage.txt % @@ -20647,7 +20654,7 @@ page_compositor "." \LWR@ImagesDirectory\OSPathSymbol lateximagetemp-\LWRpercent\LWRpercent d.pdf% } \immediate\write\LWR@quickfile{% - pdfcrop --hires --margin \"0 1 0 0\" + pdfcrop --hires --margins \LWRopquote0 1 0 0\LWRopquote\space % \LWR@ImagesDirectory\OSPathSymbol lateximagetemp-\LWRpercent 1.pdf % \LWR@ImagesDirectory\OSPathSymbol\LWRpercent 3.pdf% } @@ -21061,7 +21068,7 @@ MathJax = { -- Copyright 2016-2022 Brian Dunn -printversion = "v0.906" +printversion = "v0.907" requiredconfversion = "2" -- also at *lwarpmk.conf function printhelp () @@ -21595,7 +21602,7 @@ executecheckerror ( imagesdirectory .. dirslash .."lateximagetemp-%d" .. ".pdf" .. seqname .. -- Crop the image: - "pdfcrop --hires --margin \"0 1 0 0\" " .. imagesdirectory .. dirslash .. "lateximagetemp-" .. + "pdfcrop --hires --margins \"0 1 0 0\" " .. imagesdirectory .. dirslash .. "lateximagetemp-" .. lwimgpage .. ".pdf " .. imagesdirectory .. dirslash .. lwimgname .. ".pdf" .. seqname .. |