1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
\input docstrip
\keepsilent
\ifToplevel{\askonceonly}
\usedir{tex/platex/base}
\Msg{*** Generating the pLaTeX files for supporting latexrelease ***}
\preamble
Copyright (c) 2016-2020 Japanese TeX Development Community
This file is part of the pLaTeX2e system (community edition).
-------------------------------------------------------------
\endpreamble
\generate{
\file{platexrelease.sty}{
\from{plvers.dtx}{platexrelease}
\from{platexrelease.dtx}{platexrelease}
\from{plvers.dtx}{plhookrelease}%% specific!
\from{plexpl3.dtx}{platexrelease}
\from{plfonts.dtx}{platexrelease}
\from{plcore.dtx}{platexrelease}}
}
\endbatchfile
|