tlpsetvar fmtcomm ${global_latex_deps},ptex-fonts # ## TL'23 will use euptex in legacy encoding mode for platex(-dev) ## but for a while "euptex for platex-dev" / "eptex for platex" ## [2023-06-09] switch from eptex to euptex also for platex. ## with LaTeX2e 2023-06-01. execute AddFormat name=platex engine=euptex options="*platex.ini" \ patterns=language.dat \ fmttriggers=${fmtcomm},latex # execute AddFormat name=platex-dev engine=euptex options="*platex.ini" \ patterns=language.dat \ fmttriggers=${fmtcomm},l3kernel,latex-base-dev,latex-firstaid-dev # binpattern f bin/${ARCH}/platex binpattern f bin/${ARCH}/platex-dev # not any of the other package subdirectories. docpattern d texmf-dist/doc/platex/base docpattern f texmf-dist/doc/man/man1/platex.* # srcpattern d texmf-dist/source/platex/base # runpattern d texmf-dist/tex/platex/base runpattern +d texmf-dist/tex/platex/config # need the binary. depend ptex depend uptex