summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/platex/base/exppl2e.sty
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2020-04-12 21:29:19 +0000
committerKarl Berry <karl@freefriends.org>2020-04-12 21:29:19 +0000
commit656c2588b2ce9d477986f176d75589bbec400918 (patch)
treee482ac945b769cf33c28e2178b98b24e39be76c2 /Master/texmf-dist/tex/platex/base/exppl2e.sty
parentbc586b17cad1faa7785d5765df0889659f314eb0 (diff)
platex (12apr20)
git-svn-id: svn://tug.org/texlive/trunk@54697 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/texmf-dist/tex/platex/base/exppl2e.sty')
-rw-r--r--Master/texmf-dist/tex/platex/base/exppl2e.sty100
1 files changed, 3 insertions, 97 deletions
diff --git a/Master/texmf-dist/tex/platex/base/exppl2e.sty b/Master/texmf-dist/tex/platex/base/exppl2e.sty
index b28fa53dbbe..b5fc0cc2f36 100644
--- a/Master/texmf-dist/tex/platex/base/exppl2e.sty
+++ b/Master/texmf-dist/tex/platex/base/exppl2e.sty
@@ -34,7 +34,7 @@
% case 1: This file must be a normal package
\NeedsTeXFormat{pLaTeX2e}
\ProvidesPackage{exppl2e}
- [2020/02/09 v1.1f Experimental pLaTeX2e features]
+ [2020/02/10 v1.1g Experimental pLaTeX2e features]
\PackageWarningNoLine{exppl2e}{%
This is the unstable, experimental part of pLaTeX2e.\MessageBreak
This package may contain:\MessageBreak
@@ -332,107 +332,13 @@
%
% \section{\cs{verb}$B@hF,$N9g;zM^@)$H(B\cs{xkanjiskip}}
%
-% \begin{macro}{\do@noligs}
-% |>|$B$J$I$N0lIt$NJ8;z$K$D$$$F!"(B|\xspcode`\>=3|$B$H$7$?$H$-$K(B
-% |\texttt{>}|$B$G$OA08e$K(B|\xkanjiskip|$BM3Mh$N%"%-$,F~$k$N$K!"(B
-% |\verb+>+|$B$G$O8e$m$K$7$+%"%-$,F~$i$J$$$H$$$&8=>]$KBP=h$7$^$9!#(B
-%
-% $B85$NDj5A$O(B\file{ltmiscen.dtx}$B$r;2>H$7$F$/$@$5$$!#(B
-% p\LaTeX{}$B$G$O!"(B|\kern\z@|$B$r(B|\vadjust{}|$B$KCV$-49$($k$3$H$G(B
-% $B!V9g;z=hM}$rM^;_!W$+$D!VOB2$J84V%9%Z!<%9$NA^F~=hM}$OF)2a!W$r<B8=$7$^$9!#(B
-% (Issue \#87)
-% \begin{macrocode}
-\def\do@noligs#1{%
- \catcode`#1\active
- \begingroup
- \lccode`\~`#1\relax
- \lowercase{\endgroup\def~{\leavevmode\vadjust{}\char`#1}}}
-% \end{macrocode}
-% \end{macro}
+% 2020/04/12$B$KF3F~:Q$_!#(B
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% \section{NFSS$B$N(Bsize function$B$NF|K\8l2=(B}
%
-% \begin{macro}{\inlist@}
-% |\do@subst@correction|$B$NF|K\8l2=$KI,MW$J$N$G!"(B
-% $BHf3S$9$k:]$K0z?t!&%j%9%H$H$b(B\cs{detokenize}$B$K$h$C$FJ8;zNs2=$9$k$h$&$K$7$^$7$?!#(B
-% \changes{v1.6x}{2020/02/05}{$B0z?t!&%j%9%H$H$b(B\cs{detokenize}$B$K$h$C$FJ8;zNs2=(B}
-% \begin{macrocode}
-\def\inlist@#1#2{%
- \edef\reserved@a{%
- \unexpanded{\def\in@@##1<}%
- \detokenize{#1}%
- \unexpanded{>##2##3\in@@{\ifx\in@##2\in@false\else\in@true\fi}\in@@}%
- \detokenize{#2}%
- \unexpanded{<}%
- \detokenize{#1}%
- \unexpanded{>\in@\in@@}}%
- \reserved@a}
-% \end{macrocode}
-% \end{macro}
-%
-% \begin{macro}{\do@subst@correction}
-% \begin{macro}{\pltx@do@subst@correction@al}
-% \begin{macro}{\pltx@do@subst@correction@yoko}
-% \begin{macro}{\pltx@do@subst@correction@tate}
-% |\font|$B$O2$J8%U%)%s%H$rJV$9$?$a!"(B\LaTeX{}$B$N85$N(B|\do@subst@correction|$B$O(B
-% $BOBJ8%U%)%s%H$KBP$7$F;H$($^$;$s$N$G!"OBJ8$KBP1~$5$;$^$9!#(B
-% \changes{v1.6x}{2020/02/05}{\cs{do@subst@correction}$B$NF|K\8l2=(B}
-%
-% $B%*%j%8%J%k$N(B\LaTeX{}$B$NDj5A$O!"2$J8MQ$H$7$F;H$$$^$9!#(B
-% \begin{macrocode}
-\def\pltx@do@subst@correction@al{%
- \xdef\subst@correction{%
- \font@name
- \global\expandafter\font
- \csname \curr@fontshape/\f@size\endcsname
- \noexpand\fontname\font
- \relax}%
- \aftergroup\subst@correction
-}
-% \end{macrocode}
-% $BOBJ82#AHMQ$HOBJ8=DAHMQ$NDj5A$G$O!"$=$l$>$l(B|\jfont|$B$H(B|\tfont|$B$r;H$$$^$9!#(B
-% \begin{macrocode}
-\def\pltx@do@subst@correction@yoko{%
- \xdef\subst@correction{%
- \font@name
- \global\expandafter\jfont
- \csname \curr@fontshape/\f@size\endcsname
- \noexpand\fontname\jfont
- \relax}%
- \aftergroup\subst@correction
-}
-\def\pltx@do@subst@correction@tate{%
- \xdef\subst@correction{%
- \font@name
- \global\expandafter\tfont
- \csname \curr@fontshape/\f@size\endcsname
- \noexpand\fontname\tfont
- \relax}%
- \aftergroup\subst@correction
-}
-% \end{macrocode}
-% $B$=$7$F!"%(%s%3!<%G%#%s%0$K1~$8$F(B3$B$D$NL?Na$r;H$$J,$1$^$9!#(B
-% \begin{macrocode}
-\def\do@subst@correction{%
- \edef\tmp@item{{\f@encoding}}%
- \expandafter\expandafter\expandafter
- \inlist@\expandafter\tmp@item\expandafter{\kyenc@list}%
- \ifin@\pltx@do@subst@correction@yoko
- \else
- \expandafter\expandafter\expandafter
- \inlist@\expandafter\tmp@item\expandafter{\ktenc@list}%
- \ifin@\pltx@do@subst@correction@tate\else
- \pltx@do@subst@correction@al
- \fi
- \fi
-}
-% \end{macrocode}
-% \end{macro}
-% \end{macro}
-% \end{macro}
-% \end{macro}
+% 2020/04/12$B$KF3F~:Q$_!#(B
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%