Skip to content

Commit

Permalink
2023-02-18
Browse files Browse the repository at this point in the history
  • Loading branch information
h20y6m committed Aug 14, 2023
1 parent e5e30c4 commit e8ff901
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
2 changes: 1 addition & 1 deletion build.lua
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ specialformats.latex = {
},
}

installfiles = {"plexpl3.ltx","plexpl3.sty"}
installfiles = {"plexpl3.ltx","plexpl3.sty","plpatch3.sty"}

typesetexe = "platex"
typesetopts = " -interaction=nonstopmode -halt-on-error -kanji=utf8 "
Expand Down
3 changes: 2 additions & 1 deletion plexpl3.ins
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,11 @@ This file is part of the pLaTeX2e system (community edition).
\file{plexpl3.ltx}
{
\from{plexpl3.dtx} {code}
\from{plpatch3.dtx}{package}
\from{plpatch3.dtx}{code}
}
}

\generate{\file{plexpl3.sty} {\from{plexpl3.dtx} {package}}}
\generate{\file{plpatch3.sty} {\from{plpatch3.dtx} {package}}}

\endbatchfile
13 changes: 11 additions & 2 deletions plpatch3.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
% }^^A
% }
%
% \date{Released 2023-02-11}
% \date{Released 2023-02-18}
%
% \maketitle
%
Expand All @@ -41,6 +41,15 @@
%
% \begin{macrocode}
%<*package>
\NeedsTeXFormat{pLaTeX2e}
\RequirePackage{expl3}
\ProvidesExplPackage{plpatch3}{2023-02-18}{1.0}
{pTeX/upTeX-specific patches to expl3}
%</package>
% \end{macrocode}
%
% \begin{macrocode}
%<*code|package>
% \end{macrocode}
%
%
Expand Down Expand Up @@ -668,7 +677,7 @@
% \end{macrocode}
%
% \begin{macrocode}
%</package>
%</code|package>
% \end{macrocode}
%
% \end{implementation}
Expand Down

0 comments on commit e8ff901

Please sign in to comment.