Skip to content

Commit

Permalink
plexpl3.code.tex -> plexpl3.ltx for installation simplicity
Browse files Browse the repository at this point in the history
  • Loading branch information
aminophen committed Sep 29, 2020
1 parent 6bed633 commit 4f0ba6c
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ all: $(STRIPTARGET) $(PDFTARGET)

PLFMT = platex.ltx plcore.ltx kinsoku.tex pldefs.ltx \
jy1mc.fd jy1gt.fd jt1mc.fd jt1gt.fd plext.sty \
ptrace.sty pfltrace.sty plexpl3.sty plexpl3.code.tex
ptrace.sty pfltrace.sty plexpl3.sty plexpl3.ltx

PLFMT_SRC = platex.dtx plvers.dtx plfonts.dtx plcore.dtx \
kinsoku.dtx plext.dtx plexpl3.dtx
Expand Down
2 changes: 1 addition & 1 deletion plcore.ltx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
%% File: plexpl3.dtx
\ifdefined\ExplSyntaxOn %--- expl3 available BEGIN
\ExplSyntaxOn
\input plexpl3.code.tex
\input plexpl3.ltx
\ExplSyntaxOff
\fi %--- expl3 available END
%% File: plfonts.dtx
Expand Down
6 changes: 3 additions & 3 deletions plexpl3.dtx
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
%
% $B%Q%C%1!<%8$H$7$F@k8@$7$^$9!#(B
% $B$3$l$G!"(Bp\LaTeXe~2020-04-12$B0JA0$G$b(B
% \file{plexpl3.sty}$B$H(B\file{plexpl3.code.tex}$B$@$1(B
% \file{plexpl3.sty}$B$H(B\file{plexpl3.ltx}$B$@$1(B
% $BF~<j$9$l$PF1Ey$N5!G=$,;H$($^$9!#(B
% \begin{macrocode}
%<*package>
Expand All @@ -59,7 +59,7 @@
%<plcore>\ifdefined\ExplSyntaxOn %--- expl3 available BEGIN
%<plcore>\ExplSyntaxOn
%<*plcore|package>
\input plexpl3.code.tex
\input plexpl3.ltx
%</plcore|package>
%<plcore>\ExplSyntaxOff
%<plcore>\fi %--- expl3 available END
Expand All @@ -77,7 +77,7 @@
%<platexrelease>\plEndIncludeInRelease
% \end{macrocode}
%
% $B0J2<$N%3!<%I$O(B\file{plexpl3.code.tex}$B$K=q$-=P$7$^$9!#(B
% $B0J2<$N%3!<%I$O(B\file{plexpl3.ltx}$B$K=q$-=P$7$^$9!#(B
% $B%U%)!<%^%C%H$H%Q%C%1!<%8$+$i$N=EJ#FI$_9~$_$O6X;_$7$^$9!#(B
% \begin{macrocode}
%<*code>
Expand Down
4 changes: 2 additions & 2 deletions plexpl3.code.tex → plexpl3.ltx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
%%
%% This is file `plexpl3.code.tex',
%% This is file `plexpl3.ltx',
%% generated with the docstrip utility.
%%
%% The original source files were:
Expand Down Expand Up @@ -38,4 +38,4 @@
{ \tex_ifdbox:D #1 \prg_return_true: \else: \prg_return_false: \fi: }
\endinput
%%
%% End of file `plexpl3.code.tex'.
%% End of file `plexpl3.ltx'.
2 changes: 1 addition & 1 deletion plexpl3.sty
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
\RequirePackage{expl3}
\ProvidesExplPackage{plexpl3}{2020-09-28}{1.0}
{pTeX/upTeX-specific additions to expl3}
\input plexpl3.code.tex
\input plexpl3.ltx
\endinput
%%
%% End of file `plexpl3.sty'.
2 changes: 1 addition & 1 deletion plfmt.ins
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ This file is part of the pLaTeX2e system (community edition).
\file{ptrace.sty}{\from{plfonts.dtx}{trace}}
\file{pfltrace.sty}{\from{plcore.dtx}{fltrace,trace}}
\file{plexpl3.sty}{\from{plexpl3.dtx}{package}}
\file{plexpl3.code.tex}{\from{plexpl3.dtx}{code}}
\file{plexpl3.ltx}{\from{plexpl3.dtx}{code}}
}

\endbatchfile

0 comments on commit 4f0ba6c

Please sign in to comment.