texlive[56255] trunk: lwarp (3sep20)

commits+karl at tug.org commits+karl at tug.org
Thu Sep 3 23:11:37 CEST 2020


Revision: 56255
          http://tug.org/svn/texlive?view=revision&revision=56255
Author:   karl
Date:     2020-09-03 23:11:36 +0200 (Thu, 03 Sep 2020)
Log Message:
-----------
lwarp (3sep20)

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/source/latex/lwarp/lwarp.ins
    trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-SIunits.sty
    trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-amsmath.sty
    trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-atbegshi.sty
    trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-caption.sty
    trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-centernot.sty
    trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-econometrics.sty
    trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-everyshi.sty
    trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-mathtools.sty
    trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-mismath.sty
    trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-siunitx.sty
    trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-statmath.sty
    trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-thm-listof.sty
    trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-thm-restate.sty
    trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-witharrows.sty
    trunk/Master/texmf-dist/tex/latex/lwarp/lwarp.sty

Added Paths:
-----------
    trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-accents.sty
    trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-caption3.sty
    trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-common-mathjax-letters.sty
    trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-common-mathjax-newpxtxmath.sty
    trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-common-mathjax-overlaysymbols.sty
    trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-hepunits.sty
    trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-hhtensor.sty
    trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-mathalpha.sty
    trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-mathdesign.sty
    trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-mathpazo.sty
    trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-mathptmx.sty
    trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-mleftright.sty
    trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-newpxmath.sty
    trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-newtxmath.sty
    trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-newtxsf.sty
    trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-pxfonts.sty
    trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-shuffle.sty
    trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-thmtools.sty
    trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-txfonts.sty
    trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-upgreek.sty
    trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-ushort.sty

Modified: trunk/Build/source/texk/texlive/linked_scripts/lwarp/lwarpmk.lua
===================================================================
--- trunk/Build/source/texk/texlive/linked_scripts/lwarp/lwarpmk.lua	2020-09-03 21:10:13 UTC (rev 56254)
+++ trunk/Build/source/texk/texlive/linked_scripts/lwarp/lwarpmk.lua	2020-09-03 21:11:36 UTC (rev 56255)
@@ -2,7 +2,7 @@
 
 -- Copyright 2016-2020 Brian Dunn
 
-printversion = "v0.88"
+printversion = "v0.89"
 requiredconfversion = "2" -- also at *lwarpmk.conf
 
 function printhelp ()
@@ -32,7 +32,7 @@
 lwarpmk pdftosvg <list of file names>: Converts each PDF file to SVG.
 lwarpmk epstopdf <list of file names>: Converts each EPS file to PDF.
 lwarpmk clean [-p project]: Remove *.aux, *.toc, *.lof/t,
-    *.idx, *.ind, *.log, *_html_inc.*, .gl*,
+    *.idx, *.ind, *.bbl, *.log, *_html_inc.*, .gl*,
     *_html.pdf, *_html.html, *_html.sidetoc
 lwarpmk cleanall [-p project]: Remove auxiliary files, project.pdf, *.html
 lwarpmk cleanlimages: Removes all images from the "lateximages" directory.
@@ -386,6 +386,7 @@
     sourcename ..".toc " .. sourcename .. "_html.toc " ..
     sourcename ..".lof " .. sourcename .. "_html.lof " ..
     sourcename ..".lot " .. sourcename .. "_html.lot " ..
+    sourcename ..".bbl " .. sourcename .. "_html.bbl " ..
     " *.idx " ..
     " *.ind " ..
     sourcename ..".ps " .. sourcename .."_html.ps " ..

Modified: trunk/Master/texmf-dist/doc/latex/lwarp/README.txt
===================================================================
--- trunk/Master/texmf-dist/doc/latex/lwarp/README.txt	2020-09-03 21:10:13 UTC (rev 56254)
+++ trunk/Master/texmf-dist/doc/latex/lwarp/README.txt	2020-09-03 21:11:36 UTC (rev 56255)
@@ -1,5 +1,5 @@
 
-LaTeX lwarp package v0.88   README.txt
+LaTeX lwarp package v0.89   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	2020-09-03 21:10:13 UTC (rev 56254)
+++ trunk/Master/texmf-dist/scripts/lwarp/lwarpmk.lua	2020-09-03 21:11:36 UTC (rev 56255)
@@ -2,7 +2,7 @@
 
 -- Copyright 2016-2020 Brian Dunn
 
-printversion = "v0.88"
+printversion = "v0.89"
 requiredconfversion = "2" -- also at *lwarpmk.conf
 
 function printhelp ()
@@ -32,7 +32,7 @@
 lwarpmk pdftosvg <list of file names>: Converts each PDF file to SVG.
 lwarpmk epstopdf <list of file names>: Converts each EPS file to PDF.
 lwarpmk clean [-p project]: Remove *.aux, *.toc, *.lof/t,
-    *.idx, *.ind, *.log, *_html_inc.*, .gl*,
+    *.idx, *.ind, *.bbl, *.log, *_html_inc.*, .gl*,
     *_html.pdf, *_html.html, *_html.sidetoc
 lwarpmk cleanall [-p project]: Remove auxiliary files, project.pdf, *.html
 lwarpmk cleanlimages: Removes all images from the "lateximages" directory.
@@ -386,6 +386,7 @@
     sourcename ..".toc " .. sourcename .. "_html.toc " ..
     sourcename ..".lof " .. sourcename .. "_html.lof " ..
     sourcename ..".lot " .. sourcename .. "_html.lot " ..
+    sourcename ..".bbl " .. sourcename .. "_html.bbl " ..
     " *.idx " ..
     " *.ind " ..
     sourcename ..".ps " .. sourcename .."_html.ps " ..

Modified: trunk/Master/texmf-dist/source/latex/lwarp/lwarp.dtx
===================================================================
--- trunk/Master/texmf-dist/source/latex/lwarp/lwarp.dtx	2020-09-03 21:10:13 UTC (rev 56254)
+++ trunk/Master/texmf-dist/source/latex/lwarp/lwarp.dtx	2020-09-03 21:11:36 UTC (rev 56255)
@@ -16,7 +16,7 @@
 % \iffalse
 %<package>\NeedsTeXFormat{LaTeX2e}[1999/12/01]
 %<package>\ProvidesPackage{lwarp}
-%<package>    [2020/07/19 v0.88  Allows LaTeX to directly produce HTML5 output.]
+%<package>    [2020/09/03 v0.89  Allows LaTeX to directly produce HTML5 output.]
 %
 %<*driver>
 \documentclass{ltxdoc}
@@ -2682,7 +2682,7 @@
 package has been loaded.
 
 In the document source, use \cs{hfill} and \cs{hspace*}
-\trouble{horizontal spacing}{subfig>inline}
+\trouble[horizontal spacing]{subfig=\pkg{subfig}>inline}
 between subfigures to spread them
 apart horizontally.  The use of other forms of whitespace may
 cause paragraph tags to be generated, resulting in subfigures
@@ -2926,20 +2926,7 @@
 \end{sourcedisplay}
 }
 
-\newcommand{\limitsnewtxmath}{%
-The proper load order is:
-\trouble[loading sequence]{newtxmath=\pkg{newtxmath}}
-\begin{sourcedisplay}
-\textrm{\dots} \\
-\cs{usepackage}\{lwarp\} \\
-\textrm{\dots} \\
-\cs{usepackage}\{amsthm\} \\
-\cs{usepackage}\{newtxmath\} \\
-\textrm{\dots} \\
-\end{sourcedisplay}
-}
 
-
 % For use in the documentation update section:
 \newcommand*{\newlwarpmkconf}{
 Due to changes in \prog{lwarpmk},
@@ -3018,7 +3005,7 @@
 %<*package>
 % \fi
 %
-% \CheckSum{44695}
+% \CheckSum{47034}
 %
 % \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
@@ -3149,6 +3136,7 @@
 % \changes{v0.86}{2020/05/12}{\ 2020/05/12}
 % \changes{v0.87}{2020/06/03}{\ 2020/06/03}
 % \changes{v0.88}{2020/07/19}{\ 2020/07/19}
+% \changes{v0.89}{2020/09/03}{\ 2020/09/03}
 
 
 
@@ -3181,8 +3169,9 @@
 % The \pkg{lwarp} package converts \LaTeX\ to \HTML\ by using \LaTeX\ to process the 
 % user's document and directly generate \HTML\ tags.  External utility programs are only 
 % used for the final conversion of text and images.  Math may be represented 
-% by \SVG\ images or \brand{MathJax}.  Hundreds of \LaTeX\ packages are supported,
-% including dozens with \brand{MathJax} emulation.
+% by \SVG\ images or \brand{MathJax}.
+% More than 500 \LaTeX\ packages and classes are supported,
+% of which more than 60 also support \brand{MathJax}.
 % 
 % Documents may be produced by \DVI\ or \PDF\ \LaTeX, Lua\LaTeX, \XeLaTeX;
 % by several CJK engines, classes, and packages;
@@ -3371,6 +3360,29 @@
 %
 % \begin{description}
 % \needspace{2\baselineskip}
+% \item[v0.89:] Additional \brand{MathJax} support.
+%   \begin{itemize}
+%   \item Adapted to upcoming \LaTeX\ kernel changes.
+%       \margintag{core}
+%   \item Allows load of \pkg{amsmath} before \pkg{lwarp}.
+%   \item Also removes \filenm{*.bbl} when cleaning aux files.\margintag{\prog{lwarpmk}}
+%   \item \brand{MathJax}: Neutralized \cs{protect}, \cs{mathcode} and related,
+%       \margintag{\brand{MathJax}}
+%       ligatures.  Fixed nested environments.
+%   \item \pkg{caption}: Updated for v3.5, fix for label sep.
+%       \margintag{packages}
+%   \item \pkg{thmtools}: Updated for v0.72.  Fixed \optn{swapnumber}, \optn{margin}.
+%   \item Improved \brand{MathJax} for \pkg{centernot}, \pkg{mathtools},
+%       \pkg{mismath}, \pkg{SIunits}, \pkg{siunitx}, \pkg{statmath}.
+%   \item Added \brand{MathJax} emulation for \pkg{accents}, \pkg{hepunits},
+%       \pkg{hhtensor}, \pkg{mathalpha}, \pkg{mathdesign},
+%       \pkg{mathpazo}, \pkg{mathptmx},
+%       \pkg{mleftright}, \pkg{newpxmath}, \pkg{newtxmath}, \pkg{newtxsf},
+%       \pkg{pxfonts}, \pkg{shuffle}, \pkg{txfonts},
+%       \pkg{upgreek}, \pkg{ushort}.
+%   \item Verified to work as-is: \pkg{authoraftertitle}.
+%   \end{itemize}
+% \needspace{2\baselineskip}
 % \item[v0.88:] Indexing, boxing, theorems.
 %   \begin{itemize}
 %   \item \textgreen{Now has programmed support for more than 500 packages and classes,
@@ -5412,7 +5424,8 @@
 %	\ipkg{tocbasic}, \mpkg{tocbibind}, \mpkg{tocdata},
 %   \ipkg{tocloft}, \ipkg{tocstyle}, \spkg{tocvsec2}. \\
 %
-% Title page: & \cs{maketitle}, \env{titlepage}, \mpkg{authblk}, \mpkg{titling}. \\
+% Title page: & \cs{maketitle}, \env{titlepage}, \mpkg{authblk},
+%       \spkg{authoraftertitle}, \mpkg{titling}. \\
 %
 % Front \&\ back matter: & \mpkg{abstract}, \mpkg{appendix}. \\
 %
@@ -5440,7 +5453,7 @@
 %   \ipkg{bookmark}, \epkg{breakurl}, \spkg{cleveref}, \mpkg{fancyref},
 %   \ipkg{hypdestopt}, \epkg{hyperref}, \epkg{perpage}, \mpkg{prettyref},
 %   \epkg{titleref}, \mpkg{url}, \mpkg{varioref}, \spkg{xcite},
-%   \mpkg{xr}, \mpkg{xr-hyper}, \ipkg{xurl}. \\
+%   \mpkg{xr}, \mpkg{xr-hyper}, \ipkg{xurl}, \spkg{zref}. \\
 %
 % \midrule
 %
@@ -5473,22 +5486,26 @@
 %   \mpkg{theorem}, \mpkg{thmbox}, \mpkg{thmtools}. \\
 %
 % Additional math: & Math fonts via \SVG\ images,
-%   \spkg{amscd}, \spkg{autobreak}\ejax, \ipkg{autonum},
+%   \spkg{accents}\ejax, \spkg{amscd}, \spkg{autobreak}\ejax, \ipkg{autonum},
 %   \mpkg{backnaur}, \mpkg{bm}\ejax, \spkg{braket}\ejax,
 %   \mpkg{breqn}, \mpkg{cases}, \spkg{centernot}\ejax, \spkg{colonequals}\ejax,
 %   \spkg{decimal}\ejax,
 %   \spkg{delarray}, \mpkg{DotArrow}\ejax, \spkg{dotlessi}\ejax, \spkg{dotlessj}\sjax,
 %   \spkg{extarrows}\ejax, \spkg{fouridx}\ejax,
-%   \spkg{guass}, \spkg{icomma}\ijax, \spkg{jkmath},
-%   \spkg{leftidx}\ejax, \spkg{mathcomp}\ejax, \spkg{mathdots}\ejax,
+%   \spkg{guass}, \spkg{hhtensor}\ejax, \spkg{icomma}\ijax, \spkg{jkmath},
+%   \spkg{leftidx}\ejax, \spkg{mathalpha}\ejax,
+%   \spkg{mathcomp}\ejax, \spkg{mathdesign}\ejax,
+%   \spkg{mathdots}\ejax,
 %   \spkg{mathfixs}\ejax, \spkg{mathpunctspace}\ijax,
-%   \spkg{mathspec}, \mpkg{mathtools}\ejax, \mpkg{mismath}\ejax,
+%   \spkg{mathspec}, \mpkg{mathtools}\ejax, \mpkg{mismath}\ejax, \spkg{mleftright}\ejax,
 %   \spkg{multiobjective}\ejax, \mpkg{nccmath}\ejax,
-%   \spkg{nicematrix}, \spkg{noitcrul}\ejax, \spkg{pb-diagram},
-%   \ipkg{resizegather}, \spkg{rmathbr}\ejax, \spkg{stackrel}\ejax,
+%   \spkg{nicematrix}, \spkg{noitcrul}\ejax,
+%   \spkg{newpxmath}\ejax, \spkg{newtxmath}\ejax, \spkg{newtxsf}\ejax,
+%   \spkg{pb-diagram},
+%   \ipkg{resizegather}, \spkg{rmathbr}\ejax, \epkg{shuffle}\ejax, \spkg{stackrel}\ejax,
 %   \mpkg{statex2}\ejax, \spkg{statmath}\ejax,
 %   \spkg{subsupscripts}\ejax, \spkg{textualicomma}\ijax,
-%   \spkg{unicode-math}\ejax, \mpkg{witharrows}\ejax,
+%   \spkg{unicode-math}\ejax, \spkg{ushort}\ejax, \mpkg{witharrows}\ejax,
 %   \mpkg{xfakebold}\ejax, \mpkg{xy}.
 %   Many others work as-is. \\
 %
@@ -5631,9 +5648,12 @@
 %   \mpkg{chemgreek}, \mpkg{dingbat}, \spkg{euro}, \mpkg{eurosym},
 %   \mpkg{fontawesome}, \mpkg{fontawesome5}, \spkg{gensymb}\ejax, \spkg{latexsym}\sjax,
 %   \mpkg{marvosym},
-%   \spkg{mathcomp}\ejax, \mpkg{metalogo}, \mpkg{metalogox},
-%   \mpkg{pifont}, \spkg{textalpha},
-%   \mpkg{textcomp}, \spkg{textgreek}, \mpkg{typicons}, \mpkg{xunicode}.
+%   \spkg{mathcomp}\ejax, \spkg{mathpazo}\ejax, \spkg{mathptmx}\ejax,
+%   \mpkg{metalogo}, \mpkg{metalogox},
+%   \mpkg{pifont}, \spkg{pxfonts}\ejax, \spkg{textalpha},
+%   \mpkg{textcomp}, \spkg{textgreek}, \spkg{txfonts}\ejax,
+%   \mpkg{typicons}, \spkg{upgreek}\ejax,
+%   \mpkg{xunicode}.
 %   \\
 %
 % \midrule
@@ -5653,7 +5673,8 @@
 %   \mpkg{chemmacros}, \mpkg{chemnum},
 %   \spkg{circuitikz}, \spkg{econometrics}\ejax, \spkg{elements},
 %   \mpkg{engtlc}\ejax, \spkg{fast-diagram}, \mpkg{ghsystem},
-%   \spkg{hepnicenames}, \spkg{heppennames}, \spkg{karnaughmap}, \mpkg{karnaugh-map},
+%   \spkg{hepnicenames}, \spkg{heppennames}, \spkg{hepunits}\ejax,
+%   \spkg{karnaughmap}, \mpkg{karnaugh-map},
 %   \mpkg{listings}, \spkg{listingsutf8}, \spkg{linop}, \mpkg{mhchem}\sjax, \spkg{pgfgantt},
 %   \mpkg{phfqit}, \spkg{physics}\sjax, \spkg{physunits}\ejax, \spkg{qcircuit},
 %   \mpkg{register}, \spkg{simpler-wick},
@@ -7312,10 +7333,9 @@
 % ^^A \gindex{ligatures}\gindex{font>ligatures}
 % \end{enumerate}
 % \end{itemize}
+% \item |\usepackage{newtxmath}| or other math-related font packages.
+%       Many of these load \pkg{amsmath}, which may now be loaded before \pkg{lwarp}.
 % \item |\usepackage{lwarp}| (\cref{sec:loading}) is placed after any of the above, followed by:
-% \item |\usepackage{newtxmath}| or other math-related font packages.
-%       Many of these load \pkg{amsmath}, which must be loaded after \pkg{lwarp},
-%       so they must also be loaded after \pkg{lwarp}.
 % \item |\setmonofont{TeX Gyre Cursor}| or similar may be required if using
 %       \trouble[\pkg{fontspec} with monospaced fonts]{font>monospace}
 %       \trouble{font>ligatures}
@@ -10175,12 +10195,6 @@
 %
 %
 %
-% \subsubsection{\pkg{newtxmath} package}
-%
-% \DescribePackage{newtxmath}
-% \limitsnewtxmath
-%
-%
 % \subsection{Graphics}
 % \label{sec:limitsgraphics}
 %
@@ -11757,6 +11771,12 @@
 %           \end{sourcedisplay}
 %           \trouble{Label(s) may have changed}
 %
+%       \item [``Temporary page! LaTeX was unable to guess the total
+%                           number of pages \dots'':] \
+%           Harmless.  Recompile the document one more time.
+%           \trouble{Temporary page \dots unable to guess \dots}
+%           \trouble{LaTeX was unable to guess the total\dots}
+%
 %         \item [``Leaders not followed by proper glue'':] ~ \\
 %           This can be caused by
 %           a missing |l@<floattype>| or |l@<sectiontype>| definition.
@@ -12629,6 +12649,7 @@
 % \changes{v0.45}{2017/12/03}{Allows \pkg{memoir}'s preloaded packages.}
 % \changes{v0.58}{2018/06/21}{Fix: \pkg{memoir} and \pkg{ccaption}.}
 % \changes{v0.82}{2020/03/17}{\pkg{syntonly}: Added to \cs{LWR at loadafter}.}
+% \changes{v0.89}{2020/08/12}{Allow preload of \pkg{amsmath}, \pkg{amsthm}, \pkg{centernot}.}
 %
 % The following packages must be loaded after \pkg{lwarp}:
 % ^^A *loadafter
@@ -12640,6 +12661,7 @@
 \LWR at loadafter{a5comb}
 \LWR at notmemoirloadafter{abstract}
 \LWR at loadafter{academicons}
+\LWR at loadafter{accents}
 \LWR at loadafter{accessibility}
 \LWR at loadafter{accsupp}
 \LWR at loadafter{acro}
@@ -12650,8 +12672,8 @@
 \LWR at loadafter{algorithm2e}
 \LWR at loadafter{algorithmicx}
 \LWR at loadafter{alltt}
-\LWR at loadafter{amsmath}
-\LWR at loadafter{amsthm}
+% \LWR at loadafter{amsmath}% may be preloaded
+% \LWR at loadafter{amsthm}% may be preloaded
 \LWR at loadafter{anonchap}
 \LWR at loadafter{anysize}
 \LWR at notmemoirloadafter{appendix}
@@ -12660,10 +12682,11 @@
 \LWR at notmemoirloadafter{array}
 \LWR at loadafter{arydshln}
 \LWR at loadafter{asymptote}
-% \LWR at loadafter{atbegshi}% used by morewrites
+% \LWR at loadafter{atbegshi}% now in LaTeX core, also used by morewrites
 \LWR at loadafter{attachfile}
 \LWR at loadafter{attachfile2}
 \LWR at loadafter{authblk}
+\LWR at loadafter{authoraftertitle}% Supported as-is, but must be loaded after.
 \LWR at loadafter{autobreak}
 \LWR at loadafter{autonum}
 \LWR at loadafter{awesomebox}
@@ -12696,10 +12719,11 @@
 \LWR at loadafter{canoniclayout}
 \LWR at loadafter{caption}
 \LWR at loadafter{caption2}
+\LWR at loadafter{caption3}
 \LWR at loadafter{cases}
 % catoptions is supported by the lwarp core
 % \LWR at loadafter{ccaption}% may be preloaded by memoir
-\LWR at loadafter{centernot}
+% \LWR at loadafter{centernot}% may be preloaded by newtx
 \LWR at loadafter{changebar}
 \LWR at loadafter{changelayout}
 \LWR at notmemoirloadafter{changepage}
@@ -12764,7 +12788,7 @@
 \LWR at loadafter{etoc}
 \LWR at loadafter{eurosym}
 \LWR at loadafter{everypage}
-\LWR at loadafter{everyshi}
+% \LWR at loadafter{everyshi}% now in LaTeX core
 \LWR at loadafter{extarrows}
 \LWR at loadafter{extramarks}
 \LWR at loadafter{fancybox}
@@ -12830,7 +12854,9 @@
 \LWR at loadafter{gridset}
 \LWR at loadafter{hang}
 \LWR at loadafter{hanging}
+\LWR at loadafter{hepunits}
 \LWR at loadafter{hhline}
+\LWR at loadafter{hhtensor}
 \LWR at loadafter{hypbmsec}
 \LWR at loadafter{hypcap}
 \LWR at loadafter{hypdestopt}
@@ -12879,9 +12905,13 @@
 \LWR at loadafter{marginfix}
 \LWR at loadafter{marginnote}
 \LWR at loadafter{marvosym}
+% mathalpha may be loaded before lwarp
 \LWR at loadafter{mathcomp}
+\LWR at loadafter{mathdesign}
 \LWR at loadafter{mathdots}
 \LWR at loadafter{mathfixs}
+\LWR at loadafter{mathpazo}
+\LWR at loadafter{mathptmx}
 \LWR at loadafter{mathtools}
 \LWR at loadafter{mcaption}
 \LWR at loadafter{mdframed}
@@ -12896,6 +12926,7 @@
 \LWR at loadafter{minibox}
 \LWR at loadafter{minitoc}
 \LWR at loadafter{mismath}
+\LWR at loadafter{mleftright}
 % morefloats must be allowed early for print mode
 \LWR at notmemoirloadafter{moreverb}
 % morewrites must be loaded before lwarp
@@ -12918,7 +12949,9 @@
 \LWR at loadafter{nccmath}
 \LWR at notmemoirloadafter{needspace}
 % newclude must be loaded before lwarp
-\LWR at loadafter{newtxmath}
+% newpxmath may be preloaded
+% newtxmath may be loaded before lwarp
+% newtxsf may be loaded before lwarp
 % newunicodechar must be loaded before lwarp
 \LWR at notmemoirloadafter{nextpage}
 \LWR at loadafter{nicefrac}
@@ -12982,6 +13015,7 @@
 \LWR at loadafter{pstricks}
 % \LWR at loadafter{pxatbegshi}% may be used by morewrites
 \LWR at loadafter{pxeveryshi}
+\LWR at loadafter{pxfonts}
 \LWR at loadafter{pxftnright}
 \LWR at loadafter{pxjahyper}
 \LWR at loadafter{quotchap}
@@ -13020,6 +13054,7 @@
 \LWR at notmemoirloadafter{showidx}
 \LWR at loadafter{showkeys}
 \LWR at loadafter{showtags}
+\LWR at loadafter{shuffle}
 \LWR at loadafter{sidecap}
 \LWR at loadafter{sidenotes}
 \LWR at loadafter{SIunits}
@@ -13067,6 +13102,7 @@
 \LWR at loadafter{thm-listof}
 \LWR at loadafter{thm-restate}
 \LWR at loadafter{thmbox}
+\LWR at loadafter{thmtools}
 \LWR at loadafter{threadcol}
 \LWR at loadafter{threeparttable}
 \LWR at loadafter{threeparttablex}
@@ -13092,6 +13128,7 @@
 \LWR at loadafter{trivfloat}
 \LWR at loadafter{truncate}
 \LWR at loadafter{turnthepage}
+\LWR at loadafter{txfonts}
 \LWR at loadafter{twoup}
 %    \end{macrocode}
 % \changes{v0.44}{2017/11/19}{Adjustment for \pkg{koma-script}.}
@@ -13104,8 +13141,10 @@
 \LWR at loadafter{unicode-math}
 \LWR at loadafter{units}
 \LWR at loadafter{unitsdef}
+\LWR at loadafter{upgreek}
 \LWR at loadafter{upref}
 \LWR at loadafter{url}
+\LWR at loadafter{ushort}
 \LWR at loadafter{uspace}
 \LWR at loadafter{varioref}
 \LWR at notmemoirloadafter{verse}
@@ -13390,11 +13429,13 @@
 % \begin{macro}{\LWR at patcherror} \marg{packagename} \marg{macroname}
 %
 % Prints an error if could not patch a macro.
+% \changes{v0.89}{2020/09/01}{Improved message.}
 %    \begin{macrocode}
 \newcommand*{\LWR at patcherror}[2]{%
     \PackageError{lwarp}%
         {%
-            Unable to patch package #1, macro #2.\MessageBreak
+            Unable to patch package #1,\MessageBreak
+            macro \LWRbackslash #2.\MessageBreak
             Lwarp may need to be updated%
         }%
         {Please contact the maintainer of the Lwarp package.}%
@@ -13564,6 +13605,19 @@
 % \end{macro}
 %
 %
+% \subsection{Title case}
+%
+% \begin{macro}{\LWRtexttitlecase}
+%    \begin{macrocode}
+\ExplSyntaxOn
+\newcommand*{\LWRtexttitlecase}[1]{%
+    \text_titlecase:n{#1}%
+}
+\ExplSyntaxOff
+%    \end{macrocode}
+% \end{macro}
+%
+%
 % \subsection{LetLtxMacrocs}
 %
 % \begin{macro}{\LWR at LetLtxMacrocs} \marg{newcsname} \marg{oldcsname}
@@ -14612,8 +14666,16 @@
     tracking=false,
     kerning=false,
     spacing=false}
-
-\DisableLigatures[f,q,t,T,Q]{encoding = *,family = *}
+%    \begin{macrocode}
+%
+% Disable ligatures for typewriter fonts.
+% The comma was causing issues with \brand{MathJax} and \cs{,} followed by a comma.
+% Ligatures for f, q, t, etc used to be disabled for non-typewriter fonts, but
+% are now allowed.
+% \changes{v0.89}{2020/08/01}{Disable typewriter ligatures.}
+% ^^A \DisableLigatures[{,},f,q,t,T,Q]{encoding = *,family = *}% previous
+%    \begin{macrocode}
+\DisableLigatures{encoding = *,family = tt*}
 %    \end{macrocode}
 % ^^A 
 % ^^A 
@@ -17749,8 +17811,8 @@
 }
 
 
-/* mdframed, tcolorbox packages */
-.mdframed, .tcolorbox {
+/* mdframed, tcolorbox, shadebox packages */
+.mdframed, .tcolorbox, .shadebox {
     padding: 0ex ;
     margin: 2ex 0em 2ex 0em ;
     border: 1px solid black ;
@@ -19467,7 +19529,7 @@
   subequations: "0",
   section: "",
   loader: {
-    load: ['[tex]/tagFormat']
+    load: ['[tex]/tagFormat'],
   },
   startup: {
     ready() {
@@ -19684,15 +19746,16 @@
 % \changes{v0.59}{2018/08/21}{\prog{lwarpmk}: Consolidated compiling options into \optn{printlatexcmd} and \optn{HTMLlatexcmd}.}
 % \changes{v0.59}{2018/09/06}{\prog{lwarpmk}: Added \cmds{lwarpmk epstopdf}.}
 % \changes{v0.66}{2019/01/27}{\prog{lwarpmk}: Added \optn{ImagesDirectory} and \optn{ImagesName}.}
-% \changes{v0.66}{2019/01/30}{\prog{lwarpmk}: Fix for \cmds{cleanlimages}.}%
-% \changes{v0.68}{2019/03/02}{\prog{lwarpmk}: Improved error handling if incomplete compile.}%
+% \changes{v0.66}{2019/01/30}{\prog{lwarpmk}: Fix for \cmds{cleanlimages}.}
+% \changes{v0.68}{2019/03/02}{\prog{lwarpmk}: Improved error handling if incomplete compile.}
 % \changes{v0.71}{2019/04/11}{\prog{lwarpmk}: If wrong \filenm{lwarpmk.conf} version,
 %                                               or wrong OS,
-%                                               displays the print command to recompile.}%
-% \changes{v0.74}{2019/08/05}{\prog{lwarpmk}: \cmds{lwarpmk clean} removes add'l files.}%
-% \changes{v0.74}{2019/08/14}{\prog{lwarpmk}: \cmds{lwarpmk epstopdf} and \cmds{pdftosvg} honor directories.}%
-% \changes{v0.81}{2020/03/04}{\prog{lwarpmk}: Improved error if in \pkg{lwarp} source directory.}%
-% \changes{v0.84}{2020/03/30}{\prog{lwarpmk}: \optn{clean} also removes \filenm{comment_*.cut}}%
+%                                               displays the print command to recompile.}
+% \changes{v0.74}{2019/08/05}{\prog{lwarpmk}: \cmds{lwarpmk clean} removes add'l files.}
+% \changes{v0.74}{2019/08/14}{\prog{lwarpmk}: \cmds{lwarpmk epstopdf} and \cmds{pdftosvg} honor directories.}
+% \changes{v0.81}{2020/03/04}{\prog{lwarpmk}: Improved error if in \pkg{lwarp} source directory.}
+% \changes{v0.84}{2020/03/30}{\prog{lwarpmk}: \optn{clean} also removes \filenm{comment_*.cut}}
+% \changes{v0.89}{2020/08/29}{\prog{lwarpmk}: \optn{clean} also removes \filenm{*.bbl}}
 %
 % The following is only generated if the \optn{lwarpmk} option
 %   was given to \pkg{lwarp}.
@@ -19708,7 +19771,7 @@
 -- Copyright 2016-2020 Brian Dunn
 
 
-printversion = "v0.88"
+printversion = "v0.89"
 requiredconfversion = "2" -- also at *lwarpmk.conf
 
 function printhelp ()
@@ -19739,7 +19802,7 @@
 lwarpmk pdftosvg <list of file names>: Converts each PDF file to SVG.
 lwarpmk epstopdf <list of file names>: Converts each EPS file to PDF.
 lwarpmk clean [-p project]: Remove *.aux, *.toc, *.lof/t,
-    *.idx, *.ind, *.log, *_html_inc.*, .gl*,
+    *.idx, *.ind, *.bbl, *.log, *_html_inc.*, .gl*,
     *_html.pdf, *_html.html, *_html.sidetoc
 lwarpmk cleanall [-p project]: Remove auxiliary files, project.pdf, *.html
 lwarpmk cleanlimages: Removes all images from the "lateximages" directory.
@@ -20109,6 +20172,7 @@
     sourcename ..".toc " .. sourcename .. "_html.toc " ..
     sourcename ..".lof " .. sourcename .. "_html.lof " ..
     sourcename ..".lot " .. sourcename .. "_html.lot " ..
+    sourcename ..".bbl " .. sourcename .. "_html.bbl " ..
     " *.idx " ..
     " *.ind " ..
     sourcename ..".ps " .. sourcename .."_html.ps " ..
@@ -24182,11 +24246,24 @@
 % \begin{macro}{\LWR at HTMLsanitizeexpand} \marg{text}
 %
 % This version expands the argument before sanitizing it.
+% This is only used for adding math to \brand{MathJax} expressions or
+% \env{lateximage} \attribute{alt} tags.
 %
 % \changes{v0.36}{2017/08/16}{Fix for \pkg{babel-french}.}
 % \changes{v0.51}{2018/03/07}{Fix: Escapes double quotes.}
 % \changes{v0.79}{2020/01/27}{Fix: \cs{\&}.}
+% \changes{v0.89}{2020/08/08}{Fix: Nested \brand{MathJax} environments.}
 %    \begin{macrocode}
+\edef\LWR at beginspaceleftbrace{begin \LWRleftbrace}
+\edef\LWR at beginspaceleftbrace{\detokenize\expandafter{\LWR at beginspaceleftbrace}}
+\edef\LWR at beginleftbrace{begin\LWRleftbrace}
+\edef\LWR at beginleftbrace{\detokenize\expandafter{\LWR at beginleftbrace}}
+
+\edef\LWR at endspacerightbrace{end \LWRrightbrace}
+\edef\LWR at endspacerightbrace{\detokenize\expandafter{\LWR at endspacerightbrace}}
+\edef\LWR at endrightbrace{end\LWRrightbrace}
+\edef\LWR at endrightbrace{\detokenize\expandafter{\LWR at endrightbrace}}
+
 \newrobustcmd{\LWR at HTMLsanitizeexpand}[1]{%
 %    \end{macrocode}
 % Cancel French \pkg{babel} character handling,
@@ -24201,6 +24278,18 @@
 %    \begin{macrocode}
     \protect\StrSubstitute{\detokenize\expandafter{#1}}%
         {\detokenize{\&}}{\detokenize{&}}[\LWR at strresult]%
+%    \end{macrocode}
+% The math expression may includes spaces between tokens,
+% but \brand{MathJax} does not want a space between \cs{begin} or \cs{end}
+% and the following brace.
+% This space is removed here.
+%    \begin{macrocode}
+    \protect\StrSubstitute{\LWR at strresult}%
+        {\LWR at beginspaceleftbrace}{\LWR at beginleftbrace}[\LWR at strresult]%
+    \protect\StrSubstitute{\LWR at strresult}%
+        {\LWR at endspacerightbrace}{\LWR at endrightbrace}[\LWR at strresult]%
+%    \end{macrocode}
+%    \begin{macrocode}
     \LWR at subHTMLsanitize%
     \LWR at strresult%
     \endgroup%
@@ -24339,11 +24428,10 @@
 \CustomizeMathJax{\def\LWRfootnote{1}}
 \CustomizeMathJax{\newcommand{\footnote}[2][\LWRfootnote]{{}^{\mathrm{#1}}}}
 \CustomizeMathJax{\newcommand{\footnotemark}[1][\LWRfootnote]{{}^{\mathrm{#1}}}}
-\end{warpMathJax}
 %    \end{macrocode}
 
+% Various other customizations:
 %    \begin{macrocode}
-\begin{warpMathJax}
 \CustomizeMathJax{\newcommand\ensuremath[1]{#1}}
 \CustomizeMathJax{% absorb two optional arguments
     \newcommand{\LWRframebox}[2][]{\fbox{#2}}
@@ -24356,6 +24444,20 @@
 \CustomizeMathJax{\newcommand{\cline}[1]{}}
 \CustomizeMathJax{\newcommand{\directlua}[1]{\text{(directlua)}}}
 \CustomizeMathJax{\newcommand{\luatexdirectlua}[1]{\text{(directlua)}}}
+%    \end{macrocode}
+%
+% \cs{protect}, \cs{mathchar}, and \cs{delimiter} are silently discarded; and
+% \cs{mathcode} and \cs{delcode} are ignored.
+% \changes{v0.89}{2020/07/27}{mathjax=\brand{MathJax}: Added \cs{protect}, and
+%   \cs{mathcode} and related.}
+%    \begin{macrocode}
+\CustomizeMathJax{\newcommand{\protect}{}}
+\CustomizeMathJax{\def\LWRabsorbnumber#1 {}}
+\CustomizeMathJax{\def\LWRabsorbquotenumber"#1 {}}
+\CustomizeMathJax{\def\mathchar{\ifnextchar"\LWRabsorbquotenumber\LWRabsorbnumber}}
+\CustomizeMathJax{\def\mathcode#1={\mathchar}}
+\CustomizeMathJax{\let\delcode\mathcode}
+\CustomizeMathJax{\let\delimiter\mathchar}
 \end{warpMathJax}
 
 \begin{warpHTML}% due to warpMathJax
@@ -24375,17 +24477,19 @@
 \LWR at stoppars
 \LWR at htmlcomment{MathJax customizations:}
 
-\typeout{---}
-\typeout{Package lwarp:}
-\typeout{Processing MathJax customizations. If this takes too long,}
-\typeout{see the Lwarp manual regarding customizing MathJax.}
 \begin{BlockClass}{hidden}
 \LWR at stoppars
-\LWR at customizedMathJax
+%    \end{macrocode}
+% 
+% Avoid ligatures while printing \brand{MathJax} customizations:
+% \changes{v0.89}{2020/08/02}{Print \brand{MathJax} customizations with typewriter font.}
+%    \begin{macrocode}
+{
+    \LWR at print@ttfamily
+    \LWR at customizedMathJax
+}
 \LWR at startpars
 \end{BlockClass}
-\typeout{Done.}
-\typeout{---}
 
 \LWR at startpars
 }{}
@@ -26116,8 +26220,22 @@
 % disable \cs{ensuremath} by printing a nullified
 % definition at the start of each file, and add further customizations:
 % \changes{v0.51}{2018/03/18}{MathJax: Nullifies \cs{ensuremath}.}
+% \changes{v0.89}{2020/08/17}{MathJax: Improved info message.}
 %    \begin{macrocode}
+\ifbool{mathjax}{
+    \typeout{---}
+    \typeout{Package lwarp:}
+    \typeout{Processing MathJax customizations for the first HTML page.}
+    \typeout{Later HTML pages will take the same amount of time.}
+    \typeout{If this takes too long, see the Lwarp manual regarding customizing MathJax.}
+}{}
+
 \LWR at customizeMathJax
+
+\ifbool{mathjax}{
+    \typeout{Done.}
+    \typeout{---}
+}{}
 %    \end{macrocode}
 %
 % ^^A % Likewise for Ka\TeX:
@@ -26238,42 +26356,92 @@
 % If labels have not changed, mark successful completion
 % of the \filenm{lateximages.txt} file.
 % Executed as everything is being shut down.
+%
+% For the newer kernel hooks, see \cmds{texdoc lthooks-doc} and \cmds{texdoc ltshipout-doc}.
 % \changes{v0.70}{2019/03/26}{If labels changed, require recompile before making limages.}
+% \changes{v0.89}{2020/07/28}{Adapt to \LaTeX\ core changes.}
 %    \begin{macrocode}
-\xpatchcmd{\enddocument}
-    {%
-        \if at tempswa
-        \@latex at warning@no at line{Label(s) may have changed.
-        Rerun to get cross-references right}%
-        \fi
-    }
-    {%
-        \if at tempswa
-            \@latex at warning@no at line{Label(s) may have changed.
-            Rerun to get cross-references right}%
-        \else
+\ifdef{\AddToHook}{% newer kernel
+    \AddToHook{enddocument/info}{%
+       \if at filesw
+       \ifx \@multiplelabels \relax
+         \if at tempswa
+%    \end{macrocode}
+% This is where warnings of duplicate labels would appear.
+%    \begin{macrocode}
+         \else
+%    \end{macrocode}
+% No duplicate labels, so safe to create images.
+%    \begin{macrocode}
             \immediate\write\LWR at lateximagesfile{%
                 |end|end|end|%
             }%
-        \fi
+         \fi
+       \fi\fi
     }
-    {}
-    {
-        \AtEndDocument{
-            \PackageWarningNoLine{lwarp}
-            {%
-                Could not patch \protect\enddocument.\MessageBreak
-                If labels have changed, be sure to recompile before\MessageBreak
-                creating lateximages with\MessageBreak
-                \space\space lwarpmk limages,\MessageBreak
-                or the images may be corrupt%
+}% newer kernel
+{% older kernel
+    \xpatchcmd{\enddocument}
+        {%
+            \if at tempswa
+            \@latex at warning@no at line{Label(s) may have changed.
+            Rerun to get cross-references right}%
+            \fi
+        }
+        {%
+            \if at tempswa
+                \@latex at warning@no at line{Label(s) may have changed.
+                Rerun to get cross-references right}%
+            \else
+%    \end{macrocode}
+% No duplicate labels, so safe to create images.
+%    \begin{macrocode}
+                \immediate\write\LWR at lateximagesfile{%
+                    |end|end|end|%
+                }%
+            \fi
+        }
+        {}
+        {
+            \AtEndDocument{
+                \PackageWarningNoLine{lwarp}
+                {%
+                    Could not patch \protect\enddocument.\MessageBreak
+                    If labels have changed, be sure to recompile before\MessageBreak
+                    creating lateximages with\MessageBreak
+                    \space\space lwarpmk limages,\MessageBreak
+                    or the images may be corrupt%
+                }
             }
         }
-    }
+}% older kernel
 %    \end{macrocode}
 % \end{macro}
 
+
+% \section{Nullifying foreground \Slash background hooks}
+%
+% See \cmds{texdoc lthooks-doc} and \cmds{textdoc ltshipout-doc}.
+%
+% \changes{v0.89}{2020/07/28}{Foreground/background hooks: Adapt to \LaTeX\ core changes.}
 %    \begin{macrocode}
+\ifdef{\RemoveFromHook}{
+    \AfterEndPreamble{
+        \IfHookEmptyTF{shipout/background}{}{
+            \PackageInfo{lwarp}{Removing background hook}
+            \RemoveFromHook{shipout/background}[*]
+        }
+        \IfHookEmptyTF{shipout/foreground}{}{
+            \PackageInfo{lwarp}{Removing foreground hook}
+            \RemoveFromHook{shipout/foreground}[*]
+        }
+    }
+}{}
+%    \end{macrocode}
+
+
+
+%    \begin{macrocode}
 \end{warpHTML}
 %    \end{macrocode}
 
@@ -27418,7 +27586,7 @@
 %    \begin{macrocode}
 \begin{warpHTML}
 %    \end{macrocode}
-
+%
 % \begin{macro}{\@begintheorem} \marg{name} \marg{number}
 %    \begin{macrocode}
 \renewcommand{\@begintheorem}[2]{%
@@ -27429,16 +27597,26 @@
 }
 %    \end{macrocode}
 % \end{macro}
+%
+%
 % \begin{macro}{\@opargbegintheorem} \marg{name} \marg{number} \marg{oparg}
+%
+% \LaTeX\ defines this, but \pkg{amsthm} \cs{relax}es it,
+% so it will not be defined if \pkg{amsthm} is loaded before \pkg{lwarp}.
+% \changes{v0.89}{2020/08/12}{Allow preload of \pkg{amsmath}, \pkg{amsthm}, \pkg{centernot}.}
 %    \begin{macrocode}
-\renewcommand{\@opargbegintheorem}[3]{%
-\LWR at forcenewpage
-\BlockClass{theoremcontents}
-\trivlist
-\item[\InlineClass{theoremlabel}{#1\ #2\ (#3)\ }]\itshape
+\ifundef{\@opargbegintheorem}{}{
+    \renewcommand{\@opargbegintheorem}[3]{%
+        \LWR at forcenewpage
+        \BlockClass{theoremcontents}
+        \trivlist
+        \item[\InlineClass{theoremlabel}{#1\ #2\ (#3)\ }]\itshape
+    }
 }
 %    \end{macrocode}
 % \end{macro}
+%
+%
 % \begin{macro}{\@endtheorem}
 %    \begin{macrocode}
 \renewcommand*{\@endtheorem}{%
@@ -35716,12 +35894,20 @@
         }%
 %    \end{macrocode}
 % For \brand{MathJax}, print the math between |\(| and |\)|:
+% \changes{v0.89}{2020/08/01}{TT font for \brand{MathJax}.}
 %    \begin{macrocode}
         {%
             \LWR at traceinfo{LWR at subsingledollar: Mathjax}%
             {%
                 \textbackslash(%
-                \LWR at HTMLsanitize{#4}%
+                {%
+%    \end{macrocode}
+% \cs{ifmmode} to avoid error about \cs{ttfamily} inside math mode
+% in the case of nested math, ex. equation with tcolorbox with math.
+%    \begin{macrocode}
+                    \ifmmode\else\LWR at print@ttfamily\fi%
+                    \LWR at HTMLsanitize{#4}%
+                }%
                 \textbackslash)%
             }%
         }% mathjax
@@ -35793,11 +35979,12 @@
 %    \end{macrocode}
 % For \brand{MathJax}, print the math between |\[| and |\]|:
 % \changes{v0.42}{2017/10/16}{Improved line spacing with mathjax.}
+% \changes{v0.89}{2020/08/01}{TT font for \brand{MathJax}.}
 %    \begin{macrocode}
 {
 
     \textbackslash[%
-    \LWR at HTMLsanitize{#1}%
+    {\LWR at print@ttfamily\LWR at HTMLsanitize{#1}}%
     \textbackslash]
 
 }% mathjax
@@ -35842,6 +36029,7 @@
 %
 %
 % \begin{macro}{\LWR at singledollar} \marg{alt text} \marg{math expression}
+% \changes{v0.89}{2020/08/01}{TT font for \brand{MathJax}.}
 %    \begin{macrocode}
 \protected\gdef\LWR at singledollar#1${%
 \ifbool{mathjax}{%
@@ -35882,7 +36070,7 @@
     \protected\gdef\[#1\]{$$#1$$}
 }
 
-\endgroup
+\endgroup% active $
 %    \end{macrocode}
 % \changes{v0.59}{2018/08/23}{Fix with \cs{displaymathnormal}.}
 %    \begin{macrocode}
@@ -35984,9 +36172,12 @@
 
 
 % Set the default displaymath to the normal version:
+%
+% \changes{v0.89}{2020/08/12}{Removed \cs{let} of \cs{[}, \cs{]}.}
+% ^^A \LetLtxMacro\[\LWR at openbracketnormal% (but not yet defined)
+% ^^A \LetLtxMacro\]\LWR at closebracketnormal%
+%
 %    \begin{macrocode}
-\LetLtxMacro\[\LWR at openbracketnormal%
-\LetLtxMacro\]\LWR at closebracketnormal%
 \LetLtxMacro\displaymath\LWR at displaymathnormal%
 \LetLtxMacro\enddisplaymath\endLWR at displaymathnormal%
 %    \end{macrocode}
@@ -36196,15 +36387,20 @@
 % Enclose the \brand{MathJax} environment inside printed ``\cs{(}'' and ``\cs{)}'' characters.
 %    \begin{macrocode}
     \LWR at origtilde\LWR at orignewline
-    \textbackslash{}begin\{#1\}
 %    \end{macrocode}
-% Print the contents, sanitizing for \HTML\ special characters.
+% Print the environment name and contents, sanitizing for \HTML\ special characters.
+% \changes{v0.89}{2020/08/01}{TT font for \brand{MathJax}.}
 %    \begin{macrocode}
-    \LWR at HTMLsanitizeexpand{\detokenize\expandafter{#2}}
+    {%
+        \LWR at print@ttfamily%
+        \textbackslash{}begin\{#1\}
+        \LWR at orignewline%
+        \LWR at HTMLsanitizeexpand{\detokenize\expandafter{#2}}%
+        \LWR at orignewline%
+        \textbackslash{}end\{#1\}
+    }%
 %    \end{macrocode}
-% Close the \brand{MathJax} environment:
 %    \begin{macrocode}
-    \textbackslash{}end\{#1\}
     \LWR at orignewline
 }
 %    \end{macrocode}
@@ -36663,11 +36859,12 @@
 % \changes{v0.42}{2017/10/12}{Fix: Numbering and naming AMS math environments.}
 % \changes{v0.50}{2018/03/02}{Improved \SVG\ math display.}
 % \changes{v0.51}{2018/03/11}{Fix: \cs{addcontentsline} inside \SVG\ math.  Provides an autoid anchor.}
+% \changes{v0.89}{2020/08/02}{\cs{textendash} for number range.}
 %    \begin{macrocode}
             \begin{BlockClass}{displaymathnumbered}%
             \LWR at newautoidanchor%
             \booltrue{LWR at indisplaymathimage}%
-            \begin{lateximage}[(\LWR at startingequationtag--\LWR at equationtag)%
+            \begin{lateximage}[(\LWR at startingequationtag\textendash\LWR at equationtag)%
                 \LWR at addmathjax{eqnarray}{\BODY}]*%
 %    \end{macrocode}
 % Support for \pkg{xfakebold}:
@@ -36988,6 +37185,7 @@
 %   prefixed by the equation numbers.
 %
 % \changes{v0.42}{2017/10/12}{Fix: Numbering and naming AMS math environments.}
+% \changes{v0.89}{2020/08/02}{\cs{textendash} for number range.}
 %
 %    \begin{macrocode}
 \newcommand*{\LWR at amsmathbodynumbered}[1]
@@ -36994,7 +37192,7 @@
 {%
     \ifnumcomp{\value{LWR at startingequation}}{=}{\value{equation}}%
         {(\LWR at equationtag)}%
-        {(\LWR at startingequationtag--\LWR at equationtag)} % extra space
+        {(\LWR at startingequationtag\textendash\LWR at equationtag)} % extra space
     \LWR at amsmathbody{#1} % extra space
 }
 %    \end{macrocode}
@@ -37605,6 +37803,14 @@
 \LWR at PreloadedPackage{fontaxes}
 %    \end{macrocode}
 
+% \pkg{newpxmath}, etc. may be loaded before \pkg{lwarp}:
+%    \begin{macrocode}
+\LWR at PreloadedPackage{newpxmath}
+\LWR at PreloadedPackage{newtxmath}
+\LWR at PreloadedPackage{newtxsf}
+\LWR at PreloadedPackage{mathalpha}
+%    \end{macrocode}
+
 % \pkg{nfssext-cfr} may be preloaded by \pkg{cfm-lm} or related font packages.
 %    \begin{macrocode}
 \LWR at PreloadedPackage{nfssext-cfr}
@@ -37675,7 +37881,7 @@
 \newrobustcmd{\LWR at siunitx@textdegree}{\HTMLentity{deg}}
 \newrobustcmd{\LWR at siunitx@textprime}{\HTMLunicode{2032}}
 \newrobustcmd{\LWR at siunitx@textdblprime}{\HTMLunicode{2033}}
-\newrobustcmd{\LWR at siunitx@textplanckbar}{\text{\textit{\HTMLunicode{0127}}}}
+\newrobustcmd{\LWR at siunitx@textplanckbar}{\text{\textit{\HTMLunicode{210F}}}}
 
 \appto\LWR at restoreorigformatting{%
 \renewrobustcmd{\LWR at siunitx@textcelsius}{\text{\ensuremath{^\circ}C}}%
@@ -40477,7 +40683,7 @@
 %
 
 
-% \section{\cs{AtBeginDocument}, \cs{AtEndDocument}}
+% \section{Starting and stopping \pkg{lwarp}}
 
 % \codehtml
 %    \begin{macrocode}
@@ -40501,6 +40707,27 @@
 %    \end{macrocode}
 
 
+% \section{Loading \pkg{everyshi} patches}
+%
+% \pkg{everyshi} is emulated by the \LaTeX\ core, so its patches are loaded
+% here.
+% \cs{AtBeginDocument} is used in case an older verison of \LaTeX\ is
+% used.
+%
+% \changes{v0.89}{2020/07/28}{\pkg{everyshi}: Included in \LaTeX\ core.}
+%
+% \codehtml
+%    \begin{macrocode}
+\begin{warpHTML}
+\AtBeginDocument{
+    \@ifpackageloaded{everyshi}{
+        \RequirePackage{lwarp-everyshi}
+    }{}
+}
+\end{warpHTML}
+%    \end{macrocode}
+
+
 % \section{Loading \pkg{textcomp} patches}
 %
 % \pkg{textcomp} has now been integrated into the \LaTeX\ core,
@@ -40515,6 +40742,37 @@
 \end{warpHTML}
 %    \end{macrocode}
 
+
+
+% \section{Loading \pkg{amsmath}, \pkg{amsthm} patches, \pkg{centernot}}
+%
+% \pkg{amsmath}, \pkg{amsthm}, and \pkg{centernot} may have been preloaded,
+% such as by \pkg{newtx}, so their patches are loaded now.
+%
+% \codehtml
+%
+% \changes{v0.89}{2020/08/12}{Allow preload of \pkg{amsmath}, \pkg{amsthm}, \pkg{centernot}.}
+%    \begin{macrocode}
+\begin{warpHTML}
+\@ifpackageloaded{amsthm}{
+    \RequirePackage{lwarp-amsthm}
+}{}
+%    \end{macrocode}
+%
+%    \begin{macrocode}
+\@ifpackageloaded{amsmath}{
+    \RequirePackage{lwarp-amsmath}
+}{}
+
+% \pkg{amsthm} may load \pkg{centernot}, so \pkg{centernot} must be checked second.
+%    \begin{macrocode}
+\@ifpackageloaded{centernot}{
+    \RequirePackage{lwarp-centernot}
+}{}
+\end{warpHTML}
+%    \end{macrocode}
+
+
 % \section{Loading \brand{Koma-script} class patches}
 %
 % Load patches to \pkg{koma-script}.
@@ -41272,7 +41530,100 @@
 %
 %
 %
+%
+%
 % \iffalse
+%<*accents>
+% \fi
+%
+% \part{lwarp-accents.sty}
+%
+% \section{accents}
+%
+% \credits{Javier Bezos}
+%
+% \DescribePackage{accents}
+% \pkg{accents} is used as-is for \SVG\ math, and is
+% emulated for \brand{MathJax}.
+%
+% \changes{v0.89}{2020/07/21}{\pkg{accents}: Added.}
+%
+% \codehtml
+%
+%    \begin{macrocode}
+\LWR at ProvidesPackagePass{accents}[2006/05/12]
+%    \end{macrocode}
+%
+% For \brand{MathJax}:
+%    \begin{macrocode}
+\begin{warpMathJax}
+\LWR at infoprocessingmathjax{accents}
+
+\CustomizeMathJax{\newcommand{\ring}[1]{\mathring{#1}}}
+\CustomizeMathJax{\newcommand{\accentset}[2]{\overset{#1{}}{#2}}}
+%    \end{macrocode}
+%
+% As of this writing, \brand{MathJax} v3 does not yet support
+% groups for macros, so for \cs{underaccent}, the originals are remembered here,
+% then they are temporarily redefined and used inside \cs{underaccent},
+% then restored to their originals.
+% \cs{LARGE} gives a reasonable size, and \cs{raise} is used to
+% adjust vertically without introducing extra line space.
+%    \begin{macrocode}
+\CustomizeMathJax{\let\LWRgrave\grave}
+\CustomizeMathJax{\let\LWRacute\acute}
+\CustomizeMathJax{\let\LWRcheck\check}
+\CustomizeMathJax{\let\LWRbreve\breve}
+\CustomizeMathJax{\let\LWRbar\bar}
+\CustomizeMathJax{\let\LWRhat\hat}
+\CustomizeMathJax{\let\LWRdot\dot}
+\CustomizeMathJax{\let\LWRtilde\tilde}
+\CustomizeMathJax{\let\LWRddot\ddot}
+\CustomizeMathJax{\let\LWRvec\vec}
+\CustomizeMathJax{\let\LWRwidetilde\widetilde}
+
+\CustomizeMathJax{\newcommand{\underaccent}[2]{%
+    {%
+    \renewcommand{\grave}[1]{{\LARGE\LWRgrave{##1}}}%
+    \renewcommand{\acute}[1]{{\LARGE\LWRacute{##1}}}%
+    \renewcommand{\check}[1]{{\LARGE\LWRcheck{##1}}}%
+    \renewcommand{\breve}[1]{{\LARGE\LWRbreve{##1}}}%
+    \renewcommand{\bar}[1]{{\LARGE\LWRbar{##1}}}%
+    \renewcommand{\hat}[1]{{\LARGE\LWRhat{##1}}}%
+    \renewcommand{\dot}[1]{{\LARGE\LWRdot{##1}}}%
+    \renewcommand{\tilde}[1]{{\LARGE\LWRtilde{##1}}}%
+    \renewcommand{\ddot}[1]{{\LARGE\LWRddot{##1}}}%
+    \renewcommand{\vec}[1]{{\LARGE\LWRvec{##1}}}%
+    \renewcommand{\widetilde}[1]{{\LARGE\LWRwidetilde{\hphantom{#2}}}}%
+    \underset{\raise 2pt {#1{}}}{#2}%
+    \let\grave\LWRgrave%
+    \let\acute\LWRacute%
+    \let\check\LWRcheck%
+    \let\breve\LWRbreve%
+    \let\bar\LWRbar%
+    \let\hat\LWRhat%
+    \let\dot\LWRdot%
+    \let\tilde\LWRtilde%
+    \let\ddot\LWRddot%
+    \let\vec\LWRvec%
+    \let\widetilde\LWRwidetilde%
+    }%
+}}
+
+\CustomizeMathJax{\newcommand{\undertilde}[1]{%
+    \underset{\raise 3pt {\widetilde{\hphantom{#1}}}}{#1}%
+}}
+\end{warpMathJax}
+%    \end{macrocode}
+%
+% \iffalse
+%</accents>
+% \fi
+%
+%
+%
+%
+% \iffalse
 %<*accessibility>
 % \fi
 %
@@ -42193,6 +42544,7 @@
 % Embeds the environment inside a \env{lateximage}.
 %
 % \changes{v0.80}{2020/02/13}{AMS environments: Fix: Centering starred envs.}
+% \changes{v0.89}{2020/08/02}{AMS environments: Fix: \element{ALT} text env name.}
 %    \begin{macrocode}
 \NewDocumentCommand{\LWR at amsmathenv@@before}{s m}{%
     \IfBooleanTF{#1}{
@@ -42202,7 +42554,7 @@
     }
     \LWR at newautoidanchor%
     \booltrue{LWR at indisplaymathimage}%
-    \begin{lateximage}[\LWR at amsmathbodynumbered{#1}]*
+    \begin{lateximage}[\LWR at amsmathbodynumbered{#2}]*%
     \LWR at applyxfakebold%
 }
 %    \end{macrocode}
@@ -43218,7 +43570,19 @@
 \LWR at ProvidesPackageDrop{atbegshi}[2011/10/05]
 %    \end{macrocode}
 %
+% \changes{v0.89}{2020/07/28}{\pkg{atbegshi}: Adapt to \LaTeX kernel changes.}
 %    \begin{macrocode}
+\let\AtBeginShipout\relax
+\let\AtBeginShipoutNext\relax
+\let\AtBeginShipoutFirst\relax
+\let\AtBeginShipoutDiscard\relax
+\let\AtBeginShipoutInit\relax
+\let\AtBeginShipoutAddToBox\relax
+\let\AtBeginShipoutAddToBoxForeground\relax
+\let\AtBeginShipoutUpperLeft\relax
+\let\AtBeginShipoutUpperLeftForeground\relax
+\let\AtBeginShipoutOriginalShipout\relax
+
 \newcommand*{\AtBeginShipout}[1]{}
 \newbox\AtBeginShipoutBox
 \newcommand*{\AtBeginShipoutNext}[1]{}
@@ -43233,7 +43597,6 @@
 \def\AtBeginShipoutBoxWidth{0pt}
 \def\AtBeginShipoutBoxHeight{0pt}
 \def\AtBeginShipoutBoxDepth{0pt}
-
 %    \end{macrocode}
 %
 % \iffalse
@@ -45475,6 +45838,7 @@
 % \changes{v0.78}{2019/10/30}{\pkg{caption}: Added warning regarding passing options.}
 % \changes{v0.84}{2020/04/16}{\pkg{caption}: Simplified.}
 % \changes{v0.84}{2020/04/20}{\pkg{caption}: Non-width \cs{parbox}es.}
+% \changes{v0.89}{2020/08/25}{\pkg{caption}: Adapt to v3.5.}
 %
 % \codehtml
 %
@@ -45487,9 +45851,10 @@
 \typeout{instead of: \protect\usepackage[options]\protect{caption\protect}.}
 \typeout{---}
 
-\LWR at ProvidesPackagePass{caption}[2020/01/03]
+\LWR at ProvidesPackagePass{caption}[2020/08/24]
 %    \end{macrocode}
-
+%
+% ^^A This could be given a permanent standardized name, then redefined by lwarp.
 %    \begin{macrocode}
 \long\def\caption at iibox@#1#2#3#4{%
 %   \setbox\@tempboxa\hbox{#4}%
@@ -45508,7 +45873,12 @@
   #1*% set \caption at position
   \caption at iftop{%
     \endgroup
-    \minipagefullwidth%
+%    \end{macrocode}
+%
+% ^^A This parbox could be factored out, given a permanent name,
+% ^^A then redefined by lwarp.
+%    \begin{macrocode}
+    \minipagefullwidth%                 lwarp
     \parbox[t]{\linewidth}{%
       #1\relax
       \caption at setposition t%
@@ -45520,9 +45890,14 @@
     }%
   }{%
     \endgroup
+%    \end{macrocode}
+%
+% ^^A This parbox could be factored out, given a permanent name,
+% ^^A then redefined by lwarp.
+%    \begin{macrocode}
 %     \parbox[b]{#6}{%
-    \minipagefullwidth%
-    \parbox[b]{\linewidth}{%
+    \minipagefullwidth%                 lwarp
+    \parbox[b]{\linewidth}{%            lwarp
       #1\relax
       \caption at setposition b%
 %       \csname caption at hj@#7\endcsname
@@ -45535,15 +45910,192 @@
 }
 %    \end{macrocode}
 
+% \begin{noindmacro}{\caption at makecaption}
+% \changes{v0.71}{2019/04/08}{\pkg{caption}: Reduced underfull \cs{hbox} warnings.}
+% ^^A Lwarp could nullify \caption at make@above/bottom.
+%    \begin{macrocode}
+\long\def\caption at makecaption#1#2{%
+%   \caption at make@above
+  \caption@@make{#1}{#2}%
+%   \caption at make@below
+}
 
+\AtBeginDocument{
+    \let\@makecaption\caption at makecaption
+}
+%    \end{macrocode}
+% \end{noindmacro}
+
+
+% Redefined to look ahead for \cs{centering}, etc:
+% \changes{v0.84}{2020/04/20}{\pkg{caption}: Improved integration.}
+% ^^A Lwarp has to redefine to use \LWR at futurenonspacelet correctly.
+%    \begin{macrocode}
+\AtBeginDocument{
+  \def\@xfloat#1[#2]{%
+    \caption at ORI@xfloat{#1}[#2]%
+    \caption at settype{#1}%
+    \LWR at futurenonspacelet\LWR at mynexttoken\LWR at floatalignment%
+  }%
+  \def\@xdblfloat#1[#2]{% required for token capture
+    \caption at ORI@xfloat{#1}[#2]%
+    \caption at settype{#1}%
+    \LWR at futurenonspacelet\LWR at mynexttoken\LWR at floatalignment%
+  }%
+}
+%    \end{macrocode}
+
+
+% Updates for late patches for \pkg{scrextend}:
+% \changes{v0.88}{2020/07/15}{\pkg{caption}, \pkg{scrextend}: Fixed \cs{caption*}.}
+%    \begin{macrocode}
+\caption at AtBeginDocument{
+\@ifpackageloaded{lwarp-scrextend}{
+    \LetLtxMacro\captionbelow\caption
+    \LetLtxMacro\captionabove\caption
+    \LetLtxMacro\captionofbelow\captionof
+    \LetLtxMacro\captionofabove\captionof
+}{}
+}
+%    \end{macrocode}
+%
+% \iffalse
+%</caption>
+% \fi
+%
+%
+%
+%
+%
+% \iffalse
+%<*caption3>
+% \fi
+%
+% \part{lwarp-caption3.sty}
+
+% \section{caption3}
+%
+% \credits{Axel Sommerfeldt}
+%
+% \DescribePackage{caption3}
+% \pkg{caption3} is patched for use by \pkg{lwarp}.
+%
+% \changes{v0.89}{2020/08/25}{\pkg{caption3}: Split from \pkg{lwarp-caption}.}
+%
+% \codehtml
+%
+%    \begin{macrocode}
+\LWR at ProvidesPackagePass{caption3}[2020/08/23]
+%    \end{macrocode}
+%
+%
 % \begin{noindmacro}{\caption@@@make}
 %   \marg{caption label} \marg{caption text}
 %    \begin{macrocode}
+\@ifpackagelater{caption3}{2020/08/23}{
 \renewcommand\caption@@@make[2]{%
 \LWR at traceinfo{caption@@@make}%
+%    \end{macrocode}
+%
+% ^^A Lwarp has to stop and start its paragraph handling,
+% ^^A so I guess caption package could provide null macros for
+% ^^A \LWR at stoppars and \LWR at startpars if lwarp has not already defined them.
+%    \begin{macrocode}
     \LWR at stoppars%                              lwarp
+%    \end{macrocode}
+%
+% ^^A This could be factored out into a macro with a standard name
+% ^^A which lwarp could nullify:
+%    \begin{macrocode}
 %   \sbox\@tempboxa{#1}%
 %   \ifdim\wd\@tempboxa=\z@
+%     \caption at set{labelseparator}{none}%
+%   \fi
+  \caption at ifempty{#2}{%
+    \caption at set{labelseparator}{none}%
+    \caption at set{textformat}{simple}%
+  }%
+  \caption at labelseparator % defines \caption at iflabelfont, 
+%       \caption at labelsep and \caption at labelsep@name
+%       (the latter is needed by \caption at fmt)
+%
+%    \end{macrocode}
+%
+% ^^A This could be factored out into a macro with a standard name
+% ^^A which lwarp could nullify:
+%    \begin{macrocode}
+%   \@setpar{\@@par\caption@@par}\caption@@par
+  \caption at applyfont
+%    \end{macrocode}
+%
+% \cs{caption at fmt} with \optn{plain} format is defined as |{#1#2#3\par}|:
+%
+%    \begin{macrocode}
+%   \caption at fmt
+    {\ifcaption at star\else
+       \begingroup
+         \captionlabelfont
+%    \end{macrocode}
+%
+% ^^A \LWR at isolate could also be provided by caption if lwarp has
+% ^^A not already defined it.  For caption, it might be \@firstofone, for example.
+% ^^A (For lwarp it improved Chinese text handling.)
+%    \begin{macrocode}
+         \LWR at isolate{#1}%                      lwarp
+       \endgroup
+     \fi}%
+    {\ifcaption at star\else
+       \begingroup
+         \caption at iflabelfont\captionlabelfont
+         \relax\caption at labelsep
+       \endgroup
+     \fi}%
+    {{\captiontextfont
+%    \end{macrocode}
+%
+% ^^A Another null macro in caption, which could be provided if
+% ^^A lwarp has not yet defined it:
+%    \begin{macrocode}
+        \let\\\newline%                         lwarp
+%
+      \caption at textstart
+%    \end{macrocode}
+%
+% ^^A This could be factored out into a macro with a standard name
+% ^^A which lwarp could nullify:
+%    \begin{macrocode}
+%       \caption at ifstrut
+%         {\vrule\@height\ht\strutbox\@width\z@}%
+%         {}%
+%       \nobreak\hskip\z at skip % enable hyphenation
+%    \end{macrocode}
+%
+% ^^A \LWR at isolate again:
+%    \begin{macrocode}
+      \LWR at isolate{\caption at textformat{#2}}%    lwarp
+%    \end{macrocode}
+%
+% ^^A This could be factored out into a macro with a standard name
+% ^^A which lwarp could nullify:
+%    \begin{macrocode}
+%       \caption at ifstrut
+%         {\ifhmode\@finalstrut\strutbox\fi}%
+%         {}%
+      \caption at textend}}%
+%    \end{macrocode}
+%
+% ^^A as \LWR at startpars above:
+%    \begin{macrocode}
+    \LWR at startpars%                              lwarp
+\LWR at traceinfo{caption@@@make done}%
+}
+}% later than 2020/08/23
+{% earlier than 2020/08/23
+\renewcommand\caption@@@make[2]{%
+\LWR at traceinfo{caption@@@make}%
+    \LWR at stoppars%                              lwarp
+%   \sbox\@tempboxa{#1}%
+%   \ifdim\wd\@tempboxa=\z@
 %     \let\caption at lsep\relax
 %   \fi
   \caption at ifempty{#2}{%
@@ -45550,6 +46102,7 @@
     \let\caption at lsep\@empty
     \let\caption at tfmt\@firstofone
   }%
+%   \@setpar{\@@par\caption@@par}\caption@@par
   \caption at applyfont
 %    \end{macrocode}
 % \cs{caption at fmt} with \optn{plain} format is defined as |{#1#2#3\par}|:
@@ -45583,10 +46136,15 @@
     \LWR at startpars%                              lwarp
 \LWR at traceinfo{caption@@@make done}%
 }
+}% earlier than 2020/08/23
 %    \end{macrocode}
 % \end{noindmacro}
-
+%
+%
 % \begin{noindmacro}{\caption@@make@} \marg{} \marg{}
+% ^^A This could be given a standardized name,
+% ^^A and redefined by lwarp as follows.  Most of the original
+% ^^A is thrown away.
 %    \begin{macrocode}
 \renewcommand{\caption@@make@}[2]{%
   \caption at stepthecounter%
@@ -45596,84 +46154,36 @@
 }
 %    \end{macrocode}
 % \end{noindmacro}
-
-% \begin{noindmacro}{\caption at makecaption}
-% \changes{v0.71}{2019/04/08}{\pkg{caption}: Reduced underfull \cs{hbox} warnings.}
-%    \begin{macrocode}
-\long\def\caption at makecaption#1#2{%
-%   \caption at iftop
-%     {\vskip\belowcaptionskip}%
-%     {\caption at rule\vskip\abovecaptionskip}%
-  \caption@@make{#1}{#2}%
-%   \caption at iftop
-%     {\vskip\abovecaptionskip\caption at rule}%
-%     {\vskip\belowcaptionskip}%
-}
-
-\AtBeginDocument{
-    \let\@makecaption\caption at makecaption
-}
-%    \end{macrocode}
-% \end{noindmacro}
-
-
-% Redefined to look ahead for \cs{centering}, etc:
-% \changes{v0.84}{2020/04/20}{\pkg{caption}: Improved integration.}
-%    \begin{macrocode}
-\AtBeginDocument{
-  \def\@xfloat#1[#2]{%
-    \caption at ORI@xfloat{#1}[#2]%
-    \caption at settype{#1}%
-    \LWR at futurenonspacelet\LWR at mynexttoken\LWR at floatalignment%
-  }%
-  \def\@xdblfloat#1[#2]{%
-    \caption at ORI@xfloat{#1}[#2]%
-    \caption at settype{#1}%
-    \LWR at futurenonspacelet\LWR at mynexttoken\LWR at floatalignment%
-  }%
-}
-%    \end{macrocode}
-
-
+%
+%
 % Add non-breakable spaces:
+% \changes{v0.89}{2020/08/25}{\pkg{caption3}: Improved label seps.}
+% ^^A Debatable "improvements":
 %    \begin{macrocode}
-\long\def\caption at lsep@default{.~}
-\long\def\caption at lsep@colon{:~}
-\long\def\caption at lsep@period{.~}
-\long\def\caption at lsep@space{~}
-\long\def\caption at lsep@endash{~\textendash~}
-\long\def\caption at lsep@arabi{~:~}
+\DeclareCaptionLabelSeparator{colon}{:~}
+\DeclareCaptionLabelSeparator{period}{.~}
+\DeclareCaptionLabelSeparator{space}{~}
+\DeclareCaptionLabelSeparator*{endash}{~\textendash~}
+\DeclareCaptionLabelSeparator{arabi}{\if at rl~\fi:~}
 %    \end{macrocode}
-
+%
+% ^^A These are simplifications for HTML:
 %    \begin{macrocode}
 \DeclareCaptionBox{none}{#2}
 \DeclareCaptionBox{parbox}{%
     #2%
 }
-
+%    \end{macrocode}
+%
+% ^^A Simplification for HTML:
+%    \begin{macrocode}
 \DeclareCaptionBox{colorbox}{%
     #2%
 }
 %    \end{macrocode}
-
-
-% Updates for late patches for \pkg{scrextend}:
-% \changes{v0.88}{2020/07/15}{\pkg{caption}, \pkg{scrextend}: Fixed \cs{caption*}.}
-%    \begin{macrocode}
-\caption at AtBeginDocument{
-\@ifpackageloaded{lwarp-scrextend}{
-    \LetLtxMacro\captionbelow\caption
-    \LetLtxMacro\captionabove\caption
-    \LetLtxMacro\captionofbelow\captionof
-    \LetLtxMacro\captionofabove\captionof
-}{}
-}
-%    \end{macrocode}
-
-
-
+%
 % \iffalse
-%</caption>
+%</caption3>
 % \fi
 %
 %
@@ -45680,9 +46190,6 @@
 %
 %
 %
-%
-%
-%
 % \iffalse
 %<*cases>
 % \fi
@@ -45752,6 +46259,7 @@
 % and emulated for \brand{MathJax}.
 %
 % \changes{v0.80}{2020/02/08}{\pkg{centernot}: Added.}
+% \changes{v0.89}{2020/08/17}{\pkg{centernot}: Improved.}
 %
 % \codehtml
 %
@@ -45759,9 +46267,17 @@
 \LWR at ProvidesPackagePass{centernot}[2016/05/16]
 %    \end{macrocode}
 %
+% Based on \href{https://github.com/mathjax/MathJax/issues/2107}
+%   {\texttt{https://github.com/mathjax/MathJax/issues/2107}}
+%   with \cs{textstyle} removed to work with sub \Slash super scripts.
+%
 %    \begin{macrocode}
+\LWR at origRequirePackage{lwarp-common-mathjax-overlaysymbols}
+
 \begin{warpMathJax}
-\CustomizeMathJax{\newcommand{\centernot}[1]{\not{\!#1\,}}}
+\CustomizeMathJax{\newcommand{\centernot}[1]{%
+    \LWRoverlaysymbols{\unicode{x2215}}{#1}
+}}
 \end{warpMathJax}
 %    \end{macrocode}
 %
@@ -49618,10 +50134,13 @@
 % is emulated for \brand{MathJax}.
 %
 % \changes{v0.81}{2020/03/01}{\pkg{econometrics}: Added.}
+% \changes{v0.89}{2020/09/02}{\pkg{econometrics}: Uses \pkg{lwarp-common-mathjax-letters}.}
 %
 % \codehtml
 %
 %    \begin{macrocode}
+\LWR at origRequirePackage{lwarp-common-mathjax-letters}
+
 \LWR at ProvidesPackagePass{econometrics}% no date specified in the original
 %    \end{macrocode}
 %
@@ -49662,96 +50181,12 @@
 \CustomizeMathJax{\newcommand{\calY}{\mathcal{Y}}}
 \CustomizeMathJax{\newcommand{\calZ}{\mathcal{Z}}}
 
-\CustomizeMathJax{\newcommand{\mA}{\bm A}}
-\CustomizeMathJax{\newcommand{\va}{\bm a}}
-\CustomizeMathJax{\newcommand{\mB}{\bm B}}
-\CustomizeMathJax{\newcommand{\vb}{\bm b}}
-\CustomizeMathJax{\newcommand{\mC}{\bm C}}
-\CustomizeMathJax{\newcommand{\vc}{\bm c}}
-\CustomizeMathJax{\newcommand{\mD}{\bm D}}
-\CustomizeMathJax{\newcommand{\vd}{\bm d}}
-\CustomizeMathJax{\newcommand{\mE}{\bm E}}
-\CustomizeMathJax{\newcommand{\ve}{\bm e}}
-\CustomizeMathJax{\newcommand{\mF}{\bm F}}
-\CustomizeMathJax{\newcommand{\vf}{\bm f}}
-\CustomizeMathJax{\newcommand{\mG}{\bm G}}
-\CustomizeMathJax{\newcommand{\vg}{\bm g}}
-\CustomizeMathJax{\newcommand{\mH}{\bm H}}
-\CustomizeMathJax{\newcommand{\vh}{\bm h}}
-\CustomizeMathJax{\newcommand{\mI}{\bm I}}
-\CustomizeMathJax{\newcommand{\vi}{\bm i}}
-\CustomizeMathJax{\newcommand{\mJ}{\bm J}}
-\CustomizeMathJax{\newcommand{\vj}{\bm j}}
-\CustomizeMathJax{\newcommand{\mK}{\bm K}}
-\CustomizeMathJax{\newcommand{\vk}{\bm k}}
-\CustomizeMathJax{\newcommand{\mL}{\bm L}}
-\CustomizeMathJax{\newcommand{\vl}{\bm l}}
-\CustomizeMathJax{\newcommand{\mM}{\bm M}}
-\CustomizeMathJax{\newcommand{\vm}{\bm m}}
-\CustomizeMathJax{\newcommand{\mN}{\bm N}}
-\CustomizeMathJax{\newcommand{\vn}{\bm n}}
-\CustomizeMathJax{\newcommand{\mO}{\bm O}}
-\CustomizeMathJax{\newcommand{\vo}{\bm o}}
-\CustomizeMathJax{\newcommand{\mP}{\bm P}}
-\CustomizeMathJax{\newcommand{\vp}{\bm p}}
-\CustomizeMathJax{\newcommand{\mQ}{\bm Q}}
-\CustomizeMathJax{\newcommand{\vq}{\bm q}}
-\CustomizeMathJax{\newcommand{\mR}{\bm R}}
-\CustomizeMathJax{\newcommand{\vr}{\bm r}}
-\CustomizeMathJax{\newcommand{\mS}{\bm S}}
-\CustomizeMathJax{\newcommand{\vs}{\bm s}}
-\CustomizeMathJax{\newcommand{\mT}{\bm T}}
-\CustomizeMathJax{\newcommand{\vt}{\bm t}}
-\CustomizeMathJax{\newcommand{\mU}{\bm U}}
-\CustomizeMathJax{\newcommand{\vu}{\bm u}}
-\CustomizeMathJax{\newcommand{\mV}{\bm V}}
-\CustomizeMathJax{\newcommand{\vv}{\bm v}}
-\CustomizeMathJax{\newcommand{\mW}{\bm W}}
-\CustomizeMathJax{\newcommand{\vw}{\bm w}}
-\CustomizeMathJax{\newcommand{\mX}{\bm X}}
-\CustomizeMathJax{\newcommand{\vx}{\bm x}}
-\CustomizeMathJax{\newcommand{\mY}{\bm Y}}
-\CustomizeMathJax{\newcommand{\vy}{\bm y}}
-\CustomizeMathJax{\newcommand{\mZ}{\bm Z}}
-\CustomizeMathJax{\newcommand{\vz}{\bm z}}
+\LWR at mathjax@addlatin at u@bfit{m}% uppercase Latin, bold italic
+\LWR at mathjax@addlatin at l@bfit{v}% lowercase Latin, bold italic
 
-\CustomizeMathJax{\newcommand{\valpha}{\bm \alpha}}
-\CustomizeMathJax{\newcommand{\vbeta}{\bm \beta}}
-\CustomizeMathJax{\newcommand{\vgamma}{\bm \gamma}}
-\CustomizeMathJax{\newcommand{\vdelta}{\bm \delta}}
-\CustomizeMathJax{\newcommand{\vepsi}{\bm \epsi}}
-\CustomizeMathJax{\newcommand{\vvarepsilon}{\bm \varepsilon}}
-\CustomizeMathJax{\newcommand{\vzeta}{\bm \zeta}}
-\CustomizeMathJax{\newcommand{\veta}{\bm \eta}}
-\CustomizeMathJax{\newcommand{\vtheta}{\bm \theta}}
-\CustomizeMathJax{\newcommand{\viota}{\bm \iota}}
-\CustomizeMathJax{\newcommand{\vkappa}{\bm \kappa}}
-\CustomizeMathJax{\newcommand{\vlambda}{\bm \lambda}}
-\CustomizeMathJax{\newcommand{\vmu}{\bm \mu}}
-\CustomizeMathJax{\newcommand{\vnu}{\bm \nu}}
-\CustomizeMathJax{\newcommand{\vxi}{\bm \xi}}
-\CustomizeMathJax{\newcommand{\vpi}{\bm \pi}}
-\CustomizeMathJax{\newcommand{\vrho}{\bm \rho}}
-\CustomizeMathJax{\newcommand{\vsigma}{\bm \sigma}}
-\CustomizeMathJax{\newcommand{\vtau}{\bm \tau}}
-\CustomizeMathJax{\newcommand{\vupsilon}{\bm \upsilon}}
-\CustomizeMathJax{\newcommand{\vphi}{\bm \phi}}
-\CustomizeMathJax{\newcommand{\vchi}{\bm \chi}}
-\CustomizeMathJax{\newcommand{\vpsi}{\bm \psi}}
-\CustomizeMathJax{\newcommand{\vomega}{\bm \omega}}
+\LWR at mathjax@addgreek at l@bfit{v}{}% lowercase Greek bold italic
+\LWR at mathjax@addgreek at u@bfit*{m}{}% uppercase Greek bold italic, capitalized macro names
 
-\CustomizeMathJax{\newcommand{\mGamma}{\bm \varGamma}}
-\CustomizeMathJax{\newcommand{\mDelta}{\bm \varDelta}}
-\CustomizeMathJax{\newcommand{\mTheta}{\bm \varTheta}}
-\CustomizeMathJax{\newcommand{\mLambda}{\bm \varLambda}}
-\CustomizeMathJax{\newcommand{\mXi}{\bm \varXi}}
-\CustomizeMathJax{\newcommand{\mPi}{\bm \varPi}}
-\CustomizeMathJax{\newcommand{\mSigma}{\bm \varSigma}}
-\CustomizeMathJax{\newcommand{\mUpsilon}{\bm \varUpsilon}}
-\CustomizeMathJax{\newcommand{\mPhi}{\bm \varPhi}}
-\CustomizeMathJax{\newcommand{\mPsi}{\bm \varPsi}}
-\CustomizeMathJax{\newcommand{\mOmega}{\bm \varOmega}}
-
 \CustomizeMathJax{\newcommand{\rb}{\mathrm{b}}}
 \CustomizeMathJax{\newcommand{\rB}{\mathrm{B}}}
 \CustomizeMathJax{\newcommand{\rC}{\mathrm{C}}}
@@ -51297,12 +51732,16 @@
 % \codehtml
 %
 % Discard all options for \pkg{lwarp-everyshi}:
+% \changes{v0.89}{2020/07/28}{\pkg{everyshi}: Adapt to \LaTeX kernel changes.}
 %    \begin{macrocode}
 \LWR at ProvidesPackageDrop{everyshi}[2001/05/15]
 %    \end{macrocode}
 %
 %    \begin{macrocode}
+\let\EveryShipout\relax
 \newcommand*{\EveryShipout}[1]{}
+
+\let\AtNextShipout\relax
 \newcommand*{\AtNextShipout}[1]{}
 %    \end{macrocode}
 %
@@ -56195,6 +56634,99 @@
 %
 %
 % \iffalse
+%<*hepunits>
+% \fi
+%
+% \part{lwarp-hepunits.sty}
+%
+% \section{hepunits}
+%
+% \credits{Andy Buckley}
+%
+% \DescribePackage{hepunits}
+% \pkg{hepunits} is used as-is, and emulated for \brand{MathJax}.
+%
+% \changes{v0.89}{2020/07/23}{\pkg{hepunits}: Added.}
+%
+% \codehtml
+%
+%    \begin{macrocode}
+\LWR at ProvidesPackagePass{hepunits}[2020/04/10]
+%    \end{macrocode}
+%
+%    \begin{macrocode}
+\begin{warpMathJax}
+\LWR at infoprocessingmathjax{hepunits}
+
+\ifx\@HEPopt at sicmds\@yes
+\CustomizeMathJax{\newcommand{\micron}{\micro\metre}}
+\CustomizeMathJax{\newcommand{\mrad}{\milli\radian}}
+\fi
+
+\CustomizeMathJax{\newcommand{\gauss}{\mathrm{G}}}
+
+\CustomizeMathJax{\newcommand{\invcmsq}{\centi\metre\tothe{-2}}}
+\CustomizeMathJax{\newcommand{\invcmsqpersecond}{\invcmsq\second\tothe{-1}}}
+\CustomizeMathJax{\newcommand{\invcmsqpersec}{\invcmsqpersecond}}
+
+%% (Inverse) cross-sections
+\CustomizeMathJax{\newcommand{\invbarn}{\barn\tothe{-1}}}
+
+\ifx\@HEPopt at noprefixcmds\@empty
+\CustomizeMathJax{\newcommand{\millibarn}{\milli\barn}}
+\CustomizeMathJax{\newcommand{\microbarn}{\micro\barn}}
+\CustomizeMathJax{\newcommand{\nanobarn}{\nano\barn}}
+\CustomizeMathJax{\newcommand{\picobarn}{\pico\barn}}
+\CustomizeMathJax{\newcommand{\femtobarn}{\femto\barn}}
+\CustomizeMathJax{\newcommand{\attobarn}{\atto\barn}}
+\CustomizeMathJax{\newcommand{\zeptobarn}{\zepto\barn}}
+\CustomizeMathJax{\newcommand{\yoctobarn}{\yocto\barn}}
+\CustomizeMathJax{\newcommand{\invnanobarn}{\nano\invbarn}}
+\CustomizeMathJax{\newcommand{\invpicobarn}{\pico\invbarn}}
+\CustomizeMathJax{\newcommand{\invfemtobarn}{\femto\invbarn}}
+\CustomizeMathJax{\newcommand{\invattobarn}{\atto\invbarn}}
+\CustomizeMathJax{\newcommand{\invzeptobarn}{\zepto\invbarn}}
+\CustomizeMathJax{\newcommand{\invyoctobarn}{\yocto\invbarn}}
+\CustomizeMathJax{\newcommand{\invnb}{\invnanobarn}}
+\CustomizeMathJax{\newcommand{\invpb}{\invpicobarn}}
+\CustomizeMathJax{\newcommand{\invfb}{\invfemtobarn}}
+\CustomizeMathJax{\newcommand{\invab}{\invattobarn}}
+\CustomizeMathJax{\newcommand{\invzb}{\invzeptobarn}}
+\CustomizeMathJax{\newcommand{\invyb}{\invyoctobarn}}
+\fi
+
+\CustomizeMathJax{\newcommand{\electronvoltc}{\electronvolt\per\mathit{c}}}
+\CustomizeMathJax{\newcommand{\electronvoltcsq}{\electronvolt\per\mathit{c}\squared}}
+\CustomizeMathJax{\let\eVc\electronvoltc}
+\CustomizeMathJax{\let\eVcsq\electronvoltcsq}
+
+\ifx\@HEPopt at noprefixcmds\@empty
+\CustomizeMathJax{\newcommand{\meV}{\milli\eV}}
+\CustomizeMathJax{\newcommand{\keV}{\kilo\eV}}
+\CustomizeMathJax{\newcommand{\MeV}{\mega\eV}}
+\CustomizeMathJax{\newcommand{\GeV}{\giga\eV}}
+\CustomizeMathJax{\newcommand{\TeV}{\tera\eV}}
+\CustomizeMathJax{\newcommand{\meVc}{\milli\eVc}}
+\CustomizeMathJax{\newcommand{\keVc}{\kilo\eVc}}
+\CustomizeMathJax{\newcommand{\MeVc}{\mega\eVc}}
+\CustomizeMathJax{\newcommand{\GeVc}{\giga\eVc}}
+\CustomizeMathJax{\newcommand{\TeVc}{\tera\eVc}}
+\CustomizeMathJax{\newcommand{\meVcsq}{\milli\eVcsq}}
+\CustomizeMathJax{\newcommand{\keVcsq}{\kilo\eVcsq}}
+\CustomizeMathJax{\newcommand{\MeVcsq}{\mega\eVcsq}}
+\CustomizeMathJax{\newcommand{\GeVcsq}{\giga\eVcsq}}
+\CustomizeMathJax{\newcommand{\TeVcsq}{\tera\eVcsq}}
+\fi
+\end{warpMathJax}
+%    \end{macrocode}
+%
+% \iffalse
+%</hepunits>
+% \fi
+%
+%
+%
+% \iffalse
 %<*hhline>
 % \fi
 %
@@ -56247,6 +56779,62 @@
 %
 %
 % \iffalse
+%<*hhtensor>
+% \fi
+%
+% \part{lwarp-hhtensor.sty}
+%
+% \section{hhtensor}
+%
+% \credits{Harald Harders}
+%
+% \DescribePackage{hhtensor}
+% \pkg{hhtensor} is used as-is, and emulated for \brand{MathJax}.
+%
+% \changes{v0.88}{2020/07/23}{\pkg{hhtensor}: Added.}
+%
+% \codehtml
+%
+%    \begin{macrocode}
+\LWR at ProvidesPackagePass{hhtensor}[2011/12/29]
+%    \end{macrocode}
+%
+%    \begin{macrocode}
+\begin{warpMathJax}
+\iftensor at bold
+  \CustomizeMathJax{\newcommand{\vec}[1]{\boldsymbol{#1}}}
+  \CustomizeMathJax{\newcommand{\matr}[1]{\boldsymbol{#1}}}
+  \CustomizeMathJax{\newcommand{\tens}[2]{\boldsymbol{#1}}}
+\else
+  \iftensor at uline
+    \CustomizeMathJax{\newcommand{\vec}[1]{\ushort{#1}}}
+    \CustomizeMathJax{\newcommand{\matr}[1]{\ushortd{#1}}}
+    \CustomizeMathJax{\newcommand{\tens}[2]{
+        \underset{
+            \raise{.5ex}{\underset{#2}{\sim}}
+        }{#1}
+    }}
+  \else
+    \CustomizeMathJax{\newcommand{\matr}[1]{\vec{\vec{#1}}}}
+    \CustomizeMathJax{\newcommand{\tens}[2]{
+        \underset{
+            \raise{.5ex}{\underset{#2}{\sim}}
+        }{#1}
+    }}
+  \fi
+\fi
+\CustomizeMathJax{\newcommand{\dcdot}{\mathrel{\cdot\mkern 0.0mu \cdot}}}
+\CustomizeMathJax{\newcommand{\trans}{{}^{\mathrm{T}}}}
+\end{warpMathJax}
+%    \end{macrocode}
+%
+% \iffalse
+%</hhtensor>
+% \fi
+%
+%
+%
+% \iffalse
 %<*hypbmsec>
 % \fi
 %
@@ -59418,7 +60006,7 @@
 %
 % The print version does not seem to honor \env{longtable*} from the
 % \trouble[table numbering]{ltxtable=\pkg{ltxtable}>numbering}
-% \trouble{table>numbering}
+% \trouble{table>numbering>ltextable=\pkg{ltxtable}}
 % \pkg{caption} package, while \pkg{lwarp} does.
 %
 % \changes{v0.44}{2017/11/15}{\pkg{ltxtable}: Added.}
@@ -60410,6 +60998,46 @@
 %
 %
 % \iffalse
+%<*mathalpha>
+% \fi
+%
+% \part{lwarp-mathalpha.sty}
+%
+% \section{mathalpha}
+%
+% \credits{Michael Sharpe}
+%
+% \DescribePackage{mathalpha}
+% \pkg{mathalpha} is used as-is for \SVG\ math, and is
+% emulated for \brand{MathJax}.
+%
+% The \brand{MathJax} emulation ignores all package options,
+% \trouble[limitations]{mathalpha=\pkg{mathalpha}}
+% and some bold fonts may not be not supported by \brand{MathJax}.
+%
+% \changes{v0.89}{2020/08/31}{\pkg{mathalpha}: Added.}
+%
+% \codehtml
+%
+%    \begin{macrocode}
+\LWR at ProvidesPackagePass{mathalpha}[2019/10/05]
+
+\begin{warpMathJax}
+\CustomizeMathJax{\newcommand{\mathbbb}[1]{\boldsymbol{\mathbb{#1}}}}% not bold
+\CustomizeMathJax{\newcommand{\mathbcal}[1]{\boldsymbol{\mathcal{#1}}}}
+\CustomizeMathJax{\newcommand{\mathbfrak}[1]{\boldsymbol{\mathfrak{#1}}}}
+\CustomizeMathJax{\newcommand{\mathbscr}[1]{\boldsymbol{\mathscr{#1}}}}% not bold
+\end{warpMathJax}
+%    \end{macrocode}
+%
+% \iffalse
+%</mathalpha>
+% \fi
+%
+%
+%
+%
+% \iffalse
 %<*mathcomp>
 % \fi
 %
@@ -60450,7 +61078,97 @@
 %
 %
 %
+%
 % \iffalse
+%<*mathdesign>
+% \fi
+%
+% \part{lwarp-mathdesign.sty}
+%
+% \section{mathdesign}
+%
+% \credits{Paul Pichaureau}
+%
+% \DescribePackage{mathdesign}
+% \pkg{mathdesign} is used as-is for \SVG\ math, and is
+% emulated for \brand{MathJax}.
+%
+% The \brand{MathJax} emulation ignores all package options.
+% \trouble[limitations]{mathdesign=\pkg{mathdesign}}
+% The explicit macros for upright and italic greek letters do work correctly,
+% although the user may wish to swap the definitions for
+% epsilon and phi.
+% \SVG\ math should appear the same as the printed output.
+%
+% \changes{v0.89}{2020/08/08}{\pkg{mathdesign}: Added.}
+%
+% \codehtml
+%
+%    \begin{macrocode}
+\LWR at origRequirePackage{lwarp-common-mathjax-letters}
+\LWR at origRequirePackage{lwarp-common-mathjax-overlaysymbols}
+
+\LWR at ProvidesPackagePass{mathdesign}[2013/08/29]
+%    \end{macrocode}
+%
+% For \brand{MathJax}:
+%    \begin{macrocode}
+\begin{warpMathJax}
+\LWR at infoprocessingmathjax{mathdesign}
+
+% upright
+\LWR at mathjax@addgreek at l@up{}{up}
+\LWR at mathjax@addgreek at u@up*{}{up}
+
+
+% italicized
+\LWR at mathjax@addgreek at l@it{}{it}
+\LWR at mathjax@addgreek at u@it*{}{it}
+
+% adapt to mathdesign inconsistency:
+\CustomizeMathJax{\let\digammaup\Digammaup}
+\CustomizeMathJax{\renewcommand{\digammait}{\mathit{\digammaup}}}
+
+% extra symbols
+\CustomizeMathJax{\newcommand{\smallin}{\unicode{x220A}}}
+\CustomizeMathJax{\newcommand{\smallowns}{\unicode{x220D}}}
+\CustomizeMathJax{\newcommand{\notsmallin}{\LWRoverlaysymbols{/}{\unicode{x220A}}}}
+\CustomizeMathJax{\newcommand{\notsmallowns}{\LWRoverlaysymbols{/}{\unicode{x220D}}}}
+\CustomizeMathJax{\newcommand{\rightangle}{\unicode{x221F}}}
+
+% integrals
+\CustomizeMathJax{\newcommand{\intclockwise}{\unicode{x2231}}}
+\CustomizeMathJax{\newcommand{\ointclockwise}{\unicode{x2232}}}
+\CustomizeMathJax{\newcommand{\ointctrclockwise}{\unicode{x2233}}}
+\CustomizeMathJax{\newcommand{\oiint}{\unicode{x222F}}}
+\CustomizeMathJax{\newcommand{\oiiint}{\unicode{x2230}}}
+
+% math and text mode
+\CustomizeMathJax{\newcommand{\ddag}{\unicode{x2021}}}
+\CustomizeMathJax{\newcommand{\P}{\unicode{x00B6}}}
+\CustomizeMathJax{\newcommand{\copyright}{\unicode{x00A9}}}
+\CustomizeMathJax{\newcommand{\dag}{\unicode{x2020}}}
+\CustomizeMathJax{\newcommand{\pounds}{\unicode{x00A3}}}
+
+% extra symbols
+\CustomizeMathJax{\newcommand{\iddots}{\unicode{x22F0}}}
+\CustomizeMathJax{\newcommand{\utimes}{\overline{\times}}}
+\CustomizeMathJax{\newcommand{\dtimes}{\underline{\times}}}
+\CustomizeMathJax{\newcommand{\udtimes}{\overline{\underline{\times}}}}
+\CustomizeMathJax{\newcommand{\leftwave}{\left\{}}
+\CustomizeMathJax{\newcommand{\rightwave}{\right\}}}
+
+\end{warpMathJax}
+%    \end{macrocode}
+%
+% \iffalse
+%</mathdesign>
+% \fi
+%
+%
+%
+%
+% \iffalse
 %<*mathdots>
 % \fi
 %
@@ -60528,6 +61246,96 @@
 %
 %
 % \iffalse
+%<*mathpazo>
+% \fi
+%
+% \part{lwarp-mathpazo.sty}
+%
+% \section{mathpazo}
+%
+% \credits{Walter Schmidt}
+%
+% \DescribePackage{mathpazo}
+% \pkg{mathpazo} is used as-is for \SVG\ math, and is
+% emulated for \brand{MathJax}.
+%
+% The \brand{MathJax} emulation ignores all package options.
+% \trouble[limitations]{mathpazo=\pkg{mathpazo}}
+% The explicit macros for upright greek letters do work correctly.
+% \SVG\ math should appear the same as the printed output.
+%
+% \changes{v0.89}{2020/08/10}{\pkg{mathpazo}: Added.}
+%
+% \codehtml
+%
+%    \begin{macrocode}
+\LWR at origRequirePackage{lwarp-common-mathjax-letters}
+
+\LWR at ProvidesPackagePass{mathpazo}[2020/03/25]
+%    \end{macrocode}
+%
+% For \brand{MathJax}:
+%    \begin{macrocode}
+\begin{warpMathJax}
+\LWR at infoprocessingmathjax{mathpazo}
+
+\LWR at mathjax@addgreek at u@up*{up}{}
+
+\CustomizeMathJax{\newcommand{\mathbold}[1]{\boldsymbol{#1}}}
+\end{warpMathJax}
+%    \end{macrocode}
+%
+% \iffalse
+%</mathpazo>
+% \fi
+%
+%
+%
+% \iffalse
+%<*mathptmx>
+% \fi
+%
+% \part{lwarp-mathptmx.sty}
+%
+% \section{mathptmx}
+%
+% \credits{Walter Schmidt}
+%
+% \DescribePackage{mathptmx}
+% \pkg{mathptmx} is used as-is for \SVG\ math, and is
+% emulated for \brand{MathJax}.
+%
+% The \brand{MathJax} emulation ignores all package options.
+% \trouble[limitations]{mathptmx=\pkg{mathptmx}}
+% The explicit macros for upright greek letters do work correctly.
+% \SVG\ math should appear the same as the printed output.
+%
+% \changes{v0.89}{2020/08/10}{\pkg{mathptmx}: Added.}
+%
+% \codehtml
+%
+%    \begin{macrocode}
+\LWR at origRequirePackage{lwarp-common-mathjax-letters}
+
+\LWR at ProvidesPackagePass{mathptmx}[2020/03/25]
+%    \end{macrocode}
+%
+% For \brand{MathJax}:
+%    \begin{macrocode}
+\begin{warpMathJax}
+\LWR at infoprocessingmathjax{mathptmx}
+
+\LWR at mathjax@addgreek at u@up*{up}{}
+\end{warpMathJax}
+%    \end{macrocode}
+%
+% \iffalse
+%</mathptmx>
+% \fi
+%
+%
+%
+% \iffalse
 %<*mathtools>
 % \fi
 %
@@ -60610,7 +61418,16 @@
 \CustomizeMathJax{\newcommand{\crampedclap}[2][]{{#1#2}}}
 \CustomizeMathJax{\newenvironment{crampedsubarray}[1]{}{}}
 \CustomizeMathJax{\newcommand{\crampedsubstack}{}}
-\CustomizeMathJax{\newcommand{\smashoperator}[2][]{#2}}
+%    \end{macrocode}
+% \changes{v0.89}{2020/08/21}{\pkg{mathtools}: Minor improvements.}
+%    \begin{macrocode}
+\CustomizeMathJax{\newcommand{\smashoperator}[2][]{#2\limits}}
+%    \end{macrocode}
+% \changes{v0.89}{2020/08/21}{\pkg{mathtools}: Added \cs{adjustlimits}.}
+%    \begin{macrocode}
+\CustomizeMathJax{\newcommand{\adjustlimits}{}}
+%    \end{macrocode}
+%    \begin{macrocode}
 \CustomizeMathJax{\newcommand{\SwapAboveDisplaySkip}{}}
 
 \CustomizeMathJax{\require{extpfeil}}
@@ -60816,8 +61633,11 @@
 
 \CustomizeMathJax{\newcommand\lparen{(}}
 \CustomizeMathJax{\newcommand\rparen{)}}
-\CustomizeMathJax{\newcommand{\vcentcolon}{:}}
 \CustomizeMathJax{\newcommand{\ordinarycolon}{:}}
+%    \end{macrocode}
+% \changes{v0.89}{2020/08/21}{\pkg{mathtools}: Minor improvements.}
+%    \begin{macrocode}
+\CustomizeMathJax{\newcommand{\vcentcolon}{\mathrel{\mathop\ordinarycolon}}}
 
 \CustomizeMathJax{\newcommand\dblcolon{\vcentcolon\vcentcolon}}
 \CustomizeMathJax{\newcommand\coloneqq{\vcentcolon=}}
@@ -60835,9 +61655,12 @@
 \CustomizeMathJax{\newcommand\colonsim{\vcentcolon\sim}}
 \CustomizeMathJax{\newcommand\Colonsim{\dblcolon\sim}}
 
-\CustomizeMathJax{\newcommand{\nuparrow}{\cancel{\uparrow}}}
-\CustomizeMathJax{\newcommand{\ndownarrow}{\cancel{\downarrow}}}
-\CustomizeMathJax{\newcommand{\bigtimes}{{\Large\times}}}
+%    \end{macrocode}
+% \changes{v0.89}{2020/08/21}{\pkg{mathtools}: Minor improvements.}
+%    \begin{macrocode}
+\CustomizeMathJax{\newcommand{\nuparrow}{\mathrel{\cancel{\uparrow}}}}
+\CustomizeMathJax{\newcommand{\ndownarrow}{\mathrel{\cancel{\downarrow}}}}
+\CustomizeMathJax{\newcommand{\bigtimes}{\mathop{\Large\times}\limits}}
 
 \CustomizeMathJax{\newcommand{\prescript}[3]{{}^{#1}_{#2}#3}}
 
@@ -62199,6 +63022,7 @@
 % \cs{mathset} may be set with \cs{CustomizeMathJax} in the preamble.
 %
 % \changes{v0.80}{2020/02/14}{\pkg{mismath}: Added.}
+% \changes{v0.89}{2020/09/02}{\pkg{mismath}: Improved math operators.}
 %
 % \codehtml
 %
@@ -62258,48 +63082,48 @@
 \CustomizeMathJax{\newcommand{\V}{\operatorname{\probastyle{V}}}}
 \CustomizeMathJax{\newcommand{\Par}{\unicode{x00B6}}}
 
-\CustomizeMathJax{\newcommand{\adj}{\mathrm{adj}}}
-\CustomizeMathJax{\newcommand{\Aut}{\mathrm{Aut}}}
-\CustomizeMathJax{\newcommand{\Conv}{\mathrm{Conv}}}
-\CustomizeMathJax{\newcommand{\cov}{\mathrm{cov}}}
-\CustomizeMathJax{\newcommand{\Cov}{\mathrm{Cov}}}
-\CustomizeMathJax{\newcommand{curl}{\operatorname{\vect{\mathrm{curl}}}}}
-\CustomizeMathJax{\newcommand{\divg}{\mathrm{div}}}
-\CustomizeMathJax{\newcommand{\End}{\mathrm{End}}}
+\CustomizeMathJax{\DeclareMathOperator{\adj}{adj}}
+\CustomizeMathJax{\DeclareMathOperator{\Aut}{Aut}}
+\CustomizeMathJax{\DeclareMathOperator{\Conv}{Conv}}
+\CustomizeMathJax{\DeclareMathOperator{\cov}{cov}}
+\CustomizeMathJax{\DeclareMathOperator{\Cov}{Cov}}
+\CustomizeMathJax{\newcommand{\curl}{\operatorname{\vect{\mathrm{curl}}}}}
+\CustomizeMathJax{\DeclareMathOperator{\divg}{div}}
+\CustomizeMathJax{\DeclareMathOperator{\End}{End}}
 
-\CustomizeMathJax{\newcommand{\erf}{\mathrm{erf}}}
-\CustomizeMathJax{\newcommand{grad}{\operatorname{\vect{\mathrm{grad}}}}}
-\CustomizeMathJax{\newcommand{\id}{\mathrm{id}}}
-\CustomizeMathJax{\newcommand{\Id}{\mathrm{Id}}}
-\CustomizeMathJax{\newcommand{\im}{\mathrm{im}}}
+\CustomizeMathJax{\DeclareMathOperator{\erf}{erf}}
+\CustomizeMathJax{\newcommand{\grad}{\operatorname{\vect{\mathrm{grad}}}}}
+\CustomizeMathJax{\DeclareMathOperator{\id}{id}}
+\CustomizeMathJax{\DeclareMathOperator{\Id}{Id}}
+\CustomizeMathJax{\DeclareMathOperator{\im}{im}}
 \CustomizeMathJax{\let\oldIm\Im}
 \CustomizeMathJax{\renewcommand{\Im}{\operatorname{Im}}}
-\CustomizeMathJax{\newcommand{\lb}{\mathrm{lb}}}
-\CustomizeMathJax{\newcommand{\lcm}{\mathrm{lcm}}}
+\CustomizeMathJax{\DeclareMathOperator{\lb}{lb}}
+\CustomizeMathJax{\DeclareMathOperator{\lcm}{lcm}}
 
-\CustomizeMathJax{\newcommand{\rank}{\mathrm{rank}}}
+\CustomizeMathJax{\DeclareMathOperator{\rank}{rank}}
 \CustomizeMathJax{\let\oldRe\Re}
 \CustomizeMathJax{\renewcommand{\Re}{\operatorname{Re}}}
-\CustomizeMathJax{\newcommand{rot}{\operatorname{\vect{\mathrm{rot}}}}}
-\CustomizeMathJax{\newcommand{\sgn}{\mathrm{sgn}}}
-\CustomizeMathJax{\newcommand{\spa}{\mathrm{span}}}
-\CustomizeMathJax{\newcommand{\tr}{\mathrm{tr}}}
-\CustomizeMathJax{\newcommand{\Var}{\mathrm{Var}}}
-\CustomizeMathJax{\newcommand{\Zu}{\mathrm{Z}}}
+\CustomizeMathJax{\newcommand{\rot}{\operatorname{\vect{\mathrm{rot}}}}}
+\CustomizeMathJax{\DeclareMathOperator{\sgn}{sgn}}
+\CustomizeMathJax{\DeclareMathOperator{\spa}{span}}
+\CustomizeMathJax{\DeclareMathOperator{\tr}{tr}}
+\CustomizeMathJax{\DeclareMathOperator{\Var}{Var}}
+\CustomizeMathJax{\DeclareMathOperator{\Zu}{Z}}
 
-\CustomizeMathJax{\newcommand{\arccot}{\mathrm{arccot}}}
-\CustomizeMathJax{\newcommand{\sech}{\mathrm{sech}}}
-\CustomizeMathJax{\newcommand{\csch}{\mathrm{csch}}}
-\CustomizeMathJax{\newcommand{\arsinh}{\mathrm{arsinh}}}
-\CustomizeMathJax{\newcommand{\arcosh}{\mathrm{arcosh}}}
-\CustomizeMathJax{\newcommand{\artanh}{\mathrm{artanh}}}
-\CustomizeMathJax{\newcommand{\arcoth}{\mathrm{arcoth}}}
-\CustomizeMathJax{\newcommand{\arsech}{\mathrm{arsech}}}
-\CustomizeMathJax{\newcommand{\arcsch}{\mathrm{arcsch}}}
+\CustomizeMathJax{\DeclareMathOperator{\arccot}{arccot}}
+\CustomizeMathJax{\DeclareMathOperator{\sech}{sech}}
+\CustomizeMathJax{\DeclareMathOperator{\csch}{csch}}
+\CustomizeMathJax{\DeclareMathOperator{\arsinh}{arsinh}}
+\CustomizeMathJax{\DeclareMathOperator{\arcosh}{arcosh}}
+\CustomizeMathJax{\DeclareMathOperator{\artanh}{artanh}}
+\CustomizeMathJax{\DeclareMathOperator{\arcoth}{arcoth}}
+\CustomizeMathJax{\DeclareMathOperator{\arsech}{arsech}}
+\CustomizeMathJax{\DeclareMathOperator{\arcsch}{arcsch}}
 
-\CustomizeMathJax{\newcommand{\bigO}{\mathcal{O}}}
-\CustomizeMathJax{\newcommand{\bigo}{\mathrm{O}}}
-\CustomizeMathJax{\newcommand{\lito}{\mathrm{o}}}
+\CustomizeMathJax{\DeclareMathOperator{\bigO}{\mathcal{O}}}
+\CustomizeMathJax{\DeclareMathOperator{\bigo}{O}}
+\CustomizeMathJax{\DeclareMathOperator{\lito}{o}}
 
 \CustomizeMathJax{\newcommand{\R}{\mathset{R}}}
 \CustomizeMathJax{\newcommand{\C}{\mathset{C}}}
@@ -62383,8 +63207,43 @@
 %
 %
 %
+% \iffalse
+%<*mleftright>
+% \fi
 %
+% \part{lwarp-mleftright.sty}
+%
+% \section{mleftright}
+%
+% \credits{Heiko Oberdiek}
+%
+% \DescribePackage{mleftright}
+% \pkg{mleftright} is used as-is, and is emulated for \brand{MathJax}.
+%
+% \changes{v0.88}{2020/07/22}{\pkg{mleftright}: Added.}
+%
+% \codehtml
+%
+%    \begin{macrocode}
+\LWR at ProvidesPackagePass{mleftright}[2019/12/03]
+%    \end{macrocode}
+%
+%    \begin{macrocode}
+\begin{warpMathJax}
+\CustomizeMathJax{\newcommand{\mleft}{\left}}
+\CustomizeMathJax{\newcommand{\mright}{\right}}
+\CustomizeMathJax{\newcommand{\mleftright}{}}
+\CustomizeMathJax{\newcommand{\mleftrightrestore}{}}
+\end{warpMathJax}
+%    \end{macrocode}
+%
 % \iffalse
+%</mleftright>
+% \fi
+%
+%
+%
+% \iffalse
 %<*morefloats>
 % \fi
 %
@@ -63781,8 +64640,125 @@
 %
 %
 %
+% \iffalse
+%<*newpxmath>
+% \fi
 %
+% \part{lwarp-newpxmath.sty}
+%
+% \section{newpxmath}
+%
+% \credits{Michael Sharpe}
+%
+% \DescribePackage{newpxmath}
+% \pkg{newpxmath} is used as-is for \SVG\ math, and is
+% emulated for \brand{MathJax}.
+%
+% The \brand{MathJax} emulation ignores all package options.
+% \trouble[limitations]{newpxmath=\pkg{newpxmath}}
+% The explicit macros for upright and italic Greek do work correctly.
+% \SVG\ math should appear the same as the printed output.
+%
+% \changes{v0.89}{2020/08/31}{\pkg{newpxmath}: Added.}
+%
+% \codehtml
+%
+% The \brand{MathJax} code from \pkg{newtxmath} is used:
+%    \begin{macrocode}
+\LWR at ProvidesPackagePass{newpxmath}[2020/01/09]
+
+\LWR at infoprocessingmathjax{newpxmath}
+
+\LWR at origRequirePackage{lwarp-common-mathjax-newpxtxmath}
+%    \end{macrocode}
+%
 % \iffalse
+%</newpxmath>
+% \fi
+%
+%
+%
+% \iffalse
+%<*newtxmath>
+% \fi
+%
+% \part{lwarp-newtxmath.sty}
+%
+% \section{newtxmath}
+%
+% \credits{Michael Sharpe}
+%
+% \DescribePackage{newtxmath}
+% \pkg{newtxmath} is used as-is for \SVG\ math, and is
+% emulated for \brand{MathJax}.
+%
+% The \brand{MathJax} emulation ignores all package options,
+% \trouble[limitations]{newtxmath=\pkg{newtxmath}}
+% except that bold italic Latin letters are not defined for \brand{MathJax} if
+% the option is not selected.
+%
+% The explicit macros for upright and italic Greek and bold italic Latin letters
+% do work correctly.
+% \SVG\ math should appear the same as the printed output.
+%
+% \changes{v0.89}{2020/08/31}{\pkg{newtxmath}: Added.}
+%
+% \codehtml
+%
+%    \begin{macrocode}
+\LWR at ProvidesPackagePass{newtxmath}[2020/08/04]
+
+\LWR at infoprocessingmathjax{newtxmath}
+
+\LWR at origRequirePackage{lwarp-common-mathjax-newpxtxmath}
+%    \end{macrocode}
+%
+% \iffalse
+%</newtxmath>
+% \fi
+%
+%
+%
+%
+% \iffalse
+%<*newtxsf>
+% \fi
+%
+% \part{lwarp-newtxsf.sty}
+%
+% \section{newtxsf}
+%
+% \credits{Michael Sharpe}
+%
+% \DescribePackage{newtxsf}
+% \pkg{newtxsf} is used as-is for \SVG\ math, and is
+% emulated for \brand{MathJax}.
+%
+% The \brand{MathJax} emulation ignores all package options.
+% \trouble[limitations]{newtxsf=\pkg{newtxsf}}
+% The explicit macros for upright and italic Greek and bold italic Latin letters
+% do work correctly.
+% \SVG\ math should appear the same as the printed output.
+%
+% \changes{v0.89}{2020/08/31}{\pkg{newtxsf}: Added.}
+%
+% \codehtml
+%
+%    \begin{macrocode}
+\LWR at ProvidesPackagePass{newtxsf}[2020/05/02]
+
+\LWR at infoprocessingmathjax{newtxsf}
+
+\LWR at origRequirePackage{lwarp-common-mathjax-newpxtxmath}
+%    \end{macrocode}
+%
+% \iffalse
+%</newtxsf>
+% \fi
+%
+%
+%
+% \iffalse
 %<*nextpage>
 % \fi
 
@@ -67659,6 +68635,45 @@
 %
 %
 % \iffalse
+%<*pxfonts>
+% \fi
+%
+% \part{lwarp-pxfonts.sty}
+%
+% \section{pxfonts}
+%
+% \credits{Young Ryu}
+%
+% \DescribePackage{pxfonts}
+% \pkg{pxfonts} is used as-is for \SVG\ math, and is
+% emulated for \brand{MathJax}.
+%
+% \changes{v0.89}{2020/08/10}{\pkg{pxfonts}: Added.}
+%
+% \codehtml
+%
+%    \begin{macrocode}
+\LWR at origRequirePackage{lwarp-common-mathjax-letters}
+
+\LWR at ProvidesPackagePass{pxfonts}[2008/01/22]
+%    \end{macrocode}
+%
+% For \brand{MathJax}:
+%    \begin{macrocode}
+\begin{warpMathJax}
+\LWR at infoprocessingmathjax{pxfonts}
+
+\LWR at mathjax@addgreek at l@up{}{up}
+\end{warpMathJax}
+%    \end{macrocode}
+%
+% \iffalse
+%</pxfonts>
+% \fi
+%
+%
+%
+% \iffalse
 %<*pxftnright>
 % \fi
 %
@@ -69903,6 +70918,78 @@
 %
 %
 % \iffalse
+%<*shuffle>
+% \fi
+%
+% \part{lwarp-shuffle.sty}
+%
+% \section{shuffle}
+%
+% \credits{Julian Gilbey and Antoine Lejay}
+%
+% \DescribePackage{shuffle}
+% \pkg{shuffle} is emulated for \SVG\ math, and
+% also emulated for \brand{MathJax}.
+%
+% The font used for \pkg{shuffle} may not render correctly when
+% converted to \SVG\ math, so a \env{picture} environment drawing
+% is used instead.
+%
+% For \brand{MathJax}, the Unicode character is used, and for
+% \cs{cshuffle} a \cs{bar} is added.
+%
+% \changes{v0.89}{2020/07/26}{\pkg{shuffle}: Added.}
+%
+% \codehtml
+%
+%    \begin{macrocode}
+\LWR at ProvidesPackageDrop{shuffle}[2008/10/27]
+%    \end{macrocode}
+%
+%    \begin{macrocode}
+\begin{warpHTML}
+\newcommand*{\LWR at shuffle@start}{%
+    \hspace*{.2em}
+    \begin{picture}(.75,0.65)
+    \setlength{\unitlength}{1em}
+    \put(0,0){\line(1,0){.75}}
+    \put(0,0){\line(0,1){.5}}
+    \put(.375,0){\line(0,1){.5}}
+    \put(.75,0){\line(0,1){.5}}
+}
+
+\newcommand*{\LWR at shuffle@finish}{%
+    \end{picture}
+    \hspace*{.75em}
+    \hspace*{.2em}
+}
+
+\newcommand*{\shuffle}{%
+    \LWR at shuffle@start%
+    \LWR at shuffle@finish%
+}
+
+\newcommand*{\cshuffle}{%
+    \LWR at shuffle@start%
+    \put(.05,.65){\line(1,0){.65}}%
+    \LWR at shuffle@finish%
+}
+\end{warpHTML}
+
+\begin{warpMathJax}
+\CustomizeMathJax{\newcommand{\shuffle}{\unicode{0x29E2}}}
+\CustomizeMathJax{\newcommand{\cshuffle}{\bar{\unicode{0x29E2}}}}
+\end{warpMathJax}
+%    \end{macrocode}
+%
+% \iffalse
+%</shuffle>
+% \fi
+%
+%
+%
+%
+% \iffalse
 %<*sidecap>
 % \fi
 
@@ -70392,7 +71479,7 @@
 \CustomizeMathJax{\newcommand{\barn}{\mathrm{b}}}
 \CustomizeMathJax{\newcommand{\bbar}{\mathrm{bar}}}
 \CustomizeMathJax{\newcommand{\gal}{\mathrm{Gal}}}
-\CustomizeMathJax{\newcommand{\angstrom}{\mathrm{\unicode{x00C5}}}}
+\CustomizeMathJax{\newcommand{\angstrom}{\mathrm{\unicode{x212B}}}}
 \CustomizeMathJax{\newcommand{\rperminute}{\mathrm{r}\per\minute}}
 \CustomizeMathJax{\newcommand{\rpersecond}{\mathrm{r}\per\second}}
 \CustomizeMathJax{\newcommand{\squaremetre}{\power{\metre}{2}}}
@@ -70878,6 +71965,12 @@
 %    \begin{macrocode}
 \begin{warpMathJax}
 \LWR at infoprocessingmathjax{siunitx}
+%    \end{macrocode}
+%
+% \changes{v0.89}{2020/07/23}{\pkg{siunitx}: Fix: \brand{MathJax} for \cs{tothe}, \cs{raiseto}.}
+%    \begin{macrocode}
+\CustomizeMathJax{\newcommand{\tothe}[1]{^{#1}}}
+\CustomizeMathJax{\newcommand{\raiseto}[2]{{#2}^{#1}}}
 
 \CustomizeMathJax{\newcommand{\ang}[2][]{(\mathrm{#2})\degree}}
 \CustomizeMathJax{\newcommand{\num}[2][]{\mathrm{#2}}}
@@ -70886,11 +71979,14 @@
 % \SI[opt]{num}[preunit]{unit}
 \CustomizeMathJax{\newcommand{\LWRSI}[2][]{\mathrm{#1\LWRSInumber\,#2}}}
 \CustomizeMathJax{\newcommand{\SI}[2][]{\def\LWRSInumber{#2}\LWRSI}}
+%    \end{macrocode}
 %
+% \changes{v0.89}{2020/08/02}{\pkg{siunitx}: Unicode for endash.}
+%    \begin{macrocode}
 \CustomizeMathJax{\newcommand{\numlist}[2][]{\mathrm{#2}}}
-\CustomizeMathJax{\newcommand{\numrange}[3][]{\mathrm{#2~-- #3}}}
+\CustomizeMathJax{\newcommand{\numrange}[3][]{\mathrm{#2\,\unicode{x2013}\,#3}}}
 \CustomizeMathJax{\newcommand{\SIlist}[3][]{\mathrm{#2\,#3}}}
-\CustomizeMathJax{\newcommand{\SIrange}[4][]{\mathrm{#2\,#4~-- #3\,#4}}}
+\CustomizeMathJax{\newcommand{\SIrange}[4][]{\mathrm{#2\,#4\,\unicode{x2013}\,#3\,#4}}}
 \CustomizeMathJax{\newcommand{\tablenum}[2][]{\mathrm{#2}}}
 %
 \CustomizeMathJax{\newcommand{\ampere}{\mathrm{A}}}
@@ -70942,8 +72038,8 @@
 \CustomizeMathJax{\newcommand{\electronvolt}{\mathrm{eV}}}
 \CustomizeMathJax{\newcommand{\elementarycharge}{\mathit{e}}}
 \CustomizeMathJax{\newcommand{\hartree}{\mathit{E}_{\mathrm{h}}}}
-\CustomizeMathJax{\newcommand{\planckbar}{\mathit{\unicode{x0127}}}}
-\CustomizeMathJax{\newcommand{\angstrom}{\mathrm{\unicode{x00C5}}}}
+\CustomizeMathJax{\newcommand{\planckbar}{\mathit{\unicode{x210F}}}}
+\CustomizeMathJax{\newcommand{\angstrom}{\mathrm{\unicode{x212B}}}}
 \CustomizeMathJax{\let\LWRorigbar\bar}
 \CustomizeMathJax{\newcommand{\bar}{\mathrm{bar}}}
 \CustomizeMathJax{\newcommand{\barn}{\mathrm{b}}}
@@ -72104,10 +73200,14 @@
 % is emulated for \brand{MathJax}.
 %
 % \changes{v0.81}{2020/02/28}{\pkg{statmath}: Added.}
+% \changes{v0.89}{2020/09/01}{\pkg{statmath}: Fixed \optn{abcbm},
+%                                   uses \pkg{lwarp-common-mathjax-letters}.}
 %
 % \codehtml
 %
 %    \begin{macrocode}
+\LWR at origRequirePackage{lwarp-common-mathjax-letters}
+
 \LWR at ProvidesPackagePass{statmath}[2018/03/08]
 %    \end{macrocode}
 %
@@ -72115,8 +73215,12 @@
 \begin{warpMathJax}
 \LWR at infoprocessingmathjax{statmath}
 
-\CustomizeMathJax{\let\abcbf\mathbf}
+\ifdefequal{\abcbf}{\mathbf}
+    {\CustomizeMathJax{\newcommand{\abcbf}[1]{\mathbf{#1}}}}
+    {\CustomizeMathJax{\newcommand{\abcbf}[1]{\boldsymbol{#1}}}}
+
 \CustomizeMathJax{\newcommand{\greekbf}[1]{\boldsymbol{#1}}}
+
 \CustomizeMathJax{\newcommand{\bfA}{\abcbf A}}
 \CustomizeMathJax{\newcommand{\bfB}{\abcbf B}}
 \CustomizeMathJax{\newcommand{\bfC}{\abcbf C}}
@@ -72169,47 +73273,12 @@
 \CustomizeMathJax{\newcommand{\bfx}{\abcbf x}}
 \CustomizeMathJax{\newcommand{\bfy}{\abcbf y}}
 \CustomizeMathJax{\newcommand{\bfz}{\abcbf z}}
-\CustomizeMathJax{\newcommand{\bfalpha}{\greekbf \alpha}}
-\CustomizeMathJax{\newcommand{\bfbeta}{\greekbf \beta}}
-\CustomizeMathJax{\newcommand{\bfdelta}{\greekbf \delta}}
-\CustomizeMathJax{\newcommand{\bfepsilon}{\greekbf \epsilon}}
-\CustomizeMathJax{\newcommand{\bfvarepsilon}{\greekbf \varepsilon}}
-\CustomizeMathJax{\newcommand{\bfzeta}{\greekbf \zeta}}
-\CustomizeMathJax{\newcommand{\bfeta}{\greekbf \eta}}
-\CustomizeMathJax{\newcommand{\bftheta}{\greekbf \theta}}
-\CustomizeMathJax{\newcommand{\bfvartheta}{\greekbf \vartheta}}
-\CustomizeMathJax{\newcommand{\bfgamma}{\greekbf \gamma}}
-\CustomizeMathJax{\newcommand{\bfkappa}{\greekbf \kappa}}
-\CustomizeMathJax{\newcommand{\bflambda}{\greekbf \lambda}}
-\CustomizeMathJax{\newcommand{\bfmu}{\greekbf \mu}}
-\CustomizeMathJax{\newcommand{\bfnu}{\greekbf \nu}}
-\CustomizeMathJax{\newcommand{\bfxi}{\greekbf \xi}}
-\CustomizeMathJax{\newcommand{\bfpi}{\greekbf \pi}}
-\CustomizeMathJax{\newcommand{\bfvarpi}{\greekbf \varpi}}
-\CustomizeMathJax{\newcommand{\bfrho}{\greekbf \rho}}
-\CustomizeMathJax{\newcommand{\bfvarrho}{\greekbf \varrho}}
-\CustomizeMathJax{\newcommand{\bfsigma}{\greekbf \sigma}}
-\CustomizeMathJax{\newcommand{\bfvarsigma}{\greekbf \varsigma}}
-\CustomizeMathJax{\newcommand{\bftau}{\greekbf \tau}}
-\CustomizeMathJax{\newcommand{\bfupsilon}{\greekbf \upsilon}}
-\CustomizeMathJax{\newcommand{\bfphi}{\greekbf \phi}}
-\CustomizeMathJax{\newcommand{\bfvarphi}{\greekbf \varphi}}
-\CustomizeMathJax{\newcommand{\bfchi}{\greekbf \chi}}
-\CustomizeMathJax{\newcommand{\bfpsi}{\greekbf \psi}}
-\CustomizeMathJax{\newcommand{\bfomega}{\greekbf \omega}}
-\CustomizeMathJax{\newcommand{\bfiota}{\greekbf \iota}}
-\CustomizeMathJax{\newcommand{\bfGamma}{\greekbf \Gamma}}
-\CustomizeMathJax{\newcommand{\bfDelta}{\greekbf \Delta}}
-\CustomizeMathJax{\newcommand{\bfTheta}{\greekbf \Theta}}
-\CustomizeMathJax{\newcommand{\bfLambda}{\greekbf \Lambda}}
-\CustomizeMathJax{\newcommand{\bfXi}{\greekbf \Xi}}
-\CustomizeMathJax{\newcommand{\bfPi}{\greekbf \Pi}}
-\CustomizeMathJax{\newcommand{\bfSigma}{\greekbf \Sigma}}
-\CustomizeMathJax{\newcommand{\bfUpsilon}{\greekbf \Upsilon}}
-\CustomizeMathJax{\newcommand{\bfPhi}{\greekbf \Phi}}
-\CustomizeMathJax{\newcommand{\bfPsi}{\greekbf \Psi}}
-\CustomizeMathJax{\newcommand{\bfOmega}{\greekbf \Omega}}
+
+\LWR at mathjax@addgreek at l@bfit{bf}{}% Greek lowercase bold face italic
+\LWR at mathjax@addgreek at u@bfup*{bf}{}% Greek uppercase bold face upright, cap macros.
+
 \CustomizeMathJax{\newcommand{\bfzero}{\greekbf 0}}
+
 \CustomizeMathJax{\DeclareMathOperator{\cov}{Cov}}
 \CustomizeMathJax{\DeclareMathOperator{\E}{E}}
 \CustomizeMathJax{\DeclareMathOperator{\V}{V}}
@@ -74533,12 +75602,13 @@
 %
 % \section{thm-listof}
 %
-% \credits{Ulrich M. Schwarz}
+% \credits{Ulrich M. Schwarz, Yukai Chou}
 %
 % \DescribePackage{thm-listof}
 % \pkg{thm-listof} is part of \pkg{thmtools}, and is patched for use by \pkg{lwarp}.
 %
 % \changes{v0.88}{2020/07/03}{\pkg{thm-listof}: Added.}
+% \changes{v0.89}{2020/09/02}{\pkg{thm-listof}: Updated to v0.72.}
 %
 % \codehtml
 %
@@ -74551,29 +75621,35 @@
 %
 % Other \pkg{thm-*} package may be loaded by \pkg{thm-listof}.
 %    \begin{macrocode}
-\xpatchcmd{\listoftheorems}
-    {%
-        \@xa\protected at edef\csname l@\thmt at envname\endcsname{%
-            \@nx\@dottedtocline{1}{1.5em}{\@nx\thmt at listnumwidth}%
-        }%
-    }
-    {%
-        \csdef{l@\thmt at envname}##1##2{\hypertocfloat{1}{figure}{lof}{##1}{##2}}%
-    }
-    {}
-    {\LWR at patcherror{thm-listof}{listoftheorems}}
+\@ifpackagelater{thm-listof}{2020/08/01}{% v0.72
+  \def\thmtlo at newentry{%
+    \csdef{l@\thmt at envname}##1##2{\hypertocfloat{1}{figure}{lof}{##1}{##2}}%
+  }
+}{% earlier than v0.72
+    \xpatchcmd{\listoftheorems}
+        {%
+            \@xa\protected at edef\csname l@\thmt at envname\endcsname{%
+                \@nx\@dottedtocline{1}{1.5em}{\@nx\thmt at listnumwidth}%
+            }%
+        }
+        {%
+            \csdef{l@\thmt at envname}##1##2{\hypertocfloat{1}{figure}{lof}{##1}{##2}}%
+        }
+        {}
+        {\LWR at patcherror{thm-listof}{listoftheorems}}
 
-\xpatchcmd{\thmt at mklistcmd}
-    {%
-        \@xa\protected at edef\csname l@\thmt at envname\endcsname{%
-            \@nx\@dottedtocline{1}{1.5em}{\@nx\thmt at listnumwidth}%
-        }%
-    }
-    {%
-        \csdef{l@\thmt at envname}##1##2{\hypertocfloat{1}{figure}{lof}{##1}{##2}}%
-    }
-    {}
-    {\LWR at patcherror{thm-listof}{thmt at mklistcmd}}
+    \xpatchcmd{\thmt at mklistcmd}
+        {%
+            \@xa\protected at edef\csname l@\thmt at envname\endcsname{%
+                \@nx\@dottedtocline{1}{1.5em}{\@nx\thmt at listnumwidth}%
+            }%
+        }
+        {%
+            \csdef{l@\thmt at envname}##1##2{\hypertocfloat{1}{figure}{lof}{##1}{##2}}%
+        }
+        {}
+        {\LWR at patcherror{thm-listof}{thmt at mklistcmd}}
+}
 %    \end{macrocode}
 %
 % \iffalse
@@ -74596,11 +75672,12 @@
 % \pkg{thm-restate} is part of \pkg{thmtools}, and is patched for use by \pkg{lwarp}.
 %
 % \changes{v0.88}{2020/07/03}{\pkg{thm-restate}: Added.}
+% \changes{v0.89}{2020/09/02}{\pkg{thm-restate}: Updated to v0.72, no changes needed.}
 %
 % \codehtml
 %
 %    \begin{macrocode}
-\LWR at ProvidesPackagePass{thm-restate}[2019/12/22]
+\LWR at ProvidesPackagePass{thm-restate}[2020/08/01]
 %    \end{macrocode}
 %
 %    \begin{macrocode}
@@ -74677,7 +75754,50 @@
 %
 %
 %
+%
+%
 % \iffalse
+%<*thmtools>
+% \fi
+%
+% \part{lwarp-thmtools.sty}
+%
+% \section{thmtools}
+%
+% \credits{Ulrich M. Schwarz}
+%
+% \DescribePackage{thmtools}
+% \pkg{thmtools} is patched for use by \pkg{lwarp}.
+%
+% Also see \pkg{thm-listof} and \pkg{thm-restate}.
+%
+% \changes{v0.89}{2020/09/02}{\pkg{thmtools}: Added.}
+%
+% \codehtml
+%
+%    \begin{macrocode}
+\LWR at ProvidesPackagePass{thmtools}[2020/08/01]
+%    \end{macrocode}
+%
+% The following patches either \pkg{thm-amsthm} or \pkg{thm-ntheorem}.
+%    \begin{macrocode}
+\def\thmt at headstyle@margin{%
+    \InlineClass{amsthmnnumbertheorem}{\NUMBER}
+    \ 
+    \InlineClass{amsthmnametheorem}{\NAME}
+    \InlineClass{amsthmnotetheorem}{\NOTE}
+}
+
+\let\thmt at headstyle@swapnumber\thmt at headstyle@margin
+%    \end{macrocode}
+%
+% \iffalse
+%</thmtools>
+% \fi
+%
+%
+%
+% \iffalse
 %<*threadcol>
 % \fi
 %
@@ -77200,7 +78320,46 @@
 %
 %
 %
+%
 % \iffalse
+%<*txfonts>
+% \fi
+%
+% \part{lwarp-txfonts.sty}
+%
+% \section{txfonts}
+%
+% \credits{Young Ryu}
+%
+% \DescribePackage{txfonts}
+% \pkg{txfonts} is used as-is for \SVG\ math, and is
+% emulated for \brand{MathJax}.
+%
+% \changes{v0.89}{2020/08/10}{\pkg{txfonts}: Added.}
+%
+% \codehtml
+%
+%    \begin{macrocode}
+\LWR at origRequirePackage{lwarp-common-mathjax-letters}
+
+\LWR at ProvidesPackagePass{txfonts}[2008/01/22]
+%    \end{macrocode}
+%
+% For \brand{MathJax}:
+%    \begin{macrocode}
+\begin{warpMathJax}
+\LWR at infoprocessingmathjax{txfonts}
+
+\LWR at mathjax@addgreek at l@up{}{up}
+\end{warpMathJax}
+%    \end{macrocode}
+%
+% \iffalse
+%</txfonts>
+% \fi
+%
+%
+% \iffalse
 %<*typearea>
 % \fi
 %
@@ -77743,7 +78902,50 @@
 %
 %
 %
+%
 % \iffalse
+%<*upgreek>
+% \fi
+%
+% \part{lwarp-upgreek.sty}
+%
+% \section{upgreek}
+%
+% \credits{Walter Schmidt}
+%
+% \DescribePackage{upgreek}
+% \pkg{upgreek} is used as-is for \SVG\ math, and is
+% emulated for \brand{MathJax}.
+%
+% \changes{v0.89}{2020/08/10}{\pkg{upgreek}: Added.}
+%
+% \codehtml
+%
+%    \begin{macrocode}
+\LWR at origRequirePackage{lwarp-common-mathjax-letters}
+
+\LWR at ProvidesPackagePass{upgreek}[2003/02/12]
+%    \end{macrocode}
+%
+% For \brand{MathJax}:
+%    \begin{macrocode}
+\begin{warpMathJax}
+\LWR at infoprocessingmathjax{upgreek}
+
+\LWR at mathjax@addgreek at l@up{up}{}
+\LWR at mathjax@addgreek at u@up{Up}{}
+
+\end{warpMathJax}
+%    \end{macrocode}
+%
+% \iffalse
+%</upgreek>
+% \fi
+%
+%
+%
+%
+% \iffalse
 %<*upref>
 % \fi
 %
@@ -77817,7 +79019,48 @@
 %
 %
 %
+%
+%
 % \iffalse
+%<*ushort>
+% \fi
+%
+% \part{lwarp-ushort.sty}
+%
+% \section{ushort}
+%
+% \credits{Martin V\"ath}
+%
+% \DescribePackage{ushort}
+% \pkg{ushort} is used as-is, and emulated for \brand{MathJax}.
+%
+% \changes{v0.88}{2020/07/23}{\pkg{ushort}: Added.}
+%
+% \codehtml
+%
+%    \begin{macrocode}
+\LWR at ProvidesPackagePass{ushort}[2001/06/13]
+%    \end{macrocode}
+%
+%    \begin{macrocode}
+\begin{warpMathJax}
+\CustomizeMathJax{\newcommand{\ushortdline}[1]{%
+    \kern{.1em}\underline{\underline{{#1}}}\kern{.1em}%
+}}
+\CustomizeMathJax{\newcommand{\ushort}[1]{\kern{.1em}\underline{#1}\kern{.1em}}}
+\CustomizeMathJax{\newcommand{\ushortd}[1]{\ushortdline{#1}}}
+\CustomizeMathJax{\newcommand{\ushortw}[1]{\kern{.1em}\underline{#1}\kern{.1em}}}
+\CustomizeMathJax{\newcommand{\ushortdw}[1]{\ushortdline{#1}}}
+\end{warpMathJax}
+%    \end{macrocode}
+%
+% \iffalse
+%</ushort>
+% \fi
+%
+%
+%
+% \iffalse
 %<*uspace>
 % \fi
 %
@@ -78507,7 +79750,6 @@
 %
 %    \begin{macrocode}
 \begin{warpHTML}
-\makeatletter
 \ifbool{mathjax}{
     % For the hidden print version in the HTML:
     \newcommand{\Arrow}[2][]{}
@@ -78564,7 +79806,6 @@
     }
     \AfterEndEnvironment{DispWithArrows*}{\end{lateximage}\end{BlockClass}}
 }
-\makeatother
 \end{warpHTML}
 
 \begin{warpMathJax}
@@ -82763,6 +84004,937 @@
 % \fi
 %
 %
+%
+% ^^A *common-mathjax-letters
+% ^^A *letters
+%
+% \iffalse
+%<*common-mathjax-letters>
+% \fi
+%
+% \part{lwarp-common-mathjax-letters.sty}
+%
+% \section{common-mathjax-letters}
+%
+% \DescribePackage{lwarp-common-mathjax-letters}
+% Common code used by a number of packages to generate Greek math characters
+% for \brand{MathJax}.
+%
+% \changes{v0.89}{2020/08/10}{\pkg{lwarp-common-mathjax-letters}: Added.}
+%
+% \codehtml
+%
+%    \begin{macrocode}
+\ProvidesPackage{lwarp-common-mathjax-letters}[2020/08/10]
+%    \end{macrocode}
+%
+%
+% \begin{noindmacro}{\LWR at mathjax@addletter}
+%   * \marg{2: capitalize name?} \marg{3: prefix} \marg{4: postfix}
+%   \marg{5: name} \marg{6: unicode}
+%
+% Star to italicize the result, used when the unicode character does not exist.
+%    \begin{macrocode}
+\begin{warpMathJax}
+
+\NewDocumentCommand{\LWR at mathjax@addletter}{s m m m m m}{
+    \IfBooleanTF{#2}%
+        {\edef\LWR at tempone{\LWRtexttitlecase{#5}}}%
+        {\edef\LWR at tempone{#5}}%
+    \xdef\LWR at customizedMathJax{%
+        \LWR at customizedMathJax%
+        \LWRbackslash(%
+        \LWRbackslash newcommand\LWRleftbrace\LWRbackslash%
+        #3% prefix
+        \LWR at tempone%name
+        #4% postfix
+        \LWRrightbrace\LWRleftbrace%
+    }%
+    \IfBooleanTF{#1}{%
+        \xdef\LWR at customizedMathJax{%
+            \LWR at customizedMathJax%
+            \LWRbackslash mathit\LWRleftbrace%
+            \LWRbackslash unicode\LWRleftbrace x#6\LWRrightbrace%
+            \LWRrightbrace%
+        }%
+    }{%
+        \xdef\LWR at customizedMathJax{%
+            \LWR at customizedMathJax%
+            \LWRbackslash unicode\LWRleftbrace x#6\LWRrightbrace%
+        }%
+    }%
+    \xdef\LWR at customizedMathJax{%
+        \LWR at customizedMathJax%
+        \LWRrightbrace\LWRbackslash)\par%
+    }%
+}
+%    \end{macrocode}
+% \end{noindmacro}
+%
+%
+% \begin{noindmacro}{\LWR at mathjax@addgreek at l@up}
+%   * \marg{2: prefix} \marg{3: postfix}
+%
+% Star to capitalize the macro names.
+%
+% Adds \cs{CustomizeMathjax} expressions to define a set of macros for
+% Greek letters, lowercase upright.
+%    \begin{macrocode}
+\NewDocumentCommand{\LWR at mathjax@addgreek at l@up}{s m m}{
+    \LWR at mathjax@addletter{#1}{#2}{#3}{alpha}{03B1}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{beta}{03B2}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{gamma}{03B3}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{digamma}{03DD}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{delta}{03B4}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{epsilon}{03F5}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{varepsilon}{03B5}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{zeta}{03B6}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{eta}{03B7}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{theta}{03B8}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{vartheta}{03D1}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{iota}{03B9}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{kappa}{03BA}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{varkappa}{03F0}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{lambda}{03BB}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{mu}{03BC}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{nu}{03BD}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{xi}{03BE}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{omicron}{03BF}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{pi}{03C0}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{varpi}{03D6}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{rho}{03C1}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{varrho}{03F1}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{sigma}{03C3}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{varsigma}{03C2}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{tau}{03C4}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{upsilon}{03C5}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{phi}{03D5}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{varphi}{03C6}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{chi}{03C7}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{psi}{03C8}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{omega}{03C9}
+}
+%    \end{macrocode}
+% \end{noindmacro}
+%
+%
+% \begin{noindmacro}{\LWR at mathjax@addgreek at u@up}
+%   * \marg{2: prefix} \marg{3: postfix}
+%
+% Star to capitalize the macro names.
+%
+% Adds \cs{CustomizeMathjax} expressions to define a set of macros for
+% Greek letters, uppercase upright.
+%    \begin{macrocode}
+\NewDocumentCommand{\LWR at mathjax@addgreek at u@up}{s m m}{
+    \LWR at mathjax@addletter{#1}{#2}{#3}{alpha}{0391}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{beta}{0392}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{gamma}{0393}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{digamma}{03DC}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{delta}{0394}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{epsilon}{0395}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{zeta}{0396}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{eta}{0397}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{theta}{0398}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{vartheta}{03F4}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{iota}{0399}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{kappa}{039A}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{lambda}{039B}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{mu}{039C}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{nu}{039D}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{xi}{039E}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{omicron}{039F}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{pi}{03A0}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{varpi}{03D6}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{rho}{03A1}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{sigma}{03A3}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{tau}{03A4}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{upsilon}{03A5}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{phi}{03A6}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{chi}{03A7}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{psi}{03A8}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{omega}{03A9}
+}
+%    \end{macrocode}
+% \end{noindmacro}
+%
+%
+% \begin{noindmacro}{\LWR at mathjax@addgreek at l@it}
+%   * \marg{2: prefix} \marg{3: postfix}
+%
+% Star to capitalize the macro names.
+%
+% Adds \cs{CustomizeMathjax} expressions to define a set of macros for
+% Greek letters, lowercase italic.
+%
+%    \begin{macrocode}
+\NewDocumentCommand{\LWR at mathjax@addgreek at l@it}{s m m}{
+    \LWR at mathjax@addletter{#1}{#2}{#3}{alpha}{1D6FC}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{beta}{1D6FD}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{gamma}{1D6FE}
+    \LWR at mathjax@addletter*{#1}{#2}{#3}{digamma}{03DD}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{delta}{1D6FF}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{epsilon}{1D716}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{varepsilon}{1D700}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{zeta}{1D701}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{eta}{1D702}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{theta}{1D703}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{vartheta}{1D717}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{iota}{1D704}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{kappa}{1D705}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{varkappa}{1D718}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{lambda}{1D706}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{mu}{1D707}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{nu}{1D708}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{xi}{1D709}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{omicron}{1D70A}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{pi}{1D70B}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{varpi}{1D71B}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{rho}{1D70C}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{varrho}{1D71A}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{sigma}{1D70E}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{varsigma}{1D70D}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{tau}{1D70F}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{upsilon}{1D710}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{phi}{1D719}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{varphi}{1D711}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{chi}{1D712}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{psi}{1D713}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{omega}{1D714}
+}
+%    \end{macrocode}
+% \end{noindmacro}
+%
+%
+% \begin{noindmacro}{\LWR at mathjax@addgreek at u@it}
+%   * \marg{2: prefix} \marg{3: postfix}
+%
+% Star to capitalize the macro names.
+%
+% Adds \cs{CustomizeMathjax} expressions to define a set of macros for
+% Greek letters, uppercase italic.
+%    \begin{macrocode}
+\NewDocumentCommand{\LWR at mathjax@addgreek at u@it}{s m m}{
+    \LWR at mathjax@addletter{#1}{#2}{#3}{alpha}{1D6E2}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{beta}{1D6E3}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{gamma}{1D6E4}
+    \LWR at mathjax@addletter*{#1}{#2}{#3}{digamma}{03DC}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{delta}{1D6E5}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{epsilon}{1D6E6}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{zeta}{1D6E7}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{eta}{1D6E8}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{theta}{1D6E9}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{vartheta}{1D6F3}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{iota}{1D6EA}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{kappa}{1D6EB}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{lambda}{1D6EC}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{mu}{1D6ED}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{nu}{1D6EE}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{xi}{1D6EF}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{omicron}{1D6F0}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{pi}{1D6F1}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{rho}{1D6F2}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{sigma}{1D6F4}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{tau}{1D6F5}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{upsilon}{1D6F6}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{phi}{1D6F7}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{chi}{1D6F8}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{psi}{1D6F9}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{omega}{1D6FA}
+}
+%    \end{macrocode}
+% \end{noindmacro}
+%
+%
+% \begin{noindmacro}{\LWR at mathjax@addgreek at l@bfit}
+%   * \marg{2: prefix} \marg{3: postfix}
+%
+% Star to capitalize the macro names.
+%
+% Adds \cs{CustomizeMathjax} expressions to define a set of macros for
+% Greek letters, lowercase boldface italic.
+%
+%    \begin{macrocode}
+\NewDocumentCommand{\LWR at mathjax@addgreek at l@bfit}{s m m}{
+    \LWR at mathjax@addletter{#1}{#2}{#3}{alpha}{1D736}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{beta}{1D737}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{gamma}{1D738}
+    \LWR at mathjax@addletter*{#1}{#2}{#3}{digamma}{03DD}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{delta}{1D739}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{epsilon}{1D750}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{varepsilon}{1D73A}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{zeta}{1D73B}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{eta}{1D73C}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{theta}{1D73D}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{vartheta}{1D751}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{iota}{1D73E}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{kappa}{1D73F}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{varkappa}{1D752}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{lambda}{1D740}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{mu}{1D741}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{nu}{1D742}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{xi}{1D743}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{omicron}{1D744}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{pi}{1D745}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{varpi}{1D755}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{rho}{1D746}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{varrho}{1D754}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{sigma}{1D748}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{varsigma}{1D747}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{tau}{1D749}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{upsilon}{1D74A}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{phi}{1D753}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{varphi}{1D74B}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{chi}{1D74C}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{psi}{1D74D}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{omega}{1D74E}
+}
+%    \end{macrocode}
+% \end{noindmacro}
+%
+%
+% \begin{noindmacro}{\LWR at mathjax@addgreek at u@bfit}
+%   * \marg{2: prefix} \marg{3: postfix}
+%
+% Star to capitalize the macro names.
+%
+% Adds \cs{CustomizeMathjax} expressions to define a set of macros for
+% Greek letters, uppercase boldface italic.
+%    \begin{macrocode}
+\NewDocumentCommand{\LWR at mathjax@addgreek at u@bfit}{s m m}{
+    \LWR at mathjax@addletter{#1}{#2}{#3}{alpha}{1D71C}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{beta}{1D71D}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{gamma}{1D71E}
+    \LWR at mathjax@addletter*{#1}{#2}{#3}{digamma}{03DC}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{delta}{1D71F}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{epsilon}{1D720}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{zeta}{1D721}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{eta}{1D722}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{theta}{1D723}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{vartheta}{1D72D}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{iota}{1D724}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{kappa}{1D725}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{lambda}{1D726}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{mu}{1D727}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{nu}{1D728}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{xi}{1D729}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{omicron}{1D72A}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{pi}{1D72B}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{rho}{1D72C}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{sigma}{1D72E}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{tau}{1D72F}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{upsilon}{1D730}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{phi}{1D731}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{chi}{1D732}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{psi}{1D733}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{omega}{1D734}
+}
+%    \end{macrocode}
+% \end{noindmacro}
+%
+%
+%
+% \begin{noindmacro}{\LWR at mathjax@addgreek at u@bfup}
+%   * \marg{2: prefix} \marg{3: postfix}
+%
+% Star to capitalize the macro names.
+%
+% Adds \cs{CustomizeMathjax} expressions to define a set of macros for
+% Greek letters, uppercase boldface upright.
+%    \begin{macrocode}
+\NewDocumentCommand{\LWR at mathjax@addgreek at u@bfup}{s m m}{
+    \LWR at mathjax@addletter{#1}{#2}{#3}{alpha}{1D6A8}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{beta}{1D6A9}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{gamma}{1D6AA}
+    \LWR at mathjax@addletter*{#1}{#2}{#3}{digamma}{03DC}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{delta}{1D6AB}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{epsilon}{1D6AC}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{zeta}{1D6AD}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{eta}{1D6AE}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{theta}{1D6AF}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{vartheta}{1D6B9}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{iota}{1D6B0}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{kappa}{1D6B1}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{lambda}{1D6B2}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{mu}{1D6B3}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{nu}{1D6B4}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{xi}{1D6B5}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{omicron}{1D6B6}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{pi}{1D6B7}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{rho}{1D6B8}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{sigma}{1D6BA}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{tau}{1D6BB}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{upsilon}{1D6BC}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{phi}{1D6BD}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{chi}{1D6BE}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{psi}{1D6BF}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{omega}{1D6C0}
+}
+%    \end{macrocode}
+% \end{noindmacro}
+%
+%
+% \begin{noindmacro}{\LWR at mathjax@addlatin at u@bfit} \marg{prefix}
+%
+% Adds \cs{CustomizeMathjax} expressions to define a set of macros for
+% bold-face italic Latin letters, uppercase and lowercase.
+%    \begin{macrocode}
+\NewDocumentCommand{\LWR at mathjax@addlatin at u@bfit}{m}{
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{A}{1D468}
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{B}{1D469}
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{C}{1D46A}
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{D}{1D46B}
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{E}{1D46C}
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{F}{1D46D}
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{G}{1D46E}
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{H}{1D46F}
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{I}{1D470}
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{J}{1D471}
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{K}{1D472}
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{L}{1D473}
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{M}{1D474}
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{N}{1D475}
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{O}{1D476}
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{P}{1D477}
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{Q}{1D478}
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{R}{1D479}
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{S}{1D47A}
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{T}{1D47B}
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{U}{1D47C}
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{V}{1D47D}
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{W}{1D47E}
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{X}{1D47F}
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{Y}{1D480}
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{Z}{1D481}
+}
+%    \end{macrocode}
+% \end{noindmacro}
+%
+% \begin{noindmacro}{\LWR at mathjax@addlatin at l@bfit} \marg{prefix}
+%
+% Adds \cs{CustomizeMathjax} expressions to define a set of macros for
+% bold-face italic Latin letters, uppercase and lowercase.
+%    \begin{macrocode}
+\NewDocumentCommand{\LWR at mathjax@addlatin at l@bfit}{m}{
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{a}{1D482}
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{b}{1D483}
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{c}{1D484}
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{d}{1D485}
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{e}{1D486}
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{f}{1D487}
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{g}{1D488}
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{h}{1D489}
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{i}{1D48A}
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{j}{1D48B}
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{k}{1D48C}
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{l}{1D48D}
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{m}{1D48E}
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{n}{1D48F}
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{o}{1D490}
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{p}{1D491}
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{q}{1D492}
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{r}{1D493}
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{s}{1D494}
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{t}{1D495}
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{u}{1D496}
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{v}{1D497}
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{w}{1D498}
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{x}{1D499}
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{y}{1D49A}
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{z}{1D49B}
+}
+%    \end{macrocode}
+% \end{noindmacro}
+%
+%
+%    \begin{macrocode}
+\end{warpMathJax}
+%    \end{macrocode}
+
+
+% \iffalse
+%</common-mathjax-letters>
+% \fi
+%
+%
+%
+%
+% ^^A *common-mathjax-newpxtxmath
+%
+% \iffalse
+%<*common-mathjax-newpxtxmath>
+% \fi
+%
+% \part{lwarp-common-mathjax-newpxtxmath.sty}
+%
+% \section{common-mathjax-newpxtxmath}
+%
+% \credits{Michael Sharpe}
+%
+% \DescribePackage{lwarp-common-mathjax-newpxtxmath}
+% Common code used by \pkg{newpxmath}, \pkg{newtxmath}, and \pkg{newtxsf}
+% for \brand{MathJax}.
+%
+% \changes{v0.89}{2020/08/31}{\pkg{lwarp-common-mathjax-newpxtxmath}: Added.}
+%
+% \codehtml
+%
+%    \begin{macrocode}
+\ProvidesPackage{lwarp-common-mathjax-newpxtxmath}[2020/08/31]
+%    \end{macrocode}
+%
+% For \brand{MathJax}:
+%    \begin{macrocode}
+\LWR at origRequirePackage{lwarp-common-mathjax-letters}
+\LWR at origRequirePackage{lwarp-common-mathjax-overlaysymbols}
+
+\begin{warpMathJax}
+\CustomizeMathJax{\newcommand{\fAlt}{f}}
+\CustomizeMathJax{\newcommand{\rhoAlt}{\rho}}
+
+\CustomizeMathJax{\newcommand{\imathscr}{\mathord{\mathscr{i}}}}
+\CustomizeMathJax{\newcommand{\jmathscr}{\mathord{\mathscr{j}}}}
+
+\CustomizeMathJax{\let\llbracket[}% single only
+\CustomizeMathJax{\let\rrbracket]}% single only
+\CustomizeMathJax{\let\lBrack=\llbracket}% single only
+\CustomizeMathJax{\let\rBrack=\rrbracket}% single only
+\CustomizeMathJax{\let\smlbrace\{}
+\CustomizeMathJax{\let\smrbrace\}}
+\CustomizeMathJax{\newcommand{\Perp}{\mathrel{\unicode{x02AEB}}}}
+\CustomizeMathJax{\newcommand{\nPerp}{\mathrel{\not{\!\unicode{x02AEB}}}}}
+\CustomizeMathJax{\newcommand{\lambdabar}{%
+    \mathord{\LWRoverlaysymbols{\raise{.5ex}{-}}{\lambda}}%
+}}
+\CustomizeMathJax{\newcommand{\lambdaslash}{\mathord{\unicode{x019B}}}}
+\CustomizeMathJax{\newcommand{\Zbar}{\mathord{\unicode{x01B5}}}}
+\CustomizeMathJax{\newcommand{\Angstrom}{\mathord{\unicode{x212B}}}}
+\CustomizeMathJax{\newcommand{\Euler}{\mathord{\unicode{x2107}}}}
+\CustomizeMathJax{\newcommand{\transp}{\mathord{\unicode{xFF34}}}}
+\CustomizeMathJax{\newcommand{\hermtransp}{\mathord{\unicode{xFF28}}}}
+\CustomizeMathJax{\let\htransp=\hermtransp}
+\CustomizeMathJax{\newcommand{\circledplus}{\mathbin{\unicode{x2295}}}}
+\CustomizeMathJax{\newcommand{\circledminus}{\mathbin{\unicode{x2296}}}}
+\CustomizeMathJax{\newcommand{\circledtimes}{\mathbin{\unicode{x2297}}}}
+\CustomizeMathJax{\newcommand{\circleddot}{\mathbin{\unicode{x2299}}}}
+\CustomizeMathJax{\let\overgroup\overparen}
+\CustomizeMathJax{\let\overgroupra\overrightarrow}
+\CustomizeMathJax{\let\undergroup\underparen}
+\CustomizeMathJax{\let\undergroupla\underleftarrow}
+\CustomizeMathJax{\newcommand{\widering}[1]{\stackrel{\unicode{x2218}}{\overgroup{#1}}}}
+\CustomizeMathJax{\let\widearc\overparen}
+\CustomizeMathJax{\let\wideOarc\overrightarrow}
+\CustomizeMathJax{\newcommand{\LWRvvstar}[2]{{\overrightarrow{#1}_{#2}}}}
+\CustomizeMathJax{\newcommand{\vv}{\ifstar\LWRvvstar\overrightarrow}}
+%
+\CustomizeMathJax{\let\smallintsl\smallint}
+\CustomizeMathJax{\newcommand{\smalliintsl}{\mathop{\unicode{x222C}}}}
+\CustomizeMathJax{\newcommand{\smalliiintsl}{\mathop{\unicode{x222D}}}}
+\CustomizeMathJax{\newcommand{\smalliiiintsl}{\mathop{\unicode{x2A0C}}}}
+\CustomizeMathJax{\newcommand{\smallointsl}{\mathop{\unicode{x222E}}}}
+\CustomizeMathJax{\newcommand{\smalloiintsl}{\mathop{\unicode{x222F}}}}
+\CustomizeMathJax{\newcommand{\smalloiiintsl}{\mathop{\unicode{x2230}}}}
+\CustomizeMathJax{\newcommand{\smallvarointclockwisesl}{\mathop{\unicode{x2232}}}}
+\CustomizeMathJax{\newcommand{\smallointctrclockwisesl}{\mathop{\unicode{x2233}}}}
+\CustomizeMathJax{\newcommand{\smallsumintsl}{\mathop{\unicode{x2A0B}}}}
+\CustomizeMathJax{\newcommand{\smallfintsl}{\mathop{\unicode{x2A0F}}}}
+\CustomizeMathJax{\newcommand{\smallsqintsl}{\mathop{\unicode{x2A16}}}}
+%
+\CustomizeMathJax{\let\smallintup\smallint}
+\CustomizeMathJax{\newcommand{\smalliintup}{\mathop{\unicode{x222C}}}}
+\CustomizeMathJax{\newcommand{\smalliiintup}{\mathop{\unicode{x222D}}}}
+\CustomizeMathJax{\newcommand{\smalliiiintup}{\mathop{\unicode{x2A0C}}}}
+\CustomizeMathJax{\newcommand{\smallointup}{\mathop{\unicode{x222E}}}}
+\CustomizeMathJax{\newcommand{\smalloiintup}{\mathop{\unicode{x222F}}}}
+\CustomizeMathJax{\newcommand{\smalloiiintup}{\mathop{\unicode{x2230}}}}
+\CustomizeMathJax{\newcommand{\smallvarointclockwiseup}{\mathop{\unicode{x2232}}}}
+\CustomizeMathJax{\newcommand{\smallointctrclockwiseup}{\mathop{\unicode{x2233}}}}
+\CustomizeMathJax{\newcommand{\smallsumintup}{\mathop{\unicode{x2A0B}}}}
+\CustomizeMathJax{\newcommand{\smallfintup}{\mathop{\unicode{x2A0F}}}}
+\CustomizeMathJax{\newcommand{\smallsqintup}{\mathop{\unicode{x2A16}}}}
+%
+\CustomizeMathJax{\newcommand{\iint}{\mathop{\unicode{x222C}}}}
+\CustomizeMathJax{\newcommand{\iiint}{\mathop{\unicode{x222D}}}}
+\CustomizeMathJax{\newcommand{\iiiint}{\mathop{\unicode{x2A0C}}}}
+\CustomizeMathJax{\newcommand{\oiint}{\mathop{\unicode{x222F}}}}
+\CustomizeMathJax{\newcommand{\oiiint}{\mathop{\unicode{x2230}}}}
+\CustomizeMathJax{\newcommand{\varointclockwise}{\mathop{\unicode{x2232}}}}
+\CustomizeMathJax{\newcommand{\ointctrclockwise}{\mathop{\unicode{x2233}}}}
+\CustomizeMathJax{\newcommand{\sumint}{\mathop{\unicode{x2A0B}}}}
+\CustomizeMathJax{\newcommand{\fint}{\mathop{\unicode{x2A0F}}}}
+\CustomizeMathJax{\newcommand{\sqint}{\mathop{\unicode{x2A16}}}}
+%
+\CustomizeMathJax{\let\intsl\int}
+\CustomizeMathJax{\newcommand{\iintsl}{\mathop{\unicode{x222C}}}}
+\CustomizeMathJax{\newcommand{\iiintsl}{\mathop{\unicode{x222D}}}}
+\CustomizeMathJax{\newcommand{\iiiintsl}{\mathop{\unicode{x2A0C}}}}
+\CustomizeMathJax{\let\ointsl\oint}
+\CustomizeMathJax{\newcommand{\oiintsl}{\mathop{\unicode{x222F}}}}
+\CustomizeMathJax{\newcommand{\oiiintsl}{\mathop{\unicode{x2230}}}}
+\CustomizeMathJax{\newcommand{\varointclockwisesl}{\mathop{\unicode{x2232}}}}
+\CustomizeMathJax{\newcommand{\ointctrclockwisesl}{\mathop{\unicode{x2233}}}}
+\CustomizeMathJax{\newcommand{\sumintsl}{\mathop{\unicode{x2A0B}}}}
+\CustomizeMathJax{\newcommand{\fintsl}{\mathop{\unicode{x2A0F}}}}
+\CustomizeMathJax{\newcommand{\sqintsl}{\mathop{\unicode{x2A16}}}}
+%
+\CustomizeMathJax{\let\intup\int}
+\CustomizeMathJax{\newcommand{\iintup}{\mathop{\unicode{x222C}}}}
+\CustomizeMathJax{\newcommand{\iiintup}{\mathop{\unicode{x222D}}}}
+\CustomizeMathJax{\newcommand{\iiiintup}{\mathop{\unicode{x2A0C}}}}
+\CustomizeMathJax{\let\ointup\oint}
+\CustomizeMathJax{\newcommand{\oiintup}{\mathop{\unicode{x222F}}}}
+\CustomizeMathJax{\newcommand{\oiiintup}{\mathop{\unicode{x2230}}}}
+\CustomizeMathJax{\newcommand{\varointclockwiseup}{\mathop{\unicode{x2232}}}}
+\CustomizeMathJax{\newcommand{\ointctrclockwiseup}{\mathop{\unicode{x2233}}}}
+\CustomizeMathJax{\newcommand{\sumintup}{\mathop{\unicode{x2A0B}}}}
+\CustomizeMathJax{\newcommand{\fintup}{\mathop{\unicode{x2A0F}}}}
+\CustomizeMathJax{\newcommand{\sqintup}{\mathop{\unicode{x2A16}}}}
+%
+\CustomizeMathJax{\newcommand{\bigcupdot}{\mathop{\unicode{x2A03}}}}
+\CustomizeMathJax{\newcommand{\bignplus}{%
+    \mathop{\LWRoverlaysymbols{\unicode{xFF0B}}{\unicode{x22C2}}}%
+}}
+\CustomizeMathJax{\let\bigcapplus\bignplus}
+\CustomizeMathJax{\newcommand{\bigcupplus}{\mathop{\unicode{x2A04}}}}
+\CustomizeMathJax{\newcommand{\bigsqcap}{\mathop{\unicode{x2A05}}}}
+\CustomizeMathJax{\newcommand{\bigsqcapplus}{%
+    \mathop{\LWRoverlaysymbols{\unicode{xFF0B}}{\unicode{x2A05}}}
+}}
+\CustomizeMathJax{\newcommand{\bigsqcupplus}{%
+    \mathop{\LWRoverlaysymbols{\unicode{xFF0B}}{\unicode{x2A06}}}
+}}
+\CustomizeMathJax{\newcommand{\bigtimes}{\mathop{\unicode{x2A09}}}}
+\CustomizeMathJax{\let\varprod\bigtimes}
+%
+\CustomizeMathJax{\newcommand{\mappedfrom}{\mathrel{\unicode{x021A4}}}}
+\CustomizeMathJax{\newcommand{\mapsfrom}{\mathrel{\unicode{x021A4}}}}
+\CustomizeMathJax{\newcommand{\longmappedfrom}{\mathrel{\unicode{x027FB}}}}
+%
+\CustomizeMathJax{\newcommand{\Mapsto}{\mathrel{\unicode{x02907}}}}
+\CustomizeMathJax{\newcommand{\Longmapsto}{\mathrel{\unicode{x027FE}}}}
+\CustomizeMathJax{\newcommand{\Mappedfrom}{\mathrel{\unicode{x02906}}}}
+\CustomizeMathJax{\newcommand{\Mapsfrom}{\mathrel{\unicode{x02906}}}}
+\CustomizeMathJax{\newcommand{\Longmappedfrom}{\mathrel{\unicode{x27FD}}}}
+%
+\CustomizeMathJax{\newcommand{\mmapsto}{\mathrel{\unicode{x02905}}}}
+\CustomizeMathJax{\newcommand{\longmmapsto}{\mathrel{\unicode{x02905}}}}
+\CustomizeMathJax{\newcommand{\mmappedfrom}{\mathrel{\unicode{x021A4}}}}% x02B36
+\CustomizeMathJax{\newcommand{\longmmappedfrom}{\mathrel{\unicode{x021A4}}}}% x02B36
+%
+\CustomizeMathJax{\newcommand{\Mmapsto}{\mathrel{\unicode{x02907}}}}
+\CustomizeMathJax{\newcommand{\Longmmapsto}{\mathrel{\unicode{x027FE}}}}
+\CustomizeMathJax{\newcommand{\Mmappedfrom}{\mathrel{\unicode{x02906}}}}
+\CustomizeMathJax{\newcommand{\Longmmappedfrom}{\mathrel{\unicode{x027FD}}}}
+%
+\CustomizeMathJax{\newcommand{\medcirc}{\mathbin{\unicode{x025CB}}}}
+\CustomizeMathJax{\newcommand{\medbullet}{\mathbin{\unicode{x025CF}}}}
+\CustomizeMathJax{\newcommand{\varparallel}{\mathrel{\unicode{x02AFD}}}}
+\CustomizeMathJax{\newcommand{\varparallelinv}{\mathrel{\unicode{x244A}}}}
+\CustomizeMathJax{\newcommand{\nvarparallel}{\mathrel{\LWRoverlaysymbols{-}{\unicode{x02AFD}}}}}
+\CustomizeMathJax{\newcommand{\nvarparallelinv}{\mathrel{\LWRoverlaysymbols{-}{\unicode{x244A}}}}}
+%
+\CustomizeMathJax{\newcommand{\colonapprox}{\mathrel{:\approx}}}
+\CustomizeMathJax{\newcommand{\colonsim}{\mathrel{:\sim}}}
+\CustomizeMathJax{\newcommand{\Colonapprox}{\mathrel{\unicode{x2237}\approx}}}
+\CustomizeMathJax{\newcommand{\Colonsim}{\mathrel{\unicode{x2237}\sim}}}
+%
+\CustomizeMathJax{\newcommand{\multimapinv}{\mathrel{\unicode{x027DC}}}}
+\CustomizeMathJax{\newcommand{\multimapboth}{\mathrel{\unicode{x029DF}}}}
+\CustomizeMathJax{\newcommand{\multimapdot}{{\mathrel{-\!\bullet}}}}
+\CustomizeMathJax{\newcommand{\multimapdotinv}{\mathrel{\bullet\!-}}}
+\CustomizeMathJax{\newcommand{\multimapdotboth}{\mathrel{{\bullet\!\!-\!\!\bullet}}}}
+\CustomizeMathJax{\newcommand{\multimapdotbothA}{\mathrel{\unicode{x022B6}}}}
+\CustomizeMathJax{\newcommand{\multimapdotbothB}{\mathrel{\unicode{x22B7}}}}
+%
+\CustomizeMathJax{\newcommand{\VDash}{\mathrel{\unicode{x22AB}}}}
+\CustomizeMathJax{\newcommand{\VvDash}{\mathrel{\unicode{x22AA}}}}
+%
+\CustomizeMathJax{\newcommand{\preceqq}{\mathrel{\unicode{x02AB3}}}}
+\CustomizeMathJax{\newcommand{\succeqq}{\mathrel{\unicode{x02AB4}}}}
+%
+\CustomizeMathJax{\newcommand{\nprecsim}{\mathrel{\LWRoverlaysymbols{/}{\unicode{x0227E}}}}}
+\CustomizeMathJax{\newcommand{\nsuccsim}{\mathrel{\LWRoverlaysymbols{/}{\unicode{x0227F}}}}}
+\CustomizeMathJax{\newcommand{\nlesssim}{\mathrel{\unicode{x02274}}}}
+\CustomizeMathJax{\newcommand{\ngtrsim}{\mathrel{\unicode{x02275}}}}
+\CustomizeMathJax{\newcommand{\nlessapprox}{\mathrel{\LWRoverlaysymbols{/}{\unicode{x02A85}}}}}
+\CustomizeMathJax{\newcommand{\ngtrapprox}{\mathrel{\LWRoverlaysymbols{/}{\unicode{x02A86}}}}}
+%
+\CustomizeMathJax{\newcommand{\npreccurlyeq}{\mathrel{\LWRoverlaysymbols{/}{\unicode{x0227C}}}}}
+\CustomizeMathJax{\newcommand{\nsucccurlyeq}{\mathrel{\LWRoverlaysymbols{/}{\unicode{x0227D}}}}}
+\CustomizeMathJax{\newcommand{\ngtrless}{\mathrel{\unicode{x02279}}}}
+\CustomizeMathJax{\newcommand{\nlessgtr}{\mathrel{\unicode{x2278}}}}
+\CustomizeMathJax{\newcommand{\nbumpeq}{\mathrel{\LWRoverlaysymbols{/}{\unicode{x0224F}}}}}
+\CustomizeMathJax{\newcommand{\nBumpeq}{\mathrel{\LWRoverlaysymbols{/}{\unicode{x0224E}}}}}
+%
+\CustomizeMathJax{\newcommand{\nbacksim}{\mathrel{\LWRoverlaysymbols{/}{\unicode{x0223D}}}}}
+\CustomizeMathJax{\newcommand{\nbacksimeq}{\mathrel{\LWRoverlaysymbols{/}{\unicode{x022CD}}}}}
+\CustomizeMathJax{\newcommand{\nasymp}{\mathrel{\unicode{x226D}}}}
+\CustomizeMathJax{\newcommand{\nequiv}{\mathrel{\unicode{x2262}}}}
+\CustomizeMathJax{\newcommand{\napprox}{\mathrel{\unicode{x2249}}}}
+%
+\CustomizeMathJax{\newcommand{\nll}{\mathrel{\LWRoverlaysymbols{/}{\unicode{x0226A}}}}}
+\CustomizeMathJax{\newcommand{\ngg}{\mathrel{\LWRoverlaysymbols{/}{\unicode{x0226B}}}}}
+\CustomizeMathJax{\newcommand{\nthickapprox}{%
+    \mathrel{\LWRoverlaysymbols{/}{{\mathbf{\unicode{x02248}}}}}%
+}}
+\CustomizeMathJax{\newcommand{\napproxeq}{\mathrel{\LWRoverlaysymbols{/}{\unicode{x0224A}}}}}
+\CustomizeMathJax{\newcommand{\nprecapprox}{\mathrel{\LWRoverlaysymbols{/}{\unicode{x02AB7}}}}}
+\CustomizeMathJax{\newcommand{\nsuccapprox}{\mathrel{\LWRoverlaysymbols{/}{\unicode{x02AB8}}}}}
+\CustomizeMathJax{\newcommand{\npreceqq}{\mathrel{\LWRoverlaysymbols{/}{\unicode{x02AB3}}}}}
+\CustomizeMathJax{\newcommand{\nsucceqq}{\mathrel{\LWRoverlaysymbols{/}{\unicode{x02AB4}}}}}
+\CustomizeMathJax{\newcommand{\nsimeq}{\mathrel{\unicode{x02244}}}}
+%
+\CustomizeMathJax{\newcommand{\nSubset}{\mathrel{\LWRoverlaysymbols{/}{\unicode{x022D0}}}}}
+\CustomizeMathJax{\newcommand{\nSupset}{\mathrel{\LWRoverlaysymbols{/}{\unicode{x022D1}}}}}
+\CustomizeMathJax{\newcommand{\nsqsubseteq}{\mathrel{\unicode{x022E2}}}}
+\CustomizeMathJax{\newcommand{\nsqsupseteq}{\mathrel{\unicode{x022E3}}}}
+%
+\CustomizeMathJax{\newcommand{\coloneqq}{\mathrel{\unicode{x02254}}}}
+\CustomizeMathJax{\newcommand{\eqqcolon}{\mathrel{\unicode{x02255}}}}
+\CustomizeMathJax{\newcommand{\Coloneqq}{\mathrel{\unicode{x02A74}}}}
+\CustomizeMathJax{\newcommand{\Eqqcolon}{\mathrel{=\!\unicode{x2237}}}}
+\CustomizeMathJax{\newcommand{\Coloneq}{\mathrel{\unicode{x2237}-}}}
+\CustomizeMathJax{\newcommand{\Eqcolon}{\mathrel{-\unicode{x2237}}}}
+%
+\CustomizeMathJax{\newcommand{\lvec}[1]{\mathord{\overset{\unicode{x02190}}{#1}}}}
+\CustomizeMathJax{\newcommand{\lrvec}[1]{\mathord{\overset{\unicode{x2194}}{#1}}}}
+\CustomizeMathJax{\newcommand{\harpoonacc}[1]{\mathord{\overset{\unicode{x021C0}}{#1}}}}
+\CustomizeMathJax{\newcommand{\lharpoonacc}[1]{\mathord{\overset{\unicode{x021BC}}{#1}}}}
+\CustomizeMathJax{\newcommand{\lrharpoonacc}[1]{\mathord{\overset{\unicode{x0294E}}{#1}}}}
+\CustomizeMathJax{\newcommand{\barbar}[1]{\mathord{\overset{=}{#1}}}}
+\CustomizeMathJax{\newcommand{\bartilde}[1]{\mathord{\overset{\simeq}{#1}}}}
+\CustomizeMathJax{\newcommand{\barhat}[1]{\mathord{\hat{\bar{#1}}}}}
+\CustomizeMathJax{\newcommand{\tildebar}[1]{\mathord{\overset{\eqsim}{#1}}}}
+\CustomizeMathJax{\newcommand{\tildetilde}[1]{\mathord{\overset{\approx}{#1}}}}
+\CustomizeMathJax{\newcommand{\tildehat}[1]{\mathord{\hat{\tilde{#1}}}}}
+\CustomizeMathJax{\newcommand{\hatbar}[1]{\mathord{\bar{\hat{#1}}}}}
+\CustomizeMathJax{\newcommand{\hattilde}[1]{\mathord{\tilde{\hat{#1}}}}}
+\CustomizeMathJax{\newcommand{\hathat}[1]{\mathord{\hat{\hat{#1}}}}}
+
+\CustomizeMathJax{\newcommand{\cdotB}{\mathord{\boldsymbol{\cdot}}}}
+\CustomizeMathJax{\newcommand{\cdotBB}{\mathord{\unicode{x2022}}}}
+\CustomizeMathJax{\newcommand{\circS}{\boldsymbol{\circ}}}
+\CustomizeMathJax{\newcommand{\bulletSSS}{\bullet}}
+\CustomizeMathJax{\newcommand{\bulletSS}{\mathord{\unicode{x025CF}}}}
+\CustomizeMathJax{\newcommand{\bulletS}{\mathord{\unicode{x02B24}}}}
+\CustomizeMathJax{\newcommand{\primeS}{\prime}}
+
+\CustomizeMathJax{\newcommand{\strictif}{\mathrel{\unicode{x0297D}}}}% right fish tail
+\CustomizeMathJax{\newcommand{\strictfi}{\mathrel{\unicode{x0297C}}}}% left fish tail
+\CustomizeMathJax{\newcommand{\strictiff}{%
+    \mathrel{\unicode{x0297C}\!\!\unicode{x0297D}}%
+}}% left/right fish tails
+\CustomizeMathJax{\newcommand{\invamp}{\mathbin{\unicode{x0214B}}}}
+\CustomizeMathJax{\newcommand{\lbag}{\mathopen{\unicode{x027C5}}}}
+\CustomizeMathJax{\newcommand{\rbag}{\mathclose{\unicode{x027C6}}}}
+\CustomizeMathJax{\newcommand{\Lbag}{\mathopen{\large\unicode{x027C5}}}}
+\CustomizeMathJax{\newcommand{\Rbag}{\mathclose{\large\unicode{x027C6}}}}
+\CustomizeMathJax{\newcommand{\circledless}{\mathrel{\unicode{x029C0}}}}
+\CustomizeMathJax{\newcommand{\circledgtr}{\mathrel{\unicode{x029C1}}}}
+\CustomizeMathJax{\newcommand{\circledwedge}{%
+    \mathbin{\LWRoverlaysymbols{\unicode{x025EF}}{\unicode{x02227}}}%
+}}
+\CustomizeMathJax{\newcommand{\circledvee}{%
+    \mathbin{\LWRoverlaysymbols{\unicode{x025EF}}{\unicode{0x02228}}}%
+}}
+\CustomizeMathJax{\newcommand{\circledbar}{\mathbin{\unicode{x029B6}}}}
+\CustomizeMathJax{\newcommand{\circledbslash}{\mathbin{\unicode{x029B8}}}}
+
+\CustomizeMathJax{\newcommand{\lJoin}{\mathrel{\unicode{x22C9}}}}
+\CustomizeMathJax{\newcommand{\rJoin}{\mathrel{\unicode{x22CA}}}}
+\CustomizeMathJax{\newcommand{\lrJoin}{\mathrel{\unicode{x2A1D}}}}
+\CustomizeMathJax{\newcommand{\openJoin}{\mathrel{\unicode{x2AA4}}}}% overlapping ><
+
+\CustomizeMathJax{\newcommand{\lrtimes}{\mathrel{\unicode{x2A1D}}}}
+\CustomizeMathJax{\newcommand{\opentimes}{\mathrel{\unicode{x2AA4}}}}% overlapping ><
+\CustomizeMathJax{\newcommand{\Diamondblack}{\mathord{\unicode{x025C6}}}}
+\CustomizeMathJax{\newcommand{\nplus}{\mathrel{\LWRoverlaysymbols{+}{\unicode{x02229}}}}}
+\CustomizeMathJax{\newcommand{\nsqsubset}{\mathrel{\LWRoverlaysymbols{/}{\unicode{x0228F}}}}}
+\CustomizeMathJax{\newcommand{\nsqsupset}{\mathrel{\LWRoverlaysymbols{/}{\unicode{x02290}}}}}
+\CustomizeMathJax{\newcommand{\dasharrow}{\mathrel{\unicode{x021E2}}}}
+\CustomizeMathJax{\newcommand{\dashleftrightarrow}{\mathrel{\unicode{x021E0}\!\unicode{x021E2}}}}
+\CustomizeMathJax{\newcommand{\leftsquigarrow}{\mathrel{\unicode{x021DC}}}}
+\CustomizeMathJax{\newcommand{\ntwoheadrightarrow}{\mathrel{\unicode{x02900}}}}
+\CustomizeMathJax{\newcommand{\ntwoheadleftarrow}{\mathrel{\unicode{x02B34}}}}
+\CustomizeMathJax{\newcommand{\boxast}{\mathbin{\unicode{x029C6}}}}
+\CustomizeMathJax{\newcommand{\boxbslash}{\mathbin{\unicode{x29C5}}}}
+\CustomizeMathJax{\newcommand{\boxbar}{\mathbin{\unicode{x025EB}}}}
+\CustomizeMathJax{\newcommand{\boxslash}{\mathbin{\unicode{x029C4}}}}
+
+\CustomizeMathJax{\newcommand{\Wr}{\mathbin{\unicode{x02240}\!\unicode{x02240}}}}
+
+% defined above:
+% \CustomizeMathJax{\newcommand{\lambdaslash}{\mathord{\unicode{x00023}}}}
+% \CustomizeMathJax{\newcommand{\lambdabar}{\mathord{\unicode{x00023}}}}
+
+\CustomizeMathJax{\newcommand{\varclubsuit}{\mathord{\unicode{x02667}}}}
+\CustomizeMathJax{\newcommand{\vardiamondsuit}{\mathord{\unicode{x02666}}}}
+\CustomizeMathJax{\newcommand{\varheartsuit}{\mathord{\unicode{x02665}}}}
+\CustomizeMathJax{\newcommand{\varspadesuit}{\mathord{\unicode{x02664}}}}
+
+\CustomizeMathJax{\newcommand{\Nearrow}{\mathrel{\unicode{x021D7}}}}
+\CustomizeMathJax{\newcommand{\Searrow}{\mathrel{\unicode{x021D8}}}}
+\CustomizeMathJax{\newcommand{\Nwarrow}{\mathrel{\unicode{x021D6}}}}
+\CustomizeMathJax{\newcommand{\Swarrow}{\mathrel{\unicode{x021D9}}}}
+\CustomizeMathJax{\newcommand{\Top}{\mathord{\unicode{x02AEA}}}}
+\CustomizeMathJax{\newcommand{\Bot}{\mathord{\unicode{x02AEB}}}}
+
+\CustomizeMathJax{\newcommand{\leadstoext}{\mathrel{\unicode{xFF5E}}}}
+
+\CustomizeMathJax{\newcommand{\sqcupplus}{\mathbin{\LWRoverlaysymbols{+}{\unicode{x02294}}}}}
+\CustomizeMathJax{\newcommand{\sqcapplus}{\mathbin{\LWRoverlaysymbols{+}{\unicode{x02293}}}}}
+
+\CustomizeMathJax{\newcommand{\boxright}{\mathrel{\unicode{x025A1}\!\unicode{x02192}}}}
+\CustomizeMathJax{\newcommand{\boxleft}{\mathrel{\unicode{x02190}\!\unicode{x025A1}}}}
+\CustomizeMathJax{\newcommand{\boxdotright}{\mathrel{\unicode{x022A1}\!\unicode{x02192}}}}
+\CustomizeMathJax{\newcommand{\boxdotleft}{\mathrel{\unicode{x02190}\!\unicode{x022A1}}}}
+
+\CustomizeMathJax{\newcommand{\Diamondright}{\mathrel{\unicode{x025C7}\!\unicode{x02192}}}}
+\CustomizeMathJax{\newcommand{\Diamondleft}{\mathrel{\unicode{x02190}\!\unicode{x025C7}}}}
+\CustomizeMathJax{\newcommand{\Diamonddotright}{\mathrel{\unicode{x027D0}\!\unicode{x02192}}}}
+\CustomizeMathJax{\newcommand{\Diamonddotleft}{\mathrel{\unicode{x02190}\!\unicode{x027D0}}}}
+
+\CustomizeMathJax{\newcommand{\boxRight}{\mathrel{\unicode{x025A1}\!\unicode{x021D2}}}}
+\CustomizeMathJax{\newcommand{\boxLeft}{\mathrel{\unicode{x021D0}\!\unicode{x025A1}}}}
+\CustomizeMathJax{\newcommand{\boxdotRight}{\mathrel{\unicode{x022A1}\!\unicode{x021D2}}}}
+\CustomizeMathJax{\newcommand{\boxdotLeft}{\mathrel{\unicode{x021D0}\!\unicode{x022A1}}}}
+
+\CustomizeMathJax{\newcommand{\DiamondRight}{\mathrel{\unicode{x025C7}\!\unicode{x021D2}}}}
+\CustomizeMathJax{\newcommand{\DiamondLeft}{\mathrel{\unicode{x021D0}\!\unicode{x025C7}}}}
+\CustomizeMathJax{\newcommand{\DiamonddotRight}{\mathrel{\unicode{x027D0}\!\unicode{x021D2}}}}
+\CustomizeMathJax{\newcommand{\DiamonddotLeft}{\mathrel{\unicode{x021D0}\!\unicode{x027D0}}}}
+\CustomizeMathJax{\newcommand{\Diamonddot}{\mathrel{\unicode{x027D0}}}}
+
+\CustomizeMathJax{\newcommand{\circleright}{\mathrel{\unicode{x025CB}\!\unicode{x02192}}}}
+\CustomizeMathJax{\newcommand{\circleleft}{\mathrel{\unicode{x02190}\!\unicode{x025CB}}}}
+\CustomizeMathJax{\newcommand{\circledotright}{\mathrel{\unicode{x02299}\!\unicode{x02192}}}}
+\CustomizeMathJax{\newcommand{\circledotleft}{\mathrel{\unicode{x02190}\!\unicode{x02299}}}}
+\CustomizeMathJax{\let\circleddotright\circledotright}
+\CustomizeMathJax{\let\circleddotleft\circledotleft}
+
+\CustomizeMathJax{\newcommand{\multimapbothvert}{%
+    \mathrel{\overset{\unicode{x025CB}}{\underset{\unicode{x025CB}}{|}}}%
+}}
+\CustomizeMathJax{\newcommand{\multimapdotbothvert}{%
+    \mathrel{\overset{\unicode{x025CF}}{\underset{\unicode{x025CF}}{|}}}%
+}}
+\CustomizeMathJax{\newcommand{\multimapdotbothBvert}{%
+    \mathrel{\overset{\unicode{x025CF}}{\underset{\unicode{x025CB}}{|}}}%
+}}
+\CustomizeMathJax{\newcommand{\multimapdotbothAvert}{%
+    \mathrel{\overset{\unicode{x025CB}}{\underset{\unicode{x025CF}}{|}}}%
+}}
+
+\CustomizeMathJax{\newcommand{\dlb}{\mathopen{\unicode{x027E6}}}}
+\CustomizeMathJax{\newcommand{\drb}{\mathopen{\unicode{x027E7}}}}
+
+%   * \marg{2: prefix} \marg{3: postfix} \marg{4: i/u: italic/upright}
+\LWR at mathjax@addgreek at u@up*{}{up}
+\LWR at mathjax@addgreek at u@up*{up}{}
+\LWR at mathjax@addgreek at l@up{up}{}
+\LWR at mathjax@addgreek at l@up{}{up}
+\LWR at mathjax@addgreek at u@it*{}{it}
+\LWR at mathjax@addgreek at l@it{}{it}
+
+% only newtxmath, not newpxmath:
+\LWR at mathjax@addgreek at u@it*{it}{}
+\LWR at mathjax@addgreek at l@it{it}{}
+
+\CustomizeMathJax{\newcommand{\varg}{g}}
+\CustomizeMathJax{\newcommand{\vary}{y}}
+\CustomizeMathJax{\newcommand{\varv}{v}}
+\CustomizeMathJax{\newcommand{\varw}{w}}
+
+\CustomizeMathJax{\newcommand{\nexistsAlt}{\mathord{\unicode{x02204}}}}
+\CustomizeMathJax{\newcommand{\existsAlt}{\mathord{\unicode{x02203}}}}
+\CustomizeMathJax{\newcommand{\forallAlt}{\mathord{\unicode{x02200}}}}
+\CustomizeMathJax{\newcommand{\emptysetAlt}{\mathord{\unicode{x02205}}}}
+
+\CustomizeMathJax{\newcommand{\uppartial}{\mathord{\unicode{x02202}}}}
+
+\CustomizeMathJax{\let\varmathbb\mathbb}
+\CustomizeMathJax{\let\vmathbb\mathbb}
+\CustomizeMathJax{\let\vvmathbb\mathbb}
+
+\CustomizeMathJax{\let\smallprod\prod}
+\CustomizeMathJax{\let\smallsum\sum}
+\CustomizeMathJax{\let\smallcoprod\coprod}
+
+\CustomizeMathJax{\newcommand{\openbox}{\mathord{\unicode{x25FD}}}}
+\CustomizeMathJax{\let\textsquare\openbox}
+
+% only newtxmath, not newpxmath:
+\ifdef{\iftx at BI}{
+    \iftx at BI
+        \LWR at mathjax@addlatin at u@bfit{BI}
+        \LWR at mathjax@addlatin at l@bfit{BI}
+    \fi
+}{}
+
+% for newpxmath:
+\CustomizeMathJax{\newcommand{\mathsterling}{\mathord{\unicode{x000A3}}}}
+\CustomizeMathJax{\newcommand{\mathcent}{\mathord{\unicode{x000A2}}}}
+
+\end{warpMathJax}
+%    \end{macrocode}
+%
+% \iffalse
+%</common-mathjax-newpxtxmath>
+% \fi
+%
+%
+%
+%
+%
+% ^^A *common-mathjax-overlaysymbols
+%
+% \iffalse
+%<*common-mathjax-overlaysymbols>
+% \fi
+%
+% \part{lwarp-common-mathjax-overlaysymbols.sty}
+%
+% \section{common-mathjax-overlaysymbols}
+%
+% \DescribePackage{lwarp-common-mathjax-overlaysymbols}
+% Common code used by a number of packages to overlay two symbols
+% for \brand{MathJax}.
+%
+% \changes{v0.89}{2020/08/17}{\pkg{lwarp-common-mathjax-overlaysymbols}: Added.}
+%
+% \codehtml
+%
+%    \begin{macrocode}
+\ProvidesPackage{lwarp-common-mathjax-overlaysymbols}[2020/08/17]
+%    \end{macrocode}
+%
+% \noindmacro{\LWRoverlaysymbols} \marg{symbol} \marg{symbol}
+%
+% Overlays one symbol over another.
+%    \begin{macrocode}
+\begin{warpMathJax}
+
+\CustomizeMathJax{\newcommand{\LWRoverlaysymbols}[2]{%
+    \mathord{%
+        \smash{%
+            \mathop{#2\strut}%
+            \limits^{\smash{\lower3ex{#1}}}%
+        }%
+        \strut%
+    }%
+}}
+
+\end{warpMathJax}
+%    \end{macrocode}
+%
+%
+% \iffalse
+%</common-mathjax-overlaysymbols>
+% \fi
+%
+%
+%
+%
 % \addtocontents{toc}{\protect\setcounter{tocdepth}{4}}
 %
 %

Modified: trunk/Master/texmf-dist/source/latex/lwarp/lwarp.ins
===================================================================
--- trunk/Master/texmf-dist/source/latex/lwarp/lwarp.ins	2020-09-03 21:10:13 UTC (rev 56254)
+++ trunk/Master/texmf-dist/source/latex/lwarp/lwarp.ins	2020-09-03 21:11:36 UTC (rev 56255)
@@ -40,6 +40,7 @@
 \file{lwarp-a5comb.sty}{\from{lwarp.dtx}{a5comb}}
 \file{lwarp-abstract.sty}{\from{lwarp.dtx}{abstract}}
 \file{lwarp-academicons.sty}{\from{lwarp.dtx}{academicons}}
+\file{lwarp-accents.sty}{\from{lwarp.dtx}{accents}}
 \file{lwarp-accessibility.sty}{\from{lwarp.dtx}{accessibility}}
 \file{lwarp-accsupp.sty}{\from{lwarp.dtx}{accsupp}}
 \file{lwarp-acro.sty}{\from{lwarp.dtx}{acro}}
@@ -97,6 +98,7 @@
 \file{lwarp-cancel.sty}{\from{lwarp.dtx}{cancel}}
 \file{lwarp-canoniclayout.sty}{\from{lwarp.dtx}{canoniclayout}}
 \file{lwarp-caption.sty}{\from{lwarp.dtx}{caption}}
+\file{lwarp-caption3.sty}{\from{lwarp.dtx}{caption3}}
 \file{lwarp-cases.sty}{\from{lwarp.dtx}{cases}}
 \file{lwarp-centernot.sty}{\from{lwarp.dtx}{centernot}}
 \file{lwarp-changebar.sty}{\from{lwarp.dtx}{changebar}}
@@ -230,7 +232,9 @@
 \file{lwarp-gridset.sty}{\from{lwarp.dtx}{gridset}}
 \file{lwarp-hang.sty}{\from{lwarp.dtx}{hang}}
 \file{lwarp-hanging.sty}{\from{lwarp.dtx}{hanging}}
+\file{lwarp-hepunits.sty}{\from{lwarp.dtx}{hepunits}}
 \file{lwarp-hhline.sty}{\from{lwarp.dtx}{hhline}}
+\file{lwarp-hhtensor.sty}{\from{lwarp.dtx}{hhtensor}}
 \file{lwarp-hypbmsec.sty}{\from{lwarp.dtx}{hypbmsec}}
 \file{lwarp-hypcap.sty}{\from{lwarp.dtx}{hypcap}}
 \file{lwarp-hypdestopt.sty}{\from{lwarp.dtx}{hypdestopt}}
@@ -280,9 +284,13 @@
 \file{lwarp-marginfix.sty}{\from{lwarp.dtx}{marginfix}}
 \file{lwarp-marginnote.sty}{\from{lwarp.dtx}{marginnote}}
 \file{lwarp-marvosym.sty}{\from{lwarp.dtx}{marvosym}}
+\file{lwarp-mathalpha.sty}{\from{lwarp.dtx}{mathalpha}}
 \file{lwarp-mathcomp.sty}{\from{lwarp.dtx}{mathcomp}}
+\file{lwarp-mathdesign.sty}{\from{lwarp.dtx}{mathdesign}}
 \file{lwarp-mathdots.sty}{\from{lwarp.dtx}{mathdots}}
 \file{lwarp-mathfixs.sty}{\from{lwarp.dtx}{mathfixs}}
+\file{lwarp-mathpazo.sty}{\from{lwarp.dtx}{mathpazo}}
+\file{lwarp-mathptmx.sty}{\from{lwarp.dtx}{mathptmx}}
 \file{lwarp-mathtools.sty}{\from{lwarp.dtx}{mathtools}}
 \file{lwarp-mcaption.sty}{\from{lwarp.dtx}{mcaption}}
 \file{lwarp-mdframed.sty}{\from{lwarp.dtx}{mdframed}}
@@ -297,6 +305,7 @@
 \file{lwarp-minibox.sty}{\from{lwarp.dtx}{minibox}}
 \file{lwarp-minitoc.sty}{\from{lwarp.dtx}{minitoc}}
 \file{lwarp-mismath.sty}{\from{lwarp.dtx}{mismath}}
+\file{lwarp-mleftright.sty}{\from{lwarp.dtx}{mleftright}}
 \file{lwarp-morefloats.sty}{\from{lwarp.dtx}{morefloats}}
 \file{lwarp-moreverb.sty}{\from{lwarp.dtx}{moreverb}}
 \file{lwarp-movie15.sty}{\from{lwarp.dtx}{movie15}}
@@ -317,6 +326,9 @@
 \file{lwarp-nccfoots.sty}{\from{lwarp.dtx}{nccfoots}}
 \file{lwarp-nccmath.sty}{\from{lwarp.dtx}{nccmath}}
 \file{lwarp-needspace.sty}{\from{lwarp.dtx}{needspace}}
+\file{lwarp-newpxmath.sty}{\from{lwarp.dtx}{newpxmath}}
+\file{lwarp-newtxmath.sty}{\from{lwarp.dtx}{newtxmath}}
+\file{lwarp-newtxsf.sty}{\from{lwarp.dtx}{newtxsf}}
 \file{lwarp-nextpage.sty}{\from{lwarp.dtx}{nextpage}}
 \file{lwarp-nfssext-cfr.sty}{\from{lwarp.dtx}{nfssext-cfr}}
 \file{lwarp-nicefrac.sty}{\from{lwarp.dtx}{nicefrac}}
@@ -378,6 +390,7 @@
 \file{lwarp-pstricks.sty}{\from{lwarp.dtx}{pstricks}}
 \file{lwarp-pxatbegshi.sty}{\from{lwarp.dtx}{pxatbegshi}}
 \file{lwarp-pxeveryshi.sty}{\from{lwarp.dtx}{pxeveryshi}}
+\file{lwarp-pxfonts.sty}{\from{lwarp.dtx}{pxfonts}}
 \file{lwarp-pxftnright.sty}{\from{lwarp.dtx}{pxftnright}}
 \file{lwarp-pxjahyper.sty}{\from{lwarp.dtx}{pxjahyper}}
 \file{lwarp-quotchap.sty}{\from{lwarp.dtx}{quotchap}}
@@ -417,6 +430,7 @@
 \file{lwarp-showidx.sty}{\from{lwarp.dtx}{idx}}
 \file{lwarp-showkeys.sty}{\from{lwarp.dtx}{showkeys}}
 \file{lwarp-showtags.sty}{\from{lwarp.dtx}{showtags}}
+\file{lwarp-shuffle.sty}{\from{lwarp.dtx}{shuffle}}
 \file{lwarp-sidecap.sty}{\from{lwarp.dtx}{sidecap}}
 \file{lwarp-sidenotes.sty}{\from{lwarp.dtx}{sidenotes}}
 \file{lwarp-SIunits.sty}{\from{lwarp.dtx}{SIunits}}
@@ -463,6 +477,7 @@
 \file{lwarp-thm-listof.sty}{\from{lwarp.dtx}{thm-listof}}
 \file{lwarp-thm-restate.sty}{\from{lwarp.dtx}{thm-restate}}
 \file{lwarp-thmbox.sty}{\from{lwarp.dtx}{thmbox}}
+\file{lwarp-thmtools.sty}{\from{lwarp.dtx}{thmtools}}
 \file{lwarp-threadcol.sty}{\from{lwarp.dtx}{threadcol}}
 \file{lwarp-threeparttable.sty}{\from{lwarp.dtx}{threeparttable}}
 \file{lwarp-threeparttablex.sty}{\from{lwarp.dtx}{threeparttablex}}
@@ -490,6 +505,7 @@
 \file{lwarp-truncate.sty}{\from{lwarp.dtx}{truncate}}
 \file{lwarp-turnthepage.sty}{\from{lwarp.dtx}{turnthepage}}
 \file{lwarp-twoup.sty}{\from{lwarp.dtx}{twoup}}
+\file{lwarp-txfonts.sty}{\from{lwarp.dtx}{txfonts}}
 \file{lwarp-typearea.sty}{\from{lwarp.dtx}{typearea}}
 \file{lwarp-typicons.sty}{\from{lwarp.dtx}{typicons}}
 \file{lwarp-ulem.sty}{\from{lwarp.dtx}{ulem}}
@@ -498,8 +514,10 @@
 \file{lwarp-unicode-math.sty}{\from{lwarp.dtx}{unicode-math}}
 \file{lwarp-units.sty}{\from{lwarp.dtx}{units}}
 \file{lwarp-unitsdef.sty}{\from{lwarp.dtx}{unitsdef}}
+\file{lwarp-upgreek.sty}{\from{lwarp.dtx}{upgreek}}
 \file{lwarp-upref.sty}{\from{lwarp.dtx}{upref}}
 \file{lwarp-url.sty}{\from{lwarp.dtx}{url}}
+\file{lwarp-ushort.sty}{\from{lwarp.dtx}{ushort}}
 \file{lwarp-uspace.sty}{\from{lwarp.dtx}{uspace}}
 \file{lwarp-varioref.sty}{\from{lwarp.dtx}{varioref}}
 \file{lwarp-verse.sty}{\from{lwarp.dtx}{verse}}
@@ -538,6 +556,9 @@
 \file{lwarp-patch-komascript.sty}{\from{lwarp.dtx}{patch-komascript}}
 \file{lwarp-patch-memoir.sty}{\from{lwarp.dtx}{patch-memoir}}
 \file{lwarp-common-multimedia.sty}{\from{lwarp.dtx}{common-multimedia}}
+\file{lwarp-common-mathjax-letters.sty}{\from{lwarp.dtx}{common-mathjax-letters}}
+\file{lwarp-common-mathjax-newpxtxmath.sty}{\from{lwarp.dtx}{common-mathjax-newpxtxmath}}
+\file{lwarp-common-mathjax-overlaysymbols.sty}{\from{lwarp.dtx}{common-mathjax-overlaysymbols}}
 }
 \Msg{*********************************************************}
 \Msg{*}

Modified: trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-SIunits.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-SIunits.sty	2020-09-03 21:10:13 UTC (rev 56254)
+++ trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-SIunits.sty	2020-09-03 21:11:36 UTC (rev 56255)
@@ -276,7 +276,7 @@
 \CustomizeMathJax{\newcommand{\barn}{\mathrm{b}}}
 \CustomizeMathJax{\newcommand{\bbar}{\mathrm{bar}}}
 \CustomizeMathJax{\newcommand{\gal}{\mathrm{Gal}}}
-\CustomizeMathJax{\newcommand{\angstrom}{\mathrm{\unicode{x00C5}}}}
+\CustomizeMathJax{\newcommand{\angstrom}{\mathrm{\unicode{x212B}}}}
 \CustomizeMathJax{\newcommand{\rperminute}{\mathrm{r}\per\minute}}
 \CustomizeMathJax{\newcommand{\rpersecond}{\mathrm{r}\per\second}}
 \CustomizeMathJax{\newcommand{\squaremetre}{\power{\metre}{2}}}

Added: trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-accents.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-accents.sty	                        (rev 0)
+++ trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-accents.sty	2020-09-03 21:11:36 UTC (rev 56255)
@@ -0,0 +1,70 @@
+%%
+%% This is file `lwarp-accents.sty',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% lwarp.dtx  (with options: `accents')
+%% This is a generated file.
+%% Copyright 2016-2020 Brian Dunn
+%% 
+%% This work may be distributed and/or modified under the
+%% conditions of the LaTeX Project Public License, either version 1.3
+%% of this license or (at your option) any later version.
+%% The latest version of this license is in
+%%   http://www.latex-project.org/lppl.txt
+%% and version 1.3 or later is part of all distributions of LaTeX
+%% version 2005/12/01 or later.
+\LWR at ProvidesPackagePass{accents}[2006/05/12]
+\begin{warpMathJax}
+\LWR at infoprocessingmathjax{accents}
+
+\CustomizeMathJax{\newcommand{\ring}[1]{\mathring{#1}}}
+\CustomizeMathJax{\newcommand{\accentset}[2]{\overset{#1{}}{#2}}}
+\CustomizeMathJax{\let\LWRgrave\grave}
+\CustomizeMathJax{\let\LWRacute\acute}
+\CustomizeMathJax{\let\LWRcheck\check}
+\CustomizeMathJax{\let\LWRbreve\breve}
+\CustomizeMathJax{\let\LWRbar\bar}
+\CustomizeMathJax{\let\LWRhat\hat}
+\CustomizeMathJax{\let\LWRdot\dot}
+\CustomizeMathJax{\let\LWRtilde\tilde}
+\CustomizeMathJax{\let\LWRddot\ddot}
+\CustomizeMathJax{\let\LWRvec\vec}
+\CustomizeMathJax{\let\LWRwidetilde\widetilde}
+
+\CustomizeMathJax{\newcommand{\underaccent}[2]{%
+    {%
+    \renewcommand{\grave}[1]{{\LARGE\LWRgrave{##1}}}%
+    \renewcommand{\acute}[1]{{\LARGE\LWRacute{##1}}}%
+    \renewcommand{\check}[1]{{\LARGE\LWRcheck{##1}}}%
+    \renewcommand{\breve}[1]{{\LARGE\LWRbreve{##1}}}%
+    \renewcommand{\bar}[1]{{\LARGE\LWRbar{##1}}}%
+    \renewcommand{\hat}[1]{{\LARGE\LWRhat{##1}}}%
+    \renewcommand{\dot}[1]{{\LARGE\LWRdot{##1}}}%
+    \renewcommand{\tilde}[1]{{\LARGE\LWRtilde{##1}}}%
+    \renewcommand{\ddot}[1]{{\LARGE\LWRddot{##1}}}%
+    \renewcommand{\vec}[1]{{\LARGE\LWRvec{##1}}}%
+    \renewcommand{\widetilde}[1]{{\LARGE\LWRwidetilde{\hphantom{#2}}}}%
+    \underset{\raise 2pt {#1{}}}{#2}%
+    \let\grave\LWRgrave%
+    \let\acute\LWRacute%
+    \let\check\LWRcheck%
+    \let\breve\LWRbreve%
+    \let\bar\LWRbar%
+    \let\hat\LWRhat%
+    \let\dot\LWRdot%
+    \let\tilde\LWRtilde%
+    \let\ddot\LWRddot%
+    \let\vec\LWRvec%
+    \let\widetilde\LWRwidetilde%
+    }%
+}}
+
+\CustomizeMathJax{\newcommand{\undertilde}[1]{%
+    \underset{\raise 3pt {\widetilde{\hphantom{#1}}}}{#1}%
+}}
+\end{warpMathJax}
+\endinput
+%%
+%% End of file `lwarp-accents.sty'.


Property changes on: trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-accents.sty
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Modified: trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-amsmath.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-amsmath.sty	2020-09-03 21:10:13 UTC (rev 56254)
+++ trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-amsmath.sty	2020-09-03 21:11:36 UTC (rev 56255)
@@ -47,7 +47,7 @@
     }
     \LWR at newautoidanchor%
     \booltrue{LWR at indisplaymathimage}%
-    \begin{lateximage}[\LWR at amsmathbodynumbered{#1}]*
+    \begin{lateximage}[\LWR at amsmathbodynumbered{#2}]*%
     \LWR at applyxfakebold%
 }
 \NewDocumentCommand{\LWR at amsmathenv@before}{s m}{%

Modified: trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-atbegshi.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-atbegshi.sty	2020-09-03 21:10:13 UTC (rev 56254)
+++ trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-atbegshi.sty	2020-09-03 21:11:36 UTC (rev 56255)
@@ -16,6 +16,17 @@
 %% and version 1.3 or later is part of all distributions of LaTeX
 %% version 2005/12/01 or later.
 \LWR at ProvidesPackageDrop{atbegshi}[2011/10/05]
+\let\AtBeginShipout\relax
+\let\AtBeginShipoutNext\relax
+\let\AtBeginShipoutFirst\relax
+\let\AtBeginShipoutDiscard\relax
+\let\AtBeginShipoutInit\relax
+\let\AtBeginShipoutAddToBox\relax
+\let\AtBeginShipoutAddToBoxForeground\relax
+\let\AtBeginShipoutUpperLeft\relax
+\let\AtBeginShipoutUpperLeftForeground\relax
+\let\AtBeginShipoutOriginalShipout\relax
+
 \newcommand*{\AtBeginShipout}[1]{}
 \newbox\AtBeginShipoutBox
 \newcommand*{\AtBeginShipoutNext}[1]{}
@@ -30,7 +41,6 @@
 \def\AtBeginShipoutBoxWidth{0pt}
 \def\AtBeginShipoutBoxHeight{0pt}
 \def\AtBeginShipoutBoxDepth{0pt}
-
 \endinput
 %%
 %% End of file `lwarp-atbegshi.sty'.

Modified: trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-caption.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-caption.sty	2020-09-03 21:10:13 UTC (rev 56254)
+++ trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-caption.sty	2020-09-03 21:11:36 UTC (rev 56255)
@@ -24,8 +24,7 @@
 \typeout{instead of: \protect\usepackage[options]\protect{caption\protect}.}
 \typeout{---}
 
-\LWR at ProvidesPackagePass{caption}[2020/01/03]
-
+\LWR at ProvidesPackagePass{caption}[2020/08/24]
 \long\def\caption at iibox@#1#2#3#4{%
   \caption at iiibox{#1}{#2}{#3}%
         []%                             lwarp
@@ -37,7 +36,7 @@
   #1*% set \caption at position
   \caption at iftop{%
     \endgroup
-    \minipagefullwidth%
+    \minipagefullwidth%                 lwarp
     \parbox[t]{\linewidth}{%
       #1\relax
       \caption at setposition t%
@@ -46,8 +45,8 @@
     }%
   }{%
     \endgroup
-    \minipagefullwidth%
-    \parbox[b]{\linewidth}{%
+    \minipagefullwidth%                 lwarp
+    \parbox[b]{\linewidth}{%            lwarp
       #1\relax
       \caption at setposition b%
       #8%
@@ -56,43 +55,6 @@
   }%
 }
 
-\renewcommand\caption@@@make[2]{%
-\LWR at traceinfo{caption@@@make}%
-    \LWR at stoppars%                              lwarp
-  \caption at ifempty{#2}{%
-    \let\caption at lsep\@empty
-    \let\caption at tfmt\@firstofone
-  }%
-  \caption at applyfont
-    {\ifcaption at star\else
-       \begingroup
-        \captionlabelfont
-         \LWR at isolate{#1}%                      lwarp
-       \endgroup
-     \fi}%
-    {\ifcaption at star\else
-       \begingroup
-         \caption at iflf\captionlabelfont
-         \relax
-        \caption at lsep
-       \endgroup
-     \fi}%
-    {{%
-        \captiontextfont
-        \let\\\newline%                         lwarp
-        \LWR at isolate{\caption at tfmt{#2}}%        lwarp
-      }}%
-    \LWR at startpars%                              lwarp
-\LWR at traceinfo{caption@@@make done}%
-}
-
-\renewcommand{\caption@@make@}[2]{%
-  \caption at stepthecounter%
-  \caption at beginhook%
-      \caption@@@make{#1}{#2}%
-  \caption at endhook%
-}
-
 \long\def\caption at makecaption#1#2{%
   \caption@@make{#1}{#2}%
 }
@@ -107,7 +69,7 @@
     \caption at settype{#1}%
     \LWR at futurenonspacelet\LWR at mynexttoken\LWR at floatalignment%
   }%
-  \def\@xdblfloat#1[#2]{%
+  \def\@xdblfloat#1[#2]{% required for token capture
     \caption at ORI@xfloat{#1}[#2]%
     \caption at settype{#1}%
     \LWR at futurenonspacelet\LWR at mynexttoken\LWR at floatalignment%
@@ -114,22 +76,6 @@
   }%
 }
 
-\long\def\caption at lsep@default{.~}
-\long\def\caption at lsep@colon{:~}
-\long\def\caption at lsep@period{.~}
-\long\def\caption at lsep@space{~}
-\long\def\caption at lsep@endash{~\textendash~}
-\long\def\caption at lsep@arabi{~:~}
-
-\DeclareCaptionBox{none}{#2}
-\DeclareCaptionBox{parbox}{%
-    #2%
-}
-
-\DeclareCaptionBox{colorbox}{%
-    #2%
-}
-
 \caption at AtBeginDocument{
 \@ifpackageloaded{lwarp-scrextend}{
     \LetLtxMacro\captionbelow\caption
@@ -138,7 +84,6 @@
     \LetLtxMacro\captionofabove\captionof
 }{}
 }
-
 \endinput
 %%
 %% End of file `lwarp-caption.sty'.

Added: trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-caption3.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-caption3.sty	                        (rev 0)
+++ trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-caption3.sty	2020-09-03 21:11:36 UTC (rev 56255)
@@ -0,0 +1,102 @@
+%%
+%% This is file `lwarp-caption3.sty',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% lwarp.dtx  (with options: `caption3')
+%% This is a generated file.
+%% Copyright 2016-2020 Brian Dunn
+%% 
+%% This work may be distributed and/or modified under the
+%% conditions of the LaTeX Project Public License, either version 1.3
+%% of this license or (at your option) any later version.
+%% The latest version of this license is in
+%%   http://www.latex-project.org/lppl.txt
+%% and version 1.3 or later is part of all distributions of LaTeX
+%% version 2005/12/01 or later.
+
+\LWR at ProvidesPackagePass{caption3}[2020/08/23]
+\@ifpackagelater{caption3}{2020/08/23}{
+\renewcommand\caption@@@make[2]{%
+\LWR at traceinfo{caption@@@make}%
+    \LWR at stoppars%                              lwarp
+  \caption at ifempty{#2}{%
+    \caption at set{labelseparator}{none}%
+    \caption at set{textformat}{simple}%
+  }%
+  \caption at labelseparator % defines \caption at iflabelfont,
+  \caption at applyfont
+    {\ifcaption at star\else
+       \begingroup
+         \captionlabelfont
+         \LWR at isolate{#1}%                      lwarp
+       \endgroup
+     \fi}%
+    {\ifcaption at star\else
+       \begingroup
+         \caption at iflabelfont\captionlabelfont
+         \relax\caption at labelsep
+       \endgroup
+     \fi}%
+    {{\captiontextfont
+        \let\\\newline%                         lwarp
+      \caption at textstart
+      \LWR at isolate{\caption at textformat{#2}}%    lwarp
+      \caption at textend}}%
+    \LWR at startpars%                              lwarp
+\LWR at traceinfo{caption@@@make done}%
+}
+}% later than 2020/08/23
+{% earlier than 2020/08/23
+\renewcommand\caption@@@make[2]{%
+\LWR at traceinfo{caption@@@make}%
+    \LWR at stoppars%                              lwarp
+  \caption at ifempty{#2}{%
+    \let\caption at lsep\@empty
+    \let\caption at tfmt\@firstofone
+  }%
+  \caption at applyfont
+    {\ifcaption at star\else
+       \begingroup
+        \captionlabelfont
+         \LWR at isolate{#1}%                      lwarp
+       \endgroup
+     \fi}%
+    {\ifcaption at star\else
+       \begingroup
+         \caption at iflf\captionlabelfont
+         \relax
+        \caption at lsep
+       \endgroup
+     \fi}%
+    {{%
+        \captiontextfont
+        \let\\\newline%                         lwarp
+        \LWR at isolate{\caption at tfmt{#2}}%        lwarp
+      }}%
+    \LWR at startpars%                              lwarp
+\LWR at traceinfo{caption@@@make done}%
+}
+}% earlier than 2020/08/23
+\renewcommand{\caption@@make@}[2]{%
+  \caption at stepthecounter%
+  \caption at beginhook%
+      \caption@@@make{#1}{#2}%
+  \caption at endhook%
+}
+\DeclareCaptionLabelSeparator{colon}{:~}
+\DeclareCaptionLabelSeparator{period}{.~}
+\DeclareCaptionLabelSeparator{space}{~}
+\DeclareCaptionLabelSeparator*{endash}{~\textendash~}
+\DeclareCaptionLabelSeparator{arabi}{\if at rl~\fi:~}
+\DeclareCaptionBox{none}{#2}
+\DeclareCaptionBox{parbox}{%
+    #2%
+}
+\DeclareCaptionBox{colorbox}{%
+    #2%
+}
+\endinput
+%%
+%% End of file `lwarp-caption3.sty'.


Property changes on: trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-caption3.sty
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Modified: trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-centernot.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-centernot.sty	2020-09-03 21:10:13 UTC (rev 56254)
+++ trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-centernot.sty	2020-09-03 21:11:36 UTC (rev 56255)
@@ -16,8 +16,12 @@
 %% and version 1.3 or later is part of all distributions of LaTeX
 %% version 2005/12/01 or later.
 \LWR at ProvidesPackagePass{centernot}[2016/05/16]
+\LWR at origRequirePackage{lwarp-common-mathjax-overlaysymbols}
+
 \begin{warpMathJax}
-\CustomizeMathJax{\newcommand{\centernot}[1]{\not{\!#1\,}}}
+\CustomizeMathJax{\newcommand{\centernot}[1]{%
+    \LWRoverlaysymbols{\unicode{x2215}}{#1}
+}}
 \end{warpMathJax}
 \endinput
 %%

Added: trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-common-mathjax-letters.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-common-mathjax-letters.sty	                        (rev 0)
+++ trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-common-mathjax-letters.sty	2020-09-03 21:11:36 UTC (rev 56255)
@@ -0,0 +1,327 @@
+%%
+%% This is file `lwarp-common-mathjax-letters.sty',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% lwarp.dtx  (with options: `common-mathjax-letters')
+%% This is a generated file.
+%% Copyright 2016-2020 Brian Dunn
+%% 
+%% This work may be distributed and/or modified under the
+%% conditions of the LaTeX Project Public License, either version 1.3
+%% of this license or (at your option) any later version.
+%% The latest version of this license is in
+%%   http://www.latex-project.org/lppl.txt
+%% and version 1.3 or later is part of all distributions of LaTeX
+%% version 2005/12/01 or later.
+\ProvidesPackage{lwarp-common-mathjax-letters}[2020/08/10]
+\begin{warpMathJax}
+
+\NewDocumentCommand{\LWR at mathjax@addletter}{s m m m m m}{
+    \IfBooleanTF{#2}%
+        {\edef\LWR at tempone{\LWRtexttitlecase{#5}}}%
+        {\edef\LWR at tempone{#5}}%
+    \xdef\LWR at customizedMathJax{%
+        \LWR at customizedMathJax%
+        \LWRbackslash(%
+        \LWRbackslash newcommand\LWRleftbrace\LWRbackslash%
+        #3% prefix
+        \LWR at tempone%name
+        #4% postfix
+        \LWRrightbrace\LWRleftbrace%
+    }%
+    \IfBooleanTF{#1}{%
+        \xdef\LWR at customizedMathJax{%
+            \LWR at customizedMathJax%
+            \LWRbackslash mathit\LWRleftbrace%
+            \LWRbackslash unicode\LWRleftbrace x#6\LWRrightbrace%
+            \LWRrightbrace%
+        }%
+    }{%
+        \xdef\LWR at customizedMathJax{%
+            \LWR at customizedMathJax%
+            \LWRbackslash unicode\LWRleftbrace x#6\LWRrightbrace%
+        }%
+    }%
+    \xdef\LWR at customizedMathJax{%
+        \LWR at customizedMathJax%
+        \LWRrightbrace\LWRbackslash)\par%
+    }%
+}
+\NewDocumentCommand{\LWR at mathjax@addgreek at l@up}{s m m}{
+    \LWR at mathjax@addletter{#1}{#2}{#3}{alpha}{03B1}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{beta}{03B2}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{gamma}{03B3}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{digamma}{03DD}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{delta}{03B4}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{epsilon}{03F5}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{varepsilon}{03B5}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{zeta}{03B6}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{eta}{03B7}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{theta}{03B8}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{vartheta}{03D1}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{iota}{03B9}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{kappa}{03BA}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{varkappa}{03F0}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{lambda}{03BB}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{mu}{03BC}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{nu}{03BD}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{xi}{03BE}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{omicron}{03BF}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{pi}{03C0}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{varpi}{03D6}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{rho}{03C1}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{varrho}{03F1}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{sigma}{03C3}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{varsigma}{03C2}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{tau}{03C4}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{upsilon}{03C5}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{phi}{03D5}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{varphi}{03C6}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{chi}{03C7}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{psi}{03C8}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{omega}{03C9}
+}
+\NewDocumentCommand{\LWR at mathjax@addgreek at u@up}{s m m}{
+    \LWR at mathjax@addletter{#1}{#2}{#3}{alpha}{0391}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{beta}{0392}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{gamma}{0393}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{digamma}{03DC}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{delta}{0394}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{epsilon}{0395}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{zeta}{0396}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{eta}{0397}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{theta}{0398}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{vartheta}{03F4}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{iota}{0399}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{kappa}{039A}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{lambda}{039B}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{mu}{039C}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{nu}{039D}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{xi}{039E}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{omicron}{039F}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{pi}{03A0}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{varpi}{03D6}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{rho}{03A1}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{sigma}{03A3}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{tau}{03A4}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{upsilon}{03A5}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{phi}{03A6}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{chi}{03A7}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{psi}{03A8}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{omega}{03A9}
+}
+\NewDocumentCommand{\LWR at mathjax@addgreek at l@it}{s m m}{
+    \LWR at mathjax@addletter{#1}{#2}{#3}{alpha}{1D6FC}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{beta}{1D6FD}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{gamma}{1D6FE}
+    \LWR at mathjax@addletter*{#1}{#2}{#3}{digamma}{03DD}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{delta}{1D6FF}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{epsilon}{1D716}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{varepsilon}{1D700}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{zeta}{1D701}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{eta}{1D702}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{theta}{1D703}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{vartheta}{1D717}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{iota}{1D704}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{kappa}{1D705}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{varkappa}{1D718}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{lambda}{1D706}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{mu}{1D707}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{nu}{1D708}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{xi}{1D709}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{omicron}{1D70A}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{pi}{1D70B}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{varpi}{1D71B}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{rho}{1D70C}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{varrho}{1D71A}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{sigma}{1D70E}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{varsigma}{1D70D}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{tau}{1D70F}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{upsilon}{1D710}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{phi}{1D719}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{varphi}{1D711}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{chi}{1D712}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{psi}{1D713}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{omega}{1D714}
+}
+\NewDocumentCommand{\LWR at mathjax@addgreek at u@it}{s m m}{
+    \LWR at mathjax@addletter{#1}{#2}{#3}{alpha}{1D6E2}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{beta}{1D6E3}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{gamma}{1D6E4}
+    \LWR at mathjax@addletter*{#1}{#2}{#3}{digamma}{03DC}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{delta}{1D6E5}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{epsilon}{1D6E6}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{zeta}{1D6E7}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{eta}{1D6E8}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{theta}{1D6E9}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{vartheta}{1D6F3}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{iota}{1D6EA}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{kappa}{1D6EB}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{lambda}{1D6EC}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{mu}{1D6ED}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{nu}{1D6EE}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{xi}{1D6EF}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{omicron}{1D6F0}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{pi}{1D6F1}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{rho}{1D6F2}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{sigma}{1D6F4}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{tau}{1D6F5}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{upsilon}{1D6F6}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{phi}{1D6F7}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{chi}{1D6F8}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{psi}{1D6F9}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{omega}{1D6FA}
+}
+\NewDocumentCommand{\LWR at mathjax@addgreek at l@bfit}{s m m}{
+    \LWR at mathjax@addletter{#1}{#2}{#3}{alpha}{1D736}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{beta}{1D737}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{gamma}{1D738}
+    \LWR at mathjax@addletter*{#1}{#2}{#3}{digamma}{03DD}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{delta}{1D739}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{epsilon}{1D750}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{varepsilon}{1D73A}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{zeta}{1D73B}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{eta}{1D73C}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{theta}{1D73D}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{vartheta}{1D751}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{iota}{1D73E}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{kappa}{1D73F}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{varkappa}{1D752}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{lambda}{1D740}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{mu}{1D741}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{nu}{1D742}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{xi}{1D743}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{omicron}{1D744}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{pi}{1D745}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{varpi}{1D755}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{rho}{1D746}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{varrho}{1D754}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{sigma}{1D748}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{varsigma}{1D747}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{tau}{1D749}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{upsilon}{1D74A}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{phi}{1D753}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{varphi}{1D74B}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{chi}{1D74C}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{psi}{1D74D}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{omega}{1D74E}
+}
+\NewDocumentCommand{\LWR at mathjax@addgreek at u@bfit}{s m m}{
+    \LWR at mathjax@addletter{#1}{#2}{#3}{alpha}{1D71C}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{beta}{1D71D}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{gamma}{1D71E}
+    \LWR at mathjax@addletter*{#1}{#2}{#3}{digamma}{03DC}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{delta}{1D71F}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{epsilon}{1D720}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{zeta}{1D721}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{eta}{1D722}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{theta}{1D723}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{vartheta}{1D72D}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{iota}{1D724}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{kappa}{1D725}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{lambda}{1D726}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{mu}{1D727}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{nu}{1D728}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{xi}{1D729}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{omicron}{1D72A}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{pi}{1D72B}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{rho}{1D72C}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{sigma}{1D72E}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{tau}{1D72F}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{upsilon}{1D730}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{phi}{1D731}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{chi}{1D732}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{psi}{1D733}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{omega}{1D734}
+}
+\NewDocumentCommand{\LWR at mathjax@addgreek at u@bfup}{s m m}{
+    \LWR at mathjax@addletter{#1}{#2}{#3}{alpha}{1D6A8}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{beta}{1D6A9}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{gamma}{1D6AA}
+    \LWR at mathjax@addletter*{#1}{#2}{#3}{digamma}{03DC}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{delta}{1D6AB}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{epsilon}{1D6AC}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{zeta}{1D6AD}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{eta}{1D6AE}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{theta}{1D6AF}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{vartheta}{1D6B9}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{iota}{1D6B0}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{kappa}{1D6B1}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{lambda}{1D6B2}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{mu}{1D6B3}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{nu}{1D6B4}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{xi}{1D6B5}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{omicron}{1D6B6}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{pi}{1D6B7}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{rho}{1D6B8}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{sigma}{1D6BA}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{tau}{1D6BB}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{upsilon}{1D6BC}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{phi}{1D6BD}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{chi}{1D6BE}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{psi}{1D6BF}
+    \LWR at mathjax@addletter{#1}{#2}{#3}{omega}{1D6C0}
+}
+\NewDocumentCommand{\LWR at mathjax@addlatin at u@bfit}{m}{
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{A}{1D468}
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{B}{1D469}
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{C}{1D46A}
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{D}{1D46B}
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{E}{1D46C}
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{F}{1D46D}
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{G}{1D46E}
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{H}{1D46F}
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{I}{1D470}
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{J}{1D471}
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{K}{1D472}
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{L}{1D473}
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{M}{1D474}
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{N}{1D475}
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{O}{1D476}
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{P}{1D477}
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{Q}{1D478}
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{R}{1D479}
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{S}{1D47A}
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{T}{1D47B}
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{U}{1D47C}
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{V}{1D47D}
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{W}{1D47E}
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{X}{1D47F}
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{Y}{1D480}
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{Z}{1D481}
+}
+\NewDocumentCommand{\LWR at mathjax@addlatin at l@bfit}{m}{
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{a}{1D482}
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{b}{1D483}
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{c}{1D484}
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{d}{1D485}
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{e}{1D486}
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{f}{1D487}
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{g}{1D488}
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{h}{1D489}
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{i}{1D48A}
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{j}{1D48B}
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{k}{1D48C}
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{l}{1D48D}
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{m}{1D48E}
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{n}{1D48F}
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{o}{1D490}
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{p}{1D491}
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{q}{1D492}
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{r}{1D493}
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{s}{1D494}
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{t}{1D495}
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{u}{1D496}
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{v}{1D497}
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{w}{1D498}
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{x}{1D499}
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{y}{1D49A}
+    \LWR at mathjax@addletter{\BooleanFalse}{#1}{}{z}{1D49B}
+}
+\end{warpMathJax}
+
+\endinput
+%%
+%% End of file `lwarp-common-mathjax-letters.sty'.


Property changes on: trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-common-mathjax-letters.sty
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-common-mathjax-newpxtxmath.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-common-mathjax-newpxtxmath.sty	                        (rev 0)
+++ trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-common-mathjax-newpxtxmath.sty	2020-09-03 21:11:36 UTC (rev 56255)
@@ -0,0 +1,383 @@
+%%
+%% This is file `lwarp-common-mathjax-newpxtxmath.sty',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% lwarp.dtx  (with options: `common-mathjax-newpxtxmath')
+%% This is a generated file.
+%% Copyright 2016-2020 Brian Dunn
+%% 
+%% This work may be distributed and/or modified under the
+%% conditions of the LaTeX Project Public License, either version 1.3
+%% of this license or (at your option) any later version.
+%% The latest version of this license is in
+%%   http://www.latex-project.org/lppl.txt
+%% and version 1.3 or later is part of all distributions of LaTeX
+%% version 2005/12/01 or later.
+\ProvidesPackage{lwarp-common-mathjax-newpxtxmath}[2020/08/31]
+\LWR at origRequirePackage{lwarp-common-mathjax-letters}
+\LWR at origRequirePackage{lwarp-common-mathjax-overlaysymbols}
+
+\begin{warpMathJax}
+\CustomizeMathJax{\newcommand{\fAlt}{f}}
+\CustomizeMathJax{\newcommand{\rhoAlt}{\rho}}
+
+\CustomizeMathJax{\newcommand{\imathscr}{\mathord{\mathscr{i}}}}
+\CustomizeMathJax{\newcommand{\jmathscr}{\mathord{\mathscr{j}}}}
+
+\CustomizeMathJax{\let\llbracket[}% single only
+\CustomizeMathJax{\let\rrbracket]}% single only
+\CustomizeMathJax{\let\lBrack=\llbracket}% single only
+\CustomizeMathJax{\let\rBrack=\rrbracket}% single only
+\CustomizeMathJax{\let\smlbrace\{}
+\CustomizeMathJax{\let\smrbrace\}}
+\CustomizeMathJax{\newcommand{\Perp}{\mathrel{\unicode{x02AEB}}}}
+\CustomizeMathJax{\newcommand{\nPerp}{\mathrel{\not{\!\unicode{x02AEB}}}}}
+\CustomizeMathJax{\newcommand{\lambdabar}{%
+    \mathord{\LWRoverlaysymbols{\raise{.5ex}{-}}{\lambda}}%
+}}
+\CustomizeMathJax{\newcommand{\lambdaslash}{\mathord{\unicode{x019B}}}}
+\CustomizeMathJax{\newcommand{\Zbar}{\mathord{\unicode{x01B5}}}}
+\CustomizeMathJax{\newcommand{\Angstrom}{\mathord{\unicode{x212B}}}}
+\CustomizeMathJax{\newcommand{\Euler}{\mathord{\unicode{x2107}}}}
+\CustomizeMathJax{\newcommand{\transp}{\mathord{\unicode{xFF34}}}}
+\CustomizeMathJax{\newcommand{\hermtransp}{\mathord{\unicode{xFF28}}}}
+\CustomizeMathJax{\let\htransp=\hermtransp}
+\CustomizeMathJax{\newcommand{\circledplus}{\mathbin{\unicode{x2295}}}}
+\CustomizeMathJax{\newcommand{\circledminus}{\mathbin{\unicode{x2296}}}}
+\CustomizeMathJax{\newcommand{\circledtimes}{\mathbin{\unicode{x2297}}}}
+\CustomizeMathJax{\newcommand{\circleddot}{\mathbin{\unicode{x2299}}}}
+\CustomizeMathJax{\let\overgroup\overparen}
+\CustomizeMathJax{\let\overgroupra\overrightarrow}
+\CustomizeMathJax{\let\undergroup\underparen}
+\CustomizeMathJax{\let\undergroupla\underleftarrow}
+\CustomizeMathJax{\newcommand{\widering}[1]{\stackrel{\unicode{x2218}}{\overgroup{#1}}}}
+\CustomizeMathJax{\let\widearc\overparen}
+\CustomizeMathJax{\let\wideOarc\overrightarrow}
+\CustomizeMathJax{\newcommand{\LWRvvstar}[2]{{\overrightarrow{#1}_{#2}}}}
+\CustomizeMathJax{\newcommand{\vv}{\ifstar\LWRvvstar\overrightarrow}}
+\CustomizeMathJax{\let\smallintsl\smallint}
+\CustomizeMathJax{\newcommand{\smalliintsl}{\mathop{\unicode{x222C}}}}
+\CustomizeMathJax{\newcommand{\smalliiintsl}{\mathop{\unicode{x222D}}}}
+\CustomizeMathJax{\newcommand{\smalliiiintsl}{\mathop{\unicode{x2A0C}}}}
+\CustomizeMathJax{\newcommand{\smallointsl}{\mathop{\unicode{x222E}}}}
+\CustomizeMathJax{\newcommand{\smalloiintsl}{\mathop{\unicode{x222F}}}}
+\CustomizeMathJax{\newcommand{\smalloiiintsl}{\mathop{\unicode{x2230}}}}
+\CustomizeMathJax{\newcommand{\smallvarointclockwisesl}{\mathop{\unicode{x2232}}}}
+\CustomizeMathJax{\newcommand{\smallointctrclockwisesl}{\mathop{\unicode{x2233}}}}
+\CustomizeMathJax{\newcommand{\smallsumintsl}{\mathop{\unicode{x2A0B}}}}
+\CustomizeMathJax{\newcommand{\smallfintsl}{\mathop{\unicode{x2A0F}}}}
+\CustomizeMathJax{\newcommand{\smallsqintsl}{\mathop{\unicode{x2A16}}}}
+\CustomizeMathJax{\let\smallintup\smallint}
+\CustomizeMathJax{\newcommand{\smalliintup}{\mathop{\unicode{x222C}}}}
+\CustomizeMathJax{\newcommand{\smalliiintup}{\mathop{\unicode{x222D}}}}
+\CustomizeMathJax{\newcommand{\smalliiiintup}{\mathop{\unicode{x2A0C}}}}
+\CustomizeMathJax{\newcommand{\smallointup}{\mathop{\unicode{x222E}}}}
+\CustomizeMathJax{\newcommand{\smalloiintup}{\mathop{\unicode{x222F}}}}
+\CustomizeMathJax{\newcommand{\smalloiiintup}{\mathop{\unicode{x2230}}}}
+\CustomizeMathJax{\newcommand{\smallvarointclockwiseup}{\mathop{\unicode{x2232}}}}
+\CustomizeMathJax{\newcommand{\smallointctrclockwiseup}{\mathop{\unicode{x2233}}}}
+\CustomizeMathJax{\newcommand{\smallsumintup}{\mathop{\unicode{x2A0B}}}}
+\CustomizeMathJax{\newcommand{\smallfintup}{\mathop{\unicode{x2A0F}}}}
+\CustomizeMathJax{\newcommand{\smallsqintup}{\mathop{\unicode{x2A16}}}}
+\CustomizeMathJax{\newcommand{\iint}{\mathop{\unicode{x222C}}}}
+\CustomizeMathJax{\newcommand{\iiint}{\mathop{\unicode{x222D}}}}
+\CustomizeMathJax{\newcommand{\iiiint}{\mathop{\unicode{x2A0C}}}}
+\CustomizeMathJax{\newcommand{\oiint}{\mathop{\unicode{x222F}}}}
+\CustomizeMathJax{\newcommand{\oiiint}{\mathop{\unicode{x2230}}}}
+\CustomizeMathJax{\newcommand{\varointclockwise}{\mathop{\unicode{x2232}}}}
+\CustomizeMathJax{\newcommand{\ointctrclockwise}{\mathop{\unicode{x2233}}}}
+\CustomizeMathJax{\newcommand{\sumint}{\mathop{\unicode{x2A0B}}}}
+\CustomizeMathJax{\newcommand{\fint}{\mathop{\unicode{x2A0F}}}}
+\CustomizeMathJax{\newcommand{\sqint}{\mathop{\unicode{x2A16}}}}
+\CustomizeMathJax{\let\intsl\int}
+\CustomizeMathJax{\newcommand{\iintsl}{\mathop{\unicode{x222C}}}}
+\CustomizeMathJax{\newcommand{\iiintsl}{\mathop{\unicode{x222D}}}}
+\CustomizeMathJax{\newcommand{\iiiintsl}{\mathop{\unicode{x2A0C}}}}
+\CustomizeMathJax{\let\ointsl\oint}
+\CustomizeMathJax{\newcommand{\oiintsl}{\mathop{\unicode{x222F}}}}
+\CustomizeMathJax{\newcommand{\oiiintsl}{\mathop{\unicode{x2230}}}}
+\CustomizeMathJax{\newcommand{\varointclockwisesl}{\mathop{\unicode{x2232}}}}
+\CustomizeMathJax{\newcommand{\ointctrclockwisesl}{\mathop{\unicode{x2233}}}}
+\CustomizeMathJax{\newcommand{\sumintsl}{\mathop{\unicode{x2A0B}}}}
+\CustomizeMathJax{\newcommand{\fintsl}{\mathop{\unicode{x2A0F}}}}
+\CustomizeMathJax{\newcommand{\sqintsl}{\mathop{\unicode{x2A16}}}}
+\CustomizeMathJax{\let\intup\int}
+\CustomizeMathJax{\newcommand{\iintup}{\mathop{\unicode{x222C}}}}
+\CustomizeMathJax{\newcommand{\iiintup}{\mathop{\unicode{x222D}}}}
+\CustomizeMathJax{\newcommand{\iiiintup}{\mathop{\unicode{x2A0C}}}}
+\CustomizeMathJax{\let\ointup\oint}
+\CustomizeMathJax{\newcommand{\oiintup}{\mathop{\unicode{x222F}}}}
+\CustomizeMathJax{\newcommand{\oiiintup}{\mathop{\unicode{x2230}}}}
+\CustomizeMathJax{\newcommand{\varointclockwiseup}{\mathop{\unicode{x2232}}}}
+\CustomizeMathJax{\newcommand{\ointctrclockwiseup}{\mathop{\unicode{x2233}}}}
+\CustomizeMathJax{\newcommand{\sumintup}{\mathop{\unicode{x2A0B}}}}
+\CustomizeMathJax{\newcommand{\fintup}{\mathop{\unicode{x2A0F}}}}
+\CustomizeMathJax{\newcommand{\sqintup}{\mathop{\unicode{x2A16}}}}
+\CustomizeMathJax{\newcommand{\bigcupdot}{\mathop{\unicode{x2A03}}}}
+\CustomizeMathJax{\newcommand{\bignplus}{%
+    \mathop{\LWRoverlaysymbols{\unicode{xFF0B}}{\unicode{x22C2}}}%
+}}
+\CustomizeMathJax{\let\bigcapplus\bignplus}
+\CustomizeMathJax{\newcommand{\bigcupplus}{\mathop{\unicode{x2A04}}}}
+\CustomizeMathJax{\newcommand{\bigsqcap}{\mathop{\unicode{x2A05}}}}
+\CustomizeMathJax{\newcommand{\bigsqcapplus}{%
+    \mathop{\LWRoverlaysymbols{\unicode{xFF0B}}{\unicode{x2A05}}}
+}}
+\CustomizeMathJax{\newcommand{\bigsqcupplus}{%
+    \mathop{\LWRoverlaysymbols{\unicode{xFF0B}}{\unicode{x2A06}}}
+}}
+\CustomizeMathJax{\newcommand{\bigtimes}{\mathop{\unicode{x2A09}}}}
+\CustomizeMathJax{\let\varprod\bigtimes}
+\CustomizeMathJax{\newcommand{\mappedfrom}{\mathrel{\unicode{x021A4}}}}
+\CustomizeMathJax{\newcommand{\mapsfrom}{\mathrel{\unicode{x021A4}}}}
+\CustomizeMathJax{\newcommand{\longmappedfrom}{\mathrel{\unicode{x027FB}}}}
+\CustomizeMathJax{\newcommand{\Mapsto}{\mathrel{\unicode{x02907}}}}
+\CustomizeMathJax{\newcommand{\Longmapsto}{\mathrel{\unicode{x027FE}}}}
+\CustomizeMathJax{\newcommand{\Mappedfrom}{\mathrel{\unicode{x02906}}}}
+\CustomizeMathJax{\newcommand{\Mapsfrom}{\mathrel{\unicode{x02906}}}}
+\CustomizeMathJax{\newcommand{\Longmappedfrom}{\mathrel{\unicode{x27FD}}}}
+\CustomizeMathJax{\newcommand{\mmapsto}{\mathrel{\unicode{x02905}}}}
+\CustomizeMathJax{\newcommand{\longmmapsto}{\mathrel{\unicode{x02905}}}}
+\CustomizeMathJax{\newcommand{\mmappedfrom}{\mathrel{\unicode{x021A4}}}}% x02B36
+\CustomizeMathJax{\newcommand{\longmmappedfrom}{\mathrel{\unicode{x021A4}}}}% x02B36
+\CustomizeMathJax{\newcommand{\Mmapsto}{\mathrel{\unicode{x02907}}}}
+\CustomizeMathJax{\newcommand{\Longmmapsto}{\mathrel{\unicode{x027FE}}}}
+\CustomizeMathJax{\newcommand{\Mmappedfrom}{\mathrel{\unicode{x02906}}}}
+\CustomizeMathJax{\newcommand{\Longmmappedfrom}{\mathrel{\unicode{x027FD}}}}
+\CustomizeMathJax{\newcommand{\medcirc}{\mathbin{\unicode{x025CB}}}}
+\CustomizeMathJax{\newcommand{\medbullet}{\mathbin{\unicode{x025CF}}}}
+\CustomizeMathJax{\newcommand{\varparallel}{\mathrel{\unicode{x02AFD}}}}
+\CustomizeMathJax{\newcommand{\varparallelinv}{\mathrel{\unicode{x244A}}}}
+\CustomizeMathJax{\newcommand{\nvarparallel}{\mathrel{\LWRoverlaysymbols{-}{\unicode{x02AFD}}}}}
+\CustomizeMathJax{\newcommand{\nvarparallelinv}{\mathrel{\LWRoverlaysymbols{-}{\unicode{x244A}}}}}
+\CustomizeMathJax{\newcommand{\colonapprox}{\mathrel{:\approx}}}
+\CustomizeMathJax{\newcommand{\colonsim}{\mathrel{:\sim}}}
+\CustomizeMathJax{\newcommand{\Colonapprox}{\mathrel{\unicode{x2237}\approx}}}
+\CustomizeMathJax{\newcommand{\Colonsim}{\mathrel{\unicode{x2237}\sim}}}
+\CustomizeMathJax{\newcommand{\multimapinv}{\mathrel{\unicode{x027DC}}}}
+\CustomizeMathJax{\newcommand{\multimapboth}{\mathrel{\unicode{x029DF}}}}
+\CustomizeMathJax{\newcommand{\multimapdot}{{\mathrel{-\!\bullet}}}}
+\CustomizeMathJax{\newcommand{\multimapdotinv}{\mathrel{\bullet\!-}}}
+\CustomizeMathJax{\newcommand{\multimapdotboth}{\mathrel{{\bullet\!\!-\!\!\bullet}}}}
+\CustomizeMathJax{\newcommand{\multimapdotbothA}{\mathrel{\unicode{x022B6}}}}
+\CustomizeMathJax{\newcommand{\multimapdotbothB}{\mathrel{\unicode{x22B7}}}}
+\CustomizeMathJax{\newcommand{\VDash}{\mathrel{\unicode{x22AB}}}}
+\CustomizeMathJax{\newcommand{\VvDash}{\mathrel{\unicode{x22AA}}}}
+\CustomizeMathJax{\newcommand{\preceqq}{\mathrel{\unicode{x02AB3}}}}
+\CustomizeMathJax{\newcommand{\succeqq}{\mathrel{\unicode{x02AB4}}}}
+\CustomizeMathJax{\newcommand{\nprecsim}{\mathrel{\LWRoverlaysymbols{/}{\unicode{x0227E}}}}}
+\CustomizeMathJax{\newcommand{\nsuccsim}{\mathrel{\LWRoverlaysymbols{/}{\unicode{x0227F}}}}}
+\CustomizeMathJax{\newcommand{\nlesssim}{\mathrel{\unicode{x02274}}}}
+\CustomizeMathJax{\newcommand{\ngtrsim}{\mathrel{\unicode{x02275}}}}
+\CustomizeMathJax{\newcommand{\nlessapprox}{\mathrel{\LWRoverlaysymbols{/}{\unicode{x02A85}}}}}
+\CustomizeMathJax{\newcommand{\ngtrapprox}{\mathrel{\LWRoverlaysymbols{/}{\unicode{x02A86}}}}}
+\CustomizeMathJax{\newcommand{\npreccurlyeq}{\mathrel{\LWRoverlaysymbols{/}{\unicode{x0227C}}}}}
+\CustomizeMathJax{\newcommand{\nsucccurlyeq}{\mathrel{\LWRoverlaysymbols{/}{\unicode{x0227D}}}}}
+\CustomizeMathJax{\newcommand{\ngtrless}{\mathrel{\unicode{x02279}}}}
+\CustomizeMathJax{\newcommand{\nlessgtr}{\mathrel{\unicode{x2278}}}}
+\CustomizeMathJax{\newcommand{\nbumpeq}{\mathrel{\LWRoverlaysymbols{/}{\unicode{x0224F}}}}}
+\CustomizeMathJax{\newcommand{\nBumpeq}{\mathrel{\LWRoverlaysymbols{/}{\unicode{x0224E}}}}}
+\CustomizeMathJax{\newcommand{\nbacksim}{\mathrel{\LWRoverlaysymbols{/}{\unicode{x0223D}}}}}
+\CustomizeMathJax{\newcommand{\nbacksimeq}{\mathrel{\LWRoverlaysymbols{/}{\unicode{x022CD}}}}}
+\CustomizeMathJax{\newcommand{\nasymp}{\mathrel{\unicode{x226D}}}}
+\CustomizeMathJax{\newcommand{\nequiv}{\mathrel{\unicode{x2262}}}}
+\CustomizeMathJax{\newcommand{\napprox}{\mathrel{\unicode{x2249}}}}
+\CustomizeMathJax{\newcommand{\nll}{\mathrel{\LWRoverlaysymbols{/}{\unicode{x0226A}}}}}
+\CustomizeMathJax{\newcommand{\ngg}{\mathrel{\LWRoverlaysymbols{/}{\unicode{x0226B}}}}}
+\CustomizeMathJax{\newcommand{\nthickapprox}{%
+    \mathrel{\LWRoverlaysymbols{/}{{\mathbf{\unicode{x02248}}}}}%
+}}
+\CustomizeMathJax{\newcommand{\napproxeq}{\mathrel{\LWRoverlaysymbols{/}{\unicode{x0224A}}}}}
+\CustomizeMathJax{\newcommand{\nprecapprox}{\mathrel{\LWRoverlaysymbols{/}{\unicode{x02AB7}}}}}
+\CustomizeMathJax{\newcommand{\nsuccapprox}{\mathrel{\LWRoverlaysymbols{/}{\unicode{x02AB8}}}}}
+\CustomizeMathJax{\newcommand{\npreceqq}{\mathrel{\LWRoverlaysymbols{/}{\unicode{x02AB3}}}}}
+\CustomizeMathJax{\newcommand{\nsucceqq}{\mathrel{\LWRoverlaysymbols{/}{\unicode{x02AB4}}}}}
+\CustomizeMathJax{\newcommand{\nsimeq}{\mathrel{\unicode{x02244}}}}
+\CustomizeMathJax{\newcommand{\nSubset}{\mathrel{\LWRoverlaysymbols{/}{\unicode{x022D0}}}}}
+\CustomizeMathJax{\newcommand{\nSupset}{\mathrel{\LWRoverlaysymbols{/}{\unicode{x022D1}}}}}
+\CustomizeMathJax{\newcommand{\nsqsubseteq}{\mathrel{\unicode{x022E2}}}}
+\CustomizeMathJax{\newcommand{\nsqsupseteq}{\mathrel{\unicode{x022E3}}}}
+\CustomizeMathJax{\newcommand{\coloneqq}{\mathrel{\unicode{x02254}}}}
+\CustomizeMathJax{\newcommand{\eqqcolon}{\mathrel{\unicode{x02255}}}}
+\CustomizeMathJax{\newcommand{\Coloneqq}{\mathrel{\unicode{x02A74}}}}
+\CustomizeMathJax{\newcommand{\Eqqcolon}{\mathrel{=\!\unicode{x2237}}}}
+\CustomizeMathJax{\newcommand{\Coloneq}{\mathrel{\unicode{x2237}-}}}
+\CustomizeMathJax{\newcommand{\Eqcolon}{\mathrel{-\unicode{x2237}}}}
+\CustomizeMathJax{\newcommand{\lvec}[1]{\mathord{\overset{\unicode{x02190}}{#1}}}}
+\CustomizeMathJax{\newcommand{\lrvec}[1]{\mathord{\overset{\unicode{x2194}}{#1}}}}
+\CustomizeMathJax{\newcommand{\harpoonacc}[1]{\mathord{\overset{\unicode{x021C0}}{#1}}}}
+\CustomizeMathJax{\newcommand{\lharpoonacc}[1]{\mathord{\overset{\unicode{x021BC}}{#1}}}}
+\CustomizeMathJax{\newcommand{\lrharpoonacc}[1]{\mathord{\overset{\unicode{x0294E}}{#1}}}}
+\CustomizeMathJax{\newcommand{\barbar}[1]{\mathord{\overset{=}{#1}}}}
+\CustomizeMathJax{\newcommand{\bartilde}[1]{\mathord{\overset{\simeq}{#1}}}}
+\CustomizeMathJax{\newcommand{\barhat}[1]{\mathord{\hat{\bar{#1}}}}}
+\CustomizeMathJax{\newcommand{\tildebar}[1]{\mathord{\overset{\eqsim}{#1}}}}
+\CustomizeMathJax{\newcommand{\tildetilde}[1]{\mathord{\overset{\approx}{#1}}}}
+\CustomizeMathJax{\newcommand{\tildehat}[1]{\mathord{\hat{\tilde{#1}}}}}
+\CustomizeMathJax{\newcommand{\hatbar}[1]{\mathord{\bar{\hat{#1}}}}}
+\CustomizeMathJax{\newcommand{\hattilde}[1]{\mathord{\tilde{\hat{#1}}}}}
+\CustomizeMathJax{\newcommand{\hathat}[1]{\mathord{\hat{\hat{#1}}}}}
+
+\CustomizeMathJax{\newcommand{\cdotB}{\mathord{\boldsymbol{\cdot}}}}
+\CustomizeMathJax{\newcommand{\cdotBB}{\mathord{\unicode{x2022}}}}
+\CustomizeMathJax{\newcommand{\circS}{\boldsymbol{\circ}}}
+\CustomizeMathJax{\newcommand{\bulletSSS}{\bullet}}
+\CustomizeMathJax{\newcommand{\bulletSS}{\mathord{\unicode{x025CF}}}}
+\CustomizeMathJax{\newcommand{\bulletS}{\mathord{\unicode{x02B24}}}}
+\CustomizeMathJax{\newcommand{\primeS}{\prime}}
+
+\CustomizeMathJax{\newcommand{\strictif}{\mathrel{\unicode{x0297D}}}}% right fish tail
+\CustomizeMathJax{\newcommand{\strictfi}{\mathrel{\unicode{x0297C}}}}% left fish tail
+\CustomizeMathJax{\newcommand{\strictiff}{%
+    \mathrel{\unicode{x0297C}\!\!\unicode{x0297D}}%
+}}% left/right fish tails
+\CustomizeMathJax{\newcommand{\invamp}{\mathbin{\unicode{x0214B}}}}
+\CustomizeMathJax{\newcommand{\lbag}{\mathopen{\unicode{x027C5}}}}
+\CustomizeMathJax{\newcommand{\rbag}{\mathclose{\unicode{x027C6}}}}
+\CustomizeMathJax{\newcommand{\Lbag}{\mathopen{\large\unicode{x027C5}}}}
+\CustomizeMathJax{\newcommand{\Rbag}{\mathclose{\large\unicode{x027C6}}}}
+\CustomizeMathJax{\newcommand{\circledless}{\mathrel{\unicode{x029C0}}}}
+\CustomizeMathJax{\newcommand{\circledgtr}{\mathrel{\unicode{x029C1}}}}
+\CustomizeMathJax{\newcommand{\circledwedge}{%
+    \mathbin{\LWRoverlaysymbols{\unicode{x025EF}}{\unicode{x02227}}}%
+}}
+\CustomizeMathJax{\newcommand{\circledvee}{%
+    \mathbin{\LWRoverlaysymbols{\unicode{x025EF}}{\unicode{0x02228}}}%
+}}
+\CustomizeMathJax{\newcommand{\circledbar}{\mathbin{\unicode{x029B6}}}}
+\CustomizeMathJax{\newcommand{\circledbslash}{\mathbin{\unicode{x029B8}}}}
+
+\CustomizeMathJax{\newcommand{\lJoin}{\mathrel{\unicode{x22C9}}}}
+\CustomizeMathJax{\newcommand{\rJoin}{\mathrel{\unicode{x22CA}}}}
+\CustomizeMathJax{\newcommand{\lrJoin}{\mathrel{\unicode{x2A1D}}}}
+\CustomizeMathJax{\newcommand{\openJoin}{\mathrel{\unicode{x2AA4}}}}% overlapping ><
+
+\CustomizeMathJax{\newcommand{\lrtimes}{\mathrel{\unicode{x2A1D}}}}
+\CustomizeMathJax{\newcommand{\opentimes}{\mathrel{\unicode{x2AA4}}}}% overlapping ><
+\CustomizeMathJax{\newcommand{\Diamondblack}{\mathord{\unicode{x025C6}}}}
+\CustomizeMathJax{\newcommand{\nplus}{\mathrel{\LWRoverlaysymbols{+}{\unicode{x02229}}}}}
+\CustomizeMathJax{\newcommand{\nsqsubset}{\mathrel{\LWRoverlaysymbols{/}{\unicode{x0228F}}}}}
+\CustomizeMathJax{\newcommand{\nsqsupset}{\mathrel{\LWRoverlaysymbols{/}{\unicode{x02290}}}}}
+\CustomizeMathJax{\newcommand{\dasharrow}{\mathrel{\unicode{x021E2}}}}
+\CustomizeMathJax{\newcommand{\dashleftrightarrow}{\mathrel{\unicode{x021E0}\!\unicode{x021E2}}}}
+\CustomizeMathJax{\newcommand{\leftsquigarrow}{\mathrel{\unicode{x021DC}}}}
+\CustomizeMathJax{\newcommand{\ntwoheadrightarrow}{\mathrel{\unicode{x02900}}}}
+\CustomizeMathJax{\newcommand{\ntwoheadleftarrow}{\mathrel{\unicode{x02B34}}}}
+\CustomizeMathJax{\newcommand{\boxast}{\mathbin{\unicode{x029C6}}}}
+\CustomizeMathJax{\newcommand{\boxbslash}{\mathbin{\unicode{x29C5}}}}
+\CustomizeMathJax{\newcommand{\boxbar}{\mathbin{\unicode{x025EB}}}}
+\CustomizeMathJax{\newcommand{\boxslash}{\mathbin{\unicode{x029C4}}}}
+
+\CustomizeMathJax{\newcommand{\Wr}{\mathbin{\unicode{x02240}\!\unicode{x02240}}}}
+
+
+\CustomizeMathJax{\newcommand{\varclubsuit}{\mathord{\unicode{x02667}}}}
+\CustomizeMathJax{\newcommand{\vardiamondsuit}{\mathord{\unicode{x02666}}}}
+\CustomizeMathJax{\newcommand{\varheartsuit}{\mathord{\unicode{x02665}}}}
+\CustomizeMathJax{\newcommand{\varspadesuit}{\mathord{\unicode{x02664}}}}
+
+\CustomizeMathJax{\newcommand{\Nearrow}{\mathrel{\unicode{x021D7}}}}
+\CustomizeMathJax{\newcommand{\Searrow}{\mathrel{\unicode{x021D8}}}}
+\CustomizeMathJax{\newcommand{\Nwarrow}{\mathrel{\unicode{x021D6}}}}
+\CustomizeMathJax{\newcommand{\Swarrow}{\mathrel{\unicode{x021D9}}}}
+\CustomizeMathJax{\newcommand{\Top}{\mathord{\unicode{x02AEA}}}}
+\CustomizeMathJax{\newcommand{\Bot}{\mathord{\unicode{x02AEB}}}}
+
+\CustomizeMathJax{\newcommand{\leadstoext}{\mathrel{\unicode{xFF5E}}}}
+
+\CustomizeMathJax{\newcommand{\sqcupplus}{\mathbin{\LWRoverlaysymbols{+}{\unicode{x02294}}}}}
+\CustomizeMathJax{\newcommand{\sqcapplus}{\mathbin{\LWRoverlaysymbols{+}{\unicode{x02293}}}}}
+
+\CustomizeMathJax{\newcommand{\boxright}{\mathrel{\unicode{x025A1}\!\unicode{x02192}}}}
+\CustomizeMathJax{\newcommand{\boxleft}{\mathrel{\unicode{x02190}\!\unicode{x025A1}}}}
+\CustomizeMathJax{\newcommand{\boxdotright}{\mathrel{\unicode{x022A1}\!\unicode{x02192}}}}
+\CustomizeMathJax{\newcommand{\boxdotleft}{\mathrel{\unicode{x02190}\!\unicode{x022A1}}}}
+
+\CustomizeMathJax{\newcommand{\Diamondright}{\mathrel{\unicode{x025C7}\!\unicode{x02192}}}}
+\CustomizeMathJax{\newcommand{\Diamondleft}{\mathrel{\unicode{x02190}\!\unicode{x025C7}}}}
+\CustomizeMathJax{\newcommand{\Diamonddotright}{\mathrel{\unicode{x027D0}\!\unicode{x02192}}}}
+\CustomizeMathJax{\newcommand{\Diamonddotleft}{\mathrel{\unicode{x02190}\!\unicode{x027D0}}}}
+
+\CustomizeMathJax{\newcommand{\boxRight}{\mathrel{\unicode{x025A1}\!\unicode{x021D2}}}}
+\CustomizeMathJax{\newcommand{\boxLeft}{\mathrel{\unicode{x021D0}\!\unicode{x025A1}}}}
+\CustomizeMathJax{\newcommand{\boxdotRight}{\mathrel{\unicode{x022A1}\!\unicode{x021D2}}}}
+\CustomizeMathJax{\newcommand{\boxdotLeft}{\mathrel{\unicode{x021D0}\!\unicode{x022A1}}}}
+
+\CustomizeMathJax{\newcommand{\DiamondRight}{\mathrel{\unicode{x025C7}\!\unicode{x021D2}}}}
+\CustomizeMathJax{\newcommand{\DiamondLeft}{\mathrel{\unicode{x021D0}\!\unicode{x025C7}}}}
+\CustomizeMathJax{\newcommand{\DiamonddotRight}{\mathrel{\unicode{x027D0}\!\unicode{x021D2}}}}
+\CustomizeMathJax{\newcommand{\DiamonddotLeft}{\mathrel{\unicode{x021D0}\!\unicode{x027D0}}}}
+\CustomizeMathJax{\newcommand{\Diamonddot}{\mathrel{\unicode{x027D0}}}}
+
+\CustomizeMathJax{\newcommand{\circleright}{\mathrel{\unicode{x025CB}\!\unicode{x02192}}}}
+\CustomizeMathJax{\newcommand{\circleleft}{\mathrel{\unicode{x02190}\!\unicode{x025CB}}}}
+\CustomizeMathJax{\newcommand{\circledotright}{\mathrel{\unicode{x02299}\!\unicode{x02192}}}}
+\CustomizeMathJax{\newcommand{\circledotleft}{\mathrel{\unicode{x02190}\!\unicode{x02299}}}}
+\CustomizeMathJax{\let\circleddotright\circledotright}
+\CustomizeMathJax{\let\circleddotleft\circledotleft}
+
+\CustomizeMathJax{\newcommand{\multimapbothvert}{%
+    \mathrel{\overset{\unicode{x025CB}}{\underset{\unicode{x025CB}}{|}}}%
+}}
+\CustomizeMathJax{\newcommand{\multimapdotbothvert}{%
+    \mathrel{\overset{\unicode{x025CF}}{\underset{\unicode{x025CF}}{|}}}%
+}}
+\CustomizeMathJax{\newcommand{\multimapdotbothBvert}{%
+    \mathrel{\overset{\unicode{x025CF}}{\underset{\unicode{x025CB}}{|}}}%
+}}
+\CustomizeMathJax{\newcommand{\multimapdotbothAvert}{%
+    \mathrel{\overset{\unicode{x025CB}}{\underset{\unicode{x025CF}}{|}}}%
+}}
+
+\CustomizeMathJax{\newcommand{\dlb}{\mathopen{\unicode{x027E6}}}}
+\CustomizeMathJax{\newcommand{\drb}{\mathopen{\unicode{x027E7}}}}
+
+\LWR at mathjax@addgreek at u@up*{}{up}
+\LWR at mathjax@addgreek at u@up*{up}{}
+\LWR at mathjax@addgreek at l@up{up}{}
+\LWR at mathjax@addgreek at l@up{}{up}
+\LWR at mathjax@addgreek at u@it*{}{it}
+\LWR at mathjax@addgreek at l@it{}{it}
+
+\LWR at mathjax@addgreek at u@it*{it}{}
+\LWR at mathjax@addgreek at l@it{it}{}
+
+\CustomizeMathJax{\newcommand{\varg}{g}}
+\CustomizeMathJax{\newcommand{\vary}{y}}
+\CustomizeMathJax{\newcommand{\varv}{v}}
+\CustomizeMathJax{\newcommand{\varw}{w}}
+
+\CustomizeMathJax{\newcommand{\nexistsAlt}{\mathord{\unicode{x02204}}}}
+\CustomizeMathJax{\newcommand{\existsAlt}{\mathord{\unicode{x02203}}}}
+\CustomizeMathJax{\newcommand{\forallAlt}{\mathord{\unicode{x02200}}}}
+\CustomizeMathJax{\newcommand{\emptysetAlt}{\mathord{\unicode{x02205}}}}
+
+\CustomizeMathJax{\newcommand{\uppartial}{\mathord{\unicode{x02202}}}}
+
+\CustomizeMathJax{\let\varmathbb\mathbb}
+\CustomizeMathJax{\let\vmathbb\mathbb}
+\CustomizeMathJax{\let\vvmathbb\mathbb}
+
+\CustomizeMathJax{\let\smallprod\prod}
+\CustomizeMathJax{\let\smallsum\sum}
+\CustomizeMathJax{\let\smallcoprod\coprod}
+
+\CustomizeMathJax{\newcommand{\openbox}{\mathord{\unicode{x25FD}}}}
+\CustomizeMathJax{\let\textsquare\openbox}
+
+\ifdef{\iftx at BI}{
+    \iftx at BI
+        \LWR at mathjax@addlatin at u@bfit{BI}
+        \LWR at mathjax@addlatin at l@bfit{BI}
+    \fi
+}{}
+
+\CustomizeMathJax{\newcommand{\mathsterling}{\mathord{\unicode{x000A3}}}}
+\CustomizeMathJax{\newcommand{\mathcent}{\mathord{\unicode{x000A2}}}}
+
+\end{warpMathJax}
+\endinput
+%%
+%% End of file `lwarp-common-mathjax-newpxtxmath.sty'.


Property changes on: trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-common-mathjax-newpxtxmath.sty
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-common-mathjax-overlaysymbols.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-common-mathjax-overlaysymbols.sty	                        (rev 0)
+++ trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-common-mathjax-overlaysymbols.sty	2020-09-03 21:11:36 UTC (rev 56255)
@@ -0,0 +1,34 @@
+%%
+%% This is file `lwarp-common-mathjax-overlaysymbols.sty',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% lwarp.dtx  (with options: `common-mathjax-overlaysymbols')
+%% This is a generated file.
+%% Copyright 2016-2020 Brian Dunn
+%% 
+%% This work may be distributed and/or modified under the
+%% conditions of the LaTeX Project Public License, either version 1.3
+%% of this license or (at your option) any later version.
+%% The latest version of this license is in
+%%   http://www.latex-project.org/lppl.txt
+%% and version 1.3 or later is part of all distributions of LaTeX
+%% version 2005/12/01 or later.
+\ProvidesPackage{lwarp-common-mathjax-overlaysymbols}[2020/08/17]
+\begin{warpMathJax}
+
+\CustomizeMathJax{\newcommand{\LWRoverlaysymbols}[2]{%
+    \mathord{%
+        \smash{%
+            \mathop{#2\strut}%
+            \limits^{\smash{\lower3ex{#1}}}%
+        }%
+        \strut%
+    }%
+}}
+
+\end{warpMathJax}
+\endinput
+%%
+%% End of file `lwarp-common-mathjax-overlaysymbols.sty'.


Property changes on: trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-common-mathjax-overlaysymbols.sty
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Modified: trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-econometrics.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-econometrics.sty	2020-09-03 21:10:13 UTC (rev 56254)
+++ trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-econometrics.sty	2020-09-03 21:11:36 UTC (rev 56255)
@@ -15,6 +15,8 @@
 %%   http://www.latex-project.org/lppl.txt
 %% and version 1.3 or later is part of all distributions of LaTeX
 %% version 2005/12/01 or later.
+\LWR at origRequirePackage{lwarp-common-mathjax-letters}
+
 \LWR at ProvidesPackagePass{econometrics}% no date specified in the original
 \begin{warpMathJax}
 \LWR at infoprocessingmathjax{econometrics}
@@ -52,96 +54,12 @@
 \CustomizeMathJax{\newcommand{\calY}{\mathcal{Y}}}
 \CustomizeMathJax{\newcommand{\calZ}{\mathcal{Z}}}
 
-\CustomizeMathJax{\newcommand{\mA}{\bm A}}
-\CustomizeMathJax{\newcommand{\va}{\bm a}}
-\CustomizeMathJax{\newcommand{\mB}{\bm B}}
-\CustomizeMathJax{\newcommand{\vb}{\bm b}}
-\CustomizeMathJax{\newcommand{\mC}{\bm C}}
-\CustomizeMathJax{\newcommand{\vc}{\bm c}}
-\CustomizeMathJax{\newcommand{\mD}{\bm D}}
-\CustomizeMathJax{\newcommand{\vd}{\bm d}}
-\CustomizeMathJax{\newcommand{\mE}{\bm E}}
-\CustomizeMathJax{\newcommand{\ve}{\bm e}}
-\CustomizeMathJax{\newcommand{\mF}{\bm F}}
-\CustomizeMathJax{\newcommand{\vf}{\bm f}}
-\CustomizeMathJax{\newcommand{\mG}{\bm G}}
-\CustomizeMathJax{\newcommand{\vg}{\bm g}}
-\CustomizeMathJax{\newcommand{\mH}{\bm H}}
-\CustomizeMathJax{\newcommand{\vh}{\bm h}}
-\CustomizeMathJax{\newcommand{\mI}{\bm I}}
-\CustomizeMathJax{\newcommand{\vi}{\bm i}}
-\CustomizeMathJax{\newcommand{\mJ}{\bm J}}
-\CustomizeMathJax{\newcommand{\vj}{\bm j}}
-\CustomizeMathJax{\newcommand{\mK}{\bm K}}
-\CustomizeMathJax{\newcommand{\vk}{\bm k}}
-\CustomizeMathJax{\newcommand{\mL}{\bm L}}
-\CustomizeMathJax{\newcommand{\vl}{\bm l}}
-\CustomizeMathJax{\newcommand{\mM}{\bm M}}
-\CustomizeMathJax{\newcommand{\vm}{\bm m}}
-\CustomizeMathJax{\newcommand{\mN}{\bm N}}
-\CustomizeMathJax{\newcommand{\vn}{\bm n}}
-\CustomizeMathJax{\newcommand{\mO}{\bm O}}
-\CustomizeMathJax{\newcommand{\vo}{\bm o}}
-\CustomizeMathJax{\newcommand{\mP}{\bm P}}
-\CustomizeMathJax{\newcommand{\vp}{\bm p}}
-\CustomizeMathJax{\newcommand{\mQ}{\bm Q}}
-\CustomizeMathJax{\newcommand{\vq}{\bm q}}
-\CustomizeMathJax{\newcommand{\mR}{\bm R}}
-\CustomizeMathJax{\newcommand{\vr}{\bm r}}
-\CustomizeMathJax{\newcommand{\mS}{\bm S}}
-\CustomizeMathJax{\newcommand{\vs}{\bm s}}
-\CustomizeMathJax{\newcommand{\mT}{\bm T}}
-\CustomizeMathJax{\newcommand{\vt}{\bm t}}
-\CustomizeMathJax{\newcommand{\mU}{\bm U}}
-\CustomizeMathJax{\newcommand{\vu}{\bm u}}
-\CustomizeMathJax{\newcommand{\mV}{\bm V}}
-\CustomizeMathJax{\newcommand{\vv}{\bm v}}
-\CustomizeMathJax{\newcommand{\mW}{\bm W}}
-\CustomizeMathJax{\newcommand{\vw}{\bm w}}
-\CustomizeMathJax{\newcommand{\mX}{\bm X}}
-\CustomizeMathJax{\newcommand{\vx}{\bm x}}
-\CustomizeMathJax{\newcommand{\mY}{\bm Y}}
-\CustomizeMathJax{\newcommand{\vy}{\bm y}}
-\CustomizeMathJax{\newcommand{\mZ}{\bm Z}}
-\CustomizeMathJax{\newcommand{\vz}{\bm z}}
+\LWR at mathjax@addlatin at u@bfit{m}% uppercase Latin, bold italic
+\LWR at mathjax@addlatin at l@bfit{v}% lowercase Latin, bold italic
 
-\CustomizeMathJax{\newcommand{\valpha}{\bm \alpha}}
-\CustomizeMathJax{\newcommand{\vbeta}{\bm \beta}}
-\CustomizeMathJax{\newcommand{\vgamma}{\bm \gamma}}
-\CustomizeMathJax{\newcommand{\vdelta}{\bm \delta}}
-\CustomizeMathJax{\newcommand{\vepsi}{\bm \epsi}}
-\CustomizeMathJax{\newcommand{\vvarepsilon}{\bm \varepsilon}}
-\CustomizeMathJax{\newcommand{\vzeta}{\bm \zeta}}
-\CustomizeMathJax{\newcommand{\veta}{\bm \eta}}
-\CustomizeMathJax{\newcommand{\vtheta}{\bm \theta}}
-\CustomizeMathJax{\newcommand{\viota}{\bm \iota}}
-\CustomizeMathJax{\newcommand{\vkappa}{\bm \kappa}}
-\CustomizeMathJax{\newcommand{\vlambda}{\bm \lambda}}
-\CustomizeMathJax{\newcommand{\vmu}{\bm \mu}}
-\CustomizeMathJax{\newcommand{\vnu}{\bm \nu}}
-\CustomizeMathJax{\newcommand{\vxi}{\bm \xi}}
-\CustomizeMathJax{\newcommand{\vpi}{\bm \pi}}
-\CustomizeMathJax{\newcommand{\vrho}{\bm \rho}}
-\CustomizeMathJax{\newcommand{\vsigma}{\bm \sigma}}
-\CustomizeMathJax{\newcommand{\vtau}{\bm \tau}}
-\CustomizeMathJax{\newcommand{\vupsilon}{\bm \upsilon}}
-\CustomizeMathJax{\newcommand{\vphi}{\bm \phi}}
-\CustomizeMathJax{\newcommand{\vchi}{\bm \chi}}
-\CustomizeMathJax{\newcommand{\vpsi}{\bm \psi}}
-\CustomizeMathJax{\newcommand{\vomega}{\bm \omega}}
+\LWR at mathjax@addgreek at l@bfit{v}{}% lowercase Greek bold italic
+\LWR at mathjax@addgreek at u@bfit*{m}{}% uppercase Greek bold italic, capitalized macro names
 
-\CustomizeMathJax{\newcommand{\mGamma}{\bm \varGamma}}
-\CustomizeMathJax{\newcommand{\mDelta}{\bm \varDelta}}
-\CustomizeMathJax{\newcommand{\mTheta}{\bm \varTheta}}
-\CustomizeMathJax{\newcommand{\mLambda}{\bm \varLambda}}
-\CustomizeMathJax{\newcommand{\mXi}{\bm \varXi}}
-\CustomizeMathJax{\newcommand{\mPi}{\bm \varPi}}
-\CustomizeMathJax{\newcommand{\mSigma}{\bm \varSigma}}
-\CustomizeMathJax{\newcommand{\mUpsilon}{\bm \varUpsilon}}
-\CustomizeMathJax{\newcommand{\mPhi}{\bm \varPhi}}
-\CustomizeMathJax{\newcommand{\mPsi}{\bm \varPsi}}
-\CustomizeMathJax{\newcommand{\mOmega}{\bm \varOmega}}
-
 \CustomizeMathJax{\newcommand{\rb}{\mathrm{b}}}
 \CustomizeMathJax{\newcommand{\rB}{\mathrm{B}}}
 \CustomizeMathJax{\newcommand{\rC}{\mathrm{C}}}

Modified: trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-everyshi.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-everyshi.sty	2020-09-03 21:10:13 UTC (rev 56254)
+++ trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-everyshi.sty	2020-09-03 21:11:36 UTC (rev 56255)
@@ -16,7 +16,10 @@
 %% and version 1.3 or later is part of all distributions of LaTeX
 %% version 2005/12/01 or later.
 \LWR at ProvidesPackageDrop{everyshi}[2001/05/15]
+\let\EveryShipout\relax
 \newcommand*{\EveryShipout}[1]{}
+
+\let\AtNextShipout\relax
 \newcommand*{\AtNextShipout}[1]{}
 \endinput
 %%

Added: trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-hepunits.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-hepunits.sty	                        (rev 0)
+++ trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-hepunits.sty	2020-09-03 21:11:36 UTC (rev 56255)
@@ -0,0 +1,84 @@
+%%
+%% This is file `lwarp-hepunits.sty',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% lwarp.dtx  (with options: `hepunits')
+%% This is a generated file.
+%% Copyright 2016-2020 Brian Dunn
+%% 
+%% This work may be distributed and/or modified under the
+%% conditions of the LaTeX Project Public License, either version 1.3
+%% of this license or (at your option) any later version.
+%% The latest version of this license is in
+%%   http://www.latex-project.org/lppl.txt
+%% and version 1.3 or later is part of all distributions of LaTeX
+%% version 2005/12/01 or later.
+\LWR at ProvidesPackagePass{hepunits}[2020/04/10]
+\begin{warpMathJax}
+\LWR at infoprocessingmathjax{hepunits}
+
+\ifx\@HEPopt at sicmds\@yes
+\CustomizeMathJax{\newcommand{\micron}{\micro\metre}}
+\CustomizeMathJax{\newcommand{\mrad}{\milli\radian}}
+\fi
+
+\CustomizeMathJax{\newcommand{\gauss}{\mathrm{G}}}
+
+\CustomizeMathJax{\newcommand{\invcmsq}{\centi\metre\tothe{-2}}}
+\CustomizeMathJax{\newcommand{\invcmsqpersecond}{\invcmsq\second\tothe{-1}}}
+\CustomizeMathJax{\newcommand{\invcmsqpersec}{\invcmsqpersecond}}
+
+%% (Inverse) cross-sections
+\CustomizeMathJax{\newcommand{\invbarn}{\barn\tothe{-1}}}
+
+\ifx\@HEPopt at noprefixcmds\@empty
+\CustomizeMathJax{\newcommand{\millibarn}{\milli\barn}}
+\CustomizeMathJax{\newcommand{\microbarn}{\micro\barn}}
+\CustomizeMathJax{\newcommand{\nanobarn}{\nano\barn}}
+\CustomizeMathJax{\newcommand{\picobarn}{\pico\barn}}
+\CustomizeMathJax{\newcommand{\femtobarn}{\femto\barn}}
+\CustomizeMathJax{\newcommand{\attobarn}{\atto\barn}}
+\CustomizeMathJax{\newcommand{\zeptobarn}{\zepto\barn}}
+\CustomizeMathJax{\newcommand{\yoctobarn}{\yocto\barn}}
+\CustomizeMathJax{\newcommand{\invnanobarn}{\nano\invbarn}}
+\CustomizeMathJax{\newcommand{\invpicobarn}{\pico\invbarn}}
+\CustomizeMathJax{\newcommand{\invfemtobarn}{\femto\invbarn}}
+\CustomizeMathJax{\newcommand{\invattobarn}{\atto\invbarn}}
+\CustomizeMathJax{\newcommand{\invzeptobarn}{\zepto\invbarn}}
+\CustomizeMathJax{\newcommand{\invyoctobarn}{\yocto\invbarn}}
+\CustomizeMathJax{\newcommand{\invnb}{\invnanobarn}}
+\CustomizeMathJax{\newcommand{\invpb}{\invpicobarn}}
+\CustomizeMathJax{\newcommand{\invfb}{\invfemtobarn}}
+\CustomizeMathJax{\newcommand{\invab}{\invattobarn}}
+\CustomizeMathJax{\newcommand{\invzb}{\invzeptobarn}}
+\CustomizeMathJax{\newcommand{\invyb}{\invyoctobarn}}
+\fi
+
+\CustomizeMathJax{\newcommand{\electronvoltc}{\electronvolt\per\mathit{c}}}
+\CustomizeMathJax{\newcommand{\electronvoltcsq}{\electronvolt\per\mathit{c}\squared}}
+\CustomizeMathJax{\let\eVc\electronvoltc}
+\CustomizeMathJax{\let\eVcsq\electronvoltcsq}
+
+\ifx\@HEPopt at noprefixcmds\@empty
+\CustomizeMathJax{\newcommand{\meV}{\milli\eV}}
+\CustomizeMathJax{\newcommand{\keV}{\kilo\eV}}
+\CustomizeMathJax{\newcommand{\MeV}{\mega\eV}}
+\CustomizeMathJax{\newcommand{\GeV}{\giga\eV}}
+\CustomizeMathJax{\newcommand{\TeV}{\tera\eV}}
+\CustomizeMathJax{\newcommand{\meVc}{\milli\eVc}}
+\CustomizeMathJax{\newcommand{\keVc}{\kilo\eVc}}
+\CustomizeMathJax{\newcommand{\MeVc}{\mega\eVc}}
+\CustomizeMathJax{\newcommand{\GeVc}{\giga\eVc}}
+\CustomizeMathJax{\newcommand{\TeVc}{\tera\eVc}}
+\CustomizeMathJax{\newcommand{\meVcsq}{\milli\eVcsq}}
+\CustomizeMathJax{\newcommand{\keVcsq}{\kilo\eVcsq}}
+\CustomizeMathJax{\newcommand{\MeVcsq}{\mega\eVcsq}}
+\CustomizeMathJax{\newcommand{\GeVcsq}{\giga\eVcsq}}
+\CustomizeMathJax{\newcommand{\TeVcsq}{\tera\eVcsq}}
+\fi
+\end{warpMathJax}
+\endinput
+%%
+%% End of file `lwarp-hepunits.sty'.


Property changes on: trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-hepunits.sty
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-hhtensor.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-hhtensor.sty	                        (rev 0)
+++ trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-hhtensor.sty	2020-09-03 21:11:36 UTC (rev 56255)
@@ -0,0 +1,47 @@
+%%
+%% This is file `lwarp-hhtensor.sty',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% lwarp.dtx  (with options: `hhtensor')
+%% This is a generated file.
+%% Copyright 2016-2020 Brian Dunn
+%% 
+%% This work may be distributed and/or modified under the
+%% conditions of the LaTeX Project Public License, either version 1.3
+%% of this license or (at your option) any later version.
+%% The latest version of this license is in
+%%   http://www.latex-project.org/lppl.txt
+%% and version 1.3 or later is part of all distributions of LaTeX
+%% version 2005/12/01 or later.
+\LWR at ProvidesPackagePass{hhtensor}[2011/12/29]
+\begin{warpMathJax}
+\iftensor at bold
+  \CustomizeMathJax{\newcommand{\vec}[1]{\boldsymbol{#1}}}
+  \CustomizeMathJax{\newcommand{\matr}[1]{\boldsymbol{#1}}}
+  \CustomizeMathJax{\newcommand{\tens}[2]{\boldsymbol{#1}}}
+\else
+  \iftensor at uline
+    \CustomizeMathJax{\newcommand{\vec}[1]{\ushort{#1}}}
+    \CustomizeMathJax{\newcommand{\matr}[1]{\ushortd{#1}}}
+    \CustomizeMathJax{\newcommand{\tens}[2]{
+        \underset{
+            \raise{.5ex}{\underset{#2}{\sim}}
+        }{#1}
+    }}
+  \else
+    \CustomizeMathJax{\newcommand{\matr}[1]{\vec{\vec{#1}}}}
+    \CustomizeMathJax{\newcommand{\tens}[2]{
+        \underset{
+            \raise{.5ex}{\underset{#2}{\sim}}
+        }{#1}
+    }}
+  \fi
+\fi
+\CustomizeMathJax{\newcommand{\dcdot}{\mathrel{\cdot\mkern 0.0mu \cdot}}}
+\CustomizeMathJax{\newcommand{\trans}{{}^{\mathrm{T}}}}
+\end{warpMathJax}
+\endinput
+%%
+%% End of file `lwarp-hhtensor.sty'.


Property changes on: trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-hhtensor.sty
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-mathalpha.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-mathalpha.sty	                        (rev 0)
+++ trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-mathalpha.sty	2020-09-03 21:11:36 UTC (rev 56255)
@@ -0,0 +1,28 @@
+%%
+%% This is file `lwarp-mathalpha.sty',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% lwarp.dtx  (with options: `mathalpha')
+%% This is a generated file.
+%% Copyright 2016-2020 Brian Dunn
+%% 
+%% This work may be distributed and/or modified under the
+%% conditions of the LaTeX Project Public License, either version 1.3
+%% of this license or (at your option) any later version.
+%% The latest version of this license is in
+%%   http://www.latex-project.org/lppl.txt
+%% and version 1.3 or later is part of all distributions of LaTeX
+%% version 2005/12/01 or later.
+\LWR at ProvidesPackagePass{mathalpha}[2019/10/05]
+
+\begin{warpMathJax}
+\CustomizeMathJax{\newcommand{\mathbbb}[1]{\boldsymbol{\mathbb{#1}}}}% not bold
+\CustomizeMathJax{\newcommand{\mathbcal}[1]{\boldsymbol{\mathcal{#1}}}}
+\CustomizeMathJax{\newcommand{\mathbfrak}[1]{\boldsymbol{\mathfrak{#1}}}}
+\CustomizeMathJax{\newcommand{\mathbscr}[1]{\boldsymbol{\mathscr{#1}}}}% not bold
+\end{warpMathJax}
+\endinput
+%%
+%% End of file `lwarp-mathalpha.sty'.


Property changes on: trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-mathalpha.sty
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-mathdesign.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-mathdesign.sty	                        (rev 0)
+++ trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-mathdesign.sty	2020-09-03 21:11:36 UTC (rev 56255)
@@ -0,0 +1,62 @@
+%%
+%% This is file `lwarp-mathdesign.sty',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% lwarp.dtx  (with options: `mathdesign')
+%% This is a generated file.
+%% Copyright 2016-2020 Brian Dunn
+%% 
+%% This work may be distributed and/or modified under the
+%% conditions of the LaTeX Project Public License, either version 1.3
+%% of this license or (at your option) any later version.
+%% The latest version of this license is in
+%%   http://www.latex-project.org/lppl.txt
+%% and version 1.3 or later is part of all distributions of LaTeX
+%% version 2005/12/01 or later.
+\LWR at origRequirePackage{lwarp-common-mathjax-letters}
+\LWR at origRequirePackage{lwarp-common-mathjax-overlaysymbols}
+
+\LWR at ProvidesPackagePass{mathdesign}[2013/08/29]
+\begin{warpMathJax}
+\LWR at infoprocessingmathjax{mathdesign}
+
+\LWR at mathjax@addgreek at l@up{}{up}
+\LWR at mathjax@addgreek at u@up*{}{up}
+
+\LWR at mathjax@addgreek at l@it{}{it}
+\LWR at mathjax@addgreek at u@it*{}{it}
+
+\CustomizeMathJax{\let\digammaup\Digammaup}
+\CustomizeMathJax{\renewcommand{\digammait}{\mathit{\digammaup}}}
+
+\CustomizeMathJax{\newcommand{\smallin}{\unicode{x220A}}}
+\CustomizeMathJax{\newcommand{\smallowns}{\unicode{x220D}}}
+\CustomizeMathJax{\newcommand{\notsmallin}{\LWRoverlaysymbols{/}{\unicode{x220A}}}}
+\CustomizeMathJax{\newcommand{\notsmallowns}{\LWRoverlaysymbols{/}{\unicode{x220D}}}}
+\CustomizeMathJax{\newcommand{\rightangle}{\unicode{x221F}}}
+
+\CustomizeMathJax{\newcommand{\intclockwise}{\unicode{x2231}}}
+\CustomizeMathJax{\newcommand{\ointclockwise}{\unicode{x2232}}}
+\CustomizeMathJax{\newcommand{\ointctrclockwise}{\unicode{x2233}}}
+\CustomizeMathJax{\newcommand{\oiint}{\unicode{x222F}}}
+\CustomizeMathJax{\newcommand{\oiiint}{\unicode{x2230}}}
+
+\CustomizeMathJax{\newcommand{\ddag}{\unicode{x2021}}}
+\CustomizeMathJax{\newcommand{\P}{\unicode{x00B6}}}
+\CustomizeMathJax{\newcommand{\copyright}{\unicode{x00A9}}}
+\CustomizeMathJax{\newcommand{\dag}{\unicode{x2020}}}
+\CustomizeMathJax{\newcommand{\pounds}{\unicode{x00A3}}}
+
+\CustomizeMathJax{\newcommand{\iddots}{\unicode{x22F0}}}
+\CustomizeMathJax{\newcommand{\utimes}{\overline{\times}}}
+\CustomizeMathJax{\newcommand{\dtimes}{\underline{\times}}}
+\CustomizeMathJax{\newcommand{\udtimes}{\overline{\underline{\times}}}}
+\CustomizeMathJax{\newcommand{\leftwave}{\left\{}}
+\CustomizeMathJax{\newcommand{\rightwave}{\right\}}}
+
+\end{warpMathJax}
+\endinput
+%%
+%% End of file `lwarp-mathdesign.sty'.


Property changes on: trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-mathdesign.sty
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-mathpazo.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-mathpazo.sty	                        (rev 0)
+++ trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-mathpazo.sty	2020-09-03 21:11:36 UTC (rev 56255)
@@ -0,0 +1,30 @@
+%%
+%% This is file `lwarp-mathpazo.sty',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% lwarp.dtx  (with options: `mathpazo')
+%% This is a generated file.
+%% Copyright 2016-2020 Brian Dunn
+%% 
+%% This work may be distributed and/or modified under the
+%% conditions of the LaTeX Project Public License, either version 1.3
+%% of this license or (at your option) any later version.
+%% The latest version of this license is in
+%%   http://www.latex-project.org/lppl.txt
+%% and version 1.3 or later is part of all distributions of LaTeX
+%% version 2005/12/01 or later.
+\LWR at origRequirePackage{lwarp-common-mathjax-letters}
+
+\LWR at ProvidesPackagePass{mathpazo}[2020/03/25]
+\begin{warpMathJax}
+\LWR at infoprocessingmathjax{mathpazo}
+
+\LWR at mathjax@addgreek at u@up*{up}{}
+
+\CustomizeMathJax{\newcommand{\mathbold}[1]{\boldsymbol{#1}}}
+\end{warpMathJax}
+\endinput
+%%
+%% End of file `lwarp-mathpazo.sty'.


Property changes on: trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-mathpazo.sty
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-mathptmx.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-mathptmx.sty	                        (rev 0)
+++ trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-mathptmx.sty	2020-09-03 21:11:36 UTC (rev 56255)
@@ -0,0 +1,28 @@
+%%
+%% This is file `lwarp-mathptmx.sty',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% lwarp.dtx  (with options: `mathptmx')
+%% This is a generated file.
+%% Copyright 2016-2020 Brian Dunn
+%% 
+%% This work may be distributed and/or modified under the
+%% conditions of the LaTeX Project Public License, either version 1.3
+%% of this license or (at your option) any later version.
+%% The latest version of this license is in
+%%   http://www.latex-project.org/lppl.txt
+%% and version 1.3 or later is part of all distributions of LaTeX
+%% version 2005/12/01 or later.
+\LWR at origRequirePackage{lwarp-common-mathjax-letters}
+
+\LWR at ProvidesPackagePass{mathptmx}[2020/03/25]
+\begin{warpMathJax}
+\LWR at infoprocessingmathjax{mathptmx}
+
+\LWR at mathjax@addgreek at u@up*{up}{}
+\end{warpMathJax}
+\endinput
+%%
+%% End of file `lwarp-mathptmx.sty'.


Property changes on: trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-mathptmx.sty
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Modified: trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-mathtools.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-mathtools.sty	2020-09-03 21:10:13 UTC (rev 56254)
+++ trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-mathtools.sty	2020-09-03 21:11:36 UTC (rev 56255)
@@ -50,7 +50,8 @@
 \CustomizeMathJax{\newcommand{\crampedclap}[2][]{{#1#2}}}
 \CustomizeMathJax{\newenvironment{crampedsubarray}[1]{}{}}
 \CustomizeMathJax{\newcommand{\crampedsubstack}{}}
-\CustomizeMathJax{\newcommand{\smashoperator}[2][]{#2}}
+\CustomizeMathJax{\newcommand{\smashoperator}[2][]{#2\limits}}
+\CustomizeMathJax{\newcommand{\adjustlimits}{}}
 \CustomizeMathJax{\newcommand{\SwapAboveDisplaySkip}{}}
 
 \CustomizeMathJax{\require{extpfeil}}
@@ -233,8 +234,8 @@
 
 \CustomizeMathJax{\newcommand\lparen{(}}
 \CustomizeMathJax{\newcommand\rparen{)}}
-\CustomizeMathJax{\newcommand{\vcentcolon}{:}}
 \CustomizeMathJax{\newcommand{\ordinarycolon}{:}}
+\CustomizeMathJax{\newcommand{\vcentcolon}{\mathrel{\mathop\ordinarycolon}}}
 
 \CustomizeMathJax{\newcommand\dblcolon{\vcentcolon\vcentcolon}}
 \CustomizeMathJax{\newcommand\coloneqq{\vcentcolon=}}
@@ -252,9 +253,9 @@
 \CustomizeMathJax{\newcommand\colonsim{\vcentcolon\sim}}
 \CustomizeMathJax{\newcommand\Colonsim{\dblcolon\sim}}
 
-\CustomizeMathJax{\newcommand{\nuparrow}{\cancel{\uparrow}}}
-\CustomizeMathJax{\newcommand{\ndownarrow}{\cancel{\downarrow}}}
-\CustomizeMathJax{\newcommand{\bigtimes}{{\Large\times}}}
+\CustomizeMathJax{\newcommand{\nuparrow}{\mathrel{\cancel{\uparrow}}}}
+\CustomizeMathJax{\newcommand{\ndownarrow}{\mathrel{\cancel{\downarrow}}}}
+\CustomizeMathJax{\newcommand{\bigtimes}{\mathop{\Large\times}\limits}}
 
 \CustomizeMathJax{\newcommand{\prescript}[3]{{}^{#1}_{#2}#3}}
 

Modified: trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-mismath.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-mismath.sty	2020-09-03 21:10:13 UTC (rev 56254)
+++ trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-mismath.sty	2020-09-03 21:11:36 UTC (rev 56255)
@@ -61,48 +61,48 @@
 \CustomizeMathJax{\newcommand{\V}{\operatorname{\probastyle{V}}}}
 \CustomizeMathJax{\newcommand{\Par}{\unicode{x00B6}}}
 
-\CustomizeMathJax{\newcommand{\adj}{\mathrm{adj}}}
-\CustomizeMathJax{\newcommand{\Aut}{\mathrm{Aut}}}
-\CustomizeMathJax{\newcommand{\Conv}{\mathrm{Conv}}}
-\CustomizeMathJax{\newcommand{\cov}{\mathrm{cov}}}
-\CustomizeMathJax{\newcommand{\Cov}{\mathrm{Cov}}}
-\CustomizeMathJax{\newcommand{curl}{\operatorname{\vect{\mathrm{curl}}}}}
-\CustomizeMathJax{\newcommand{\divg}{\mathrm{div}}}
-\CustomizeMathJax{\newcommand{\End}{\mathrm{End}}}
+\CustomizeMathJax{\DeclareMathOperator{\adj}{adj}}
+\CustomizeMathJax{\DeclareMathOperator{\Aut}{Aut}}
+\CustomizeMathJax{\DeclareMathOperator{\Conv}{Conv}}
+\CustomizeMathJax{\DeclareMathOperator{\cov}{cov}}
+\CustomizeMathJax{\DeclareMathOperator{\Cov}{Cov}}
+\CustomizeMathJax{\newcommand{\curl}{\operatorname{\vect{\mathrm{curl}}}}}
+\CustomizeMathJax{\DeclareMathOperator{\divg}{div}}
+\CustomizeMathJax{\DeclareMathOperator{\End}{End}}
 
-\CustomizeMathJax{\newcommand{\erf}{\mathrm{erf}}}
-\CustomizeMathJax{\newcommand{grad}{\operatorname{\vect{\mathrm{grad}}}}}
-\CustomizeMathJax{\newcommand{\id}{\mathrm{id}}}
-\CustomizeMathJax{\newcommand{\Id}{\mathrm{Id}}}
-\CustomizeMathJax{\newcommand{\im}{\mathrm{im}}}
+\CustomizeMathJax{\DeclareMathOperator{\erf}{erf}}
+\CustomizeMathJax{\newcommand{\grad}{\operatorname{\vect{\mathrm{grad}}}}}
+\CustomizeMathJax{\DeclareMathOperator{\id}{id}}
+\CustomizeMathJax{\DeclareMathOperator{\Id}{Id}}
+\CustomizeMathJax{\DeclareMathOperator{\im}{im}}
 \CustomizeMathJax{\let\oldIm\Im}
 \CustomizeMathJax{\renewcommand{\Im}{\operatorname{Im}}}
-\CustomizeMathJax{\newcommand{\lb}{\mathrm{lb}}}
-\CustomizeMathJax{\newcommand{\lcm}{\mathrm{lcm}}}
+\CustomizeMathJax{\DeclareMathOperator{\lb}{lb}}
+\CustomizeMathJax{\DeclareMathOperator{\lcm}{lcm}}
 
-\CustomizeMathJax{\newcommand{\rank}{\mathrm{rank}}}
+\CustomizeMathJax{\DeclareMathOperator{\rank}{rank}}
 \CustomizeMathJax{\let\oldRe\Re}
 \CustomizeMathJax{\renewcommand{\Re}{\operatorname{Re}}}
-\CustomizeMathJax{\newcommand{rot}{\operatorname{\vect{\mathrm{rot}}}}}
-\CustomizeMathJax{\newcommand{\sgn}{\mathrm{sgn}}}
-\CustomizeMathJax{\newcommand{\spa}{\mathrm{span}}}
-\CustomizeMathJax{\newcommand{\tr}{\mathrm{tr}}}
-\CustomizeMathJax{\newcommand{\Var}{\mathrm{Var}}}
-\CustomizeMathJax{\newcommand{\Zu}{\mathrm{Z}}}
+\CustomizeMathJax{\newcommand{\rot}{\operatorname{\vect{\mathrm{rot}}}}}
+\CustomizeMathJax{\DeclareMathOperator{\sgn}{sgn}}
+\CustomizeMathJax{\DeclareMathOperator{\spa}{span}}
+\CustomizeMathJax{\DeclareMathOperator{\tr}{tr}}
+\CustomizeMathJax{\DeclareMathOperator{\Var}{Var}}
+\CustomizeMathJax{\DeclareMathOperator{\Zu}{Z}}
 
-\CustomizeMathJax{\newcommand{\arccot}{\mathrm{arccot}}}
-\CustomizeMathJax{\newcommand{\sech}{\mathrm{sech}}}
-\CustomizeMathJax{\newcommand{\csch}{\mathrm{csch}}}
-\CustomizeMathJax{\newcommand{\arsinh}{\mathrm{arsinh}}}
-\CustomizeMathJax{\newcommand{\arcosh}{\mathrm{arcosh}}}
-\CustomizeMathJax{\newcommand{\artanh}{\mathrm{artanh}}}
-\CustomizeMathJax{\newcommand{\arcoth}{\mathrm{arcoth}}}
-\CustomizeMathJax{\newcommand{\arsech}{\mathrm{arsech}}}
-\CustomizeMathJax{\newcommand{\arcsch}{\mathrm{arcsch}}}
+\CustomizeMathJax{\DeclareMathOperator{\arccot}{arccot}}
+\CustomizeMathJax{\DeclareMathOperator{\sech}{sech}}
+\CustomizeMathJax{\DeclareMathOperator{\csch}{csch}}
+\CustomizeMathJax{\DeclareMathOperator{\arsinh}{arsinh}}
+\CustomizeMathJax{\DeclareMathOperator{\arcosh}{arcosh}}
+\CustomizeMathJax{\DeclareMathOperator{\artanh}{artanh}}
+\CustomizeMathJax{\DeclareMathOperator{\arcoth}{arcoth}}
+\CustomizeMathJax{\DeclareMathOperator{\arsech}{arsech}}
+\CustomizeMathJax{\DeclareMathOperator{\arcsch}{arcsch}}
 
-\CustomizeMathJax{\newcommand{\bigO}{\mathcal{O}}}
-\CustomizeMathJax{\newcommand{\bigo}{\mathrm{O}}}
-\CustomizeMathJax{\newcommand{\lito}{\mathrm{o}}}
+\CustomizeMathJax{\DeclareMathOperator{\bigO}{\mathcal{O}}}
+\CustomizeMathJax{\DeclareMathOperator{\bigo}{O}}
+\CustomizeMathJax{\DeclareMathOperator{\lito}{o}}
 
 \CustomizeMathJax{\newcommand{\R}{\mathset{R}}}
 \CustomizeMathJax{\newcommand{\C}{\mathset{C}}}

Added: trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-mleftright.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-mleftright.sty	                        (rev 0)
+++ trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-mleftright.sty	2020-09-03 21:11:36 UTC (rev 56255)
@@ -0,0 +1,27 @@
+%%
+%% This is file `lwarp-mleftright.sty',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% lwarp.dtx  (with options: `mleftright')
+%% This is a generated file.
+%% Copyright 2016-2020 Brian Dunn
+%% 
+%% This work may be distributed and/or modified under the
+%% conditions of the LaTeX Project Public License, either version 1.3
+%% of this license or (at your option) any later version.
+%% The latest version of this license is in
+%%   http://www.latex-project.org/lppl.txt
+%% and version 1.3 or later is part of all distributions of LaTeX
+%% version 2005/12/01 or later.
+\LWR at ProvidesPackagePass{mleftright}[2019/12/03]
+\begin{warpMathJax}
+\CustomizeMathJax{\newcommand{\mleft}{\left}}
+\CustomizeMathJax{\newcommand{\mright}{\right}}
+\CustomizeMathJax{\newcommand{\mleftright}{}}
+\CustomizeMathJax{\newcommand{\mleftrightrestore}{}}
+\end{warpMathJax}
+\endinput
+%%
+%% End of file `lwarp-mleftright.sty'.


Property changes on: trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-mleftright.sty
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-newpxmath.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-newpxmath.sty	                        (rev 0)
+++ trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-newpxmath.sty	2020-09-03 21:11:36 UTC (rev 56255)
@@ -0,0 +1,25 @@
+%%
+%% This is file `lwarp-newpxmath.sty',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% lwarp.dtx  (with options: `newpxmath')
+%% This is a generated file.
+%% Copyright 2016-2020 Brian Dunn
+%% 
+%% This work may be distributed and/or modified under the
+%% conditions of the LaTeX Project Public License, either version 1.3
+%% of this license or (at your option) any later version.
+%% The latest version of this license is in
+%%   http://www.latex-project.org/lppl.txt
+%% and version 1.3 or later is part of all distributions of LaTeX
+%% version 2005/12/01 or later.
+\LWR at ProvidesPackagePass{newpxmath}[2020/01/09]
+
+\LWR at infoprocessingmathjax{newpxmath}
+
+\LWR at origRequirePackage{lwarp-common-mathjax-newpxtxmath}
+\endinput
+%%
+%% End of file `lwarp-newpxmath.sty'.


Property changes on: trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-newpxmath.sty
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-newtxmath.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-newtxmath.sty	                        (rev 0)
+++ trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-newtxmath.sty	2020-09-03 21:11:36 UTC (rev 56255)
@@ -0,0 +1,25 @@
+%%
+%% This is file `lwarp-newtxmath.sty',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% lwarp.dtx  (with options: `newtxmath')
+%% This is a generated file.
+%% Copyright 2016-2020 Brian Dunn
+%% 
+%% This work may be distributed and/or modified under the
+%% conditions of the LaTeX Project Public License, either version 1.3
+%% of this license or (at your option) any later version.
+%% The latest version of this license is in
+%%   http://www.latex-project.org/lppl.txt
+%% and version 1.3 or later is part of all distributions of LaTeX
+%% version 2005/12/01 or later.
+\LWR at ProvidesPackagePass{newtxmath}[2020/08/04]
+
+\LWR at infoprocessingmathjax{newtxmath}
+
+\LWR at origRequirePackage{lwarp-common-mathjax-newpxtxmath}
+\endinput
+%%
+%% End of file `lwarp-newtxmath.sty'.


Property changes on: trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-newtxmath.sty
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-newtxsf.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-newtxsf.sty	                        (rev 0)
+++ trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-newtxsf.sty	2020-09-03 21:11:36 UTC (rev 56255)
@@ -0,0 +1,25 @@
+%%
+%% This is file `lwarp-newtxsf.sty',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% lwarp.dtx  (with options: `newtxsf')
+%% This is a generated file.
+%% Copyright 2016-2020 Brian Dunn
+%% 
+%% This work may be distributed and/or modified under the
+%% conditions of the LaTeX Project Public License, either version 1.3
+%% of this license or (at your option) any later version.
+%% The latest version of this license is in
+%%   http://www.latex-project.org/lppl.txt
+%% and version 1.3 or later is part of all distributions of LaTeX
+%% version 2005/12/01 or later.
+\LWR at ProvidesPackagePass{newtxsf}[2020/05/02]
+
+\LWR at infoprocessingmathjax{newtxsf}
+
+\LWR at origRequirePackage{lwarp-common-mathjax-newpxtxmath}
+\endinput
+%%
+%% End of file `lwarp-newtxsf.sty'.


Property changes on: trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-newtxsf.sty
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-pxfonts.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-pxfonts.sty	                        (rev 0)
+++ trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-pxfonts.sty	2020-09-03 21:11:36 UTC (rev 56255)
@@ -0,0 +1,28 @@
+%%
+%% This is file `lwarp-pxfonts.sty',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% lwarp.dtx  (with options: `pxfonts')
+%% This is a generated file.
+%% Copyright 2016-2020 Brian Dunn
+%% 
+%% This work may be distributed and/or modified under the
+%% conditions of the LaTeX Project Public License, either version 1.3
+%% of this license or (at your option) any later version.
+%% The latest version of this license is in
+%%   http://www.latex-project.org/lppl.txt
+%% and version 1.3 or later is part of all distributions of LaTeX
+%% version 2005/12/01 or later.
+\LWR at origRequirePackage{lwarp-common-mathjax-letters}
+
+\LWR at ProvidesPackagePass{pxfonts}[2008/01/22]
+\begin{warpMathJax}
+\LWR at infoprocessingmathjax{pxfonts}
+
+\LWR at mathjax@addgreek at l@up{}{up}
+\end{warpMathJax}
+\endinput
+%%
+%% End of file `lwarp-pxfonts.sty'.


Property changes on: trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-pxfonts.sty
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-shuffle.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-shuffle.sty	                        (rev 0)
+++ trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-shuffle.sty	2020-09-03 21:11:36 UTC (rev 56255)
@@ -0,0 +1,54 @@
+%%
+%% This is file `lwarp-shuffle.sty',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% lwarp.dtx  (with options: `shuffle')
+%% This is a generated file.
+%% Copyright 2016-2020 Brian Dunn
+%% 
+%% This work may be distributed and/or modified under the
+%% conditions of the LaTeX Project Public License, either version 1.3
+%% of this license or (at your option) any later version.
+%% The latest version of this license is in
+%%   http://www.latex-project.org/lppl.txt
+%% and version 1.3 or later is part of all distributions of LaTeX
+%% version 2005/12/01 or later.
+\LWR at ProvidesPackageDrop{shuffle}[2008/10/27]
+\begin{warpHTML}
+\newcommand*{\LWR at shuffle@start}{%
+    \hspace*{.2em}
+    \begin{picture}(.75,0.65)
+    \setlength{\unitlength}{1em}
+    \put(0,0){\line(1,0){.75}}
+    \put(0,0){\line(0,1){.5}}
+    \put(.375,0){\line(0,1){.5}}
+    \put(.75,0){\line(0,1){.5}}
+}
+
+\newcommand*{\LWR at shuffle@finish}{%
+    \end{picture}
+    \hspace*{.75em}
+    \hspace*{.2em}
+}
+
+\newcommand*{\shuffle}{%
+    \LWR at shuffle@start%
+    \LWR at shuffle@finish%
+}
+
+\newcommand*{\cshuffle}{%
+    \LWR at shuffle@start%
+    \put(.05,.65){\line(1,0){.65}}%
+    \LWR at shuffle@finish%
+}
+\end{warpHTML}
+
+\begin{warpMathJax}
+\CustomizeMathJax{\newcommand{\shuffle}{\unicode{0x29E2}}}
+\CustomizeMathJax{\newcommand{\cshuffle}{\bar{\unicode{0x29E2}}}}
+\end{warpMathJax}
+\endinput
+%%
+%% End of file `lwarp-shuffle.sty'.


Property changes on: trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-shuffle.sty
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Modified: trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-siunitx.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-siunitx.sty	2020-09-03 21:10:13 UTC (rev 56254)
+++ trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-siunitx.sty	2020-09-03 21:11:36 UTC (rev 56255)
@@ -285,6 +285,8 @@
 
 \begin{warpMathJax}
 \LWR at infoprocessingmathjax{siunitx}
+\CustomizeMathJax{\newcommand{\tothe}[1]{^{#1}}}
+\CustomizeMathJax{\newcommand{\raiseto}[2]{{#2}^{#1}}}
 
 \CustomizeMathJax{\newcommand{\ang}[2][]{(\mathrm{#2})\degree}}
 \CustomizeMathJax{\newcommand{\num}[2][]{\mathrm{#2}}}
@@ -292,9 +294,9 @@
 \CustomizeMathJax{\newcommand{\LWRSI}[2][]{\mathrm{#1\LWRSInumber\,#2}}}
 \CustomizeMathJax{\newcommand{\SI}[2][]{\def\LWRSInumber{#2}\LWRSI}}
 \CustomizeMathJax{\newcommand{\numlist}[2][]{\mathrm{#2}}}
-\CustomizeMathJax{\newcommand{\numrange}[3][]{\mathrm{#2~-- #3}}}
+\CustomizeMathJax{\newcommand{\numrange}[3][]{\mathrm{#2\,\unicode{x2013}\,#3}}}
 \CustomizeMathJax{\newcommand{\SIlist}[3][]{\mathrm{#2\,#3}}}
-\CustomizeMathJax{\newcommand{\SIrange}[4][]{\mathrm{#2\,#4~-- #3\,#4}}}
+\CustomizeMathJax{\newcommand{\SIrange}[4][]{\mathrm{#2\,#4\,\unicode{x2013}\,#3\,#4}}}
 \CustomizeMathJax{\newcommand{\tablenum}[2][]{\mathrm{#2}}}
 \CustomizeMathJax{\newcommand{\ampere}{\mathrm{A}}}
 \CustomizeMathJax{\newcommand{\candela}{\mathrm{cd}}}
@@ -344,8 +346,8 @@
 \CustomizeMathJax{\newcommand{\electronvolt}{\mathrm{eV}}}
 \CustomizeMathJax{\newcommand{\elementarycharge}{\mathit{e}}}
 \CustomizeMathJax{\newcommand{\hartree}{\mathit{E}_{\mathrm{h}}}}
-\CustomizeMathJax{\newcommand{\planckbar}{\mathit{\unicode{x0127}}}}
-\CustomizeMathJax{\newcommand{\angstrom}{\mathrm{\unicode{x00C5}}}}
+\CustomizeMathJax{\newcommand{\planckbar}{\mathit{\unicode{x210F}}}}
+\CustomizeMathJax{\newcommand{\angstrom}{\mathrm{\unicode{x212B}}}}
 \CustomizeMathJax{\let\LWRorigbar\bar}
 \CustomizeMathJax{\newcommand{\bar}{\mathrm{bar}}}
 \CustomizeMathJax{\newcommand{\barn}{\mathrm{b}}}

Modified: trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-statmath.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-statmath.sty	2020-09-03 21:10:13 UTC (rev 56254)
+++ trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-statmath.sty	2020-09-03 21:11:36 UTC (rev 56255)
@@ -15,12 +15,18 @@
 %%   http://www.latex-project.org/lppl.txt
 %% and version 1.3 or later is part of all distributions of LaTeX
 %% version 2005/12/01 or later.
+\LWR at origRequirePackage{lwarp-common-mathjax-letters}
+
 \LWR at ProvidesPackagePass{statmath}[2018/03/08]
 \begin{warpMathJax}
 \LWR at infoprocessingmathjax{statmath}
 
-\CustomizeMathJax{\let\abcbf\mathbf}
+\ifdefequal{\abcbf}{\mathbf}
+    {\CustomizeMathJax{\newcommand{\abcbf}[1]{\mathbf{#1}}}}
+    {\CustomizeMathJax{\newcommand{\abcbf}[1]{\boldsymbol{#1}}}}
+
 \CustomizeMathJax{\newcommand{\greekbf}[1]{\boldsymbol{#1}}}
+
 \CustomizeMathJax{\newcommand{\bfA}{\abcbf A}}
 \CustomizeMathJax{\newcommand{\bfB}{\abcbf B}}
 \CustomizeMathJax{\newcommand{\bfC}{\abcbf C}}
@@ -73,47 +79,12 @@
 \CustomizeMathJax{\newcommand{\bfx}{\abcbf x}}
 \CustomizeMathJax{\newcommand{\bfy}{\abcbf y}}
 \CustomizeMathJax{\newcommand{\bfz}{\abcbf z}}
-\CustomizeMathJax{\newcommand{\bfalpha}{\greekbf \alpha}}
-\CustomizeMathJax{\newcommand{\bfbeta}{\greekbf \beta}}
-\CustomizeMathJax{\newcommand{\bfdelta}{\greekbf \delta}}
-\CustomizeMathJax{\newcommand{\bfepsilon}{\greekbf \epsilon}}
-\CustomizeMathJax{\newcommand{\bfvarepsilon}{\greekbf \varepsilon}}
-\CustomizeMathJax{\newcommand{\bfzeta}{\greekbf \zeta}}
-\CustomizeMathJax{\newcommand{\bfeta}{\greekbf \eta}}
-\CustomizeMathJax{\newcommand{\bftheta}{\greekbf \theta}}
-\CustomizeMathJax{\newcommand{\bfvartheta}{\greekbf \vartheta}}
-\CustomizeMathJax{\newcommand{\bfgamma}{\greekbf \gamma}}
-\CustomizeMathJax{\newcommand{\bfkappa}{\greekbf \kappa}}
-\CustomizeMathJax{\newcommand{\bflambda}{\greekbf \lambda}}
-\CustomizeMathJax{\newcommand{\bfmu}{\greekbf \mu}}
-\CustomizeMathJax{\newcommand{\bfnu}{\greekbf \nu}}
-\CustomizeMathJax{\newcommand{\bfxi}{\greekbf \xi}}
-\CustomizeMathJax{\newcommand{\bfpi}{\greekbf \pi}}
-\CustomizeMathJax{\newcommand{\bfvarpi}{\greekbf \varpi}}
-\CustomizeMathJax{\newcommand{\bfrho}{\greekbf \rho}}
-\CustomizeMathJax{\newcommand{\bfvarrho}{\greekbf \varrho}}
-\CustomizeMathJax{\newcommand{\bfsigma}{\greekbf \sigma}}
-\CustomizeMathJax{\newcommand{\bfvarsigma}{\greekbf \varsigma}}
-\CustomizeMathJax{\newcommand{\bftau}{\greekbf \tau}}
-\CustomizeMathJax{\newcommand{\bfupsilon}{\greekbf \upsilon}}
-\CustomizeMathJax{\newcommand{\bfphi}{\greekbf \phi}}
-\CustomizeMathJax{\newcommand{\bfvarphi}{\greekbf \varphi}}
-\CustomizeMathJax{\newcommand{\bfchi}{\greekbf \chi}}
-\CustomizeMathJax{\newcommand{\bfpsi}{\greekbf \psi}}
-\CustomizeMathJax{\newcommand{\bfomega}{\greekbf \omega}}
-\CustomizeMathJax{\newcommand{\bfiota}{\greekbf \iota}}
-\CustomizeMathJax{\newcommand{\bfGamma}{\greekbf \Gamma}}
-\CustomizeMathJax{\newcommand{\bfDelta}{\greekbf \Delta}}
-\CustomizeMathJax{\newcommand{\bfTheta}{\greekbf \Theta}}
-\CustomizeMathJax{\newcommand{\bfLambda}{\greekbf \Lambda}}
-\CustomizeMathJax{\newcommand{\bfXi}{\greekbf \Xi}}
-\CustomizeMathJax{\newcommand{\bfPi}{\greekbf \Pi}}
-\CustomizeMathJax{\newcommand{\bfSigma}{\greekbf \Sigma}}
-\CustomizeMathJax{\newcommand{\bfUpsilon}{\greekbf \Upsilon}}
-\CustomizeMathJax{\newcommand{\bfPhi}{\greekbf \Phi}}
-\CustomizeMathJax{\newcommand{\bfPsi}{\greekbf \Psi}}
-\CustomizeMathJax{\newcommand{\bfOmega}{\greekbf \Omega}}
+
+\LWR at mathjax@addgreek at l@bfit{bf}{}% Greek lowercase bold face italic
+\LWR at mathjax@addgreek at u@bfup*{bf}{}% Greek uppercase bold face upright, cap macros.
+
 \CustomizeMathJax{\newcommand{\bfzero}{\greekbf 0}}
+
 \CustomizeMathJax{\DeclareMathOperator{\cov}{Cov}}
 \CustomizeMathJax{\DeclareMathOperator{\E}{E}}
 \CustomizeMathJax{\DeclareMathOperator{\V}{V}}

Modified: trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-thm-listof.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-thm-listof.sty	2020-09-03 21:10:13 UTC (rev 56254)
+++ trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-thm-listof.sty	2020-09-03 21:11:36 UTC (rev 56255)
@@ -16,29 +16,35 @@
 %% and version 1.3 or later is part of all distributions of LaTeX
 %% version 2005/12/01 or later.
 \LWR at ProvidesPackagePass{thm-listof}[2019/12/22]
-\xpatchcmd{\listoftheorems}
-    {%
-        \@xa\protected at edef\csname l@\thmt at envname\endcsname{%
-            \@nx\@dottedtocline{1}{1.5em}{\@nx\thmt at listnumwidth}%
-        }%
-    }
-    {%
-        \csdef{l@\thmt at envname}##1##2{\hypertocfloat{1}{figure}{lof}{##1}{##2}}%
-    }
-    {}
-    {\LWR at patcherror{thm-listof}{listoftheorems}}
+\@ifpackagelater{thm-listof}{2020/08/01}{% v0.72
+  \def\thmtlo at newentry{%
+    \csdef{l@\thmt at envname}##1##2{\hypertocfloat{1}{figure}{lof}{##1}{##2}}%
+  }
+}{% earlier than v0.72
+    \xpatchcmd{\listoftheorems}
+        {%
+            \@xa\protected at edef\csname l@\thmt at envname\endcsname{%
+                \@nx\@dottedtocline{1}{1.5em}{\@nx\thmt at listnumwidth}%
+            }%
+        }
+        {%
+            \csdef{l@\thmt at envname}##1##2{\hypertocfloat{1}{figure}{lof}{##1}{##2}}%
+        }
+        {}
+        {\LWR at patcherror{thm-listof}{listoftheorems}}
 
-\xpatchcmd{\thmt at mklistcmd}
-    {%
-        \@xa\protected at edef\csname l@\thmt at envname\endcsname{%
-            \@nx\@dottedtocline{1}{1.5em}{\@nx\thmt at listnumwidth}%
-        }%
-    }
-    {%
-        \csdef{l@\thmt at envname}##1##2{\hypertocfloat{1}{figure}{lof}{##1}{##2}}%
-    }
-    {}
-    {\LWR at patcherror{thm-listof}{thmt at mklistcmd}}
+    \xpatchcmd{\thmt at mklistcmd}
+        {%
+            \@xa\protected at edef\csname l@\thmt at envname\endcsname{%
+                \@nx\@dottedtocline{1}{1.5em}{\@nx\thmt at listnumwidth}%
+            }%
+        }
+        {%
+            \csdef{l@\thmt at envname}##1##2{\hypertocfloat{1}{figure}{lof}{##1}{##2}}%
+        }
+        {}
+        {\LWR at patcherror{thm-listof}{thmt at mklistcmd}}
+}
 \endinput
 %%
 %% End of file `lwarp-thm-listof.sty'.

Modified: trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-thm-restate.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-thm-restate.sty	2020-09-03 21:10:13 UTC (rev 56254)
+++ trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-thm-restate.sty	2020-09-03 21:11:36 UTC (rev 56255)
@@ -15,7 +15,7 @@
 %%   http://www.latex-project.org/lppl.txt
 %% and version 1.3 or later is part of all distributions of LaTeX
 %% version 2005/12/01 or later.
-\LWR at ProvidesPackagePass{thm-restate}[2019/12/22]
+\LWR at ProvidesPackagePass{thm-restate}[2020/08/01]
 \xpatchcmd{\thmt at restatable}
     {\@ifstar}
     {\edef\LWR at thisthmstyle{#2}\@ifstar}

Added: trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-thmtools.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-thmtools.sty	                        (rev 0)
+++ trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-thmtools.sty	2020-09-03 21:11:36 UTC (rev 56255)
@@ -0,0 +1,29 @@
+%%
+%% This is file `lwarp-thmtools.sty',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% lwarp.dtx  (with options: `thmtools')
+%% This is a generated file.
+%% Copyright 2016-2020 Brian Dunn
+%% 
+%% This work may be distributed and/or modified under the
+%% conditions of the LaTeX Project Public License, either version 1.3
+%% of this license or (at your option) any later version.
+%% The latest version of this license is in
+%%   http://www.latex-project.org/lppl.txt
+%% and version 1.3 or later is part of all distributions of LaTeX
+%% version 2005/12/01 or later.
+\LWR at ProvidesPackagePass{thmtools}[2020/08/01]
+\def\thmt at headstyle@margin{%
+    \InlineClass{amsthmnnumbertheorem}{\NUMBER}
+    \
+    \InlineClass{amsthmnametheorem}{\NAME}
+    \InlineClass{amsthmnotetheorem}{\NOTE}
+}
+
+\let\thmt at headstyle@swapnumber\thmt at headstyle@margin
+\endinput
+%%
+%% End of file `lwarp-thmtools.sty'.


Property changes on: trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-thmtools.sty
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-txfonts.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-txfonts.sty	                        (rev 0)
+++ trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-txfonts.sty	2020-09-03 21:11:36 UTC (rev 56255)
@@ -0,0 +1,28 @@
+%%
+%% This is file `lwarp-txfonts.sty',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% lwarp.dtx  (with options: `txfonts')
+%% This is a generated file.
+%% Copyright 2016-2020 Brian Dunn
+%% 
+%% This work may be distributed and/or modified under the
+%% conditions of the LaTeX Project Public License, either version 1.3
+%% of this license or (at your option) any later version.
+%% The latest version of this license is in
+%%   http://www.latex-project.org/lppl.txt
+%% and version 1.3 or later is part of all distributions of LaTeX
+%% version 2005/12/01 or later.
+\LWR at origRequirePackage{lwarp-common-mathjax-letters}
+
+\LWR at ProvidesPackagePass{txfonts}[2008/01/22]
+\begin{warpMathJax}
+\LWR at infoprocessingmathjax{txfonts}
+
+\LWR at mathjax@addgreek at l@up{}{up}
+\end{warpMathJax}
+\endinput
+%%
+%% End of file `lwarp-txfonts.sty'.


Property changes on: trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-txfonts.sty
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-upgreek.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-upgreek.sty	                        (rev 0)
+++ trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-upgreek.sty	2020-09-03 21:11:36 UTC (rev 56255)
@@ -0,0 +1,30 @@
+%%
+%% This is file `lwarp-upgreek.sty',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% lwarp.dtx  (with options: `upgreek')
+%% This is a generated file.
+%% Copyright 2016-2020 Brian Dunn
+%% 
+%% This work may be distributed and/or modified under the
+%% conditions of the LaTeX Project Public License, either version 1.3
+%% of this license or (at your option) any later version.
+%% The latest version of this license is in
+%%   http://www.latex-project.org/lppl.txt
+%% and version 1.3 or later is part of all distributions of LaTeX
+%% version 2005/12/01 or later.
+\LWR at origRequirePackage{lwarp-common-mathjax-letters}
+
+\LWR at ProvidesPackagePass{upgreek}[2003/02/12]
+\begin{warpMathJax}
+\LWR at infoprocessingmathjax{upgreek}
+
+\LWR at mathjax@addgreek at l@up{up}{}
+\LWR at mathjax@addgreek at u@up{Up}{}
+
+\end{warpMathJax}
+\endinput
+%%
+%% End of file `lwarp-upgreek.sty'.


Property changes on: trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-upgreek.sty
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-ushort.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-ushort.sty	                        (rev 0)
+++ trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-ushort.sty	2020-09-03 21:11:36 UTC (rev 56255)
@@ -0,0 +1,30 @@
+%%
+%% This is file `lwarp-ushort.sty',
+%% generated with the docstrip utility.
+%%
+%% The original source files were:
+%%
+%% lwarp.dtx  (with options: `ushort')
+%% This is a generated file.
+%% Copyright 2016-2020 Brian Dunn
+%% 
+%% This work may be distributed and/or modified under the
+%% conditions of the LaTeX Project Public License, either version 1.3
+%% of this license or (at your option) any later version.
+%% The latest version of this license is in
+%%   http://www.latex-project.org/lppl.txt
+%% and version 1.3 or later is part of all distributions of LaTeX
+%% version 2005/12/01 or later.
+\LWR at ProvidesPackagePass{ushort}[2001/06/13]
+\begin{warpMathJax}
+\CustomizeMathJax{\newcommand{\ushortdline}[1]{%
+    \kern{.1em}\underline{\underline{{#1}}}\kern{.1em}%
+}}
+\CustomizeMathJax{\newcommand{\ushort}[1]{\kern{.1em}\underline{#1}\kern{.1em}}}
+\CustomizeMathJax{\newcommand{\ushortd}[1]{\ushortdline{#1}}}
+\CustomizeMathJax{\newcommand{\ushortw}[1]{\kern{.1em}\underline{#1}\kern{.1em}}}
+\CustomizeMathJax{\newcommand{\ushortdw}[1]{\ushortdline{#1}}}
+\end{warpMathJax}
+\endinput
+%%
+%% End of file `lwarp-ushort.sty'.


Property changes on: trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-ushort.sty
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Modified: trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-witharrows.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-witharrows.sty	2020-09-03 21:10:13 UTC (rev 56254)
+++ trunk/Master/texmf-dist/tex/latex/lwarp/lwarp-witharrows.sty	2020-09-03 21:11:36 UTC (rev 56255)
@@ -17,7 +17,6 @@
 %% version 2005/12/01 or later.
 \LWR at ProvidesPackagePass{witharrows}[2019/12/27]
 \begin{warpHTML}
-\makeatletter
 \ifbool{mathjax}{
     % For the hidden print version in the HTML:
     \newcommand{\Arrow}[2][]{}
@@ -74,7 +73,6 @@
     }
     \AfterEndEnvironment{DispWithArrows*}{\end{lateximage}\end{BlockClass}}
 }
-\makeatother
 \end{warpHTML}
 
 \begin{warpMathJax}

Modified: trunk/Master/texmf-dist/tex/latex/lwarp/lwarp.sty
===================================================================
--- trunk/Master/texmf-dist/tex/latex/lwarp/lwarp.sty	2020-09-03 21:10:13 UTC (rev 56254)
+++ trunk/Master/texmf-dist/tex/latex/lwarp/lwarp.sty	2020-09-03 21:11:36 UTC (rev 56255)
@@ -17,7 +17,7 @@
 %% version 2005/12/01 or later.
 \NeedsTeXFormat{LaTeX2e}[1999/12/01]
 \ProvidesPackage{lwarp}
-    [2020/07/19 v0.88  Allows LaTeX to directly produce HTML5 output.]
+    [2020/09/03 v0.89  Allows LaTeX to directly produce HTML5 output.]
 
 
 
@@ -190,6 +190,7 @@
 \LWR at loadafter{a5comb}
 \LWR at notmemoirloadafter{abstract}
 \LWR at loadafter{academicons}
+\LWR at loadafter{accents}
 \LWR at loadafter{accessibility}
 \LWR at loadafter{accsupp}
 \LWR at loadafter{acro}
@@ -200,8 +201,6 @@
 \LWR at loadafter{algorithm2e}
 \LWR at loadafter{algorithmicx}
 \LWR at loadafter{alltt}
-\LWR at loadafter{amsmath}
-\LWR at loadafter{amsthm}
 \LWR at loadafter{anonchap}
 \LWR at loadafter{anysize}
 \LWR at notmemoirloadafter{appendix}
@@ -213,6 +212,7 @@
 \LWR at loadafter{attachfile}
 \LWR at loadafter{attachfile2}
 \LWR at loadafter{authblk}
+\LWR at loadafter{authoraftertitle}% Supported as-is, but must be loaded after.
 \LWR at loadafter{autobreak}
 \LWR at loadafter{autonum}
 \LWR at loadafter{awesomebox}
@@ -245,8 +245,8 @@
 \LWR at loadafter{canoniclayout}
 \LWR at loadafter{caption}
 \LWR at loadafter{caption2}
+\LWR at loadafter{caption3}
 \LWR at loadafter{cases}
-\LWR at loadafter{centernot}
 \LWR at loadafter{changebar}
 \LWR at loadafter{changelayout}
 \LWR at notmemoirloadafter{changepage}
@@ -310,7 +310,6 @@
 \LWR at loadafter{etoc}
 \LWR at loadafter{eurosym}
 \LWR at loadafter{everypage}
-\LWR at loadafter{everyshi}
 \LWR at loadafter{extarrows}
 \LWR at loadafter{extramarks}
 \LWR at loadafter{fancybox}
@@ -371,7 +370,9 @@
 \LWR at loadafter{gridset}
 \LWR at loadafter{hang}
 \LWR at loadafter{hanging}
+\LWR at loadafter{hepunits}
 \LWR at loadafter{hhline}
+\LWR at loadafter{hhtensor}
 \LWR at loadafter{hypbmsec}
 \LWR at loadafter{hypcap}
 \LWR at loadafter{hypdestopt}
@@ -418,8 +419,11 @@
 \LWR at loadafter{marginnote}
 \LWR at loadafter{marvosym}
 \LWR at loadafter{mathcomp}
+\LWR at loadafter{mathdesign}
 \LWR at loadafter{mathdots}
 \LWR at loadafter{mathfixs}
+\LWR at loadafter{mathpazo}
+\LWR at loadafter{mathptmx}
 \LWR at loadafter{mathtools}
 \LWR at loadafter{mcaption}
 \LWR at loadafter{mdframed}
@@ -434,6 +438,7 @@
 \LWR at loadafter{minibox}
 \LWR at loadafter{minitoc}
 \LWR at loadafter{mismath}
+\LWR at loadafter{mleftright}
 \LWR at notmemoirloadafter{moreverb}
 \LWR at notmemoirloadafter{movie15}
 \LWR at notmemoirloadafter{mparhack}
@@ -452,7 +457,6 @@
 \LWR at loadafter{nccfoots}
 \LWR at loadafter{nccmath}
 \LWR at notmemoirloadafter{needspace}
-\LWR at loadafter{newtxmath}
 \LWR at notmemoirloadafter{nextpage}
 \LWR at loadafter{nicefrac}
 \LWR at loadafter{niceframe}
@@ -514,6 +518,7 @@
 \LWR at loadafter{pstool}
 \LWR at loadafter{pstricks}
 \LWR at loadafter{pxeveryshi}
+\LWR at loadafter{pxfonts}
 \LWR at loadafter{pxftnright}
 \LWR at loadafter{pxjahyper}
 \LWR at loadafter{quotchap}
@@ -551,6 +556,7 @@
 \LWR at notmemoirloadafter{showidx}
 \LWR at loadafter{showkeys}
 \LWR at loadafter{showtags}
+\LWR at loadafter{shuffle}
 \LWR at loadafter{sidecap}
 \LWR at loadafter{sidenotes}
 \LWR at loadafter{SIunits}
@@ -597,6 +603,7 @@
 \LWR at loadafter{thm-listof}
 \LWR at loadafter{thm-restate}
 \LWR at loadafter{thmbox}
+\LWR at loadafter{thmtools}
 \LWR at loadafter{threadcol}
 \LWR at loadafter{threeparttable}
 \LWR at loadafter{threeparttablex}
@@ -621,6 +628,7 @@
 \LWR at loadafter{trivfloat}
 \LWR at loadafter{truncate}
 \LWR at loadafter{turnthepage}
+\LWR at loadafter{txfonts}
 \LWR at loadafter{twoup}
 \LWR at loadafter{typicons}
 \LWR at loadafter{umoline}
@@ -628,8 +636,10 @@
 \LWR at loadafter{unicode-math}
 \LWR at loadafter{units}
 \LWR at loadafter{unitsdef}
+\LWR at loadafter{upgreek}
 \LWR at loadafter{upref}
 \LWR at loadafter{url}
+\LWR at loadafter{ushort}
 \LWR at loadafter{uspace}
 \LWR at loadafter{varioref}
 \LWR at notmemoirloadafter{verse}
@@ -771,7 +781,8 @@
 \newcommand*{\LWR at patcherror}[2]{%
     \PackageError{lwarp}%
         {%
-            Unable to patch package #1, macro #2.\MessageBreak
+            Unable to patch package #1,\MessageBreak
+            macro \LWRbackslash #2.\MessageBreak
             Lwarp may need to be updated%
         }%
         {Please contact the maintainer of the Lwarp package.}%
@@ -832,6 +843,11 @@
   \fi
   #1%
 }
+\ExplSyntaxOn
+\newcommand*{\LWRtexttitlecase}[1]{%
+    \text_titlecase:n{#1}%
+}
+\ExplSyntaxOff
 \newcommand*{\LWR at LetLtxMacrocs}[2]{%
     \expandafter\LetLtxMacro\csname #1\expandafter\endcsname%
     \csname#2\endcsname%
@@ -1161,8 +1177,7 @@
     tracking=false,
     kerning=false,
     spacing=false}
-
-\DisableLigatures[f,q,t,T,Q]{encoding = *,family = *}
+\DisableLigatures{encoding = *,family = tt*}
 \fi
 \end{warpHTML}
 
@@ -2868,8 +2883,8 @@
   display: inline-block ;
 }
 
-/* mdframed, tcolorbox packages */
-.mdframed, .tcolorbox {
+/* mdframed, tcolorbox, shadebox packages */
+.mdframed, .tcolorbox, .shadebox {
     padding: 0ex ;
     margin: 2ex 0em 2ex 0em ;
     border: 1px solid black ;
@@ -4331,7 +4346,7 @@
   subequations: "0",
   section: "",
   loader: {
-    load: ['[tex]/tagFormat']
+    load: ['[tex]/tagFormat'],
   },
   startup: {
     ready() {
@@ -4452,7 +4467,7 @@
 
 -- Copyright 2016-2020 Brian Dunn
 
-printversion = "v0.88"
+printversion = "v0.89"
 requiredconfversion = "2" -- also at *lwarpmk.conf
 
 function printhelp ()
@@ -4482,7 +4497,7 @@
 lwarpmk pdftosvg <list of file names>: Converts each PDF file to SVG.
 lwarpmk epstopdf <list of file names>: Converts each EPS file to PDF.
 lwarpmk clean [-p project]: Remove *.aux, *.toc, *.lof/t,
-    *.idx, *.ind, *.log, *_html_inc.*, .gl*,
+    *.idx, *.ind, *.bbl, *.log, *_html_inc.*, .gl*,
     *_html.pdf, *_html.html, *_html.sidetoc
 lwarpmk cleanall [-p project]: Remove auxiliary files, project.pdf, *.html
 lwarpmk cleanlimages: Removes all images from the "lateximages" directory.
@@ -4836,6 +4851,7 @@
     sourcename ..".toc " .. sourcename .. "_html.toc " ..
     sourcename ..".lof " .. sourcename .. "_html.lof " ..
     sourcename ..".lot " .. sourcename .. "_html.lot " ..
+    sourcename ..".bbl " .. sourcename .. "_html.bbl " ..
     " *.idx " ..
     " *.ind " ..
     sourcename ..".ps " .. sourcename .."_html.ps " ..
@@ -6831,6 +6847,16 @@
     \endgroup%
 }
 
+\edef\LWR at beginspaceleftbrace{begin \LWRleftbrace}
+\edef\LWR at beginspaceleftbrace{\detokenize\expandafter{\LWR at beginspaceleftbrace}}
+\edef\LWR at beginleftbrace{begin\LWRleftbrace}
+\edef\LWR at beginleftbrace{\detokenize\expandafter{\LWR at beginleftbrace}}
+
+\edef\LWR at endspacerightbrace{end \LWRrightbrace}
+\edef\LWR at endspacerightbrace{\detokenize\expandafter{\LWR at endspacerightbrace}}
+\edef\LWR at endrightbrace{end\LWRrightbrace}
+\edef\LWR at endrightbrace{\detokenize\expandafter{\LWR at endrightbrace}}
+
 \newrobustcmd{\LWR at HTMLsanitizeexpand}[1]{%
     \begingroup%
     \LWR at FBcancel%
@@ -6837,6 +6863,10 @@
     \fullexpandarg%
     \protect\StrSubstitute{\detokenize\expandafter{#1}}%
         {\detokenize{\&}}{\detokenize{&}}[\LWR at strresult]%
+    \protect\StrSubstitute{\LWR at strresult}%
+        {\LWR at beginspaceleftbrace}{\LWR at beginleftbrace}[\LWR at strresult]%
+    \protect\StrSubstitute{\LWR at strresult}%
+        {\LWR at endspacerightbrace}{\LWR at endrightbrace}[\LWR at strresult]%
     \LWR at subHTMLsanitize%
     \LWR at strresult%
     \endgroup%
@@ -6909,9 +6939,7 @@
 \CustomizeMathJax{\def\LWRfootnote{1}}
 \CustomizeMathJax{\newcommand{\footnote}[2][\LWRfootnote]{{}^{\mathrm{#1}}}}
 \CustomizeMathJax{\newcommand{\footnotemark}[1][\LWRfootnote]{{}^{\mathrm{#1}}}}
-\end{warpMathJax}
 
-\begin{warpMathJax}
 \CustomizeMathJax{\newcommand\ensuremath[1]{#1}}
 \CustomizeMathJax{% absorb two optional arguments
     \newcommand{\LWRframebox}[2][]{\fbox{#2}}
@@ -6924,6 +6952,13 @@
 \CustomizeMathJax{\newcommand{\cline}[1]{}}
 \CustomizeMathJax{\newcommand{\directlua}[1]{\text{(directlua)}}}
 \CustomizeMathJax{\newcommand{\luatexdirectlua}[1]{\text{(directlua)}}}
+\CustomizeMathJax{\newcommand{\protect}{}}
+\CustomizeMathJax{\def\LWRabsorbnumber#1 {}}
+\CustomizeMathJax{\def\LWRabsorbquotenumber"#1 {}}
+\CustomizeMathJax{\def\mathchar{\ifnextchar"\LWRabsorbquotenumber\LWRabsorbnumber}}
+\CustomizeMathJax{\def\mathcode#1={\mathchar}}
+\CustomizeMathJax{\let\delcode\mathcode}
+\CustomizeMathJax{\let\delimiter\mathchar}
 \end{warpMathJax}
 
 \begin{warpHTML}% due to warpMathJax
@@ -6933,17 +6968,14 @@
 \LWR at stoppars
 \LWR at htmlcomment{MathJax customizations:}
 
-\typeout{---}
-\typeout{Package lwarp:}
-\typeout{Processing MathJax customizations. If this takes too long,}
-\typeout{see the Lwarp manual regarding customizing MathJax.}
 \begin{BlockClass}{hidden}
 \LWR at stoppars
-\LWR at customizedMathJax
+{
+    \LWR at print@ttfamily
+    \LWR at customizedMathJax
+}
 \LWR at startpars
 \end{BlockClass}
-\typeout{Done.}
-\typeout{---}
 
 \LWR at startpars
 }{}
@@ -7598,7 +7630,20 @@
 \immediate\write\@mainaux{\catcode`\string$\active}%
 \LetLtxMacro\LWR at syntaxhighlightone$% balance for editor syntax highlighting
 \LWR at startpars
+\ifbool{mathjax}{
+    \typeout{---}
+    \typeout{Package lwarp:}
+    \typeout{Processing MathJax customizations for the first HTML page.}
+    \typeout{Later HTML pages will take the same amount of time.}
+    \typeout{If this takes too long, see the Lwarp manual regarding customizing MathJax.}
+}{}
+
 \LWR at customizeMathJax
+
+\ifbool{mathjax}{
+    \typeout{Done.}
+    \typeout{---}
+}{}
 \setcounter{LWR at latestautopage}{\value{page}}%
 \LWR at newautopagelabel{LWR at currentautosec}%
 \LWR at traceinfo{LWR at lwarpStart: done}
@@ -7642,36 +7687,64 @@
 \LWR at maybe@orignewpage
 }
 
-\xpatchcmd{\enddocument}
-    {%
-        \if at tempswa
-        \@latex at warning@no at line{Label(s) may have changed.
-        Rerun to get cross-references right}%
-        \fi
-    }
-    {%
-        \if at tempswa
-            \@latex at warning@no at line{Label(s) may have changed.
-            Rerun to get cross-references right}%
-        \else
+\ifdef{\AddToHook}{% newer kernel
+    \AddToHook{enddocument/info}{%
+       \if at filesw
+       \ifx \@multiplelabels \relax
+         \if at tempswa
+         \else
             \immediate\write\LWR at lateximagesfile{%
                 |end|end|end|%
             }%
-        \fi
+         \fi
+       \fi\fi
     }
-    {}
-    {
-        \AtEndDocument{
-            \PackageWarningNoLine{lwarp}
-            {%
-                Could not patch \protect\enddocument.\MessageBreak
-                If labels have changed, be sure to recompile before\MessageBreak
-                creating lateximages with\MessageBreak
-                \space\space lwarpmk limages,\MessageBreak
-                or the images may be corrupt%
+}% newer kernel
+{% older kernel
+    \xpatchcmd{\enddocument}
+        {%
+            \if at tempswa
+            \@latex at warning@no at line{Label(s) may have changed.
+            Rerun to get cross-references right}%
+            \fi
+        }
+        {%
+            \if at tempswa
+                \@latex at warning@no at line{Label(s) may have changed.
+                Rerun to get cross-references right}%
+            \else
+                \immediate\write\LWR at lateximagesfile{%
+                    |end|end|end|%
+                }%
+            \fi
+        }
+        {}
+        {
+            \AtEndDocument{
+                \PackageWarningNoLine{lwarp}
+                {%
+                    Could not patch \protect\enddocument.\MessageBreak
+                    If labels have changed, be sure to recompile before\MessageBreak
+                    creating lateximages with\MessageBreak
+                    \space\space lwarpmk limages,\MessageBreak
+                    or the images may be corrupt%
+                }
             }
         }
+}% older kernel
+
+\ifdef{\RemoveFromHook}{
+    \AfterEndPreamble{
+        \IfHookEmptyTF{shipout/background}{}{
+            \PackageInfo{lwarp}{Removing background hook}
+            \RemoveFromHook{shipout/background}[*]
+        }
+        \IfHookEmptyTF{shipout/foreground}{}{
+            \PackageInfo{lwarp}{Removing foreground hook}
+            \RemoveFromHook{shipout/foreground}[*]
+        }
     }
+}{}
 
 \end{warpHTML}
 
@@ -8068,7 +8141,6 @@
 
 
 \begin{warpHTML}
-
 \renewcommand{\@begintheorem}[2]{%
 \LWR at forcenewpage
 \BlockClass{theoremcontents}
@@ -8075,11 +8147,13 @@
 \trivlist
 \item[\InlineClass{theoremlabel}{#1\ #2\ }]\itshape
 }
-\renewcommand{\@opargbegintheorem}[3]{%
-\LWR at forcenewpage
-\BlockClass{theoremcontents}
-\trivlist
-\item[\InlineClass{theoremlabel}{#1\ #2\ (#3)\ }]\itshape
+\ifundef{\@opargbegintheorem}{}{
+    \renewcommand{\@opargbegintheorem}[3]{%
+        \LWR at forcenewpage
+        \BlockClass{theoremcontents}
+        \trivlist
+        \item[\InlineClass{theoremlabel}{#1\ #2\ (#3)\ }]\itshape
+    }
 }
 \renewcommand*{\@endtheorem}{%
 \endtrivlist
@@ -11617,7 +11691,10 @@
             \LWR at traceinfo{LWR at subsingledollar: Mathjax}%
             {%
                 \textbackslash(%
-                \LWR at HTMLsanitize{#4}%
+                {%
+                    \ifmmode\else\LWR at print@ttfamily\fi%
+                    \LWR at HTMLsanitize{#4}%
+                }%
                 \textbackslash)%
             }%
         }% mathjax
@@ -11652,7 +11729,7 @@
 {
 
     \textbackslash[%
-    \LWR at HTMLsanitize{#1}%
+    {\LWR at print@ttfamily\LWR at HTMLsanitize{#1}}%
     \textbackslash]
 
 }% mathjax
@@ -11702,7 +11779,7 @@
     \protected\gdef\[#1\]{$$#1$$}
 }
 
-\endgroup
+\endgroup% active $
 \AtBeginDocument{
 \LetLtxMacro\LWR at openbracketnormal\[
 \LetLtxMacro\LWR at closebracketnormal\]
@@ -11750,8 +11827,6 @@
 \NewEnviron{math}{\expandafter\(\BODY\)}
 \NewEnviron{LWR at displaymathnormal}{\expandafter\[\BODY\]\@ignoretrue}
 
-\LetLtxMacro\[\LWR at openbracketnormal%
-\LetLtxMacro\]\LWR at closebracketnormal%
 \LetLtxMacro\displaymath\LWR at displaymathnormal%
 \LetLtxMacro\enddisplaymath\endLWR at displaymathnormal%
 \newenvironment{LWR at displaymathother}
@@ -11850,9 +11925,14 @@
 
 \NewDocumentCommand{\LWR at addmathjax}{m +m}{%
     \LWR at origtilde\LWR at orignewline
-    \textbackslash{}begin\{#1\}
-    \LWR at HTMLsanitizeexpand{\detokenize\expandafter{#2}}
-    \textbackslash{}end\{#1\}
+    {%
+        \LWR at print@ttfamily%
+        \textbackslash{}begin\{#1\}
+        \LWR at orignewline%
+        \LWR at HTMLsanitizeexpand{\detokenize\expandafter{#2}}%
+        \LWR at orignewline%
+        \textbackslash{}end\{#1\}
+    }%
     \LWR at orignewline
 }
 
@@ -12049,7 +12129,7 @@
             \begin{BlockClass}{displaymathnumbered}%
             \LWR at newautoidanchor%
             \booltrue{LWR at indisplaymathimage}%
-            \begin{lateximage}[(\LWR at startingequationtag--\LWR at equationtag)%
+            \begin{lateximage}[(\LWR at startingequationtag\textendash\LWR at equationtag)%
                 \LWR at addmathjax{eqnarray}{\BODY}]*%
             \LWR at applyxfakebold%
             \LWR at origeqnarray%
@@ -12155,7 +12235,7 @@
 {%
     \ifnumcomp{\value{LWR at startingequation}}{=}{\value{equation}}%
         {(\LWR at equationtag)}%
-        {(\LWR at startingequationtag--\LWR at equationtag)} % extra space
+        {(\LWR at startingequationtag\textendash\LWR at equationtag)} % extra space
     \LWR at amsmathbody{#1} % extra space
 }
 
@@ -12418,6 +12498,11 @@
 
 \LWR at PreloadedPackage{fontaxes}
 
+\LWR at PreloadedPackage{newpxmath}
+\LWR at PreloadedPackage{newtxmath}
+\LWR at PreloadedPackage{newtxsf}
+\LWR at PreloadedPackage{mathalpha}
+
 \LWR at PreloadedPackage{nfssext-cfr}
 
 \LWR at PreloadedPackage{ulem}
@@ -12445,7 +12530,7 @@
 \newrobustcmd{\LWR at siunitx@textdegree}{\HTMLentity{deg}}
 \newrobustcmd{\LWR at siunitx@textprime}{\HTMLunicode{2032}}
 \newrobustcmd{\LWR at siunitx@textdblprime}{\HTMLunicode{2033}}
-\newrobustcmd{\LWR at siunitx@textplanckbar}{\text{\textit{\HTMLunicode{0127}}}}
+\newrobustcmd{\LWR at siunitx@textplanckbar}{\text{\textit{\HTMLunicode{210F}}}}
 
 \appto\LWR at restoreorigformatting{%
 \renewrobustcmd{\LWR at siunitx@textcelsius}{\text{\ensuremath{^\circ}C}}%
@@ -13686,10 +13771,31 @@
 \end{warpHTML}
 
 \begin{warpHTML}
+\AtBeginDocument{
+    \@ifpackageloaded{everyshi}{
+        \RequirePackage{lwarp-everyshi}
+    }{}
+}
+\end{warpHTML}
+
+\begin{warpHTML}
 \RequirePackage{lwarp-textcomp}
 \end{warpHTML}
 
 \begin{warpHTML}
+\@ifpackageloaded{amsthm}{
+    \RequirePackage{lwarp-amsthm}
+}{}
+\@ifpackageloaded{amsmath}{
+    \RequirePackage{lwarp-amsmath}
+}{}
+
+\@ifpackageloaded{centernot}{
+    \RequirePackage{lwarp-centernot}
+}{}
+\end{warpHTML}
+
+\begin{warpHTML}
 \@ifclassloaded{scrbook}{\RequirePackage{lwarp-patch-komascript}}{}
 \@ifclassloaded{scrartcl}{\RequirePackage{lwarp-patch-komascript}}{}
 \@ifclassloaded{scrreprt}{\RequirePackage{lwarp-patch-komascript}}{}



More information about the tex-live-commits mailing list.