From b482212984105cf874198fd412f9dbb70f1565b8 Mon Sep 17 00:00:00 2001 From: Karl Berry Date: Sat, 3 Mar 2018 21:54:38 +0000 Subject: lwarp (3mar18) git-svn-id: svn://tug.org/texlive/trunk@46804 c570f23f-e606-0410-a88d-b1316a301751 --- Master/texmf-dist/doc/latex/lwarp/README.txt | 2 +- Master/texmf-dist/doc/latex/lwarp/lwarp.pdf | Bin 1865911 -> 1898747 bytes Master/texmf-dist/scripts/lwarp/lwarpmk.lua | 297 ++- Master/texmf-dist/source/latex/lwarp/lwarp.dtx | 1946 +++++++++++++++----- Master/texmf-dist/source/latex/lwarp/lwarp.ins | 11 + .../texmf-dist/tex/latex/lwarp/lwarp-axodraw2.sty | 27 + .../texmf-dist/tex/latex/lwarp/lwarp-bytefield.sty | 27 + Master/texmf-dist/tex/latex/lwarp/lwarp-cancel.sty | 1 + .../tex/latex/lwarp/lwarp-dblfloatfix.sty | 21 + .../texmf-dist/tex/latex/lwarp/lwarp-diagbox.sty | 78 + .../texmf-dist/tex/latex/lwarp/lwarp-epstopdf.sty | 24 + .../texmf-dist/tex/latex/lwarp/lwarp-fancyvrb.sty | 1 + .../texmf-dist/tex/latex/lwarp/lwarp-floatflt.sty | 2 +- .../texmf-dist/tex/latex/lwarp/lwarp-graphics.sty | 25 +- Master/texmf-dist/tex/latex/lwarp/lwarp-hang.sty | 12 +- .../texmf-dist/tex/latex/lwarp/lwarp-keyfloat.sty | 2 +- .../texmf-dist/tex/latex/lwarp/lwarp-lettrine.sty | 2 +- .../texmf-dist/tex/latex/lwarp/lwarp-listings.sty | 1 + .../texmf-dist/tex/latex/lwarp/lwarp-mdframed.sty | 1 + .../tex/latex/lwarp/lwarp-morefloats.sty | 21 + .../texmf-dist/tex/latex/lwarp/lwarp-nonfloat.sty | 25 + .../texmf-dist/tex/latex/lwarp/lwarp-ntheorem.sty | 3 + Master/texmf-dist/tex/latex/lwarp/lwarp-pbox.sty | 33 + Master/texmf-dist/tex/latex/lwarp/lwarp-phfqit.sty | 35 + .../texmf-dist/tex/latex/lwarp/lwarp-schemata.sty | 40 + .../texmf-dist/tex/latex/lwarp/lwarp-siunitx.sty | 44 +- Master/texmf-dist/tex/latex/lwarp/lwarp-tikz.sty | 2 +- Master/texmf-dist/tex/latex/lwarp/lwarp-xy.sty | 50 + Master/texmf-dist/tex/latex/lwarp/lwarp.sty | 696 +++++-- 29 files changed, 2698 insertions(+), 731 deletions(-) create mode 100644 Master/texmf-dist/tex/latex/lwarp/lwarp-axodraw2.sty create mode 100644 Master/texmf-dist/tex/latex/lwarp/lwarp-bytefield.sty create mode 100644 Master/texmf-dist/tex/latex/lwarp/lwarp-dblfloatfix.sty create mode 100644 Master/texmf-dist/tex/latex/lwarp/lwarp-diagbox.sty create mode 100644 Master/texmf-dist/tex/latex/lwarp/lwarp-epstopdf.sty create mode 100644 Master/texmf-dist/tex/latex/lwarp/lwarp-morefloats.sty create mode 100644 Master/texmf-dist/tex/latex/lwarp/lwarp-nonfloat.sty create mode 100644 Master/texmf-dist/tex/latex/lwarp/lwarp-pbox.sty create mode 100644 Master/texmf-dist/tex/latex/lwarp/lwarp-phfqit.sty create mode 100644 Master/texmf-dist/tex/latex/lwarp/lwarp-schemata.sty create mode 100644 Master/texmf-dist/tex/latex/lwarp/lwarp-xy.sty (limited to 'Master/texmf-dist') diff --git a/Master/texmf-dist/doc/latex/lwarp/README.txt b/Master/texmf-dist/doc/latex/lwarp/README.txt index d1f027f3abf..ca20b9157ff 100644 --- a/Master/texmf-dist/doc/latex/lwarp/README.txt +++ b/Master/texmf-dist/doc/latex/lwarp/README.txt @@ -1,5 +1,5 @@ -LaTeX lwarp package v0.49 README.txt +LaTeX lwarp package v0.50 README.txt Files included are: diff --git a/Master/texmf-dist/doc/latex/lwarp/lwarp.pdf b/Master/texmf-dist/doc/latex/lwarp/lwarp.pdf index ab774442d8b..25d3dcd0250 100644 Binary files a/Master/texmf-dist/doc/latex/lwarp/lwarp.pdf and b/Master/texmf-dist/doc/latex/lwarp/lwarp.pdf differ diff --git a/Master/texmf-dist/scripts/lwarp/lwarpmk.lua b/Master/texmf-dist/scripts/lwarp/lwarpmk.lua index 79fe20892c4..b31d01de546 100755 --- a/Master/texmf-dist/scripts/lwarp/lwarpmk.lua +++ b/Master/texmf-dist/scripts/lwarp/lwarpmk.lua @@ -4,7 +4,7 @@ -- Print the usage of the lwarpmk command: -printversion = "v0.49" +printversion = "v0.50" function printhelp () print ("lwarpmk: Use lwarpmk -h or lwarpmk --help for help.") ; @@ -27,7 +27,7 @@ lwarpmk pdftohtml [project]: For use with latexmk or a Makefile: Convert project_html.pdf to project_html.html and individual HTML files. -lwarpmk clean [project]: Remove project.aux, .toc, .lof/t, .idx, .ind, .log, *_html_inc.*, .gl* +lwarpmk clean [project]: Remove .aux, .toc, .lof/t, .idx, .ind, .log, *_html_inc.*, .gl* lwarpmk cleanall [project]: Remove auxiliary files and also project.pdf, *.html lwarpmk -h: Print this help message. lwarpmk --help: Print this help message. @@ -67,10 +67,12 @@ local sfile = io.open(sourcefile) io.output(destfile) for line in sfile:lines() do i,j,copen,cstart,newfilename = string.find (line,"(.*)|(.*)|(.*)|") ; -if ( (i~= nil) and (copen == "