Skip to content

Commit

Permalink
Split l3text into multiple sources
Browse files Browse the repository at this point in the history
Each one is getting quite long, particularly if
we want additional math purification methods.
  • Loading branch information
josephwright committed Dec 16, 2019
1 parent 54755f1 commit b9c0b00
Show file tree
Hide file tree
Showing 7 changed files with 3,751 additions and 3,522 deletions.
8 changes: 8 additions & 0 deletions l3kernel/doc/source3body.tex
Expand Up @@ -485,6 +485,14 @@ \section{\TeX{} concepts not supported by \LaTeX3{}}
\DocInput{l3luatex.dtx}
\DocInput{l3unicode.dtx}
\DocInput{l3text.dtx}
\ExplSyntaxOn
\clist_gput_right:Nn \g_docinput_clist
{
l3text-case.dtx ,
l3text-purify.dtx ,
l3text-math.dtx
}
\ExplSyntaxOff
\DocInput{l3legacy.dtx}
\DocInput{l3candidates.dtx}

Expand Down
3 changes: 3 additions & 0 deletions l3kernel/l3.ins
Expand Up @@ -105,6 +105,9 @@ and all files in that bundle must be distributed together.
\from{l3luatex.dtx} {package,tex}
\from{l3unicode.dtx} {package}
\from{l3text.dtx} {package}
\from{l3text-case.dtx} {package}
\from{l3text-purify.dtx}{package}
\from{l3text-math.dtx} {package}
\from{l3candidates.dtx} {package}
\from{l3legacy.dtx} {package}
\from{l3deprecation.dtx}{package,kernel}
Expand Down
3 changes: 3 additions & 0 deletions l3kernel/l3format.ins
Expand Up @@ -105,6 +105,9 @@ and all files in that bundle must be distributed together.
\from{l3luatex.dtx} {initex,tex}
\from{l3unicode.dtx} {initex}
\from{l3text.dtx} {initex}
\from{l3text-case.dtx} {initex}
\from{l3text-purify.dtx}{initex}
\from{l3text-math.dtx} {initex}
\from{l3candidates.dtx} {initex}
% ======== FORMAT ONLY =========
\from{l3final.dtx} {initex}
Expand Down

0 comments on commit b9c0b00

Please sign in to comment.